-- MySQL dump 10.13  Distrib 5.7.38, for Linux (x86_64)
--
-- Host: 127.0.0.1    Database: wp_seaarchdev
-- ------------------------------------------------------
-- Server version	5.7.38-41-log

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

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

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `args` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schedule` longtext COLLATE utf8mb4_unicode_520_ci,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `attempts` int(11) NOT NULL DEFAULT '0',
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `extended_args` varchar(8000) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook` (`hook`),
  KEY `status` (`status`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=31 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES (16,'action_scheduler/migration_hook','complete','2022-07-13 17:07:46','2022-07-13 17:07:46','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1657732066;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1657732066;}',1,1,'2022-07-13 17:07:47','2022-07-13 17:07:47',0,NULL),(17,'woocommerce_cleanup_draft_orders','complete','2022-07-13 17:08:31','2022-07-13 17:08:31','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1657732111;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1657732111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-13 17:09:15','2022-07-13 17:09:15',0,NULL),(18,'woocommerce_cleanup_draft_orders','complete','2022-07-14 17:09:15','2022-07-14 17:09:15','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1657818555;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1657818555;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-14 17:09:59','2022-07-14 17:09:59',0,NULL),(19,'woocommerce_cleanup_draft_orders','complete','2022-07-15 17:09:59','2022-07-15 17:09:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1657904999;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1657904999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-19 11:35:42','2022-07-19 11:35:42',0,NULL),(20,'wc-admin_import_customers','complete','2022-07-19 11:35:45','2022-07-19 11:35:45','[11]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658230545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658230545;}',2,1,'2022-07-19 11:35:54','2022-07-19 11:35:54',0,NULL),(21,'woocommerce_cleanup_draft_orders','complete','2022-07-20 11:35:42','2022-07-20 11:35:42','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1658316942;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1658316942;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-20 11:36:59','2022-07-20 11:36:59',0,NULL),(22,'action_scheduler/migration_hook','complete','2022-07-19 11:53:29','2022-07-19 11:53:29','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658231609;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658231609;}',1,1,'2022-07-19 11:53:49','2022-07-19 11:53:49',0,NULL),(23,'woocommerce_cleanup_draft_orders','complete','2022-07-21 11:36:59','2022-07-21 11:36:59','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1658403419;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1658403419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-22 14:46:25','2022-07-22 14:46:25',0,NULL),(24,'wc-admin_import_customers','complete','2022-07-22 14:46:29','2022-07-22 14:46:29','[11]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658501189;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658501189;}',2,1,'2022-07-22 14:51:03','2022-07-22 14:51:03',0,NULL),(25,'woocommerce_cleanup_draft_orders','complete','2022-07-23 14:46:25','2022-07-23 14:46:25','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1658587585;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1658587585;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,1,'2022-07-25 08:36:39','2022-07-25 08:36:39',0,NULL),(26,'woocommerce_cleanup_draft_orders','pending','2022-07-26 08:36:39','2022-07-26 08:36:39','[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1658824599;s:18:\"\0*\0first_timestamp\";i:1657732111;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1658824599;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),(27,'wc-admin_import_customers','complete','2022-07-25 08:36:51','2022-07-25 08:36:51','[11]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658738211;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658738211;}',2,1,'2022-07-25 08:37:56','2022-07-25 08:37:56',0,NULL),(28,'action_scheduler/migration_hook','complete','2022-07-25 15:07:29','2022-07-25 15:07:29','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658761649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658761649;}',1,1,'2022-07-25 15:08:42','2022-07-25 15:08:42',0,NULL),(29,'action_scheduler/migration_hook','complete','2022-07-25 15:11:52','2022-07-25 15:11:52','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658761912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658761912;}',1,1,'2022-07-25 15:11:53','2022-07-25 15:11:53',0,NULL),(30,'action_scheduler/migration_hook','complete','2022-07-25 15:12:57','2022-07-25 15:12:57','[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1658761977;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1658761977;}',1,1,'2022-07-25 15:13:50','2022-07-25 15:13:50',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=1627 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

LOCK TABLES `wp_actionscheduler_claims` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_actionscheduler_claims` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES (1,'action-scheduler-migration'),(2,'wc-admin-data');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=44 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES (1,16,'action created','2022-07-13 17:06:46','2022-07-13 17:06:46'),(2,16,'action started via WP Cron','2022-07-13 17:07:47','2022-07-13 17:07:47'),(3,16,'action complete via WP Cron','2022-07-13 17:07:47','2022-07-13 17:07:47'),(4,17,'action created','2022-07-13 17:08:31','2022-07-13 17:08:31'),(5,17,'action started via Async Request','2022-07-13 17:09:15','2022-07-13 17:09:15'),(6,17,'action complete via Async Request','2022-07-13 17:09:15','2022-07-13 17:09:15'),(7,18,'action created','2022-07-13 17:09:15','2022-07-13 17:09:15'),(8,18,'action started via WP Cron','2022-07-14 17:09:59','2022-07-14 17:09:59'),(9,18,'action complete via WP Cron','2022-07-14 17:09:59','2022-07-14 17:09:59'),(10,19,'action created','2022-07-14 17:09:59','2022-07-14 17:09:59'),(11,20,'action created','2022-07-19 11:35:40','2022-07-19 11:35:40'),(12,19,'action started via WP Cron','2022-07-19 11:35:42','2022-07-19 11:35:42'),(13,19,'action complete via WP Cron','2022-07-19 11:35:42','2022-07-19 11:35:42'),(14,21,'action created','2022-07-19 11:35:42','2022-07-19 11:35:42'),(15,20,'action started via WP Cron','2022-07-19 11:35:54','2022-07-19 11:35:54'),(16,20,'action complete via WP Cron','2022-07-19 11:35:54','2022-07-19 11:35:54'),(17,22,'action created','2022-07-19 11:52:29','2022-07-19 11:52:29'),(18,22,'action started via WP Cron','2022-07-19 11:53:49','2022-07-19 11:53:49'),(19,22,'action complete via WP Cron','2022-07-19 11:53:49','2022-07-19 11:53:49'),(20,21,'action started via WP Cron','2022-07-20 11:36:59','2022-07-20 11:36:59'),(21,21,'action complete via WP Cron','2022-07-20 11:36:59','2022-07-20 11:36:59'),(22,23,'action created','2022-07-20 11:36:59','2022-07-20 11:36:59'),(23,24,'action created','2022-07-22 14:46:24','2022-07-22 14:46:24'),(24,23,'action started via WP Cron','2022-07-22 14:46:25','2022-07-22 14:46:25'),(25,23,'action complete via WP Cron','2022-07-22 14:46:25','2022-07-22 14:46:25'),(26,25,'action created','2022-07-22 14:46:25','2022-07-22 14:46:25'),(27,24,'action started via WP Cron','2022-07-22 14:51:03','2022-07-22 14:51:03'),(28,24,'action complete via WP Cron','2022-07-22 14:51:03','2022-07-22 14:51:03'),(29,25,'action started via WP Cron','2022-07-25 08:36:39','2022-07-25 08:36:39'),(30,25,'action complete via WP Cron','2022-07-25 08:36:39','2022-07-25 08:36:39'),(31,26,'action created','2022-07-25 08:36:39','2022-07-25 08:36:39'),(32,27,'action created','2022-07-25 08:36:46','2022-07-25 08:36:46'),(33,27,'action started via WP Cron','2022-07-25 08:37:56','2022-07-25 08:37:56'),(34,27,'action complete via WP Cron','2022-07-25 08:37:56','2022-07-25 08:37:56'),(35,28,'action created','2022-07-25 15:06:29','2022-07-25 15:06:29'),(36,28,'action started via WP Cron','2022-07-25 15:08:42','2022-07-25 15:08:42'),(37,28,'action complete via WP Cron','2022-07-25 15:08:42','2022-07-25 15:08:42'),(38,29,'action created','2022-07-25 15:10:52','2022-07-25 15:10:52'),(39,29,'action started via Async Request','2022-07-25 15:11:53','2022-07-25 15:11:53'),(40,29,'action complete via Async Request','2022-07-25 15:11:53','2022-07-25 15:11:53'),(41,30,'action created','2022-07-25 15:11:57','2022-07-25 15:11:57'),(42,30,'action started via WP Cron','2022-07-25 15:13:50','2022-07-25 15:13:50'),(43,30,'action complete via WP Cron','2022-07-25 15:13:50','2022-07-25 15:13:50');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  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)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wpengine.com/','','2022-07-13 11:34:53','2022-07-13 11:34:53','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://gravatar.com\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=3431 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,'siteurl','https://seaarchdev.wpengine.com','yes'),(2,'home','https://seaarchdev.wpengine.com','yes'),(3,'blogname','Distilled Non Alcoholic Spirits Devon - SeaArch','yes'),(4,'blogdescription','Low Calorie &amp; Sugar and No Hangovers','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','rob@whitespaceadvertising.co.uk','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:211:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/schema-preview/?$\";s:57:\"index.php?category=$matches[1]&schema-preview=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:47:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"wpcb_snippet_folder/([^/]+)/embed/?$\";s:67:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&embed=true\";s:40:\"wpcb_snippet_folder/([^/]+)/trackback/?$\";s:61:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&tb=1\";s:48:\"wpcb_snippet_folder/([^/]+)/page/?([0-9]{1,})/?$\";s:74:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&paged=$matches[2]\";s:55:\"wpcb_snippet_folder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:74:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&cpage=$matches[2]\";s:45:\"wpcb_snippet_folder/([^/]+)/wc-api(/(.*))?/?$\";s:75:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&wc-api=$matches[3]\";s:53:\"wpcb_snippet_folder/([^/]+)/schema-preview(/(.*))?/?$\";s:83:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&schema-preview=$matches[3]\";s:51:\"wpcb_snippet_folder/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:62:\"wpcb_snippet_folder/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:44:\"wpcb_snippet_folder/([^/]+)(?:/([0-9]+))?/?$\";s:73:\"index.php?post_type=wpcb_snippet_folder&name=$matches[1]&page=$matches[2]\";s:36:\"wpcb_snippet_folder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"wpcb_snippet_folder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"wpcb_snippet_folder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wpcb_snippet_folder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"wpcb_snippet_folder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"wpcb_snippet_folder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"wpcb_snippet_post/([^/]+)/embed/?$\";s:65:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&embed=true\";s:38:\"wpcb_snippet_post/([^/]+)/trackback/?$\";s:59:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&tb=1\";s:46:\"wpcb_snippet_post/([^/]+)/page/?([0-9]{1,})/?$\";s:72:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&paged=$matches[2]\";s:53:\"wpcb_snippet_post/([^/]+)/comment-page-([0-9]{1,})/?$\";s:72:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&cpage=$matches[2]\";s:43:\"wpcb_snippet_post/([^/]+)/wc-api(/(.*))?/?$\";s:73:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&wc-api=$matches[3]\";s:51:\"wpcb_snippet_post/([^/]+)/schema-preview(/(.*))?/?$\";s:81:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&schema-preview=$matches[3]\";s:49:\"wpcb_snippet_post/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"wpcb_snippet_post/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"wpcb_snippet_post/([^/]+)(?:/([0-9]+))?/?$\";s:71:\"index.php?post_type=wpcb_snippet_post&name=$matches[1]&page=$matches[2]\";s:34:\"wpcb_snippet_post/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcb_snippet_post/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"wpcb_snippet_post/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcb_snippet_post/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcb_snippet_post/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcb_snippet_post/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:41:\"product/([^/]+)/schema-preview(/(.*))?/?$\";s:56:\"index.php?product=$matches[1]&schema-preview=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:25:\"schema-preview(/(.*))?/?$\";s:37:\"index.php?&schema-preview=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:33:\"(.?.+?)/schema-preview(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&schema-preview=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:33:\"([^/]+)/schema-preview(/(.*))?/?$\";s:53:\"index.php?name=$matches[1]&schema-preview=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:16:{i:0;s:23:\"wpcodebox/wpcodebox.php\";i:1;s:34:\"advanced-custom-fields-pro/acf.php\";i:2;s:43:\"automaticcss-plugin/automaticcss-plugin.php\";i:3;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:4;s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";i:5;s:32:\"erropix-hydrogen-pack/plugin.php\";i:6;s:33:\"happyfiles-pro/happyfiles-pro.php\";i:7;s:24:\"oxyextras/oxy-extras.php\";i:8;s:29:\"oxygen-woocommerce/plugin.php\";i:9;s:20:\"oxygen/functions.php\";i:10;s:19:\"recoda_ws/index.php\";i:11;s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";i:12;s:30:\"seo-by-rank-math/rank-math.php\";i:13;s:27:\"woocommerce/woocommerce.php\";i:14;s:49:\"wp-grid-builder-oxygen/wp-grid-builder-oxygen.php\";i:15;s:35:\"wp-grid-builder/wp-grid-builder.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','genesis-block-theme','yes'),(41,'stylesheet','genesis-block-theme','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','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','0','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','','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:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:2:{s:19:\"recoda_ws/index.php\";s:30:\"recoda_workspace_on_deactivate\";s:24:\"oxyextras/oxy-extras.php\";a:2:{i:0;s:15:\"OxyExtrasPlugin\";i:1;s:21:\"clean_db_on_uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','2','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1673264093','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,'initial_db_version','51917','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{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:23:\"rank_math_edit_htaccess\";b:1;s:16:\"rank_math_titles\";b:1;s:17:\"rank_math_general\";b:1;s:17:\"rank_math_sitemap\";b:1;s:21:\"rank_math_404_monitor\";b:1;s:22:\"rank_math_link_builder\";b:1;s:22:\"rank_math_redirections\";b:1;s:22:\"rank_math_role_manager\";b:1;s:19:\"rank_math_analytics\";b:1;s:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:25:\"rank_math_onpage_advanced\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;s:20:\"rank_math_content_ai\";b:1;s:19:\"rank_math_admin_bar\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:39:{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:23:\"rank_math_site_analysis\";b:1;s:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:14:{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:25:\"rank_math_onpage_analysis\";b:1;s:24:\"rank_math_onpage_general\";b:1;s:24:\"rank_math_onpage_snippet\";b:1;s:23:\"rank_math_onpage_social\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}','yes'),(101,'fresh_site','0','yes'),(102,'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'),(103,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:21:{i:1658770665;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1658772510;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1658772516;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1658774094;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:1658774213;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1658779707;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1658787443;a:1:{s:46:\"WPEngineSecurityAuditor_Scans_fingerprint_core\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1658790507;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1658792094;a:4:{s:18:\"wp_https_detection\";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_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:1658792113;a:1:{s:39:\"WPEngineSecurityAuditor_Scans_scheduler\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1658793600;a:3:{s:35:\"rank_math/redirection/clean_trashed\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"rank_math/links/internal_links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1658794915;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:1658803802;a:1:{s:32:\"puc_cron_check_updates-wpcodebox\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1658835294;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1658835435;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:1658835436;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:1658855307;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1658855317;a:2:{s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1659008094;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1659028167;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','yes'),(105,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_wpe_powered_by_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'recovery_keys','a:0:{}','yes'),(120,'theme_mods_twentytwentytwo','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1657712248;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'),(121,'https_detection_errors','a:1:{s:19:\"bad_response_source\";a:1:{i:0;s:55:\"It looks like the response did not come from this site.\";}}','yes'),(124,'genesis_blocks_has_content_to_migrate','0','yes'),(125,'current_theme','Genesis Block Theme','yes'),(126,'theme_switched','','yes'),(127,'theme_mods_genesis-block-theme','a:2:{s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),(128,'wpe_template','Genesis Blocks Free','yes'),(130,'finished_updating_comment_type','1','yes'),(131,'WPLANG','','yes'),(132,'new_admin_email','rob@whitespaceadvertising.co.uk','yes'),(133,'recently_activated','a:1:{s:23:\"oxy-ninja/oxy-ninja.php\";i:1658231549;}','yes'),(134,'oxygen_rewrite_rules_updated','1','yes'),(135,'oxygen_vsb_disable_emojis','true','yes'),(136,'oxygen_vsb_disable_jquery_migrate','true','yes'),(137,'oxygen_vsb_disable_embeds','','yes'),(138,'oxygen_vsb_use_css_for_google_fonts','true','yes'),(139,'oxygen_vsb_universal_css_cache','true','yes'),(140,'oxygen_aos_classes','','yes'),(141,'oxygen_vsb_universal_css_cache_success','1','yes'),(142,'oxygen_vsb_universal_css_url','//seaarchdev.wpengine.com/wp-content/uploads/oxygen/css/universal.css','yes'),(143,'oxygen_vsb_last_save_time','1658247996','yes'),(144,'oxygen_vsb_universal_css_latest_version','2.1','yes'),(145,'oxygen_vsb_presets_updated_3_3','1','yes'),(146,'oxygen_vsb_element_presets','a:4:{s:12:\"oxy_comments\";a:3:{i:0;a:3:{s:4:\"name\";s:7:\"Default\";s:4:\"slug\";s:7:\"default\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:0:\"\";}}}i:1;a:3:{s:4:\"name\";s:14:\"Grey Highlight\";s:4:\"slug\";s:14:\"grey-highlight\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:1276:\".oxy-comments li.comment .comment-body .comment-content {\n  border: 1px solid #eee;\n  padding: 1.5em;\n  margin-top: 1.5em;\n  border-radius: 3px;\n  background-color: #fafafa;\n  margin-bottom: 0;\n}\n\n.oxy-comments li.comment .comment-body {\n  margin-bottom: 35px;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p {\n  margin-top: 0;\n}\n\n.oxy-comments li.comment .comment-body .comment-content p:last-child {\n  margin-bottom: 0;\n}\n\n.oxy-comments .reply {\n  display: flex;\n  margin: 0;\n}\n\n.oxy-comments .reply .comment-reply-link {\n  margin-left: auto;\n  font-size: 0.75em;\n  background-color: #eee;\n  margin-right: 1em;\n  padding: 5px 10px;\n  border-bottom-left-radius: 3px;\n  border-bottom-right-radius: 3px;\n  line-height: var(--oxy-small-line-height);\n}\n\n.oxy-comments .comment-meta {\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.oxy-comments .comment-meta .comment-metadata {\n  margin: 0;\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  max-width: 50px;\n  max-height: 50px;\n  border-radius: 50%;\n  border: 1px solid #eee;\n  padding: 2px;\n}\n\n.oxy-comments .comment-meta .comment-author span.says {\n  display: none;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0, 0, 0, 0.35);\n}\n\";}}}i:2;a:3:{s:4:\"name\";s:12:\"White Blocks\";s:4:\"slug\";s:12:\"white-blocks\";s:7:\"options\";a:1:{s:8:\"original\";a:2:{s:8:\"code-php\";s:534:\"<?php\n\nif (have_comments()) {\n\n	?>\n\n	<h3 class=\"comments-title\">\n		<?php\n		echo Oxygen_VSB_Comments_List::util_title();\n		?>\n	</h3>\n\n	<ol class=\"comments-list\">\n\n	    <?php\n\n	    wp_list_comments(\n	    	array(\n\n	    		\'style\' => \'ol\',\n	    		\'format\' => \'html5\',\n	    		\'avatar_size\' => \'100\'\n	    	)\n	    );\n\n	    ?>\n\n	</ol>\n\n	<div class=\"comments-navigation\">\n		<div class=\'previous-comments-link\'><?php previous_comments_link(); ?></div>\n		<div class=\'next-comments-link\'><?php next_comments_link(); ?></div>\n	</div>\n\n	<?php\n\n}\n\n?>\";s:8:\"code-css\";s:737:\".oxy-comments li.comment {\n  padding: 40px;\n  background-color: white;\n  border-radius: 5px;\n  box-shadow: rgba(0, 0, 0, 0.04) 0px 0px 10px 0px;\n  border: 1px solid #eee;\n}\n\n.oxy-comments .comment-meta .comment-metadata a {\n  color: rgba(0, 0, 0, 0.5);\n}\n\n.oxy-comments .comment-meta .comment-author {\n  border-bottom: 1px solid #eee;\n  padding-bottom: 20px;\n  margin-bottom: 20px;\n}\n\n.oxy-comments li.comment.even {\n  background-color: #fafafa;\n}\n\n.oxy-comments ol.comments-list > li.comment {\n  margin-bottom: 40px;\n}\n\n.comment-reply-link {\n  border: 1px solid;\n  padding: 0.75em 1.5em;\n  border-radius: 2px;\n  line-height: var(--oxy-small-line-height);\n}\n\n.oxy-comments .comment-meta .comment-author .avatar {\n  border-radius: 50%;\n}\n\";}}}}s:14:\"oxy_posts_grid\";a:20:{i:0;a:3:{s:4:\"name\";s:17:\"CSS Grid - Glossy\";s:4:\"slug\";s:15:\"css-grid-glossy\";s:7:\"options\";a:2:{s:8:\"original\";a:34:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:334:\"<div class=\'oxy-post\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n    \n  	</div>\n\n</div>\";s:8:\"code-css\";s:2135:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: clamp(2rem, 7vw, 6rem);\n font-weight: 400;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-post-title {\n text-shadow: none;\n color: #333;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-post-image {\n background-image: linear-gradient(#D3D7DE,#f5f5f5) !important;\n background: #D3D7DE;\n}\n\n%%EPID%% .oxy-post:nth-child(even) .oxy-read-more {\n background: rgba(0,0,0,0.125);\n color: #555;\n text-transform: uppercase;\n}\n\n%%EPID%% .oxy-post-image {\n background-image: linear-gradient(#D3D7DE,#f5f5f5);\n width: 100%;\n height: 100%;\n background-size: cover;\n flex-shrink: 0;\n padding: 1rem 2rem;\n display: flex;\n flex-direction: column;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: clamp(1rem, 3vw, 2.5rem);\n  line-height: 1.2em;\n  color: #fff;\n  text-shadow: 0 12px 40px rgba(0,0,0,0.75);\n  font-family: \'PT Serif\', serif;\n  font-weight: 700;\n  margin-bottom: 2rem;\n}\n\n%%EPID%% .oxy-read-more {\n margin-top: auto;\n margin-left: auto;\n margin-bottom: 1rem;\n border-radius: 0px;\n background: rgba(255,255,255,0.25);\n color: #fff;\n text-transform: uppercase;\n letter-spacing: 0.125em;\n padding: .7rem 2rem;\n text-align: center;\n font-size: .75rem;\n line-height: 1.2em;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n font-size: .75rem;\n text-transform: uppercase;\n letter-spacing: .125em;\n color: #555;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: rgba(0,0,0,0.125);\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: rgba(0,0,0,0.125); \n}\n\n@media (max-width: 1120px) {\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 5rem;\n font-weight: 500;\n}\n}\n\n@media (max-width: 992px) {\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 3rem;\n}\n}\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:15:\"grid-column-gap\";s:1:\"1\";s:12:\"grid-row-gap\";s:1:\"1\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"4\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"3\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"3\";}}s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:3:\"250\";s:14:\"flex-direction\";s:4:\"grid\";s:20:\"grid-column-gap-unit\";s:3:\"rem\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:17:\"grid-row-gap-unit\";s:3:\"rem\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}s:5:\"media\";a:2:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"4\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-min-width\";s:2:\"50\";s:21:\"grid-column-max-width\";s:1:\"1\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:3:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"1\";s:8:\"row-span\";s:1:\"1\";}}s:17:\"grid-column-count\";s:1:\"1\";}}}}}i:1;a:3:{s:4:\"name\";s:18:\"CSS Grid - Masonry\";s:4:\"slug\";s:16:\"css-grid-masonry\";s:7:\"options\";a:2:{s:8:\"original\";a:40:{s:8:\"gradient\";a:0:{}s:8:\"code-php\";s:453:\"<div class=\'oxy-post\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  \n  	<div class=\'oxy-post-image-overlay\'>\n      \n    <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\n      \n    <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n     \n  	</div>\n\n</div>\";s:8:\"code-css\";s:1739:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-overlay {\n  position: relative;\n  display: flex;\n  flex-grow: 1;\n  flex-direction: column;\n  text-align: left;\n  align-items: center;\n  justify-content: center;\n  width: 100%;\n  padding: 3rem 2rem;\n  background-color: rgba(0,0,0,0.4);\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  top: 1rem;\n  right: 1rem;\n  font-size: .7rem;\n  color: white;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n  text-transform: uppercase;\n  letter-spacing: .125em;\n  border-radius: 2px;\n  margin-bottom: 1rem;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5rem;\n  line-height: 2rem;\n  margin-bottom: 1rem;\n  text-align: center;\n  color: white;\n  font-weight: bold;\n  font-family: \'Fira Sans\', sans-serif;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: #333;\n text-transform: uppercase;\n letter-spacing: .125em;\n font-size: .7em;\n font-weight: bold;\n}\n\n%%EPID%% .oxy-read-more {\n  background: rgba(255,255,255,0.6);\n  color: black;\n  text-transform: uppercase;\n  letter-spacing: .125em;\n  padding: .5rem 2rem;\n  border-radius: 100px;\n  font-weight: bold;\n  box-shadow: 0 12px 16px rgba(0,0,0,0.25);\n  transition: all ease 0.2s;\n  text-align: center;\n  line-height: 1.2;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background: white;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:3:\"100\";s:15:\"grid-column-gap\";s:1:\"2\";s:12:\"grid-row-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"grid-row-count\";s:2:\"12\";s:24:\"grid-row-min-height-unit\";s:4:\"auto\";s:19:\"grid-row-min-height\";s:0:\"\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:19:\"grid-row-max-height\";s:0:\"\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:21:\"grid-column-max-width\";s:1:\"1\";}s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:11:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:2:\"12\";s:21:\"grid-column-min-width\";s:2:\"10\";s:21:\"grid-column-max-width\";s:1:\"1\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:15:\"grid-column-gap\";s:1:\"2\";s:12:\"grid-row-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:8:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"1\";}}s:12:\"grid-row-gap\";s:1:\"2\";s:15:\"grid-column-gap\";s:1:\"2\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}}}}i:2;a:3:{s:4:\"name\";s:31:\"CSS Grid - Second Post Emphasis\";s:4:\"slug\";s:29:\"css-grid-second-post-emphasis\";s:7:\"options\";a:2:{s:8:\"original\";a:39:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:733:\"<div class=\'oxy-post\'>\n  \n  	<div class=\'oxy-post-title-row\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n    \n  	</div>\n  \n  	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php echo get_the_content(); ?>\n	</div>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:2339:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  background-color: #f2f2f2;\n  border-radius: 12px;\n}\n\n%%EPID%% .oxy-post-title-row {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n margin-bottom: 0.5rem;\n width: 100%;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 80px;\n background-size: cover;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n width: 100%;\n flex-shrink: 0;\n margin-bottom: 1rem;\n background-position: center center;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-image {\n display: initial;\n width: 100%;\n height: 160px;\n border-top-left-radius: 8px;\n border-top-right-radius: 8px;\n background-size: cover;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.2rem;\n  line-height: 1.2em;\n  font-weight: 700;\n  margin: 0 1.6rem;\n  color: #374047;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-title {\n font-size: 2rem; \n line-height: 2.5rem;\n}\n\n%%EPID%% .oxy-post-meta {\n font-size: 0.75rem;\n display: flex;\n flex-direction: row;\n margin-bottom: 1rem;\n margin: 0 1.6rem 1rem;\n}\n\n%%EPID%% .oxy-post-meta-comments {\n margin-left: 1rem; \n}\n\n%%EPID%% .oxy-post-content {\n display: none; \n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content {\n display: initial;\n max-height: 100%;\n max-width: 100%;\n overflow: hidden;\n margin: 0 1.6rem 1.6rem;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content img {\n max-width: 100%;\n}\n\n%%EPID%% .oxy-read-more {\n border-radius: 0px;\n border-radius: 4px;\n margin-left: 1.6rem;\n margin-right: 1.6rem;\n margin-bottom: 1.6rem;\n text-transform: uppercase;\n letter-spacing: 1px;\n color: #374047;\n font-size: .75rem;\n background: #ddd;\n padding: .5rem 2rem;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background: #d2d2d2;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: #374047;\n border-radius: 4px;\n font-size: .75rem;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n   line-height: 3rem;\n  }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"6\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:14:\"flex-direction\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-column-count\";s:2:\"12\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:14:\"grid-row-count\";s:1:\"8\";s:19:\"grid-row-min-height\";s:2:\"50\";s:24:\"grid-row-max-height-unit\";s:2:\"px\";s:19:\"grid-row-max-height\";s:3:\"125\";s:20:\"query_taxonomies_any\";a:0:{}s:20:\"query_taxonomies_all\";a:0:{}s:13:\"query_authors\";a:0:{}}s:5:\"media\";a:4:{s:6:\"tablet\";a:1:{s:8:\"original\";a:9:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"4\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:1:\"2\";}}s:17:\"grid-column-count\";s:1:\"6\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:14:\"grid-row-count\";s:1:\"4\";s:26:\"grid-column-max-width-unit\";s:2:\"fr\";s:21:\"grid-column-max-width\";s:1:\"1\";s:21:\"grid-column-min-width\";s:2:\"50\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:6:{s:14:\"flex-direction\";s:4:\"grid\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"5\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-max-width\";s:1:\"1\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-row-behavior\";s:4:\"Auto\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:1:{s:14:\"flex-direction\";s:4:\"grid\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:0:{}}}}}i:3;a:3:{s:4:\"name\";s:20:\"CSS Grid - Newspaper\";s:4:\"slug\";s:18:\"css-grid-newspaper\";s:7:\"options\";a:2:{s:8:\"original\";a:39:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:0:{}}s:8:\"code-php\";s:854:\"<div class=\'oxy-post\'>\n  \n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n    \n    <div class=\'oxy-post-text\'>\n      \n    <div class=\'oxy-post-date\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n  \n  	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php echo substr(get_the_excerpt(), 0, 300) . \"...\"; ?>\n	</div>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n  </div>\n\n</div>\";s:8:\"code-css\";s:3248:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  padding: 1rem;\n  font-size: 16px;\n}\n\n%%EPID%% .oxy-post-date {\n  font-size: 0.75rem;\n  margin-bottom: 0.5rem;\n  color: #777;\n  -webkit-font-smoothing: antialiased;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 80px;\n background-size: cover;\n width: 100%;\n flex-shrink: 0;\n margin-bottom: 1rem;\n background-position: center center;\n display: none;\n filter: grayscale(100%);\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n display: flex;\n width: 66.66%;\n height: 100%;\n background-size: cover;\n}\n\n%%EPID%% .oxy-post:nth-child(1) {\n  flex-direction: row-reverse;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-text {\n  height: 100%;\n  justify-content: center;\n  display: flex;\n  flex-direction: column;\n  margin-right: 2rem;\n  align-items: flex-start;\n}\n\n%%EPID%% .oxy-post:nth-child(5) .oxy-post-image {\n  display: flex;\n  height: 240px;\n}\n\n%%EPID%% .oxy-post:nth-child(7) .oxy-post-image {\n  display: flex;\n  height: 240px;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.2rem;\n  line-height: 1.2em;\n  font-weight: 700;\n  color: #444;\n}\n\n%%EPID%% .oxy-post-title:hover {\n  color: #333;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-title {\n font-size: 2rem; \n line-height: 2.5rem;\n}\n\n%%EPID%% .oxy-post-meta {\n font-size: 0.75rem;\n display: flex;\n flex-direction: row;\n margin-bottom: 1rem;\n margin-top: 0.6rem;\n}\n\n%%EPID%% .oxy-post-meta-comments {\n margin-left: 1rem; \n}\n\n%%EPID%% .oxy-post-meta-comments a {\n color: #777;\n -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-meta-comments a:hover {\n color: #333;\n}\n\n%%EPID%% .oxy-post-content {\n  font-size: 0.85rem;\n  margin-bottom: 1.6rem;\n}\n\n%%EPID%% .oxy-post:nth-child(1) .oxy-post-content {\n display: initial;\n max-height: 100%;\n max-width: 100%;\n overflow: hidden;\n}\n\n%%EPID%% .oxy-post:nth-child(2) .oxy-post-content img {\n max-width: 100%;\n}\n\n%%EPID%% .oxy-read-more {\n  border: 1px solid #666;\n  color: #666;\n  border-radius: 0;\n  padding: 0.6rem 1.6rem;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  font-size: 0.8rem;\n  text-align: center;\n}\n\n%%EPID%% .oxy-posts {\n  margin-bottom: 4rem;\n}\n\n%%EPID%% .oxy-read-more:hover {\n  background-color: #f2f2f2;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n  border: 1px solid #666;\n  border-radius: 0;\n  padding: 0.6rem 1rem;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n  color: #666;\n  font-size: 0.8rem;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #f2f2f2;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #f2f2f2; \n}\n\n@media (max-width: 992px) {\n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n    width: 50%;\n  }\n}\n\n@media (max-width: 480px) {\n \n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-text {\n    display: flex;\n    flex-direction: column;\n    \n  }\n  \n  %%EPID%% .oxy-post:nth-child(1) .oxy-post-image {\n    width: 100%;\n    height: 280px;\n  }\n  \n  %%EPID%% .oxy-post:nth-child(1) {\n    flex-direction: column;\n  }\n}\n\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"4\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"3\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"8\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"4\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:14:\"flex-direction\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-column-count\";s:2:\"12\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"grid-row-count\";s:1:\"8\";s:19:\"grid-row-min-height\";s:2:\"50\";s:24:\"grid-row-max-height-unit\";s:2:\"px\";s:19:\"grid-row-max-height\";s:3:\"125\";s:20:\"query_taxonomies_any\";a:0:{}s:20:\"query_taxonomies_all\";a:0:{}s:13:\"query_authors\";a:0:{}}s:5:\"media\";a:4:{s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:10:{s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}}s:21:\"grid-column-max-width\";s:1:\"1\";s:21:\"grid-column-min-width\";s:2:\"50\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"flex-direction\";s:4:\"grid\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:24:\"grid-row-min-height-unit\";s:2:\"px\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:0:{}}s:6:\"tablet\";a:1:{s:8:\"original\";a:11:{s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"3\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:2:\"12\";s:8:\"row-span\";s:1:\"2\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}}s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";s:14:\"grid-row-count\";s:1:\"4\";s:26:\"grid-column-max-width-unit\";s:4:\"auto\";s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:21:\"grid-column-max-width\";s:1:\"2\";s:26:\"grid-column-min-width-unit\";s:4:\"auto\";s:24:\"grid-row-min-height-unit\";s:2:\"px\";s:24:\"grid-row-max-height-unit\";s:4:\"auto\";s:19:\"grid-row-min-height\";s:3:\"160\";}}s:10:\"page-width\";a:1:{s:8:\"original\";a:4:{s:16:\"grid-child-rules\";a:2:{i:0;N;i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:0:\"\";s:8:\"row-span\";s:1:\"8\";}}s:17:\"grid-row-behavior\";s:8:\"Explicit\";s:14:\"grid-row-count\";s:1:\"8\";s:34:\"grid-match-height-of-tallest-child\";s:5:\"false\";}}}}}i:4;a:3:{s:4:\"name\";s:30:\"CSS Grid - Gradient Background\";s:4:\"slug\";s:20:\"css-grid-gradient-bg\";s:7:\"options\";a:2:{s:8:\"original\";a:41:{s:8:\"code-php\";s:383:\"<div class=\'oxy-post\'>\n  \n  	<div class=\'oxy-post-title-row\'>\n      \n  	<div class=\'oxy-post-image\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n  	</div>\n  \n  	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n    \n  	</div>\n      \n    <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1143:\"%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 100%;\n  background-size: cover;\n  background-position: center center;\n  padding: 2rem;\n  background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post-title-row {\n display: flex;\n flex-direction: row;\n align-items: flex-start;\n margin-bottom: 2rem;\n}\n\n%%EPID%% .oxy-post-image {\n width: 50px;\n height: 50px;\n border-radius: 50%;\n background-size: cover;\n flex-shrink: 0;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5rem;\n  line-height: 1.75rem;\n  margin-left: 1rem;\n}\n\n%%EPID%% .oxy-read-more {\n margin-top: auto;\n margin-left: auto;\n border-radius: 0px;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n   line-height: 3rem;\n  }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #72f1cc;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #72f1cc; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_hover_color\";s:7:\"#333333\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:20:\"read_more_text_color\";s:7:\"#000000\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:7:\"#72f1cc\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:0:{}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"background-size\";s:5:\"cover\";s:8:\"gradient\";a:1:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#60f2d7\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#f2eb6d\";}}}s:14:\"flex-direction\";s:4:\"grid\";s:11:\"padding-top\";s:2:\"32\";s:12:\"padding-left\";s:2:\"32\";s:13:\"padding-right\";s:2:\"32\";s:14:\"padding-bottom\";s:2:\"32\";s:17:\"grid-column-count\";s:8:\"auto-fit\";s:21:\"grid-column-min-width\";s:3:\"250\";}s:5:\"media\";a:0:{}}}i:5;a:3:{s:4:\"name\";s:20:\"CSS Grid - 6 Columns\";s:4:\"slug\";s:20:\"css-grid-6-columns-f\";s:7:\"options\";a:2:{s:8:\"original\";a:35:{s:8:\"code-php\";s:422:\"<div class=\'oxy-post\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n \n 	<div class=\'oxy-post-image-overlay\'>\n \n <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	</div>\n \n <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n \n <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n \n 	</div>\n\n</div>\";s:8:\"code-css\";s:1240:\"%%EPID%% .oxy-post {\n display: flex;\n flex-direction: column;\n text-align: left;\n align-items: flex-start;\n width: 100%;\n background-size: cover;\n background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-overlay {\n position: relative;\n display: flex;\n flex-grow: 1;\n flex-direction: column;\n text-align: left;\n align-items: center;\n justify-content: center;\n width: 100%;\n padding: 64px 16px;\n background-color: rgba(255,255,255,0.5);\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n position: absolute;\n top: 1rem;\n right: 1rem;\n font-size: .7rem;\n color: white;\n background-color: rgba(0,0,0,0.5);\n padding: .7rem 1rem;\n font-weight: bold;\n -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n font-size: 1.5rem;\n line-height: 1.75rem;\n margin-bottom: 1rem;\n}\n\n%%EPID%% .oxy-easy-posts-pages {\n margin-top: 16px;\n padding: 16px 8px;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers {\n padding: 8px 12px;\n background-color: #f2f2f2;\n color: black;\n}\n\n@media (max-width: 480px) {\n %%EPID%% .oxy-easy-posts-pages .page-numbers {\n line-height: 3rem;\n }\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers.current {\n background-color: #dddddd;\n}\n\n%%EPID%% .oxy-easy-posts-pages .page-numbers:hover {\n background-color: #dddddd; \n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:7:\"#000000\";s:17:\"title_hover_color\";s:7:\"#333333\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:3:\"rem\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:3:\"100\";s:15:\"grid-column-gap\";s:2:\"16\";s:12:\"grid-row-gap\";s:2:\"16\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"4\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"2\";s:8:\"row-span\";s:0:\"\";}}s:7:\"display\";s:4:\"flex\";s:8:\"wp_query\";s:6:\"custom\";s:16:\"query_post_types\";a:1:{i:0;s:4:\"post\";}}s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:5:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:21:\"grid-column-max-width\";s:1:\"1\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:1:\"2\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"3\";s:8:\"row-span\";s:0:\"\";}}}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:0:{}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:4:{s:14:\"flex-direction\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"6\";s:21:\"grid-column-min-width\";s:2:\"10\";s:16:\"grid-child-rules\";a:10:{i:0;a:3:{s:11:\"child-index\";i:0;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:1;a:3:{s:11:\"child-index\";i:1;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:2;a:3:{s:11:\"child-index\";i:2;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:3;a:3:{s:11:\"child-index\";i:3;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:4;a:3:{s:11:\"child-index\";i:4;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:5;a:3:{s:11:\"child-index\";i:5;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:6;a:3:{s:11:\"child-index\";i:6;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:7;a:3:{s:11:\"child-index\";i:7;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:8;a:3:{s:11:\"child-index\";i:8;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}i:9;a:3:{s:11:\"child-index\";i:9;s:11:\"column-span\";s:1:\"6\";s:8:\"row-span\";s:0:\"\";}}}}}}}i:6;a:3:{s:4:\"name\";s:23:\"Grid - Image - Standard\";s:4:\"slug\";s:19:\"grid-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:859:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1461:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  width: 33.33%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:7;a:3:{s:4:\"name\";s:46:\"Grid - Image w/ Animated Dark Gradient Overlay\";s:4:\"slug\";s:24:\"grid-image-dark-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:717:\"<div class=\'oxy-post\'>\n  \n  <div class=\'oxy-post-padding\'>\n    \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n      \n      <div class=\'oxy-post-content-and-link-wrap\'>\n        <div class=\'oxy-post-content\'>\n            <?php the_excerpt(); ?>\n        </div>\n      </div>\n      \n    </div>\n    \n  </div>\n\n</div>\";s:8:\"code-css\";s:1698:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  position: relative;\n  margin: 1em;\n  display: flex;\n  position: relative;\n  flex-direction: column;\n  overflow: hidden;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  position: absolute;\n  left: 0;\n  right: 0;\n  bottom: 0;\n  padding: 2em;\n  pointer-events: none;\n  padding-top: 200px;\n  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 300px);\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-content-and-link-wrap {\n  opacity: 0;\n  max-height: 0px;\n  overflow: hidden;\n  transition: 1s ease-in-out opacity, 1s ease-in-out max-height;\n}\n\n%%EPID%% .oxy-post-padding:hover .oxy-post-content-and-link-wrap {\n  opacity: 1;\n  max-height: 400px;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n  margin-bottom: 0.5em;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:5:\"white\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:8;a:3:{s:4:\"name\";s:32:\"Grid - Image w/ Gradient Overlap\";s:4:\"slug\";s:19:\"grid-image-gradient\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1706:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 70%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-image: linear-gradient(\n    rgba(255, 255, 255, 0),\n    rgba(255, 255, 255, 1) 150px\n  );\n  padding: 2em;\n  padding-top: 100px;\n  align-self: stretch;\n  margin-top: -150px;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: left;\n  text-align: left;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n  justify-content: center;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:9;a:3:{s:4:\"name\";s:33:\"Grid - Image w/ Rectangle Overlap\";s:4:\"slug\";s:30:\"grid-image-w-rectangle-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1557:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  width: 50%;\n  padding: 1em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;\n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:6:\"tablet\";}}}i:10;a:3:{s:4:\"name\";s:29:\"Grid - Image w/ Title Overlay\";s:4:\"slug\";s:26:\"grid-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:398:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-padding\'>\n    <div class=\'oxy-post-image\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>            \n	</div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n  </div>\n</a>\";s:8:\"code-css\";s:1189:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: row;\n  flex-wrap: wrap;\n}\n\n%%EPID%% .oxy-post {\n  width: 50%;\n}\n\n%%EPID%% .oxy-post-padding {\n  margin: 1em;\n  overflow: hidden;\n  position: relative;\n}\n\n%%EPID%% .oxy-post-image {\n  transition: 0.5s ease-in-out all;\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: var(--oxy-small-line-height);\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-image {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0, 0, 0, 0.5);\n  text-align: center;\n  transition: 0.5s ease-in-out all;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-overlay {\n  background-color: rgba(0, 0, 0, 0.25);\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:10:\"page-width\";s:15:\"posts_100_below\";s:15:\"phone-landscape\";}}}i:11;a:3:{s:4:\"name\";s:20:\"List - Image on Left\";s:4:\"slug\";s:18:\"list-image-on-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1014:\"<div class=\'oxy-post\'>\n\n  <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n  </a>\n\n  \n  <div class=\'oxy-post-wrap\'>\n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<!--div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div-->\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			By <?php the_author(); ?>\n		</div>\n\n		<!--div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div-->\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n  </div>\n  \n</div>\";s:8:\"code-css\";s:1717:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 6em;\n  display: flex;\n  flex-direction: row;\n  align-items: center;\n}\n\n%%EPID%% .oxy-post-wrap {\n  width: 100%;\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: grey;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 40%;\n  flex-shrink: 0;\n  flex-grow: 0;\n  margin-right: 2em;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 100%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-post {\n    flex-direction: column;\n  }\n  %%EPID%% .oxy-post-image {\n    width: 100%;\n    margin-bottom: 1em;\n    margin-right: 0;\n  }\n  %%EPID%% .oxy-post-image-fixed-ratio {\n    padding-bottom: 56%;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:9:\"text link\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:12;a:3:{s:4:\"name\";s:26:\"List - Standard (Centered)\";s:4:\"slug\";s:22:\"list-standard-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:800:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:13;a:3:{s:4:\"name\";s:22:\"List - Standard (Left)\";s:4:\"slug\";s:18:\"list-standard-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:839:\"<div class=\'oxy-post\'>\n    \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n  	<div class=\'oxy-post-meta\'>\n\n  		<div class=\'oxy-post-meta-date oxy-post-meta-item\'>\n			<?php the_time(get_option(\'date_format\')); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:802:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 6em;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-top: 1em;\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 2em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:14;a:3:{s:4:\"name\";s:36:\"List w/ Rectangle Overlap (Centered)\";s:4:\"slug\";s:33:\"list-w-rectangle-overlap-centered\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1599:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: center;\n  align-items: center;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;\n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  justify-content: center;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:15;a:3:{s:4:\"name\";s:32:\"List w/ Rectangle Overlap (left)\";s:4:\"slug\";s:29:\"list-w-rectangle-overlap-left\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1574:\"%%EPID%% .oxy-posts {\n  display: flex;\n  flex-direction: column;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 52%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-left: 10%;\n  margin-right: 10%;\n  margin-top: -6em;\n  z-index: 1;\n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:16;a:3:{s:4:\"name\";s:26:\"Masonry - Image - Standard\";s:4:\"slug\";s:22:\"masonry-image-standard\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:722:\"<div class=\'oxy-post\'>\n  \n    <?php \n    if (has_post_thumbnail()) {\n      ?>\n	  <a href=\'<?php the_permalink(); ?>\'><img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' /></a>\n	  <?php\n    }\n    ?>\n  \n	<a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n	<div class=\'oxy-post-meta\'>\n\n		<div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n			<?php the_author(); ?>\n		</div>\n\n		<div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n			<a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n		</div>\n\n	</div>\n\n	<div class=\'oxy-post-content\'>\n		<?php the_excerpt(); ?>\n	</div>\n\n	<a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n\n</div>\";s:8:\"code-css\";s:1004:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 3em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  margin-bottom: 1em;\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:17;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1671:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;\n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:18;a:3:{s:4:\"name\";s:36:\"Masonry - Image w/ Rectangle Overlap\";s:4:\"slug\";s:32:\"masonry-image-w-gradient-overlap\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:1002:\"<div class=\'oxy-post\'>\n  \n    <a class=\'oxy-post-image\' href=\'<?php the_permalink(); ?>\'>\n      <div class=\'oxy-post-image-fixed-ratio\' style=\'background-image: url(<?php echo get_the_post_thumbnail_url(); ?>);\'>\n      </div>\n      \n      <div class=\'oxy-post-image-date-overlay\'>\n		<?php the_time(get_option(\'date_format\')); ?>\n	  </div>\n      \n	</a>\n  \n    <div class=\'oxy-post-wrap\'>\n\n      <a class=\'oxy-post-title\' href=\'<?php the_permalink(); ?>\'><?php the_title(); ?></a>\n\n      <div class=\'oxy-post-meta\'>\n\n          <div class=\'oxy-post-meta-author oxy-post-meta-item\'>\n              <?php the_author(); ?>\n          </div>\n\n          <div class=\'oxy-post-meta-comments oxy-post-meta-item\'>\n              <a href=\'<?php comments_link(); ?>\'><?php comments_number(); ?></a>\n          </div>\n\n      </div>\n\n      <div class=\'oxy-post-content\'>\n          <?php the_excerpt(); ?>\n      </div>\n\n      <a href=\'<?php the_permalink(); ?>\' class=\'oxy-read-more\'>Read More</a>\n      \n    </div>\n\n</div>\";s:8:\"code-css\";s:1671:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 2;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  display: flex;\n  flex-direction: column;\n  text-align: left;\n  align-items: flex-start;\n  margin-bottom: 0em;\n  break-inside: avoid;\n}\n\n%%EPID%% .oxy-post-image {\n  position: relative;\n  background-color: #ddd;\n  background-image: repeating-linear-gradient(\n    45deg,\n    #eee,\n    #eee 10px,\n    #ddd 10px,\n    #ddd 20px\n  );\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-image-fixed-ratio {\n  padding-bottom: 50%;\n  background-size: cover;\n  background-position: center center;\n}\n\n%%EPID%% .oxy-post-image-date-overlay {\n  position: absolute;\n  top: 1em;\n  right: 1em;\n  font-size: 0.7em;\n  color: white;\n  background-color: rgba(0, 0, 0, 0.5);\n  padding: 0.7em 1em;\n  font-weight: bold;\n  -webkit-font-smoothing: antialiased;\n}\n\n%%EPID%% .oxy-post-wrap {\n  background-color: white;\n  padding: 2em;\n  margin: 2em;\n  margin-top: -6em;\n  z-index: 1;\n  align-self: stretch;\n}\n\n%%EPID%% .oxy-post-title {\n  font-size: 1.5em;\n  line-height: var(--oxy-small-line-height);\n}\n\n%%EPID%% .oxy-post-meta {\n  margin-top: 0.5em;\n  font-size: 0.8em;\n  display: flex;\n  flex-direction: row;\n}\n\n%%EPID%% .oxy-post-meta-item::after {\n  content: \"\\00b7\";\n  margin-right: 0.5em;\n  margin-left: 0.5em;\n}\n\n%%EPID%% .oxy-post-meta-item:last-child::after {\n  content: \"\";\n  display: none;\n}\n\n%%EPID%% .oxy-post-content {\n  margin-top: 1em;\n  margin-bottom: 1em;\n}\n\n%%EPID%% .oxy-post-content p {\n  margin: 0;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-post-meta {\n    display: none;\n  }\n}\n\n@media (max-width: 991px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:0:\"\";s:15:\"title_size-unit\";s:2:\"px\";s:11:\"title_color\";s:0:\"\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:3:\"0.8\";s:19:\"read_more_size-unit\";s:2:\"em\";s:20:\"read_more_text_color\";s:5:\"white\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:5:\"black\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}i:19;a:3:{s:4:\"name\";s:32:\"Masonry - Image w/ Title Overlay\";s:4:\"slug\";s:29:\"masonry-image-w-title-overlay\";s:7:\"options\";a:1:{s:8:\"original\";a:25:{s:8:\"code-php\";s:289:\"<a class=\'oxy-post\' href=\'<?php the_permalink(); ?>\'>\n  <div class=\'oxy-post-background\'>\n	  <img src=\'<?php the_post_thumbnail_url(); ?>\' class=\'oxy-post-image\' />  \n  </div>\n  \n    <div class=\'oxy-post-overlay\'>\n      <h2 class=\'oxy-post-title\'><?php the_title(); ?></h2>\n    </div>\n</a>\";s:8:\"code-css\";s:1056:\"%%EPID%% .oxy-posts {\n  display: block;\n  column-count: 3;\n  column-gap: 2em;\n  margin-bottom: 4em;\n}\n\n%%EPID%% .oxy-post {\n  margin-bottom: 2em;\n  break-inside: avoid;\n  position: relative;\n  overflow: hidden;\n  display: flex;\n  background-color: #000;\n}\n\n%%EPID%% .oxy-post-background {\n  transition: 0.5s ease-in-out all;\n  line-height: 0;\n  min-height: 150px;\n}\n\n%%EPID%% .oxy-post:hover .oxy-post-background {\n  transform: scale(1.2);\n}\n\n%%EPID%% .oxy-post-image {\n  width: 100%;\n}\n\n%%EPID%% .oxy-post-title {\n  line-height: var(--oxy-small-line-height);\n  font-weight: normal;\n}\n\n%%EPID%% .oxy-post-overlay {\n  position: absolute;\n  top: 0;\n  left: 0;\n  bottom: 0;\n  right: 0;\n  padding: 2em;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-direction: column;\n  background-color: rgba(0, 0, 0, 0.5);\n  text-align: center;\n  -webkit-font-smoothing: antialiased;\n}\n\n@media (max-width: 1120px) {\n  %%EPID%% .oxy-posts {\n    column-count: 2;\n  }\n}\n\n@media (max-width: 767px) {\n  %%EPID%% .oxy-posts {\n    column-count: 1;\n  }\n}\n\";s:10:\"title_size\";s:1:\"2\";s:15:\"title_size-unit\";s:2:\"em\";s:11:\"title_color\";s:5:\"white\";s:17:\"title_hover_color\";s:0:\"\";s:9:\"meta_size\";s:0:\"\";s:14:\"meta_size-unit\";s:2:\"px\";s:10:\"meta_color\";s:0:\"\";s:12:\"content_size\";s:0:\"\";s:17:\"content_size-unit\";s:2:\"px\";s:13:\"content_color\";s:0:\"\";s:20:\"read_more_display_as\";s:6:\"button\";s:14:\"read_more_size\";s:0:\"\";s:19:\"read_more_size-unit\";s:2:\"px\";s:20:\"read_more_text_color\";s:0:\"\";s:26:\"read_more_text_hover_color\";s:0:\"\";s:22:\"read_more_button_color\";s:0:\"\";s:28:\"read_more_button_hover_color\";s:0:\"\";s:14:\"paginate_color\";s:0:\"\";s:18:\"paginate_alignment\";s:6:\"center\";s:19:\"paginate_link_color\";s:0:\"\";s:25:\"paginate_link_hover_color\";s:0:\"\";s:16:\"posts_5050_below\";s:5:\"never\";s:15:\"posts_100_below\";s:5:\"never\";}}}}s:12:\"oxy-pro-menu\";a:10:{i:0;a:4:{s:4:\"name\";s:14:\"Slide to Right\";s:4:\"slug\";s:14:\"slide-to-right\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:66:{s:7:\"menu_id\";s:2:\"31\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"16\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dddddd\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dddddd\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:1:\"4\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:1:\"4\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:11:\"slide-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"4\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"4\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"64\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"64\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#f8f8f8\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#ff0000\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:22:\"globalConditionsResult\";b:1;s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#eeeeee\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:2:\"-8\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:1:\"0\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_dropdown_icon_item_margin_margin-right\";s:1:\"0\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:1:\"8\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dddddd\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dddddd\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#ff0000\";}}}i:1;a:4:{s:4:\"name\";s:18:\"Desktop and Mobile\";s:4:\"slug\";s:18:\"desktop-and-mobile\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:75:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"FontAwesomeicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:23:\"menu_dropdown_animation\";s:12:\"zoom-in-down\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:27:\"Lineariconsicon-menu-circle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:28:\"Lineariconsicon-cross-circle\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:13:\"border-radius\";s:1:\"8\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:4:\"hide\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:4:\"left\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"32\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#eeeeee\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#dedede\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#eeeeee\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#dedede\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:16:\"background-color\";s:4:\"#eee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"32\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:40:\"oxy-pro-menu_menu_item_margin_margin-top\";s:1:\"0\";s:41:\"oxy-pro-menu_menu_item_margin_margin-left\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_margin_margin-bottom\";s:1:\"0\";s:42:\"oxy-pro-menu_menu_item_margin_margin-right\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#dedede\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#dedede\";}}}i:2;a:4:{s:4:\"name\";s:16:\"Desktop Vertical\";s:4:\"slug\";s:16:\"desktop-vertical\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:33:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:5:\"never\";s:24:\"oxy-pro-menu_orientation\";s:8:\"Vertical\";s:16:\"background-color\";s:7:\"#eeeeee\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dedede\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_dropdown_icon\";s:29:\"FontAwesomeicon-chevron-right\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"4\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#dddddd\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"20\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"600\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:2:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dedede\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#dddddd\";}}}i:3;a:4:{s:4:\"name\";s:10:\"Minimalism\";s:4:\"slug\";s:10:\"minimalism\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:55:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"always\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"28\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#dedede\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#d1d1d1\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#eeeeee\";s:286:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-align\";s:6:\"center\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:6:\"toggle\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"28\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#dedede\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#d1d1d1\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"8\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"8\";s:50:\"oxy-pro-menu_mobile_menu_item_padding_padding-left\";s:2:\"12\";s:51:\"oxy-pro-menu_mobile_menu_item_padding_padding-right\";s:2:\"12\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#000000\";s:61:\"oxy-pro-menu_slug_oxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:153:\"oxy-pro-menu_slug_oxypromenuoffcanvascontaineroxypromenulistmenuitemhaschildrenasvgoxypromenuopencontaineroxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:56:\"oxy-pro-menu_dropdown_links_on_mobile_animation_duration\";s:3:\"0.2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:7:\"#dddddd\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:26:\"oxy-pro-menu_dropdown_icon\";s:26:\"FontAwesomeicon-arrow-down\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"900\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#dddddd\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ff0000\";}s:5:\"hover\";a:3:{s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#d1d1d1\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#d1d1d1\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#dddddd\";}}}i:4;a:4:{s:4:\"name\";s:12:\"Flip to Left\";s:4:\"slug\";s:12:\"flip-to-left\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:1:\"8\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:1:\"8\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"2\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#000000\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#000000\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:89:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_margin_left\";s:1:\"2\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:16:\"background-color\";s:7:\"#eaeaea\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:1:\"1\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ff0000\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:102:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-decoration\";s:4:\"none\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"12\";s:23:\"menu_dropdown_animation\";s:9:\"fade-left\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#eeeeee\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:53:\"oxy-pro-menu_dropdown_child_item_padding_padding-left\";s:2:\"12\";s:54:\"oxy-pro-menu_dropdown_child_item_padding_padding-right\";s:2:\"12\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"16\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:24:\"FontAwesomeicon-th-large\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#000000\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:7:\"#000000\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"2\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"600\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:10:\"flip-right\";s:43:\"oxy-pro-menu_off_canvas_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:7:\"#dddddd\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:5:\"Right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#000000\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"2\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:7:\"#000000\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"600\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#cccccc\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#bbbbbb\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#d3d3d3\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";s:49:\"oxy-pro-menu_mobile_menu_item_padding_padding-top\";s:1:\"0\";s:52:\"oxy-pro-menu_mobile_menu_item_padding_padding-bottom\";s:1:\"0\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ff0000\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#eeeeee\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#bbbbbb\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#d3d3d3\";}}}i:5;a:4:{s:4:\"name\";s:13:\"Music Teacher\";s:4:\"slug\";s:13:\"music-teacher\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:92:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#180700\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"3\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"4\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"4\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:4:\"Left\";s:22:\"-webkit-font-smoothing\";s:11:\"antialiased\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#13c5df\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:28:\"Lineariconsicon-chevron-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"8\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#2f201a\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:15:\"rgba(0,0,0,0.1)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#2f201a\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:23:\"menu_dropdown_animation\";s:7:\"fade-up\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-menu\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"8\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_text-transform\";s:9:\"uppercase\";s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:64:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-size\";s:2:\"14\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:136:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemahover_color\";s:7:\"#13c5df\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:21:\"rgba(255,255,255,0.5)\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#2f201a\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopenicon_border_radius\";s:1:\"8\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"24\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"8\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#2f201a\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#3d2e2d\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_text-transform\";s:9:\"uppercase\";s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:65:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-size\";s:2:\"14\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"500\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"500\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"3\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"3\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:4:\"Menu\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:16:\"rgba(24,7,0,0.9)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:4:\"left\";s:25:\"menu_off_canvas_animation\";s:14:\"zoom-out-right\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"40\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"80\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"80\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"40\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_border_radius\";s:1:\"8\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"12\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"12\";s:110:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:111:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_top_width\";s:1:\"1\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff668d\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#13c5df\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#2f201a\";s:130:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitemacolor\";s:7:\"#13c5df\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#3d2e2d\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#3d2e2d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff668d\";}}}i:6;a:4:{s:4:\"name\";s:16:\"Marketing Agency\";s:4:\"slug\";s:16:\"marketing-agency\";s:10:\"is_default\";b:1;s:7:\"options\";a:3:{s:8:\"original\";a:65:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(252,0,255,0.89)\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:20:\"rgba(0,219,222,0.91)\";}}s:12:\"linear-angle\";s:3:\"140\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"16\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"300\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:21:\"rgba(255,255,255,0.2)\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:24:\"Lineariconsicon-bookmark\";s:11:\"padding-top\";s:1:\"4\";s:12:\"padding-left\";s:1:\"4\";s:13:\"padding-right\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#5a58a3\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:35:\"oxy-pro-menu_dropdown-border-radius\";s:1:\"0\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ec2758\";s:116:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_color\";s:7:\"#3c3876\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.14)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"-90\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:9:\"uppercase\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_letter-spacing\";s:1:\"1\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"Lineariconsicon-list\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:7:\"#ffffff\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#3c3876\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"20\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"20\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"Lineariconsicon-cross\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"0\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#ffffff\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#3c3876\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:22:\"rgba(255,255,255,0.12)\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#ffffff\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(60,56,118,0.98)\";s:131:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuopencontainermenuitemaoxypromenucontaineroxypromenuoffcanvascontainermenuitema_color\";s:7:\"#ffffff\";s:42:\"oxy-pro-menu_show_dropdown_links_on_mobile\";s:12:\"show in line\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";}s:5:\"hover\";a:6:{s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:21:\"rgba(255,255,255,0.2)\";s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ec2758\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#ffffff\";}s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:6:{s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:290:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:281:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#ffffff\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}}}}}}i:7;a:4:{s:4:\"name\";s:6:\"Winery\";s:4:\"slug\";s:6:\"winery\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:78:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:16:\"background-color\";s:7:\"#48303e\";s:11:\"padding-top\";s:1:\"8\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:14:\"padding-bottom\";s:1:\"8\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:21:\"rgba(255,255,255,0.5)\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"400\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:36:\"oxy-pro-menu_desktop_item_text_align\";s:6:\"Center\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"16\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"16\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.3\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#75455d\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#ffffff\";s:23:\"menu_dropdown_animation\";s:9:\"flip-down\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#75455d\";s:24:\"oxy-pro-menu_orientation\";s:10:\"Horizontal\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:26:\"oxy-pro-menu_dropdown_icon\";s:33:\"FontAwesomeicon-angle-double-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"14\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#cc5972\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#cc5972\";s:54:\"oxy-pro-menu_dropdown_child_item_typography_text-align\";s:4:\"left\";s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:58:\"oxy-pro-menu_dropdown_child_item_typography_text-transform\";s:4:\"none\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"400\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#75455d\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#cc5972\";s:89:\"oxy-pro-menu_slug_oxypromenumobileopeniconoxypromenumobileopeniconsvg_transition_duration\";s:3:\"0.2\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.5)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"16\";s:60:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_background_color\";s:7:\"#75455d\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#cc5972\";s:91:\"oxy-pro-menu_slug_oxypromenumobilecloseiconoxypromenumobilecloseiconsvg_transition_duration\";s:3:\"0.2\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:19:\"rgba(72,48,62,0.98)\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:33:\"oxy-pro-menu_off_canvas_alignment\";s:5:\"right\";s:25:\"menu_off_canvas_animation\";s:12:\"zoom-in-left\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"1\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"0\";}s:5:\"hover\";a:5:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#75455d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#cc5972\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#cc5972\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#cc5972\";}}}i:8;a:4:{s:4:\"name\";s:10:\"Conference\";s:4:\"slug\";s:10:\"conference\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:84:{s:22:\"globalConditionsResult\";b:1;s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:15:\"phone-landscape\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:8:\"gradient\";a:2:{s:6:\"colors\";a:2:{i:0;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#ff4c1c\";}i:1;a:2:{s:13:\"position-unit\";s:2:\"px\";s:5:\"value\";s:7:\"#d7193d\";}}s:12:\"linear-angle\";s:3:\"240\";}s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#ffffff\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ff7f0d\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.4\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#d7193d\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-arrow-circle-o-down\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"16\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#d7193d\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#ff4c1c\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:53:\"oxy-pro-menu_dropdown_child_item_typography_font-size\";s:2:\"12\";s:55:\"oxy-pro-menu_dropdown_child_item_typography_font-weight\";s:3:\"700\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:36:\"FontAwesomeicon-caret-square-o-right\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"20\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"4\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:60:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:66:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_font-weight\";s:3:\"700\";s:69:\"oxy-pro-menu_-oxy-pro-menu-mobile-open-icon_typography_letter-spacing\";s:1:\"1\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:5:\"Close\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:35:\"FontAwesomeicon-caret-square-o-left\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_width|height\";s:2:\"20\";s:68:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_margin_top|margin_bottom\";s:1:\"0\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_margin_right\";s:1:\"4\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:21:\"rgba(255,255,255,0.4)\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:20:\"rgba(215,25,61,0.95)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:61:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_color\";s:22:\"rgba(255,255,255,0.75)\";s:67:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_font-weight\";s:3:\"700\";s:70:\"oxy-pro-menu_-oxy-pro-menu-mobile-close-icon_typography_letter-spacing\";s:1:\"1\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:4:\"Left\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.2\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:285:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"14\";s:52:\"oxy-pro-menu_dropdown_child_item_padding_padding-top\";s:1:\"8\";s:55:\"oxy-pro-menu_dropdown_child_item_padding_padding-bottom\";s:1:\"8\";s:23:\"menu_dropdown_animation\";s:10:\"fade-right\";s:26:\"oxy-pro-menu_show_dropdown\";s:4:\"true\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"20\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:287:\"oxy-pro-menu_-oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-open-container -oxy-pro-menu-list -menu-item a--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item--oxy-pro-menu-off-canvas-container -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.3\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"2\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_color\";s:7:\"#f9c5af\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_style\";s:5:\"solid\";s:23:\"oxy-pro-menu_off_canvas\";s:4:\"true\";s:56:\"oxy-pro-menu_mobile_menu_container_padding_padding-right\";s:2:\"40\";s:54:\"oxy-pro-menu_mobile_menu_container_padding_padding-top\";s:2:\"20\";s:57:\"oxy-pro-menu_mobile_menu_container_padding_padding-bottom\";s:2:\"20\";s:55:\"oxy-pro-menu_mobile_menu_container_padding_padding-left\";s:2:\"40\";s:25:\"menu_off_canvas_animation\";s:10:\"fade-right\";s:49:\"oxy-pro-menu_dropdown_icon_item_margin_margin-top\";s:2:\"-4\";s:52:\"oxy-pro-menu_dropdown_icon_item_margin_margin-bottom\";s:2:\"-4\";}s:5:\"hover\";a:4:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#ffffff\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ff7f0d\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#ff4c1c\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";}}}i:9;a:4:{s:4:\"name\";s:9:\"Financial\";s:4:\"slug\";s:9:\"financial\";s:10:\"is_default\";b:1;s:7:\"options\";a:2:{s:8:\"original\";a:64:{s:22:\"globalConditionsResult\";b:1;s:16:\"background-color\";s:7:\"#eff4f7\";s:11:\"padding-top\";s:1:\"4\";s:14:\"padding-bottom\";s:1:\"4\";s:12:\"padding-left\";s:2:\"16\";s:13:\"padding-right\";s:2:\"16\";s:7:\"menu_id\";s:2:\"94\";s:35:\"oxy-pro-menu_show_mobile_menu_below\";s:6:\"tablet\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-family\";a:2:{i:0;s:6:\"global\";i:1;s:4:\"Text\";}s:96:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-size\";s:2:\"12\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_text-transform\";s:9:\"uppercase\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_font-weight\";s:3:\"700\";s:92:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_color\";s:7:\"#2b2c27\";s:101:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_letter-spacing\";s:1:\"1\";s:98:\"oxy-pro-menu_-oxy-pro-menu-list -menu-item- -oxy-pro-menu-list -menu-item a_typography_line-height\";s:3:\"1.5\";s:42:\"oxy-pro-menu_menu_item_padding_padding-top\";s:1:\"8\";s:45:\"oxy-pro-menu_menu_item_padding_padding-bottom\";s:1:\"8\";s:43:\"oxy-pro-menu_menu_item_padding_padding-left\";s:2:\"12\";s:44:\"oxy-pro-menu_menu_item_padding_padding-right\";s:2:\"12\";s:76:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_color\";s:7:\"#566d8f\";s:87:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahover_background_color\";s:7:\"#ffffff\";s:88:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_background_color\";s:7:\"#ffffff\";s:77:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitema_color\";s:7:\"#65bec2\";s:83:\"oxy-pro-menu_slug_oxypromenulistmenuitemoxypromenulistmenuitema_transition_duration\";s:3:\"0.2\";s:148:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-color\";s:16:\"rgba(0,0,0,0.12)\";s:160:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-horizontal-offset\";s:1:\"0\";s:158:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-vertical-offset\";s:2:\"12\";s:147:\"oxy-pro-menu_-oxy-pro-menu-container-not--oxy-pro-menu-open-container--not--oxy-pro-menu-off-canvas-container- -sub-menu_box_shadow_box-shadow-blur\";s:2:\"24\";s:127:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitema_background_color\";s:7:\"#ffffff\";s:132:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_background_color\";s:7:\"#65bec2\";s:121:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemahover_color\";s:7:\"#ffffff\";s:114:\"oxy-pro-menu_slug_oxypromenulistmenuitemcurrentmenuitemcurrentmenuitemaoxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:113:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemahoveroxypromenulistmenuitema_border_bottom_width\";s:1:\"2\";s:26:\"oxy-pro-menu_dropdown_icon\";s:35:\"FontAwesomeicon-chevron-circle-down\";s:83:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_color\";s:7:\"#65bec2\";s:87:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_font_size\";s:2:\"12\";s:94:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transform:rotate\";s:1:\"0\";s:99:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenhoverasvg_transform:rotate\";s:3:\"180\";s:97:\"oxy-pro-menu_slug_oxypromenushowdropdownoxypromenulistmenuitemhaschildrenasvg_transition_duration\";s:3:\"0.2\";s:39:\"oxy-pro-menu_mobile_menu_open_icon_text\";s:0:\"\";s:34:\"oxy-pro-menu_mobile_menu_open_icon\";s:20:\"FontAwesomeicon-bars\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_width|height\";s:2:\"24\";s:96:\"oxy-pro-menu_slug_oxypromenumobileopenicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:59:\"oxy-pro-menu_slug_oxypromenumobileopenicon_background_color\";s:7:\"#ffffff\";s:51:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_color\";s:9:\"color(52)\";s:56:\"oxy-pro-menu_slug_oxypromenumobileopeniconhoversvg_color\";s:7:\"#ffffff\";s:67:\"oxy-pro-menu_slug_oxypromenumobileopenicon_margin_top|margin_bottom\";s:1:\"0\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconsvg_margin_right\";s:1:\"0\";s:40:\"oxy-pro-menu_mobile_menu_close_icon_text\";s:0:\"\";s:35:\"oxy-pro-menu_mobile_menu_close_icon\";s:21:\"FontAwesomeicon-close\";s:47:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_top\";s:2:\"16\";s:48:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_left\";s:2:\"16\";s:52:\"oxy-pro-menu_slug_oxypromenumobilecloseiconsvg_color\";s:7:\"#65bec2\";s:57:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhoversvg_color\";s:7:\"#ffffff\";s:65:\"oxy-pro-menu_slug_oxypromenumobilecloseiconhover_background_color\";s:7:\"#566d8f\";s:97:\"oxy-pro-menu_slug_oxypromenumobilecloseicon_padding_top|padding_right|padding_bottom|padding_left\";s:2:\"12\";s:124:\"oxy-pro-menu_slug_oxypromenucontaineroxypromenuoffcanvascontaineroxypromenucontaineroxypromenuopencontainer_background_color\";s:22:\"rgba(255,255,255,0.96)\";s:23:\"oxy-pro-menu_off_canvas\";s:5:\"false\";s:35:\"oxy-pro-menu_mobile_item_text_align\";s:6:\"Center\";s:31:\"oxy-pro-menu_dropdown_icon_size\";s:2:\"16\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_background_color\";s:11:\"transparent\";s:186:\"oxy-pro-menu_slug_oxypromenudropdownlinkstoggleoxypromenuopencontainermenuitemhaschildrenuloxypromenudropdownlinkstoggleoxypromenuoffcanvascontainermenuitemhaschildrenul_border_top_width\";s:1:\"0\";s:50:\"oxy-pro-menu_dropdown_icon_item_margin_margin-left\";s:1:\"4\";s:64:\"oxy-pro-menu_slug_oxypromenumobileopeniconhover_background_color\";s:7:\"#566d8f\";}s:5:\"hover\";a:6:{s:70:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemacolor\";s:7:\"#566d8f\";s:81:\"oxy-pro-menu_slug_oxypromenulistmenuitemmenuitemmenuitemmenuitemabackground_color\";s:7:\"#ffffff\";s:126:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemabackground_color\";s:7:\"#65bec2\";s:115:\"oxy-pro-menu_slug_oxypromenucontainernotoxypromenuopencontainernotoxypromenuoffcanvascontainersubmenumenuitemacolor\";s:7:\"#ffffff\";s:59:\"oxy-pro-menu_slug_oxypromenumobilecloseiconbackground_color\";s:7:\"#566d8f\";s:58:\"oxy-pro-menu_slug_oxypromenumobileopeniconbackground_color\";s:7:\"#566d8f\";}}}}s:8:\"oxyninja\";a:2:{s:4:\"type\";s:2:\"fw\";s:4:\"save\";b:1;}}','no'),(147,'oxygen_license_key','12c55766c832a38b85006571e0c6e7ae','yes'),(148,'oxygen_license_updated','1','yes'),(149,'oxygen_vsb_css_cache_generated_2_2','true','yes'),(150,'oxygen_options_autoload','no','yes'),(151,'oxygen_vsb_update_3_7','1','yes'),(152,'oxygen_vsb_global_colors','a:4:{s:15:\"colorsIncrement\";i:12;s:13:\"setsIncrement\";i:2;s:6:\"colors\";a:12:{i:0;a:4:{s:2:\"id\";i:1;s:4:\"name\";s:8:\"Accent 1\";s:5:\"value\";s:7:\"#4353ff\";s:3:\"set\";i:2;}i:1;a:4:{s:2:\"id\";i:2;s:4:\"name\";s:8:\"Accent 2\";s:5:\"value\";s:7:\"#efefef\";s:3:\"set\";i:2;}i:2;a:4:{s:2:\"id\";i:3;s:4:\"name\";s:16:\"Background Light\";s:5:\"value\";s:7:\"#f9f9f9\";s:3:\"set\";i:2;}i:3;a:4:{s:2:\"id\";i:4;s:4:\"name\";s:15:\"Background Dark\";s:5:\"value\";s:7:\"#191919\";s:3:\"set\";i:2;}i:4;a:4:{s:2:\"id\";i:5;s:4:\"name\";s:28:\"Background Light Alternative\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:5;a:4:{s:2:\"id\";i:6;s:4:\"name\";s:27:\"Background Dark Alternative\";s:5:\"value\";s:7:\"#353535\";s:3:\"set\";i:2;}i:6;a:4:{s:2:\"id\";i:7;s:4:\"name\";s:13:\"Heading Light\";s:5:\"value\";s:7:\"#ffffff\";s:3:\"set\";i:2;}i:7;a:4:{s:2:\"id\";i:8;s:4:\"name\";s:12:\"Heading Dark\";s:5:\"value\";s:7:\"#0f0f0f\";s:3:\"set\";i:2;}i:8;a:4:{s:2:\"id\";i:9;s:4:\"name\";s:10:\"Text Light\";s:5:\"value\";s:21:\"rgba(255,255,255,0.8)\";s:3:\"set\";i:2;}i:9;a:4:{s:2:\"id\";i:10;s:4:\"name\";s:9:\"Text Dark\";s:5:\"value\";s:7:\"#686868\";s:3:\"set\";i:2;}i:10;a:4:{s:2:\"id\";i:11;s:4:\"name\";s:12:\"Border Light\";s:5:\"value\";s:7:\"#e8e8e8\";s:3:\"set\";i:2;}i:11;a:4:{s:2:\"id\";i:12;s:4:\"name\";s:11:\"Border Dark\";s:5:\"value\";s:7:\"#474747\";s:3:\"set\";i:2;}}s:4:\"sets\";a:2:{i:0;a:2:{s:2:\"id\";i:0;s:4:\"name\";s:13:\"Global Colors\";}i:1;a:2:{s:2:\"id\";i:2;s:4:\"name\";s:4:\"core\";}}}','yes'),(153,'ct_svg_sets_Font Awesome 0','<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"FontAwesomeicon-asterisk\" viewBox=\"0 0 26 28\">\n<title>asterisk</title>\n<path d=\"M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus\" viewBox=\"0 0 22 28\">\n<title>plus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-6.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h6.5v-6.5c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5v6.5h6.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question\" viewBox=\"0 0 17 28\">\n<title>question</title>\n<path d=\"M11 19.625v3.75c0 0.344-0.281 0.625-0.625 0.625h-3.75c-0.344 0-0.625-0.281-0.625-0.625v-3.75c0-0.344 0.281-0.625 0.625-0.625h3.75c0.344 0 0.625 0.281 0.625 0.625zM15.937 10.25c0 2.969-2.016 4.109-3.5 4.937-0.922 0.531-1.5 1.609-1.5 2.063v0c0 0.344-0.266 0.75-0.625 0.75h-3.75c-0.344 0-0.562-0.531-0.562-0.875v-0.703c0-1.891 1.875-3.516 3.25-4.141 1.203-0.547 1.703-1.062 1.703-2.063 0-0.875-1.141-1.656-2.406-1.656-0.703 0-1.344 0.219-1.687 0.453-0.375 0.266-0.75 0.641-1.672 1.797-0.125 0.156-0.313 0.25-0.484 0.25-0.141 0-0.266-0.047-0.391-0.125l-2.562-1.953c-0.266-0.203-0.328-0.547-0.156-0.828 1.687-2.797 4.062-4.156 7.25-4.156 3.344 0 7.094 2.672 7.094 6.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus\" viewBox=\"0 0 22 28\">\n<title>minus</title>\n<path d=\"M22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-19c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h19c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glass\" viewBox=\"0 0 28 28\">\n<title>glass</title>\n<path d=\"M26.547 2.906c0 0.453-0.359 0.906-0.672 1.219l-9.875 9.875v12h5c0.547 0 1 0.453 1 1s-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1s0.453-1 1-1h5v-12l-9.875-9.875c-0.313-0.313-0.672-0.766-0.672-1.219 0-0.766 0.969-0.906 1.547-0.906h22c0.578 0 1.547 0.141 1.547 0.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-music\" viewBox=\"0 0 24 28\">\n<title>music</title>\n<path d=\"M24 3.5v17.5c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-8.391l-12 3.703v11.078c0 2.203-3.297 3-5 3s-5-0.797-5-3 3.297-3 5-3c1.031 0 2.063 0.187 3 0.609v-15.109c0-0.656 0.438-1.234 1.062-1.437l13-4c0.141-0.047 0.281-0.063 0.438-0.063 0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search\" viewBox=\"0 0 26 28\">\n<title>search</title>\n<path d=\"M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-o\" viewBox=\"0 0 28 28\">\n<title>envelope-o</title>\n<path d=\"M26 23.5v-12c-0.328 0.375-0.688 0.719-1.078 1.031-2.234 1.719-4.484 3.469-6.656 5.281-1.172 0.984-2.625 2.188-4.25 2.188h-0.031c-1.625 0-3.078-1.203-4.25-2.188-2.172-1.813-4.422-3.563-6.656-5.281-0.391-0.313-0.75-0.656-1.078-1.031v12c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM26 7.078c0-0.391 0.094-1.078-0.5-1.078h-23c-0.266 0-0.5 0.234-0.5 0.5 0 1.781 0.891 3.328 2.297 4.438 2.094 1.641 4.188 3.297 6.266 4.953 0.828 0.672 2.328 2.109 3.422 2.109h0.031c1.094 0 2.594-1.437 3.422-2.109 2.078-1.656 4.172-3.313 6.266-4.953 1.016-0.797 2.297-2.531 2.297-3.859zM28 6.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart\" viewBox=\"0 0 28 28\">\n<title>heart</title>\n<path d=\"M14 26c-0.25 0-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313 0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star\" viewBox=\"0 0 26 28\">\n<title>star</title>\n<path d=\"M26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.406-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-o\" viewBox=\"0 0 26 28\">\n<title>star-o</title>\n<path d=\"M17.766 15.687l4.781-4.641-6.594-0.969-2.953-5.969-2.953 5.969-6.594 0.969 4.781 4.641-1.141 6.578 5.906-3.109 5.891 3.109zM26 10.109c0 0.281-0.203 0.547-0.406 0.75l-5.672 5.531 1.344 7.812c0.016 0.109 0.016 0.203 0.016 0.313 0 0.422-0.187 0.781-0.641 0.781-0.219 0-0.438-0.078-0.625-0.187l-7.016-3.687-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641s0.625 0.344 0.766 0.641l3.516 7.109 7.844 1.141c0.375 0.063 0.875 0.25 0.875 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user\" viewBox=\"0 0 20 28\">\n<title>user</title>\n<path d=\"M20 21.859c0 2.281-1.5 4.141-3.328 4.141h-13.344c-1.828 0-3.328-1.859-3.328-4.141 0-4.109 1.016-8.859 5.109-8.859 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c4.094 0 5.109 4.75 5.109 8.859zM16 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-film\" viewBox=\"0 0 30 28\">\n<title>film</title>\n<path d=\"M6 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM6 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 25v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM6 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 25v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM22 13v-8c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM28 19v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 13v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM28 7v-2c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM30 4.5v21c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-21c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-large\" viewBox=\"0 0 26 28\">\n<title>th-large</title>\n<path d=\"M12 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM12 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 16v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2zM26 4v6c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th\" viewBox=\"0 0 28 28\">\n<title>th</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM18 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-th-list\" viewBox=\"0 0 28 28\">\n<title>th-list</title>\n<path d=\"M8 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM8 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM8 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5zM28 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5zM28 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h15c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check\" viewBox=\"0 0 28 28\">\n<title>check</title>\n<path d=\"M26.109 8.844c0 0.391-0.156 0.781-0.438 1.062l-13.438 13.438c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-7.781-7.781c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.609 10.25-10.266c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-close\" viewBox=\"0 0 22 28\">\n<title>close</title>\n<path d=\"M20.281 20.656c0 0.391-0.156 0.781-0.438 1.062l-2.125 2.125c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-4.594-4.594-4.594 4.594c-0.281 0.281-0.672 0.438-1.062 0.438s-0.781-0.156-1.062-0.438l-2.125-2.125c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l4.594-4.594-4.594-4.594c-0.281-0.281-0.438-0.672-0.438-1.062s0.156-0.781 0.438-1.062l2.125-2.125c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l4.594 4.594 4.594-4.594c0.281-0.281 0.672-0.438 1.062-0.438s0.781 0.156 1.062 0.438l2.125 2.125c0.281 0.281 0.438 0.672 0.438 1.062s-0.156 0.781-0.438 1.062l-4.594 4.594 4.594 4.594c0.281 0.281 0.438 0.672 0.438 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-plus\" viewBox=\"0 0 26 28\">\n<title>search-plus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-3.5v3.5c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-3.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h3.5v-3.5c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5v3.5h3.5c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-search-minus\" viewBox=\"0 0 26 28\">\n<title>search-minus</title>\n<path d=\"M16 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-9c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h9c0.266 0 0.5 0.234 0.5 0.5zM18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.109-0.891 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-power-off\" viewBox=\"0 0 24 28\">\n<title>power-off</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12s-12-5.391-12-12c0-3.797 1.75-7.297 4.797-9.578 0.891-0.672 2.141-0.5 2.797 0.391 0.672 0.875 0.484 2.141-0.391 2.797-2.031 1.531-3.203 3.859-3.203 6.391 0 4.406 3.594 8 8 8s8-3.594 8-8c0-2.531-1.172-4.859-3.203-6.391-0.875-0.656-1.062-1.922-0.391-2.797 0.656-0.891 1.922-1.062 2.797-0.391 3.047 2.281 4.797 5.781 4.797 9.578zM14 2v10c0 1.094-0.906 2-2 2s-2-0.906-2-2v-10c0-1.094 0.906-2 2-2s2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-signal\" viewBox=\"0 0 28 28\">\n<title>signal</title>\n<path d=\"M4 22.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 20.5v5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 16.5v9c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 10.5v15c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 2.5v23c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-23c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cog\" viewBox=\"0 0 24 28\">\n<title>cog</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM24 12.297v3.469c0 0.234-0.187 0.516-0.438 0.562l-2.891 0.438c-0.172 0.5-0.359 0.969-0.609 1.422 0.531 0.766 1.094 1.453 1.672 2.156 0.094 0.109 0.156 0.25 0.156 0.391s-0.047 0.25-0.141 0.359c-0.375 0.5-2.484 2.797-3.016 2.797-0.141 0-0.281-0.063-0.406-0.141l-2.156-1.687c-0.453 0.234-0.938 0.438-1.422 0.594-0.109 0.953-0.203 1.969-0.453 2.906-0.063 0.25-0.281 0.438-0.562 0.438h-3.469c-0.281 0-0.531-0.203-0.562-0.469l-0.438-2.875c-0.484-0.156-0.953-0.344-1.406-0.578l-2.203 1.672c-0.109 0.094-0.25 0.141-0.391 0.141s-0.281-0.063-0.391-0.172c-0.828-0.75-1.922-1.719-2.578-2.625-0.078-0.109-0.109-0.234-0.109-0.359 0-0.141 0.047-0.25 0.125-0.359 0.531-0.719 1.109-1.406 1.641-2.141-0.266-0.5-0.484-1.016-0.641-1.547l-2.859-0.422c-0.266-0.047-0.453-0.297-0.453-0.562v-3.469c0-0.234 0.187-0.516 0.422-0.562l2.906-0.438c0.156-0.5 0.359-0.969 0.609-1.437-0.531-0.75-1.094-1.453-1.672-2.156-0.094-0.109-0.156-0.234-0.156-0.375s0.063-0.25 0.141-0.359c0.375-0.516 2.484-2.797 3.016-2.797 0.141 0 0.281 0.063 0.406 0.156l2.156 1.672c0.453-0.234 0.938-0.438 1.422-0.594 0.109-0.953 0.203-1.969 0.453-2.906 0.063-0.25 0.281-0.438 0.562-0.438h3.469c0.281 0 0.531 0.203 0.562 0.469l0.438 2.875c0.484 0.156 0.953 0.344 1.406 0.578l2.219-1.672c0.094-0.094 0.234-0.141 0.375-0.141s0.281 0.063 0.391 0.156c0.828 0.766 1.922 1.734 2.578 2.656 0.078 0.094 0.109 0.219 0.109 0.344 0 0.141-0.047 0.25-0.125 0.359-0.531 0.719-1.109 1.406-1.641 2.141 0.266 0.5 0.484 1.016 0.641 1.531l2.859 0.438c0.266 0.047 0.453 0.297 0.453 0.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash-o\" viewBox=\"0 0 22 28\">\n<title>trash-o</title>\n<path d=\"M8 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM12 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM16 11.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM18 22.813v-14.812h-14v14.812c0 0.75 0.422 1.188 0.5 1.188h13c0.078 0 0.5-0.438 0.5-1.188zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-home\" viewBox=\"0 0 26 28\">\n<title>home</title>\n<path d=\"M22 15.5v7.5c0 0.547-0.453 1-1 1h-6v-6h-4v6h-6c-0.547 0-1-0.453-1-1v-7.5c0-0.031 0.016-0.063 0.016-0.094l8.984-7.406 8.984 7.406c0.016 0.031 0.016 0.063 0.016 0.094zM25.484 14.422l-0.969 1.156c-0.078 0.094-0.203 0.156-0.328 0.172h-0.047c-0.125 0-0.234-0.031-0.328-0.109l-10.813-9.016-10.813 9.016c-0.109 0.078-0.234 0.125-0.375 0.109-0.125-0.016-0.25-0.078-0.328-0.172l-0.969-1.156c-0.172-0.203-0.141-0.531 0.063-0.703l11.234-9.359c0.656-0.547 1.719-0.547 2.375 0l3.813 3.187v-3.047c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v6.375l3.422 2.844c0.203 0.172 0.234 0.5 0.063 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-o\" viewBox=\"0 0 24 28\">\n<title>file-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clock-o\" viewBox=\"0 0 24 28\">\n<title>clock-o</title>\n<path d=\"M14 8.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-road\" viewBox=\"0 0 30 28\">\n<title>road</title>\n<path d=\"M17.359 15.563v-0.063l-0.375-5c-0.016-0.281-0.266-0.5-0.531-0.5h-2.906c-0.266 0-0.516 0.219-0.531 0.5l-0.375 5v0.063c-0.016 0.25 0.219 0.438 0.453 0.438h3.813c0.234 0 0.469-0.187 0.453-0.438zM29.219 22.859c0 0.453-0.125 1.141-0.719 1.141h-11c0.266 0 0.484-0.219 0.469-0.5l-0.313-4c-0.016-0.281-0.266-0.5-0.531-0.5h-4.25c-0.266 0-0.516 0.219-0.531 0.5l-0.313 4c-0.016 0.281 0.203 0.5 0.469 0.5h-11c-0.594 0-0.719-0.688-0.719-1.141 0-0.625 0.172-1.25 0.406-1.813l6.516-16.312c0.156-0.391 0.578-0.734 1-0.734h5.297c-0.266 0-0.516 0.219-0.531 0.5l-0.234 3c-0.016 0.281 0.187 0.5 0.469 0.5h2.594c0.281 0 0.484-0.219 0.469-0.5l-0.234-3c-0.016-0.281-0.266-0.5-0.531-0.5h5.297c0.422 0 0.844 0.344 1 0.734l6.516 16.312c0.234 0.562 0.406 1.188 0.406 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-download\" viewBox=\"0 0 26 28\">\n<title>download</title>\n<path d=\"M20 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 17.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h7.266l2.109 2.125c0.578 0.562 1.328 0.875 2.125 0.875s1.547-0.313 2.125-0.875l2.125-2.125h7.25c0.828 0 1.5 0.672 1.5 1.5zM20.922 8.609c0.156 0.375 0.078 0.812-0.219 1.094l-7 7c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-7-7c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h4v-7c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1v7h4c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-down</title>\n<path d=\"M17.5 14.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-5.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v5.5h3c0.281 0 0.5 0.219 0.5 0.5zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-up</title>\n<path d=\"M17.469 13.687c-0.078 0.187-0.266 0.313-0.469 0.313h-3v5.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-3c-0.281 0-0.5-0.219-0.5-0.5 0-0.141 0.063-0.266 0.156-0.375l4.984-4.984c0.109-0.094 0.234-0.141 0.359-0.141s0.25 0.047 0.359 0.141l5 5c0.141 0.156 0.187 0.359 0.109 0.547zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inbox\" viewBox=\"0 0 24 28\">\n<title>inbox</title>\n<path d=\"M15.984 15h4.937c-0.031-0.078-0.047-0.172-0.078-0.25l-3.313-7.75h-11.062l-3.313 7.75c-0.031 0.078-0.047 0.172-0.078 0.25h4.937l1.484 3h5zM24 15.469v7.531c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-7.531c0-0.562 0.172-1.391 0.391-1.922l3.719-8.625c0.219-0.516 0.844-0.922 1.391-0.922h13c0.547 0 1.172 0.406 1.391 0.922l3.719 8.625c0.219 0.531 0.391 1.359 0.391 1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle-o\" viewBox=\"0 0 24 28\">\n<title>play-circle-o</title>\n<path d=\"M18.5 14c0 0.359-0.187 0.688-0.5 0.859l-8.5 5c-0.156 0.094-0.328 0.141-0.5 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-10c0-0.359 0.187-0.688 0.5-0.875 0.313-0.172 0.703-0.172 1 0.016l8.5 5c0.313 0.172 0.5 0.5 0.5 0.859zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-repeat\" viewBox=\"0 0 24 28\">\n<title>repeat</title>\n<path d=\"M24 4v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.156-2.156c-1.469-1.359-3.406-2.141-5.453-2.141-4.406 0-8 3.594-8 8s3.594 8 8 8c2.484 0 4.781-1.125 6.312-3.109 0.078-0.109 0.219-0.172 0.359-0.187 0.141 0 0.281 0.047 0.391 0.141l2.141 2.156c0.187 0.172 0.187 0.469 0.031 0.672-2.281 2.75-5.656 4.328-9.234 4.328-6.609 0-12-5.391-12-12s5.391-12 12-12c3.078 0 6.062 1.234 8.266 3.313l2.031-2.016c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-refresh\" viewBox=\"0 0 24 28\">\n<title>refresh</title>\n<path d=\"M23.609 16.5c0 0.031 0 0.078-0.016 0.109-1.328 5.531-5.891 9.391-11.656 9.391-3.047 0-6-1.203-8.219-3.313l-2.016 2.016c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-2.141 2.141c1.469 1.375 3.422 2.156 5.437 2.156 2.781 0 5.359-1.437 6.813-3.813 0.375-0.609 0.562-1.203 0.828-1.828 0.078-0.219 0.234-0.359 0.469-0.359h3c0.281 0 0.5 0.234 0.5 0.5zM24 4v7c0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l2.156-2.156c-1.484-1.375-3.437-2.141-5.453-2.141-2.781 0-5.359 1.437-6.813 3.813-0.375 0.609-0.562 1.203-0.828 1.828-0.078 0.219-0.234 0.359-0.469 0.359h-3.109c-0.281 0-0.5-0.234-0.5-0.5v-0.109c1.344-5.547 5.953-9.391 11.719-9.391 3.063 0 6.047 1.219 8.266 3.313l2.031-2.016c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-alt\" viewBox=\"0 0 28 28\">\n<title>list-alt</title>\n<path d=\"M6 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM24 18.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 14.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM24 10.5v1c0 0.266-0.234 0.5-0.5 0.5h-15c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h15c0.266 0 0.5 0.234 0.5 0.5zM26 21.5v-13c0-0.266-0.234-0.5-0.5-0.5h-23c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lock\" viewBox=\"0 0 18 28\">\n<title>lock</title>\n<path d=\"M5 12h8v-3c0-2.203-1.797-4-4-4s-4 1.797-4 4v3zM18 13.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-3c0-3.844 3.156-7 7-7s7 3.156 7 7v3h0.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag\" viewBox=\"0 0 29 28\">\n<title>flag</title>\n<path d=\"M5 4c0 0.719-0.391 1.359-1 1.719v19.781c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-19.781c-0.609-0.359-1-1-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.578-0.359 0.797-0.812 1.031-1.766 0.953-3.719 1.813-5.766 1.813-2.875 0-4.25-2.188-7.656-2.188-2.484 0-5.094 1.125-7.25 2.281-0.172 0.094-0.328 0.141-0.516 0.141-0.547 0-1-0.453-1-1v-11.594c0-0.375 0.187-0.641 0.484-0.859 0.375-0.25 0.828-0.469 1.234-0.672 1.969-1 4.359-1.875 6.578-1.875 2.453 0 4.375 0.812 6.547 1.828 0.438 0.219 0.891 0.297 1.375 0.297 2.453 0 5.094-2.125 5.781-2.125 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-headphones\" viewBox=\"0 0 26 28\">\n<title>headphones</title>\n<path d=\"M26 13.844c0 1.703-0.313 3.359-0.938 4.906l-0.313 0.766-2.891 0.516c-0.453 1.703-2 2.969-3.859 2.969v0.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v0.5c1.5 0 2.797 0.828 3.484 2.047l1.062-0.187c0.297-0.969 0.453-1.969 0.453-3.016 0-4.719-4.672-8.844-10-8.844s-10 4.125-10 8.844c0 1.047 0.156 2.047 0.453 3.016l1.062 0.187c0.688-1.219 1.984-2.047 3.484-2.047v-0.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-0.5c-1.859 0-3.406-1.266-3.859-2.969l-2.891-0.516-0.313-0.766c-0.625-1.547-0.938-3.203-0.938-4.906 0-6.422 5.953-11.844 13-11.844s13 5.422 13 11.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-off\" viewBox=\"0 0 12 28\">\n<title>volume-off</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-down\" viewBox=\"0 0 18 28\">\n<title>volume-down</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-up\" viewBox=\"0 0 26 28\">\n<title>volume-up</title>\n<path d=\"M12 5.5v17c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-5.203-5.203h-4.094c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h4.094l5.203-5.203c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1zM18 14c0 1.563-0.953 3.078-2.422 3.672-0.125 0.063-0.266 0.078-0.391 0.078-0.547 0-1-0.438-1-1 0-1.188 1.813-0.859 1.813-2.75s-1.813-1.563-1.813-2.75c0-0.562 0.453-1 1-1 0.125 0 0.266 0.016 0.391 0.078 1.469 0.578 2.422 2.109 2.422 3.672zM22 14c0 3.172-1.906 6.125-4.844 7.359-0.125 0.047-0.266 0.078-0.391 0.078-0.562 0-1.016-0.453-1.016-1 0-0.438 0.25-0.734 0.609-0.922 0.422-0.219 0.812-0.406 1.188-0.688 1.547-1.125 2.453-2.922 2.453-4.828s-0.906-3.703-2.453-4.828c-0.375-0.281-0.766-0.469-1.188-0.688-0.359-0.187-0.609-0.484-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 2.938 1.234 4.844 4.188 4.844 7.359zM26 14c0 4.797-2.859 9.141-7.266 11.031-0.125 0.047-0.266 0.078-0.406 0.078-0.547 0-1-0.453-1-1 0-0.453 0.234-0.703 0.609-0.922 0.219-0.125 0.469-0.203 0.703-0.328 0.438-0.234 0.875-0.5 1.281-0.797 2.562-1.891 4.078-4.875 4.078-8.062s-1.516-6.172-4.078-8.062c-0.406-0.297-0.844-0.562-1.281-0.797-0.234-0.125-0.484-0.203-0.703-0.328-0.375-0.219-0.609-0.469-0.609-0.922 0-0.547 0.453-1 1-1 0.141 0 0.281 0.031 0.406 0.078 4.406 1.891 7.266 6.234 7.266 11.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qrcode\" viewBox=\"0 0 22 28\">\n<title>qrcode</title>\n<path d=\"M6 18v2h-2v-2h2zM6 6v2h-2v-2h2zM18 6v2h-2v-2h2zM2 21.984h6v-5.984h-6v5.984zM2 10h6v-6h-6v6zM14 10h6v-6h-6v6zM10 14v10h-10v-10h10zM18 22v2h-2v-2h2zM22 22v2h-2v-2h2zM22 14v6h-6v-2h-2v6h-2v-10h6v2h2v-2h2zM10 2v10h-10v-10h10zM22 2v10h-10v-10h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-barcode\" viewBox=\"0 0 28 28\">\n<title>barcode</title>\n<path d=\"M0.984 24h-0.984v-22h0.984v22zM1.969 23.984h-0.5v-21.984h0.5v21.984zM3.437 23.984h-0.484v-21.984h0.484v21.984zM5.891 23.984h-0.484v-21.984h0.484v21.984zM8.344 23.984h-0.969v-21.984h0.969v21.984zM10.313 23.984h-0.484v-21.984h0.484v21.984zM11.297 23.984h-0.484v-21.984h0.484v21.984zM12.281 23.984h-0.484v-21.984h0.484v21.984zM14.734 23.984h-0.984v-21.984h0.984v21.984zM17.187 23.984h-0.984v-21.984h0.984v21.984zM19.156 23.984h-0.984v-21.984h0.984v21.984zM21.125 23.984h-0.984v-21.984h0.984v21.984zM22.594 23.984h-0.984v-21.984h0.984v21.984zM25.547 23.984h-1.469v-21.984h1.469v21.984zM26.531 23.984h-0.5v-21.984h0.5v21.984zM28 24h-0.984v-22h0.984v22z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tag\" viewBox=\"0 0 24 28\">\n<title>tag</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tags\" viewBox=\"0 0 30 28\">\n<title>tags</title>\n<path d=\"M7 7c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-11.172-11.188c-0.797-0.781-1.422-2.297-1.422-3.406v-6.5c0-1.094 0.906-2 2-2h6.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422zM29.672 16c0 0.531-0.219 1.047-0.578 1.406l-7.672 7.688c-0.375 0.359-0.891 0.578-1.422 0.578-0.812 0-1.219-0.375-1.75-0.922l7.344-7.344c0.359-0.359 0.578-0.875 0.578-1.406s-0.219-1.047-0.578-1.422l-11.172-11.156c-0.797-0.797-2.312-1.422-3.422-1.422h3.5c1.109 0 2.625 0.625 3.422 1.422l11.172 11.156c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-book\" viewBox=\"0 0 26 28\">\n<title>book</title>\n<path d=\"M25.609 7.469c0.391 0.562 0.5 1.297 0.281 2.016l-4.297 14.156c-0.391 1.328-1.766 2.359-3.109 2.359h-14.422c-1.594 0-3.297-1.266-3.875-2.891-0.25-0.703-0.25-1.391-0.031-1.984 0.031-0.313 0.094-0.625 0.109-1 0.016-0.25-0.125-0.453-0.094-0.641 0.063-0.375 0.391-0.641 0.641-1.062 0.469-0.781 1-2.047 1.172-2.859 0.078-0.297-0.078-0.641 0-0.906 0.078-0.297 0.375-0.516 0.531-0.797 0.422-0.719 0.969-2.109 1.047-2.844 0.031-0.328-0.125-0.688-0.031-0.938 0.109-0.359 0.453-0.516 0.688-0.828 0.375-0.516 1-2 1.094-2.828 0.031-0.266-0.125-0.531-0.078-0.812 0.063-0.297 0.438-0.609 0.688-0.969 0.656-0.969 0.781-3.109 2.766-2.547l-0.016 0.047c0.266-0.063 0.531-0.141 0.797-0.141h11.891c0.734 0 1.391 0.328 1.781 0.875 0.406 0.562 0.5 1.297 0.281 2.031l-4.281 14.156c-0.734 2.406-1.141 2.938-3.125 2.938h-13.578c-0.203 0-0.453 0.047-0.594 0.234-0.125 0.187-0.141 0.328-0.016 0.672 0.313 0.906 1.391 1.094 2.25 1.094h14.422c0.578 0 1.25-0.328 1.422-0.891l4.688-15.422c0.094-0.297 0.094-0.609 0.078-0.891 0.359 0.141 0.688 0.359 0.922 0.672zM8.984 7.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5zM7.688 11.5c-0.094 0.281 0.063 0.5 0.344 0.5h9.5c0.266 0 0.562-0.219 0.656-0.5l0.328-1c0.094-0.281-0.063-0.5-0.344-0.5h-9.5c-0.266 0-0.562 0.219-0.656 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark\" viewBox=\"0 0 20 28\">\n<title>bookmark</title>\n<path d=\"M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-print\" viewBox=\"0 0 26 28\">\n<title>print</title>\n<path d=\"M6 24h14v-4h-14v4zM6 14h14v-6h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v10zM24 15c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 15v6.5c0 0.266-0.234 0.5-0.5 0.5h-3.5v2.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-6.5c0-1.641 1.359-3 3-3h1v-8.5c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.969 0.469 2.562 1.062l2.375 2.375c0.594 0.594 1.062 1.734 1.062 2.562v4h1c1.641 0 3 1.359 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera\" viewBox=\"0 0 30 28\">\n<title>camera</title>\n<path d=\"M15 10.5c2.484 0 4.5 2.016 4.5 4.5s-2.016 4.5-4.5 4.5-4.5-2.016-4.5-4.5 2.016-4.5 4.5-4.5zM26 4c2.203 0 4 1.797 4 4v14c0 2.203-1.797 4-4 4h-22c-2.203 0-4-1.797-4-4v-14c0-2.203 1.797-4 4-4h3.5l0.797-2.125c0.391-1.031 1.609-1.875 2.703-1.875h8c1.094 0 2.312 0.844 2.703 1.875l0.797 2.125h3.5zM15 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-font\" viewBox=\"0 0 26 28\">\n<title>font</title>\n<path d=\"M11.328 8.734l-2.656 7.031c1.547 0.016 3.094 0.063 4.641 0.063 0.297 0 0.594-0.016 0.891-0.031-0.812-2.375-1.766-4.797-2.875-7.063zM0 26l0.031-1.234c1.469-0.453 3.063-0.141 3.719-1.828l3.703-9.625 4.375-11.312h2c0.063 0.109 0.125 0.219 0.172 0.328l3.203 7.5c1.172 2.766 2.25 5.563 3.437 8.313 0.703 1.625 1.25 3.297 2.031 4.891 0.109 0.25 0.328 0.719 0.547 0.891 0.516 0.406 1.953 0.5 2.688 0.781 0.047 0.297 0.094 0.594 0.094 0.891 0 0.141-0.016 0.266-0.016 0.406-1.984 0-3.969-0.25-5.953-0.25-2.047 0-4.094 0.172-6.141 0.234 0-0.406 0.016-0.812 0.063-1.219l2.047-0.438c0.422-0.094 1.25-0.203 1.25-0.781 0-0.562-2.016-5.203-2.266-5.844l-7.031-0.031c-0.406 0.906-1.984 5-1.984 5.594 0 1.203 2.297 1.25 3.187 1.375 0.016 0.297 0.016 0.594 0.016 0.906 0 0.141-0.016 0.281-0.031 0.422-1.813 0-3.641-0.313-5.453-0.313-0.219 0-0.531 0.094-0.75 0.125-0.984 0.172-1.953 0.219-2.938 0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bold\" viewBox=\"0 0 22 28\">\n<title>bold</title>\n<path d=\"M8.672 23.766c0.688 0.297 1.437 0.5 2.188 0.5 3.563 0 5.875-1.422 5.875-5.234 0-0.969-0.125-1.984-0.641-2.812-1.453-2.344-3.547-2.469-6.062-2.469-0.469 0-1.141 0-1.578 0.156 0 1.656-0.016 3.313-0.016 4.953 0 1.078-0.141 4 0.234 4.906zM8.453 12.109c0.562 0.094 1.141 0.109 1.703 0.109 3.219 0 5.516-0.906 5.516-4.516 0-3.047-2.703-4.094-5.313-4.094-0.688 0-1.359 0.094-2.031 0.203 0 1.578 0.125 3.156 0.125 4.734 0 0.828-0.016 1.656-0.016 2.484 0 0.359 0 0.719 0.016 1.078zM0 26l0.031-1.469c1-0.25 2.016-0.266 2.984-0.672 0.547-0.922 0.469-2.547 0.469-3.594 0-0.344 0.031-15.281-0.344-16.016-0.234-0.453-2.531-0.562-3.047-0.625l-0.063-1.297c3.719-0.063 7.438-0.328 11.141-0.328 0.703 0 1.422 0.016 2.125 0.016 3.531 0 7.422 1.687 7.422 5.75 0 2.797-2.125 3.844-4.328 4.844 2.969 0.672 5.609 2.688 5.609 5.969 0 5.375-4.891 7.156-9.469 7.156-1.375 0-2.75-0.094-4.125-0.094-2.797 0-5.625 0.25-8.406 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-italic\" viewBox=\"0 0 16 28\">\n<title>italic</title>\n<path d=\"M0 25.969l0.266-1.328c1-0.313 2.078-0.438 3.016-0.922 0.359-0.453 0.531-1.031 0.641-1.578 0.203-1.062 3.609-16.391 3.563-17.641v-0.391c-0.859-0.469-1.906-0.344-2.844-0.5l0.297-1.609c2.016 0.094 4.062 0.25 6.094 0.25 1.656 0 3.313-0.156 4.969-0.25-0.063 0.469-0.172 0.938-0.297 1.391-1.078 0.375-2.219 0.547-3.281 0.969-0.344 0.844-0.422 1.766-0.578 2.656-0.75 4.047-1.75 8.094-2.578 12.109-0.156 0.75-0.922 3.859-0.859 4.516l0.016 0.281c0.953 0.219 1.922 0.328 2.891 0.484-0.031 0.516-0.125 1.031-0.25 1.547-0.344 0-0.672 0.047-1.016 0.047-0.891 0-1.813-0.297-2.703-0.313-1.078-0.016-2.156-0.031-3.219-0.031-1.391 0-2.75 0.234-4.125 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-height\" viewBox=\"0 0 28 28\">\n<title>text-height</title>\n<path d=\"M27.25 22c0.688 0 0.906 0.438 0.484 0.984l-1.969 2.531c-0.422 0.547-1.109 0.547-1.531 0l-1.969-2.531c-0.422-0.547-0.203-0.984 0.484-0.984h1.25v-16h-1.25c-0.688 0-0.906-0.438-0.484-0.984l1.969-2.531c0.422-0.547 1.109-0.547 1.531 0l1.969 2.531c0.422 0.547 0.203 0.984-0.484 0.984h-1.25v16h1.25zM1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 1.125 0 2.234 0.016 3.359 0.016h4.578c0.625 0 0.984 0.141 1.406-0.453l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.547 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.484-2.422-0.516-2.453-0.328-0.406-0.688-0.328-1.172-0.328-1.422 0-2.906-0.063-4.312 0.109-0.078 0.688-0.141 1.422-0.125 2.125 0.016 4.391 0.063 8.781 0.063 13.172 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.344-0.766 0.297-5 0.297-5.984 0-3.156-0.094-6.312-0.094-9.469v-1.828c0-0.281 0.063-1.406-0.125-1.625-0.219-0.234-2.266-0.187-2.531-0.187-0.578 0-2.25 0.266-2.703 0.594-0.75 0.516-0.75 3.641-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-text-width\" viewBox=\"0 0 24 28\">\n<title>text-width</title>\n<path d=\"M1.266 2.016l0.844 0.422c0.109 0.047 2.969 0.078 3.297 0.078 1.375 0 2.75-0.063 4.125-0.063 4.141 0 8.328-0.094 12.469 0.047 0.344 0.016 0.672-0.203 0.875-0.484l0.656-0.016c0.141 0 0.297 0.016 0.438 0.016 0.031 1.75 0.031 3.5 0.031 5.25 0 0.562 0.016 1.156-0.078 1.703-0.344 0.125-0.703 0.234-1.062 0.281-0.359-0.625-0.609-1.313-0.844-2-0.109-0.313-0.5-2.422-0.516-2.453-0.109-0.141-0.25-0.234-0.422-0.297-0.125-0.047-0.875-0.031-1.031-0.031-1.922 0-4.141-0.109-6.031 0.109-0.078 0.688-0.141 1.422-0.125 2.125l0.016 2.375v-0.812c0.016 2.547 0.047 5.078 0.047 7.609 0 1.203-0.187 2.469 0.156 3.625 1.188 0.609 2.594 0.703 3.813 1.25 0.031 0.25 0.078 0.516 0.078 0.781 0 0.141-0.016 0.297-0.047 0.453l-0.531 0.016c-2.219 0.063-4.406-0.281-6.641-0.281-1.578 0-3.156 0.281-4.734 0.281-0.016-0.266-0.047-0.547-0.047-0.812v-0.141c0.594-0.953 2.734-0.969 3.719-1.547 0.391-0.875 0.281-8.266 0.281-9.641 0-0.219-0.078-0.453-0.078-0.688 0-0.641 0.109-4.312-0.125-4.578-0.219-0.234-2.266-0.187-2.531-0.187-0.656 0-4.328 0.344-4.703 0.594-0.734 0.484-0.75 3.625-1.687 3.703-0.281-0.172-0.672-0.422-0.875-0.688v-5.984zM20.469 22.047c0.547 0 2.625 1.859 3.047 2.188 0.234 0.187 0.406 0.453 0.406 0.766s-0.172 0.578-0.406 0.766c-0.422 0.328-2.5 2.188-3.047 2.188-0.719 0-0.469-1.672-0.469-1.953h-16c0 0.281 0.25 1.953-0.469 1.953-0.547 0-2.625-1.859-3.047-2.188-0.234-0.187-0.406-0.453-0.406-0.766s0.172-0.578 0.406-0.766c0.422-0.328 2.5-2.188 3.047-2.188 0.719 0 0.469 1.672 0.469 1.953h16c0-0.281-0.25-1.953 0.469-1.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-left\" viewBox=\"0 0 28 28\">\n<title>align-left</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-center\" viewBox=\"0 0 28 28\">\n<title>align-center</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM22 15v2c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM26 9v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM20 3v2c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h10c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-right\" viewBox=\"0 0 28 28\">\n<title>align-right</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-18c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-align-justify\" viewBox=\"0 0 28 28\">\n<title>align-justify</title>\n<path d=\"M28 21v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 15v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 9v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v2c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list\" viewBox=\"0 0 28 28\">\n<title>list</title>\n<path d=\"M4 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM4 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM4 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dedent\" viewBox=\"0 0 28 28\">\n<title>dedent</title>\n<path d=\"M6 8.5v9c0 0.266-0.234 0.5-0.5 0.5-0.125 0-0.266-0.047-0.359-0.141l-4.5-4.5c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l4.5-4.5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-indent\" viewBox=\"0 0 28 28\">\n<title>indent</title>\n<path d=\"M5.5 13c0 0.125-0.047 0.266-0.141 0.359l-4.5 4.5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-9c0-0.266 0.234-0.5 0.5-0.5 0.125 0 0.266 0.047 0.359 0.141l4.5 4.5c0.094 0.094 0.141 0.234 0.141 0.359zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5zM28 14.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 8.5v3c0 0.266-0.234 0.5-0.5 0.5h-17c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h17c0.266 0 0.5 0.234 0.5 0.5zM28 2.5v3c0 0.266-0.234 0.5-0.5 0.5h-27c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h27c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-video-camera\" viewBox=\"0 0 28 28\">\n<title>video-camera</title>\n<path d=\"M28 5.5v17c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-6.297-6.297v2.594c0 2.484-2.016 4.5-4.5 4.5h-11c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h11c2.484 0 4.5 2.016 4.5 4.5v2.578l6.297-6.281c0.187-0.203 0.438-0.297 0.703-0.297 0.125 0 0.266 0.031 0.391 0.078 0.359 0.156 0.609 0.516 0.609 0.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-image\" viewBox=\"0 0 30 28\">\n<title>image</title>\n<path d=\"M10 9c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 15v7h-22v-3l5-5 2.5 2.5 8-8zM27.5 4h-25c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5v-19c0-0.266-0.234-0.5-0.5-0.5zM30 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil\" viewBox=\"0 0 24 28\">\n<title>pencil</title>\n<path d=\"M5.672 24l1.422-1.422-3.672-3.672-1.422 1.422v1.672h2v2h1.672zM13.844 9.5c0-0.203-0.141-0.344-0.344-0.344-0.094 0-0.187 0.031-0.266 0.109l-8.469 8.469c-0.078 0.078-0.109 0.172-0.109 0.266 0 0.203 0.141 0.344 0.344 0.344 0.094 0 0.187-0.031 0.266-0.109l8.469-8.469c0.078-0.078 0.109-0.172 0.109-0.266zM13 6.5l6.5 6.5-13 13h-6.5v-6.5zM23.672 8c0 0.531-0.219 1.047-0.578 1.406l-2.594 2.594-6.5-6.5 2.594-2.578c0.359-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l3.672 3.656c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-marker\" viewBox=\"0 0 16 28\">\n<title>map-marker</title>\n<path d=\"M12 10c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM16 10c0 0.953-0.109 1.937-0.516 2.797l-5.688 12.094c-0.328 0.688-1.047 1.109-1.797 1.109s-1.469-0.422-1.781-1.109l-5.703-12.094c-0.406-0.859-0.516-1.844-0.516-2.797 0-4.422 3.578-8 8-8s8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adjust\" viewBox=\"0 0 24 28\">\n<title>adjust</title>\n<path d=\"M12 22.5v-17c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tint\" viewBox=\"0 0 16 28\">\n<title>tint</title>\n<path d=\"M8 18c0-0.391-0.125-0.766-0.313-1.078-0.203-0.313-1.031-1.375-1.359-2.422-0.047-0.172-0.203-0.25-0.328-0.25s-0.281 0.078-0.328 0.25c-0.328 1.047-1.156 2.109-1.359 2.422-0.187 0.313-0.313 0.688-0.313 1.078 0 1.109 0.891 2 2 2s2-0.891 2-2zM16 16c0 4.422-3.578 8-8 8s-8-3.578-8-8c0-1.578 0.484-3.047 1.266-4.297 0.797-1.25 4.141-5.484 5.406-9.703 0.203-0.672 0.828-1 1.328-1s1.141 0.328 1.328 1c1.266 4.219 4.609 8.453 5.406 9.703s1.266 2.719 1.266 4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edit\" viewBox=\"0 0 28 28\">\n<title>edit</title>\n<path d=\"M13.875 18.5l1.813-1.813-2.375-2.375-1.813 1.813v0.875h1.5v1.5h0.875zM20.75 7.25c-0.141-0.141-0.375-0.125-0.516 0.016l-5.469 5.469c-0.141 0.141-0.156 0.375-0.016 0.516s0.375 0.125 0.516-0.016l5.469-5.469c0.141-0.141 0.156-0.375 0.016-0.516zM22 16.531v2.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.141 0.141-0.328 0.187-0.5 0.125-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-1.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.156-0.156 0.359-0.187 0.547-0.109s0.313 0.25 0.313 0.453zM20.5 5l4.5 4.5-10.5 10.5h-4.5v-4.5zM27.438 7.063l-1.437 1.437-4.5-4.5 1.437-1.437c0.578-0.578 1.547-0.578 2.125 0l2.375 2.375c0.578 0.578 0.578 1.547 0 2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square-o\" viewBox=\"0 0 26 28\">\n<title>share-square-o</title>\n<path d=\"M22 15.453v4.047c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h3.984c0.266 0 0.5 0.219 0.5 0.5 0 0.25-0.172 0.453-0.406 0.5-0.781 0.266-1.484 0.578-2.078 0.938-0.078 0.031-0.156 0.063-0.25 0.063h-1.75c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.344c0-0.187 0.109-0.359 0.281-0.453 0.313-0.141 0.594-0.344 0.844-0.578 0.141-0.141 0.359-0.203 0.547-0.125s0.328 0.25 0.328 0.453zM25.703 7.703l-6 6c-0.187 0.203-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.391-0.078-0.359-0.156-0.609-0.516-0.609-0.922v-3h-2.5c-3.437 0-5.625 0.656-6.844 2.047-1.266 1.453-1.641 3.797-1.156 7.391 0.031 0.219-0.109 0.438-0.313 0.531-0.063 0.016-0.125 0.031-0.187 0.031-0.156 0-0.313-0.078-0.406-0.203-0.109-0.156-2.594-3.672-2.594-6.797 0-4.188 1.313-9 11.5-9h2.5v-3c0-0.406 0.25-0.766 0.609-0.922 0.125-0.047 0.266-0.078 0.391-0.078 0.266 0 0.516 0.109 0.703 0.297l6 6c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square-o\" viewBox=\"0 0 26 28\">\n<title>check-square-o</title>\n<path d=\"M22 14.531v4.969c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c0.625 0 1.25 0.125 1.828 0.391 0.141 0.063 0.25 0.203 0.281 0.359 0.031 0.172-0.016 0.328-0.141 0.453l-0.766 0.766c-0.094 0.094-0.234 0.156-0.359 0.156-0.047 0-0.094-0.016-0.141-0.031-0.234-0.063-0.469-0.094-0.703-0.094h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-3.969c0-0.125 0.047-0.25 0.141-0.344l1-1c0.109-0.109 0.234-0.156 0.359-0.156 0.063 0 0.125 0.016 0.187 0.047 0.187 0.078 0.313 0.25 0.313 0.453zM25.609 6.891l-12.719 12.719c-0.5 0.5-1.281 0.5-1.781 0l-6.719-6.719c-0.5-0.5-0.5-1.281 0-1.781l1.719-1.719c0.5-0.5 1.281-0.5 1.781 0l4.109 4.109 10.109-10.109c0.5-0.5 1.281-0.5 1.781 0l1.719 1.719c0.5 0.5 0.5 1.281 0 1.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows\" viewBox=\"0 0 28 28\">\n<title>arrows</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-6v6h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-6h-6v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h6v-6h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-2v6h6v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-backward\" viewBox=\"0 0 16 28\">\n<title>step-backward</title>\n<path d=\"M15.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-backward\" viewBox=\"0 0 28 28\">\n<title>fast-backward</title>\n<path d=\"M27.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v10.594c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v10.594c0.047-0.109 0.109-0.203 0.203-0.297l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-backward\" viewBox=\"0 0 28 28\">\n<title>backward</title>\n<path d=\"M25.297 2.203c0.391-0.391 0.703-0.25 0.703 0.297v23c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.094-0.094-0.156-0.187-0.203-0.297v11.094c0 0.547-0.313 0.688-0.703 0.297l-11.094-11.094c-0.391-0.391-0.391-1.016 0-1.406l11.094-11.094c0.391-0.391 0.703-0.25 0.703 0.297v11.094c0.047-0.109 0.109-0.203 0.203-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play\" viewBox=\"0 0 22 28\">\n<title>play</title>\n<path d=\"M21.625 14.484l-20.75 11.531c-0.484 0.266-0.875 0.031-0.875-0.516v-23c0-0.547 0.391-0.781 0.875-0.516l20.75 11.531c0.484 0.266 0.484 0.703 0 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause\" viewBox=\"0 0 24 28\">\n<title>pause</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1zM10 3v22c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop\" viewBox=\"0 0 24 28\">\n<title>stop</title>\n<path d=\"M24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forward\" viewBox=\"0 0 24 28\">\n<title>forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.391 0.391 0.391 1.016 0 1.406l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fast-forward\" viewBox=\"0 0 28 28\">\n<title>fast-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-11.094c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297l-11.094 11.094c-0.391 0.391-0.703 0.25-0.703-0.297v-11.094c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-step-forward\" viewBox=\"0 0 16 28\">\n<title>step-forward</title>\n<path d=\"M0.703 25.797c-0.391 0.391-0.703 0.25-0.703-0.297v-23c0-0.547 0.313-0.688 0.703-0.297l11.094 11.094c0.094 0.094 0.156 0.187 0.203 0.297v-10.594c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v22c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.594c-0.047 0.109-0.109 0.203-0.203 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eject\" viewBox=\"0 0 24 28\">\n<title>eject</title>\n<path d=\"M0.219 15.297l11.094-11.094c0.391-0.391 1.016-0.391 1.406 0l11.094 11.094c0.391 0.391 0.25 0.703-0.297 0.703h-23c-0.547 0-0.688-0.313-0.297-0.703zM23.016 24h-22c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-left\" viewBox=\"0 0 21 28\">\n<title>chevron-left</title>\n<path d=\"M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-right\" viewBox=\"0 0 19 28\">\n<title>chevron-right</title>\n<path d=\"M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-circle\" viewBox=\"0 0 24 28\">\n<title>plus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-4v-4c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v4h-4c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h4v4c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-4h4c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-circle\" viewBox=\"0 0 24 28\">\n<title>minus-circle</title>\n<path d=\"M19 15v-2c0-0.547-0.453-1-1-1h-12c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h12c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle\" viewBox=\"0 0 24 28\">\n<title>times-circle</title>\n<path d=\"M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle\" viewBox=\"0 0 24 28\">\n<title>check-circle</title>\n<path d=\"M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle\" viewBox=\"0 0 24 28\">\n<title>question-circle</title>\n<path d=\"M14 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM18 11c0-2.859-3-5-5.688-5-2.547 0-4.453 1.094-5.797 3.328-0.141 0.219-0.078 0.5 0.125 0.656l2.063 1.563c0.078 0.063 0.187 0.094 0.297 0.094 0.141 0 0.297-0.063 0.391-0.187 0.734-0.938 1.047-1.219 1.344-1.437 0.266-0.187 0.781-0.375 1.344-0.375 1 0 1.922 0.641 1.922 1.328 0 0.812-0.422 1.219-1.375 1.656-1.109 0.5-2.625 1.797-2.625 3.313v0.562c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v0c0-0.359 0.453-1.125 1.188-1.547 1.188-0.672 2.812-1.578 2.812-3.953zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info-circle\" viewBox=\"0 0 24 28\">\n<title>info-circle</title>\n<path d=\"M16 21.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-1.5v-8c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h1.5v5h-1.5c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h7c0.281 0 0.5-0.219 0.5-0.5zM14 7.5v-2.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v2.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crosshairs\" viewBox=\"0 0 24 28\">\n<title>crosshairs</title>\n<path d=\"M18.703 16h-1.703c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1.703c-0.672-2.25-2.453-4.031-4.703-4.703v1.703c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-1.703c-2.25 0.672-4.031 2.453-4.703 4.703h1.703c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1.703c0.672 2.25 2.453 4.031 4.703 4.703v-1.703c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1.703c2.25-0.672 4.031-2.453 4.703-4.703zM24 13v2c0 0.547-0.453 1-1 1h-2.234c-0.766 3.359-3.406 6-6.766 6.766v2.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-2.234c-3.359-0.766-6-3.406-6.766-6.766h-2.234c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h2.234c0.766-3.359 3.406-6 6.766-6.766v-2.234c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v2.234c3.359 0.766 6 3.406 6.766 6.766h2.234c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-circle-o\" viewBox=\"0 0 24 28\">\n<title>times-circle-o</title>\n<path d=\"M17.141 16.859l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.141-2.141-2.141 2.141c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.141-2.141-2.141-2.141c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.141 2.141 2.141-2.141c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.141 2.141 2.141 2.141c0.203 0.203 0.203 0.516 0 0.719zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-circle-o\" viewBox=\"0 0 24 28\">\n<title>check-circle-o</title>\n<path d=\"M18.297 12.703l-6.594 6.594c-0.391 0.391-1.016 0.391-1.406 0l-4.594-4.594c-0.391-0.391-0.391-1.016 0-1.406l1.594-1.594c0.391-0.391 1.016-0.391 1.406 0l2.297 2.297 4.297-4.297c0.391-0.391 1.016-0.391 1.406 0l1.594 1.594c0.391 0.391 0.391 1.016 0 1.406zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ban\" viewBox=\"0 0 24 28\">\n<title>ban</title>\n<path d=\"M20.5 13.953c0-1.703-0.5-3.281-1.359-4.609l-11.781 11.766c1.344 0.875 2.938 1.391 4.641 1.391 4.688 0 8.5-3.828 8.5-8.547zM4.891 18.625l11.797-11.781c-1.344-0.906-2.953-1.422-4.688-1.422-4.688 0-8.5 3.828-8.5 8.531 0 1.734 0.516 3.328 1.391 4.672zM24 13.953c0 6.656-5.375 12.047-12 12.047s-12-5.391-12-12.047c0-6.641 5.375-12.031 12-12.031s12 5.391 12 12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-left\" viewBox=\"0 0 25 28\">\n<title>arrow-left</title>\n<path d=\"M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-right\" viewBox=\"0 0 23 28\">\n<title>arrow-right</title>\n<path d=\"M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-up\" viewBox=\"0 0 26 28\">\n<title>arrow-up</title>\n<path d=\"M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-down\" viewBox=\"0 0 26 28\">\n<title>arrow-down</title>\n<path d=\"M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-forward\" viewBox=\"0 0 28 28\">\n<title>mail-forward</title>\n<path d=\"M28 10c0 0.266-0.109 0.516-0.297 0.703l-8 8c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4h-3.5c-6.734 0-11.156 1.297-11.156 8.75 0 0.641 0.031 1.281 0.078 1.922 0.016 0.25 0.078 0.531 0.078 0.781 0 0.297-0.187 0.547-0.5 0.547-0.219 0-0.328-0.109-0.438-0.266-0.234-0.328-0.406-0.828-0.578-1.188-0.891-2-1.984-4.859-1.984-7.047 0-1.75 0.172-3.547 0.828-5.203 2.172-5.391 8.547-6.297 13.672-6.297h3.5v-4c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8 8c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expand\" viewBox=\"0 0 24 28\">\n<title>expand</title>\n<path d=\"M11.797 16.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359zM24 3v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compress\" viewBox=\"0 0 24 28\">\n<title>compress</title>\n<path d=\"M12 15v7c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.25-2.25-5.187 5.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l5.187-5.187-2.25-2.25c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h7c0.547 0 1 0.453 1 1zM23.797 4.5c0 0.125-0.063 0.266-0.156 0.359l-5.187 5.187 2.25 2.25c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-7c-0.547 0-1-0.453-1-1v-7c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l2.25 2.25 5.187-5.187c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l1.781 1.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-circle\" viewBox=\"0 0 24 28\">\n<title>exclamation-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gift\" viewBox=\"0 0 24 28\">\n<title>gift</title>\n<path d=\"M14.5 21.187v-11.188h-5v11.188c0 0.547 0.453 0.812 1 0.812h3c0.547 0 1-0.266 1-0.812zM7.375 8h3.047l-1.969-2.516c-0.172-0.203-0.547-0.484-1.078-0.484-0.828 0-1.5 0.672-1.5 1.5s0.672 1.5 1.5 1.5zM18.125 6.5c0-0.828-0.672-1.5-1.5-1.5-0.531 0-0.906 0.281-1.078 0.484l-1.953 2.516h3.031c0.828 0 1.5-0.672 1.5-1.5zM24 10.5v5c0 0.281-0.219 0.5-0.5 0.5h-1.5v6.5c0 0.828-0.672 1.5-1.5 1.5h-17c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5h6.875c-1.937 0-3.5-1.563-3.5-3.5s1.563-3.5 3.5-3.5c1.047 0 2.016 0.438 2.625 1.203l2 2.578 2-2.578c0.609-0.766 1.578-1.203 2.625-1.203 1.937 0 3.5 1.563 3.5 3.5s-1.563 3.5-3.5 3.5h6.875c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leaf\" viewBox=\"0 0 28 28\">\n<title>leaf</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-5.531 0-9.094 2.312-12.703 6.297-0.187 0.203-0.297 0.422-0.297 0.703 0 0.547 0.453 1 1 1 0.281 0 0.5-0.109 0.703-0.297 0.766-0.688 1.453-1.437 2.203-2.141 2.828-2.547 5.25-3.563 9.094-3.563 0.547 0 1-0.453 1-1zM28 7.906c0 1-0.109 2.016-0.313 3.016-1 4.859-4.125 8.016-8.469 10.172-2.109 1.062-4.469 1.687-6.844 1.687-1.5 0-3.047-0.25-4.469-0.734-0.75-0.25-2.25-1.234-2.875-1.234-0.781 0-1.719 3.187-3.078 3.187-0.984 0-1.281-0.484-1.703-1.203-0.141-0.266-0.25-0.359-0.25-0.688 0-1.625 3.094-2.891 3.094-3.797 0-0.141-0.406-0.969-0.469-1.281-0.094-0.531-0.141-1.078-0.141-1.625 0-4.969 3.953-8.516 8.391-9.984 3.203-1.062 10.016 0.172 12.187-1.891 0.859-0.797 1.281-1.531 2.594-1.531 1.766 0 2.344 4.578 2.344 5.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire\" viewBox=\"0 0 22 28\">\n<title>fire</title>\n<path d=\"M22 26.5v1c0 0.266-0.234 0.5-0.5 0.5h-21c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h21c0.266 0 0.5 0.234 0.5 0.5zM18 10c0 5.984-7 6.516-7 10.5 0 1.094 0.547 2.547 1.047 3.5l-0.063-0.016 0.016 0.016c-4.312-1.984-8-4.719-8-10 0-5.984 7-6.516 7-10.5 0-1.094-0.547-2.547-1.031-3.5l0.047 0.016-0.016-0.016c4.312 1.984 8 4.719 8 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye\" viewBox=\"0 0 28 28\">\n<title>eye</title>\n<path d=\"M26 15c-1.484-2.297-3.516-4.266-5.953-5.516 0.625 1.062 0.953 2.281 0.953 3.516 0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 2.672 4.125 6.984 7 12 7s9.328-2.875 12-7zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.781 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM28 15c0 0.391-0.125 0.75-0.313 1.078-2.875 4.734-8.141 7.922-13.687 7.922s-10.813-3.203-13.687-7.922c-0.187-0.328-0.313-0.688-0.313-1.078s0.125-0.75 0.313-1.078c2.875-4.719 8.141-7.922 13.687-7.922s10.813 3.203 13.687 7.922c0.187 0.328 0.313 0.688 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eye-slash\" viewBox=\"0 0 28 28\">\n<title>eye-slash</title>\n<path d=\"M8.672 20.859l1.219-2.203c-1.813-1.313-2.891-3.422-2.891-5.656 0-1.234 0.328-2.453 0.953-3.516-2.438 1.25-4.469 3.219-5.953 5.516 1.625 2.516 3.922 4.625 6.672 5.859zM14.75 9c0-0.406-0.344-0.75-0.75-0.75-2.609 0-4.75 2.141-4.75 4.75 0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-1.797 1.469-3.25 3.25-3.25 0.406 0 0.75-0.344 0.75-0.75zM20.422 6.016c0 0.031 0 0.109-0.016 0.141-3.297 5.891-6.563 11.813-9.859 17.703l-0.766 1.391c-0.094 0.156-0.266 0.25-0.438 0.25-0.281 0-1.766-0.906-2.094-1.094-0.156-0.094-0.25-0.25-0.25-0.438 0-0.25 0.531-1.094 0.688-1.359-3.031-1.375-5.578-3.719-7.375-6.531-0.203-0.313-0.313-0.688-0.313-1.078 0-0.375 0.109-0.766 0.313-1.078 3.094-4.75 7.922-7.922 13.687-7.922 0.938 0 1.891 0.094 2.812 0.266l0.844-1.516c0.094-0.156 0.25-0.25 0.438-0.25 0.281 0 1.75 0.906 2.078 1.094 0.156 0.094 0.25 0.25 0.25 0.422zM21 13c0 2.906-1.797 5.5-4.5 6.531l4.375-7.844c0.078 0.438 0.125 0.875 0.125 1.313zM28 15c0 0.406-0.109 0.734-0.313 1.078-0.484 0.797-1.094 1.563-1.703 2.266-3.063 3.516-7.281 5.656-11.984 5.656l1.156-2.063c4.547-0.391 8.406-3.156 10.844-6.937-1.156-1.797-2.641-3.375-4.406-4.594l0.984-1.75c1.937 1.297 3.891 3.25 5.109 5.266 0.203 0.344 0.313 0.672 0.313 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation-triangle\" viewBox=\"0 0 28 28\">\n<title>exclamation-triangle</title>\n<path d=\"M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plane\" viewBox=\"0 0 22 28\">\n<title>plane</title>\n<path d=\"M21.5 2.5c1 1 0 3.5-1.5 5l-2.516 2.516 2.5 10.875c0.047 0.187-0.031 0.391-0.187 0.516l-2 1.5c-0.078 0.063-0.187 0.094-0.297 0.094-0.031 0-0.063 0-0.109-0.016-0.141-0.031-0.266-0.109-0.328-0.25l-4.359-7.938-4.047 4.047 0.828 3.031c0.047 0.172 0 0.344-0.125 0.484l-1.5 1.5c-0.094 0.094-0.234 0.141-0.359 0.141h-0.031c-0.156-0.016-0.281-0.078-0.375-0.203l-2.953-3.938-3.938-2.953c-0.125-0.078-0.187-0.219-0.203-0.359s0.047-0.281 0.141-0.391l1.5-1.516c0.094-0.094 0.234-0.141 0.359-0.141 0.047 0 0.094 0 0.125 0.016l3.031 0.828 4.047-4.047-7.938-4.359c-0.141-0.078-0.234-0.219-0.266-0.375-0.016-0.141 0.031-0.313 0.141-0.422l2-2c0.125-0.109 0.313-0.172 0.469-0.125l10.391 2.484 2.5-2.5c1.5-1.5 4-2.5 5-1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar\" viewBox=\"0 0 26 28\">\n<title>calendar</title>\n<path d=\"M2 26h4.5v-4.5h-4.5v4.5zM7.5 26h5v-4.5h-5v4.5zM2 20.5h4.5v-5h-4.5v5zM7.5 20.5h5v-5h-5v5zM2 14.5h4.5v-4.5h-4.5v4.5zM13.5 26h5v-4.5h-5v4.5zM7.5 14.5h5v-4.5h-5v4.5zM19.5 26h4.5v-4.5h-4.5v4.5zM13.5 20.5h5v-5h-5v5zM8 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM19.5 20.5h4.5v-5h-4.5v5zM13.5 14.5h5v-4.5h-5v4.5zM19.5 14.5h4.5v-4.5h-4.5v4.5zM20 7v-4.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v4.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-random\" viewBox=\"0 0 28 28\">\n<title>random</title>\n<path d=\"M10.406 7.516c-0.875 1.344-1.516 2.797-2.141 4.266-0.906-1.891-1.906-3.781-4.266-3.781h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.781 0 4.828 1.297 6.406 3.516zM28 20c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3c-4.641 0-7.5 0.547-10.391-3.516 0.859-1.344 1.5-2.797 2.125-4.266 0.906 1.891 1.906 3.781 4.266 3.781h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM28 6c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.219-0.5-0.5v-3h-4c-2.078 0-3.063 1.422-3.938 3.109-0.453 0.875-0.844 1.781-1.219 2.672-1.734 4.031-3.766 8.219-8.844 8.219h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5c2.078 0 3.063-1.422 3.938-3.109 0.453-0.875 0.844-1.781 1.219-2.672 1.734-4.031 3.766-8.219 8.844-8.219h4v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment\" viewBox=\"0 0 28 28\">\n<title>comment</title>\n<path d=\"M28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344-0.344 0.031-0.672-0.219-0.75-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magnet\" viewBox=\"0 0 24 28\">\n<title>magnet</title>\n<path d=\"M24 13v2c0 6.375-5.047 11-12 11s-12-4.625-12-11v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v2c0 2.859 3.328 3 4 3s4-0.141 4-3v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM8 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1zM24 3v6c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-up\" viewBox=\"0 0 28 28\">\n<title>chevron-up</title>\n<path d=\"M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-down\" viewBox=\"0 0 28 28\">\n<title>chevron-down</title>\n<path d=\"M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-retweet\" viewBox=\"0 0 30 28\">\n<title>retweet</title>\n<path d=\"M20 23.5c0 0.266-0.234 0.5-0.5 0.5h-15c-0.578 0-0.5-0.609-0.5-1v-9h-3c-0.547 0-1-0.453-1-1 0-0.234 0.078-0.469 0.234-0.641l5-6c0.187-0.219 0.469-0.344 0.766-0.344s0.578 0.125 0.766 0.344l5 6c0.156 0.172 0.234 0.406 0.234 0.641 0 0.547-0.453 1-1 1h-3v6h9c0.141 0 0.297 0.063 0.391 0.172l2.5 3c0.063 0.094 0.109 0.219 0.109 0.328zM30 17c0 0.234-0.078 0.469-0.234 0.641l-5 6c-0.187 0.219-0.469 0.359-0.766 0.359s-0.578-0.141-0.766-0.359l-5-6c-0.156-0.172-0.234-0.406-0.234-0.641 0-0.547 0.453-1 1-1h3v-6h-9c-0.141 0-0.297-0.063-0.391-0.187l-2.5-3c-0.063-0.078-0.109-0.203-0.109-0.313 0-0.266 0.234-0.5 0.5-0.5h15c0.578 0 0.5 0.609 0.5 1v9h3c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-cart\" viewBox=\"0 0 26 28\">\n<title>shopping-cart</title>\n<path d=\"M10 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM24 24c0 1.094-0.906 2-2 2s-2-0.906-2-2 0.906-2 2-2 2 0.906 2 2zM26 7v8c0 0.5-0.391 0.938-0.891 1l-16.312 1.906c0.078 0.359 0.203 0.719 0.203 1.094 0 0.359-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.703-1.656 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.047 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder\" viewBox=\"0 0 26 28\">\n<title>folder</title>\n<path d=\"M26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open\" viewBox=\"0 0 29 28\">\n<title>folder-open</title>\n<path d=\"M29.359 14.875c0 0.375-0.234 0.75-0.484 1.031l-5.25 6.188c-0.906 1.062-2.75 1.906-4.125 1.906h-17c-0.562 0-1.359-0.172-1.359-0.875 0-0.375 0.234-0.75 0.484-1.031l5.25-6.188c0.906-1.062 2.75-1.906 4.125-1.906h17c0.562 0 1.359 0.172 1.359 0.875zM24 9.5v2.5h-13c-1.953 0-4.375 1.109-5.641 2.609l-5.344 6.281c0-0.125-0.016-0.266-0.016-0.391v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-v\" viewBox=\"0 0 12 28\">\n<title>arrows-v</title>\n<path d=\"M11 5c0 0.547-0.453 1-1 1h-2v16h2c0.547 0 1 0.453 1 1 0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h2v-16h-2c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-h\" viewBox=\"0 0 28 28\">\n<title>arrows-h</title>\n<path d=\"M28 14c0 0.266-0.109 0.516-0.297 0.703l-4 4c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-2h-16v2c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l4-4c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v2h16v-2c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l4 4c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bar-chart\" viewBox=\"0 0 32 28\">\n<title>bar-chart</title>\n<path d=\"M10 14v8h-4v-8h4zM16 6v16h-4v-16h4zM32 24v2h-32v-24h2v22h30zM22 10v12h-4v-12h4zM28 4v18h-4v-18h4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter-square\" viewBox=\"0 0 24 28\">\n<title>twitter-square</title>\n<path d=\"M20 9.531c-0.594 0.266-1.219 0.438-1.891 0.531 0.688-0.406 1.203-1.062 1.453-1.828-0.641 0.375-1.344 0.656-2.094 0.797-0.594-0.641-1.453-1.031-2.391-1.031-1.813 0-3.281 1.469-3.281 3.281 0 0.25 0.016 0.516 0.078 0.75-2.734-0.141-5.156-1.437-6.781-3.437-0.281 0.484-0.453 1.062-0.453 1.656 0 1.141 0.531 2.141 1.422 2.734-0.547-0.016-1.062-0.172-1.563-0.406v0.031c0 1.594 1.203 2.922 2.703 3.219-0.281 0.078-0.5 0.125-0.797 0.125-0.203 0-0.406-0.031-0.609-0.063 0.422 1.297 1.625 2.25 3.063 2.281-1.125 0.875-2.531 1.406-4.078 1.406-0.266 0-0.531-0.016-0.781-0.047 1.453 0.922 3.172 1.469 5.031 1.469 6.031 0 9.344-5 9.344-9.344 0-0.141 0-0.281-0.016-0.422 0.641-0.453 1.203-1.031 1.641-1.703zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-square\" viewBox=\"0 0 24 28\">\n<title>facebook-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-2.938v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-8.313c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-camera-retro\" viewBox=\"0 0 28 28\">\n<title>camera-retro</title>\n<path d=\"M14.5 13c0-0.281-0.219-0.5-0.5-0.5-1.375 0-2.5 1.125-2.5 2.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-0.828 0.672-1.5 1.5-1.5 0.281 0 0.5-0.219 0.5-0.5zM18 15.031c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM2 24h24v-2h-24v2zM20 15.031c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM4 5h6v-2h-6v2zM2 8h24v-4h-12.938l-1 2h-10.063v2zM28 4v20c0 1.109-0.891 2-2 2h-24c-1.109 0-2-0.891-2-2v-20c0-1.109 0.891-2 2-2h24c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-key\" viewBox=\"0 0 26 28\">\n<title>key</title>\n<path d=\"M13 8c0-1.656-1.344-3-3-3s-3 1.344-3 3c0 0.453 0.109 0.891 0.297 1.297-0.406-0.187-0.844-0.297-1.297-0.297-1.656 0-3 1.344-3 3s1.344 3 3 3 3-1.344 3-3c0-0.453-0.109-0.891-0.297-1.297 0.406 0.187 0.844 0.297 1.297 0.297 1.656 0 3-1.344 3-3zM26.297 19c0 0.359-1.437 1.797-1.797 1.797-0.406 0-1.672-1.469-2-1.797l-1.5 1.5 3.437 3.437c0.281 0.281 0.438 0.672 0.438 1.062 0 0.875-1 1.875-1.875 1.875-0.391 0-0.781-0.156-1.062-0.438l-10.484-10.484c-1.641 1.219-3.641 2.047-5.703 2.047-3.406 0-5.75-2.359-5.75-5.75 0-5.125 5.125-10.25 10.25-10.25 3.391 0 5.75 2.344 5.75 5.75 0 2.063-0.828 4.062-2.047 5.703l5.547 5.547 1.5-1.5c-0.328-0.328-1.797-1.594-1.797-2 0-0.359 1.437-1.797 1.797-1.797 0.125 0 0.266 0.063 0.359 0.156 0.578 0.578 4.937 4.688 4.937 5.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cogs\" viewBox=\"0 0 30 28\">\n<title>cogs</title>\n<path d=\"M14 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM26 22c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM26 6c0-1.094-0.906-2-2-2s-2 0.906-2 2c0 1.109 0.906 2 2 2 1.109 0 2-0.906 2-2zM20 12.578v2.891c0 0.203-0.156 0.438-0.359 0.469l-2.422 0.375c-0.125 0.406-0.297 0.797-0.5 1.188 0.438 0.625 0.906 1.203 1.406 1.797 0.063 0.094 0.109 0.187 0.109 0.313 0 0.109-0.031 0.219-0.109 0.297-0.313 0.422-2.063 2.328-2.516 2.328-0.125 0-0.234-0.047-0.328-0.109l-1.797-1.406c-0.391 0.203-0.781 0.359-1.203 0.484-0.078 0.797-0.156 1.656-0.359 2.422-0.063 0.219-0.25 0.375-0.469 0.375h-2.906c-0.219 0-0.438-0.172-0.469-0.391l-0.359-2.391c-0.406-0.125-0.797-0.297-1.172-0.484l-1.844 1.391c-0.078 0.078-0.203 0.109-0.313 0.109-0.125 0-0.234-0.047-0.328-0.125-0.406-0.375-2.25-2.047-2.25-2.5 0-0.109 0.047-0.203 0.109-0.297 0.453-0.594 0.922-1.172 1.375-1.781-0.219-0.422-0.406-0.844-0.547-1.281l-2.375-0.375c-0.219-0.031-0.375-0.234-0.375-0.453v-2.891c0-0.203 0.156-0.438 0.359-0.469l2.422-0.375c0.125-0.406 0.297-0.797 0.5-1.188-0.438-0.625-0.906-1.203-1.406-1.797-0.063-0.094-0.109-0.203-0.109-0.313s0.031-0.219 0.109-0.313c0.313-0.422 2.063-2.312 2.516-2.312 0.125 0 0.234 0.047 0.328 0.109l1.797 1.406c0.391-0.203 0.781-0.359 1.203-0.5 0.078-0.781 0.156-1.641 0.359-2.406 0.063-0.219 0.25-0.375 0.469-0.375h2.906c0.219 0 0.438 0.172 0.469 0.391l0.359 2.391c0.406 0.125 0.797 0.297 1.172 0.484l1.844-1.391c0.094-0.078 0.203-0.109 0.313-0.109 0.125 0 0.234 0.047 0.328 0.125 0.406 0.375 2.25 2.063 2.25 2.5 0 0.109-0.047 0.203-0.109 0.297-0.453 0.609-0.922 1.172-1.359 1.781 0.203 0.422 0.391 0.844 0.531 1.281l2.375 0.359c0.219 0.047 0.375 0.25 0.375 0.469zM30 20.906v2.188c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484zM30 4.906v2.187c0 0.234-2.016 0.453-2.328 0.484-0.125 0.297-0.281 0.562-0.469 0.812 0.141 0.313 0.797 1.875 0.797 2.156 0 0.047-0.016 0.078-0.063 0.109-0.187 0.109-1.859 1.109-1.937 1.109-0.203 0-1.375-1.563-1.531-1.797-0.156 0.016-0.313 0.031-0.469 0.031s-0.313-0.016-0.469-0.031c-0.156 0.234-1.328 1.797-1.531 1.797-0.078 0-1.75-1-1.937-1.109-0.047-0.031-0.063-0.078-0.063-0.109 0-0.266 0.656-1.844 0.797-2.156-0.187-0.25-0.344-0.516-0.469-0.812-0.313-0.031-2.328-0.25-2.328-0.484v-2.188c0-0.234 2.016-0.453 2.328-0.484 0.125-0.281 0.281-0.562 0.469-0.812-0.141-0.313-0.797-1.891-0.797-2.156 0-0.031 0.016-0.078 0.063-0.109 0.187-0.094 1.859-1.094 1.937-1.094 0.203 0 1.375 1.547 1.531 1.781 0.156-0.016 0.313-0.031 0.469-0.031s0.313 0.016 0.469 0.031c0.438-0.609 0.906-1.219 1.437-1.75l0.094-0.031c0.078 0 1.75 0.984 1.937 1.094 0.047 0.031 0.063 0.078 0.063 0.109 0 0.281-0.656 1.844-0.797 2.156 0.187 0.25 0.344 0.531 0.469 0.812 0.313 0.031 2.328 0.25 2.328 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments\" viewBox=\"0 0 28 28\">\n<title>comments</title>\n<path d=\"M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-up\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 12c0-1.062-0.953-2-2-2h-5.5c0-1.828 1.5-3.156 1.5-5 0-1.828-0.359-3-2.5-3-1 1.016-0.484 3.406-2 5-0.438 0.453-0.812 0.938-1.203 1.422-0.703 0.906-2.562 3.578-3.797 3.578h-0.5v10h0.5c0.875 0 2.312 0.562 3.156 0.859 1.719 0.594 3.5 1.141 5.344 1.141h1.891c1.766 0 3-0.703 3-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609 0.734-0.016 1.172-1.422 1.172-2zM24 11.984c0 0.906-0.266 1.797-0.766 2.547 0.094 0.344 0.141 0.719 0.141 1.078 0 0.781-0.203 1.563-0.594 2.25 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688h-2.016c-2.219 0-4.281-0.656-6.344-1.375-0.453-0.156-1.719-0.625-2.156-0.625h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.281c0.609-0.406 1.672-1.813 2.141-2.422 0.531-0.688 1.078-1.359 1.672-2 0.938-1 0.438-3.469 2-5 0.375-0.359 0.875-0.578 1.406-0.578 1.625 0 3.187 0.578 3.953 2.094 0.484 0.953 0.547 1.859 0.547 2.906 0 1.094-0.281 2.031-0.75 3h2.75c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-o-down\" viewBox=\"0 0 24 28\">\n<title>thumbs-o-down</title>\n<path d=\"M4 7c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 16c0-0.578-0.438-1.984-1.172-2 0.328-0.375 0.547-1.109 0.547-1.609 0-0.734-0.297-1.359-0.828-1.859 0.187-0.328 0.281-0.703 0.281-1.078 0-0.719-0.359-1.609-1.016-1.969 0.047-0.281 0.078-0.578 0.078-0.875 0-1.828-1.156-2.609-2.891-2.609h-2c-1.844 0-3.625 0.547-5.344 1.141-0.844 0.297-2.281 0.859-3.156 0.859h-0.5v10h0.5c1.234 0 3.094 2.672 3.797 3.578 0.391 0.484 0.766 0.969 1.203 1.422 1.516 1.594 1 3.984 2 5 2.141 0 2.5-1.172 2.5-3 0-1.844-1.5-3.172-1.5-5h5.5c1.047 0 2-0.938 2-2zM24 16.016c0 2.156-1.844 3.984-4 3.984h-2.75c0.469 0.969 0.75 1.906 0.75 3 0 1.031-0.063 1.969-0.547 2.906-0.766 1.516-2.328 2.094-3.953 2.094-0.531 0-1.031-0.219-1.406-0.578-1.563-1.531-1.078-4-2-5.016-0.594-0.625-1.141-1.297-1.672-1.984-0.469-0.609-1.531-2.016-2.141-2.422h-4.281c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.438 0 1.703-0.469 2.156-0.625 2.25-0.781 4.203-1.375 6.609-1.375h1.75c2.844 0 4.891 1.687 4.875 4.609v0.078c0.609 0.781 0.938 1.781 0.938 2.781 0 0.219-0.016 0.453-0.047 0.672 0.391 0.688 0.594 1.469 0.594 2.25 0 0.359-0.047 0.734-0.141 1.078 0.5 0.75 0.766 1.641 0.766 2.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half\" viewBox=\"0 0 13 28\">\n<title>star-half</title>\n<path d=\"M13 0.5v20.922l-7.016 3.687c-0.203 0.109-0.406 0.187-0.625 0.187-0.453 0-0.656-0.375-0.656-0.781 0-0.109 0.016-0.203 0.031-0.313l1.344-7.812-5.688-5.531c-0.187-0.203-0.391-0.469-0.391-0.75 0-0.469 0.484-0.656 0.875-0.719l7.844-1.141 3.516-7.109c0.141-0.297 0.406-0.641 0.766-0.641v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heart-o\" viewBox=\"0 0 28 28\">\n<title>heart-o</title>\n<path d=\"M26 9.312c0-4.391-2.969-5.313-5.469-5.313-2.328 0-4.953 2.516-5.766 3.484-0.375 0.453-1.156 0.453-1.531 0-0.812-0.969-3.437-3.484-5.766-3.484-2.5 0-5.469 0.922-5.469 5.313 0 2.859 2.891 5.516 2.922 5.547l9.078 8.75 9.063-8.734c0.047-0.047 2.938-2.703 2.938-5.563zM28 9.312c0 3.75-3.437 6.891-3.578 7.031l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.125-0.109-3.563-3.25-3.563-7 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-out\" viewBox=\"0 0 25 28\">\n<title>sign-out</title>\n<path d=\"M10 22.5c0 0.438 0.203 1.5-0.5 1.5h-5c-2.484 0-4.5-2.016-4.5-4.5v-11c0-2.484 2.016-4.5 4.5-4.5h5c0.266 0 0.5 0.234 0.5 0.5 0 0.438 0.203 1.5-0.5 1.5h-5c-1.375 0-2.5 1.125-2.5 2.5v11c0 1.375 1.125 2.5 2.5 2.5h4.5c0.391 0 1-0.078 1 0.5zM24.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin-square\" viewBox=\"0 0 24 28\">\n<title>linkedin-square</title>\n<path d=\"M3.703 22.094h3.609v-10.844h-3.609v10.844zM7.547 7.906c-0.016-1.062-0.781-1.875-2.016-1.875s-2.047 0.812-2.047 1.875c0 1.031 0.781 1.875 2 1.875h0.016c1.266 0 2.047-0.844 2.047-1.875zM16.688 22.094h3.609v-6.219c0-3.328-1.781-4.875-4.156-4.875-1.937 0-2.797 1.078-3.266 1.828h0.031v-1.578h-3.609s0.047 1.016 0 10.844v0h3.609v-6.062c0-0.313 0.016-0.641 0.109-0.875 0.266-0.641 0.859-1.313 1.859-1.313 1.297 0 1.813 0.984 1.813 2.453v5.797zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumb-tack\" viewBox=\"0 0 18 28\">\n<title>thumb-tack</title>\n<path d=\"M7.5 13.5v-7c0-0.281-0.219-0.5-0.5-0.5s-0.5 0.219-0.5 0.5v7c0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5zM18 19c0 0.547-0.453 1-1 1h-6.703l-0.797 7.547c-0.031 0.25-0.234 0.453-0.484 0.453h-0.016c-0.25 0-0.453-0.172-0.5-0.422l-1.188-7.578h-6.312c-0.547 0-1-0.453-1-1 0-2.562 1.937-5 4-5v-8c-1.094 0-2-0.906-2-2s0.906-2 2-2h10c1.094 0 2 0.906 2 2s-0.906 2-2 2v8c2.063 0 4 2.438 4 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link\" viewBox=\"0 0 28 28\">\n<title>external-link</title>\n<path d=\"M22 14.5v5c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5zM28 1v8c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-2.75-2.75-10.187 10.187c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-1.781-1.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l10.187-10.187-2.75-2.75c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h8c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-in\" viewBox=\"0 0 24 28\">\n<title>sign-in</title>\n<path d=\"M18.5 14c0 0.266-0.109 0.516-0.297 0.703l-8.5 8.5c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-4.5h-7c-0.547 0-1-0.453-1-1v-6c0-0.547 0.453-1 1-1h7v-4.5c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l8.5 8.5c0.187 0.187 0.297 0.438 0.297 0.703zM24 8.5v11c0 2.484-2.016 4.5-4.5 4.5h-5c-0.266 0-0.5-0.234-0.5-0.5 0-0.438-0.203-1.5 0.5-1.5h5c1.375 0 2.5-1.125 2.5-2.5v-11c0-1.375-1.125-2.5-2.5-2.5h-4.5c-0.391 0-1 0.078-1-0.5 0-0.438-0.203-1.5 0.5-1.5h5c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trophy\" viewBox=\"0 0 26 28\">\n<title>trophy</title>\n<path d=\"M7.156 13.797c-0.656-1.437-1.156-3.344-1.156-5.797h-4v1.5c0 1.531 2.078 3.656 5.156 4.297zM24 9.5v-1.5h-4c0 2.453-0.5 4.359-1.156 5.797 3.078-0.641 5.156-2.766 5.156-4.297zM26 7.5v2c0 2.969-3.594 6.25-8.469 6.484-0.625 0.797-1.203 1.266-1.484 1.484-0.828 0.75-1.047 1.531-1.047 2.531s0.5 2 2 2 3 1 3 2.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-1.5 1.5-2.5 3-2.5s2-1 2-2-0.219-1.781-1.047-2.531c-0.281-0.219-0.859-0.688-1.484-1.484-4.875-0.234-8.469-3.516-8.469-6.484v-2c0-0.828 0.672-1.5 1.5-1.5h4.5v-1.5c0-1.375 1.125-2.5 2.5-2.5h9c1.375 0 2.5 1.125 2.5 2.5v1.5h4.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-square\" viewBox=\"0 0 24 28\">\n<title>github-square</title>\n<path d=\"M8.109 18.75v0c0.031-0.047 0.016-0.141-0.047-0.203-0.078-0.063-0.172-0.078-0.219-0.031-0.031 0.047-0.016 0.141 0.047 0.203 0.078 0.063 0.172 0.078 0.219 0.031zM7.672 18.109c-0.047-0.063-0.125-0.094-0.187-0.063-0.047 0.031-0.047 0.125 0 0.187 0.063 0.078 0.141 0.109 0.187 0.078v0c0.047-0.031 0.047-0.125 0-0.203zM7.031 17.484v0c0.016-0.031-0.016-0.094-0.078-0.125-0.047-0.016-0.109-0.016-0.125 0.031-0.031 0.047 0 0.094 0.063 0.125 0.063 0.016 0.125 0.016 0.141-0.031zM7.359 17.844v0c0.031-0.031 0.031-0.109-0.031-0.156-0.047-0.063-0.125-0.078-0.156-0.047-0.047 0.047-0.031 0.109 0.016 0.172 0.047 0.047 0.125 0.078 0.172 0.031zM8.703 19.016v0c0.016-0.063-0.047-0.141-0.141-0.172s-0.172 0-0.203 0.063c-0.016 0.063 0.047 0.141 0.141 0.172s0.172 0 0.203-0.063zM9.359 19.063v0c0-0.063-0.078-0.125-0.187-0.125-0.094 0-0.156 0.063-0.156 0.125s0.078 0.125 0.172 0.125 0.172-0.063 0.172-0.125zM9.969 18.953v0c-0.016-0.063-0.109-0.094-0.203-0.078s-0.156 0.078-0.141 0.141 0.094 0.109 0.187 0.094 0.156-0.094 0.156-0.156zM20 14c0-4.422-3.578-8-8-8s-8 3.578-8 8c0 3.531 2.297 6.531 5.469 7.594 0.406 0.078 0.547-0.172 0.547-0.391 0-0.187 0-0.812-0.016-1.484 0 0-2.219 0.484-2.688-0.953 0 0-0.359-0.922-0.891-1.156 0 0-0.719-0.5 0.063-0.5 0 0 0.781 0.063 1.219 0.828 0.703 1.234 1.875 0.875 2.328 0.672 0.078-0.516 0.281-0.875 0.516-1.078-1.781-0.203-3.656-0.891-3.656-3.953 0-0.875 0.313-1.578 0.828-2.141-0.078-0.203-0.359-1.016 0.078-2.125 0.672-0.203 2.203 0.828 2.203 0.828 0.641-0.187 1.313-0.266 2-0.266s1.359 0.078 2 0.266c0 0 1.531-1.031 2.203-0.828 0.438 1.109 0.156 1.922 0.078 2.125 0.516 0.562 0.828 1.266 0.828 2.141 0 3.078-1.875 3.75-3.656 3.953 0.281 0.25 0.547 0.734 0.547 1.484 0 1.062-0.016 1.922-0.016 2.188 0 0.219 0.141 0.469 0.547 0.391 3.172-1.062 5.469-4.062 5.469-7.594zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-upload\" viewBox=\"0 0 26 28\">\n<title>upload</title>\n<path d=\"M20 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-23c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h6.672c0.422 1.156 1.531 2 2.828 2h4c1.297 0 2.406-0.844 2.828-2h6.672c0.828 0 1.5 0.672 1.5 1.5zM20.922 9.375c-0.156 0.375-0.516 0.625-0.922 0.625h-4v7c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-7h-4c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l7-7c0.187-0.203 0.453-0.297 0.703-0.297s0.516 0.094 0.703 0.297l7 7c0.297 0.281 0.375 0.719 0.219 1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lemon-o\" viewBox=\"0 0 24 28\">\n<title>lemon-o</title>\n<path d=\"M21.984 12.906c0-0.734-0.141-2.656-0.391-3.281-0.297-0.75-0.469-1.172-0.469-2.016 0-0.719 0.156-1.422 0.156-2.125 0-0.297-0.016-0.609-0.156-0.859-0.063-0.016-0.141-0.016-0.203-0.016-0.609 0-1.219 0.141-1.828 0.141-1.859 0-3.625-0.75-5.484-0.75-1.453 0-2.859 0.547-4.203 1.078-1.062 0.422-2.234 0.922-3.156 1.609-3.156 2.391-4.25 6.766-4.25 10.531 0 1.266 0.391 2.5 0.391 3.766 0 0.719-0.344 1.375-0.344 2.063 0 0.438 0.25 0.797 0.719 0.797 0.766 0 1.5-0.344 2.281-0.344 1.781 0 3.516 0.484 5.297 0.484 1.391 0 3.141-0.109 4.438-0.562 4.109-1.453 7.203-6.203 7.203-10.516zM23.984 12.875c0 5.203-3.609 10.687-8.547 12.437-1.547 0.547-3.469 0.688-5.094 0.688-1.781 0-3.531-0.453-5.297-0.453-0.75 0-1.5 0.453-2.281 0.453-1.547 0-2.719-1.391-2.719-2.875 0-0.734 0.344-1.391 0.344-2.109 0-1.266-0.391-2.5-0.391-3.781 0-4.438 1.359-9.344 5.047-12.141 1.062-0.812 2.391-1.391 3.625-1.875 1.594-0.641 3.203-1.219 4.937-1.219 1.859 0 3.625 0.75 5.453 0.75 0.594 0 1.188-0.156 1.797-0.156 1.781 0 2.422 1.266 2.422 2.891 0 0.703-0.156 1.422-0.156 2.125 0 0.562 0.141 0.781 0.328 1.281 0.359 0.906 0.531 2.984 0.531 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone\" viewBox=\"0 0 22 28\">\n<title>phone</title>\n<path d=\"M22 19.375c0 0.562-0.25 1.656-0.484 2.172-0.328 0.766-1.203 1.266-1.906 1.656-0.922 0.5-1.859 0.797-2.906 0.797-1.453 0-2.766-0.594-4.094-1.078-0.953-0.344-1.875-0.766-2.734-1.297-2.656-1.641-5.859-4.844-7.5-7.5-0.531-0.859-0.953-1.781-1.297-2.734-0.484-1.328-1.078-2.641-1.078-4.094 0-1.047 0.297-1.984 0.797-2.906 0.391-0.703 0.891-1.578 1.656-1.906 0.516-0.234 1.609-0.484 2.172-0.484 0.109 0 0.219 0 0.328 0.047 0.328 0.109 0.672 0.875 0.828 1.188 0.5 0.891 0.984 1.797 1.5 2.672 0.25 0.406 0.719 0.906 0.719 1.391 0 0.953-2.828 2.344-2.828 3.187 0 0.422 0.391 0.969 0.609 1.344 1.578 2.844 3.547 4.813 6.391 6.391 0.375 0.219 0.922 0.609 1.344 0.609 0.844 0 2.234-2.828 3.187-2.828 0.484 0 0.984 0.469 1.391 0.719 0.875 0.516 1.781 1 2.672 1.5 0.313 0.156 1.078 0.5 1.188 0.828 0.047 0.109 0.047 0.219 0.047 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square-o\" viewBox=\"0 0 22 28\">\n<title>square-o</title>\n<path d=\"M17.5 4h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5v-13c0-1.375-1.125-2.5-2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bookmark-o\" viewBox=\"0 0 20 28\">\n<title>bookmark-o</title>\n<path d=\"M18 4h-16v19.406l8-7.672 1.391 1.328 6.609 6.344v-19.406zM18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-phone-square\" viewBox=\"0 0 24 28\">\n<title>phone-square</title>\n<path d=\"M20 18.641c0-0.078 0-0.172-0.031-0.25-0.094-0.281-2.375-1.437-2.812-1.687-0.297-0.172-0.656-0.516-1.016-0.516-0.688 0-1.703 2.047-2.312 2.047-0.313 0-0.703-0.281-0.984-0.438-2.063-1.156-3.484-2.578-4.641-4.641-0.156-0.281-0.438-0.672-0.438-0.984 0-0.609 2.047-1.625 2.047-2.312 0-0.359-0.344-0.719-0.516-1.016-0.25-0.438-1.406-2.719-1.687-2.812-0.078-0.031-0.172-0.031-0.25-0.031-0.406 0-1.203 0.187-1.578 0.344-1.031 0.469-1.781 2.438-1.781 3.516 0 1.047 0.422 2 0.781 2.969 1.25 3.422 4.969 7.141 8.391 8.391 0.969 0.359 1.922 0.781 2.969 0.781 1.078 0 3.047-0.75 3.516-1.781 0.156-0.375 0.344-1.172 0.344-1.578zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitter\" viewBox=\"0 0 26 28\">\n<title>twitter</title>\n<path d=\"M25.312 6.375c-0.688 1-1.547 1.891-2.531 2.609 0.016 0.219 0.016 0.438 0.016 0.656 0 6.672-5.078 14.359-14.359 14.359-2.859 0-5.516-0.828-7.75-2.266 0.406 0.047 0.797 0.063 1.219 0.063 2.359 0 4.531-0.797 6.266-2.156-2.219-0.047-4.078-1.5-4.719-3.5 0.313 0.047 0.625 0.078 0.953 0.078 0.453 0 0.906-0.063 1.328-0.172-2.312-0.469-4.047-2.5-4.047-4.953v-0.063c0.672 0.375 1.453 0.609 2.281 0.641-1.359-0.906-2.25-2.453-2.25-4.203 0-0.938 0.25-1.797 0.688-2.547 2.484 3.062 6.219 5.063 10.406 5.281-0.078-0.375-0.125-0.766-0.125-1.156 0-2.781 2.25-5.047 5.047-5.047 1.453 0 2.766 0.609 3.687 1.594 1.141-0.219 2.234-0.641 3.203-1.219-0.375 1.172-1.172 2.156-2.219 2.781 1.016-0.109 2-0.391 2.906-0.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook\" viewBox=\"0 0 16 28\">\n<title>facebook</title>\n<path d=\"M14.984 0.187v4.125h-2.453c-1.922 0-2.281 0.922-2.281 2.25v2.953h4.578l-0.609 4.625h-3.969v11.859h-4.781v-11.859h-3.984v-4.625h3.984v-3.406c0-3.953 2.422-6.109 5.953-6.109 1.687 0 3.141 0.125 3.563 0.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github\" viewBox=\"0 0 24 28\">\n<title>github</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12 0 5.297-3.437 9.797-8.203 11.391-0.609 0.109-0.828-0.266-0.828-0.578 0-0.391 0.016-1.687 0.016-3.297 0-1.125-0.375-1.844-0.812-2.219 2.672-0.297 5.484-1.313 5.484-5.922 0-1.313-0.469-2.375-1.234-3.219 0.125-0.313 0.531-1.531-0.125-3.187-1-0.313-3.297 1.234-3.297 1.234-0.953-0.266-1.984-0.406-3-0.406s-2.047 0.141-3 0.406c0 0-2.297-1.547-3.297-1.234-0.656 1.656-0.25 2.875-0.125 3.187-0.766 0.844-1.234 1.906-1.234 3.219 0 4.594 2.797 5.625 5.469 5.922-0.344 0.313-0.656 0.844-0.766 1.609-0.688 0.313-2.438 0.844-3.484-1-0.656-1.141-1.844-1.234-1.844-1.234-1.172-0.016-0.078 0.734-0.078 0.734 0.781 0.359 1.328 1.75 1.328 1.75 0.703 2.141 4.047 1.422 4.047 1.422 0 1 0.016 1.937 0.016 2.234 0 0.313-0.219 0.688-0.828 0.578-4.766-1.594-8.203-6.094-8.203-11.391 0-6.625 5.375-12 12-12zM4.547 19.234c0.031-0.063-0.016-0.141-0.109-0.187-0.094-0.031-0.172-0.016-0.203 0.031-0.031 0.063 0.016 0.141 0.109 0.187 0.078 0.047 0.172 0.031 0.203-0.031zM5.031 19.766c0.063-0.047 0.047-0.156-0.031-0.25-0.078-0.078-0.187-0.109-0.25-0.047-0.063 0.047-0.047 0.156 0.031 0.25 0.078 0.078 0.187 0.109 0.25 0.047zM5.5 20.469c0.078-0.063 0.078-0.187 0-0.297-0.063-0.109-0.187-0.156-0.266-0.094-0.078 0.047-0.078 0.172 0 0.281s0.203 0.156 0.266 0.109zM6.156 21.125c0.063-0.063 0.031-0.203-0.063-0.297-0.109-0.109-0.25-0.125-0.313-0.047-0.078 0.063-0.047 0.203 0.063 0.297 0.109 0.109 0.25 0.125 0.313 0.047zM7.047 21.516c0.031-0.094-0.063-0.203-0.203-0.25-0.125-0.031-0.266 0.016-0.297 0.109s0.063 0.203 0.203 0.234c0.125 0.047 0.266 0 0.297-0.094zM8.031 21.594c0-0.109-0.125-0.187-0.266-0.172-0.141 0-0.25 0.078-0.25 0.172 0 0.109 0.109 0.187 0.266 0.172 0.141 0 0.25-0.078 0.25-0.172zM8.937 21.438c-0.016-0.094-0.141-0.156-0.281-0.141-0.141 0.031-0.234 0.125-0.219 0.234 0.016 0.094 0.141 0.156 0.281 0.125s0.234-0.125 0.219-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock\" viewBox=\"0 0 26 28\">\n<title>unlock</title>\n<path d=\"M26 9v4c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v3h1.5c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h10.5v-3c0-3.859 3.141-7 7-7s7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card\" viewBox=\"0 0 30 28\">\n<title>credit-card</title>\n<path d=\"M27.5 2c1.375 0 2.5 1.125 2.5 2.5v19c0 1.375-1.125 2.5-2.5 2.5h-25c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h25zM2.5 4c-0.266 0-0.5 0.234-0.5 0.5v3.5h26v-3.5c0-0.266-0.234-0.5-0.5-0.5h-25zM27.5 24c0.266 0 0.5-0.234 0.5-0.5v-9.5h-26v9.5c0 0.266 0.234 0.5 0.5 0.5h25zM4 22v-2h4v2h-4zM10 22v-2h6v2h-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-feed\" viewBox=\"0 0 22 28\">\n<title>feed</title>\n<path d=\"M6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 22.922c0.016 0.281-0.078 0.547-0.266 0.75-0.187 0.219-0.453 0.328-0.734 0.328h-2.109c-0.516 0-0.938-0.391-0.984-0.906-0.453-4.766-4.234-8.547-9-9-0.516-0.047-0.906-0.469-0.906-0.984v-2.109c0-0.281 0.109-0.547 0.328-0.734 0.172-0.172 0.422-0.266 0.672-0.266h0.078c3.328 0.266 6.469 1.719 8.828 4.094 2.375 2.359 3.828 5.5 4.094 8.828zM22 22.953c0.016 0.266-0.078 0.531-0.281 0.734-0.187 0.203-0.438 0.313-0.719 0.313h-2.234c-0.531 0-0.969-0.406-1-0.938-0.516-9.078-7.75-16.312-16.828-16.844-0.531-0.031-0.938-0.469-0.938-0.984v-2.234c0-0.281 0.109-0.531 0.313-0.719 0.187-0.187 0.438-0.281 0.688-0.281h0.047c5.469 0.281 10.609 2.578 14.484 6.469 3.891 3.875 6.188 9.016 6.469 14.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hdd-o\" viewBox=\"0 0 24 28\">\n<title>hdd-o</title>\n<path d=\"M16.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM20.25 19c0 0.688-0.562 1.25-1.25 1.25s-1.25-0.562-1.25-1.25 0.562-1.25 1.25-1.25 1.25 0.562 1.25 1.25zM22 21.5v-5c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5zM2.781 14h18.438l-2.453-7.531c-0.078-0.266-0.375-0.469-0.656-0.469h-12.219c-0.281 0-0.578 0.203-0.656 0.469zM24 16.5v5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-5c0-0.422 0.125-0.781 0.25-1.172l3.078-9.469c0.359-1.094 1.406-1.859 2.562-1.859h12.219c1.156 0 2.203 0.766 2.562 1.859l3.078 9.469c0.125 0.391 0.25 0.75 0.25 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullhorn\" viewBox=\"0 0 28 28\">\n<title>bullhorn</title>\n<path d=\"M26 10c1.109 0 2 0.891 2 2s-0.891 2-2 2v6c0 1.094-0.906 2-2 2-2.781-2.312-7.266-5.484-12.688-5.938-1.859 0.625-2.5 2.797-1.281 4.047-1.094 1.797 0.313 3.063 1.969 4.359-0.969 1.906-5 1.937-6.438 0.609-0.906-2.781-2.25-5.563-1.156-9.078h-1.906c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h7.5c6 0 11-3.5 14-6 1.094 0 2 0.906 2 2v6zM24 19.437v-14.906c-4.078 3.125-8.031 4.922-12 5.359v4.219c3.969 0.438 7.922 2.203 12 5.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-o\" viewBox=\"0 0 28 28\">\n<title>bell-o</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM3.844 22h20.312c-2.797-3.156-4.156-7.438-4.156-13 0-2.016-1.906-5-6-5s-6 2.984-6 5c0 5.563-1.359 9.844-4.156 13zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-certificate\" viewBox=\"0 0 24 28\">\n<title>certificate</title>\n<path d=\"M21.5 14l2.156 2.109c0.297 0.281 0.406 0.703 0.313 1.094-0.109 0.391-0.422 0.703-0.812 0.797l-2.938 0.75 0.828 2.906c0.109 0.391 0 0.812-0.297 1.094-0.281 0.297-0.703 0.406-1.094 0.297l-2.906-0.828-0.75 2.938c-0.094 0.391-0.406 0.703-0.797 0.812-0.094 0.016-0.203 0.031-0.297 0.031-0.297 0-0.594-0.125-0.797-0.344l-2.109-2.156-2.109 2.156c-0.281 0.297-0.703 0.406-1.094 0.313-0.406-0.109-0.703-0.422-0.797-0.812l-0.75-2.938-2.906 0.828c-0.391 0.109-0.812 0-1.094-0.297-0.297-0.281-0.406-0.703-0.297-1.094l0.828-2.906-2.938-0.75c-0.391-0.094-0.703-0.406-0.812-0.797-0.094-0.391 0.016-0.812 0.313-1.094l2.156-2.109-2.156-2.109c-0.297-0.281-0.406-0.703-0.313-1.094 0.109-0.391 0.422-0.703 0.812-0.797l2.938-0.75-0.828-2.906c-0.109-0.391 0-0.812 0.297-1.094 0.281-0.297 0.703-0.406 1.094-0.297l2.906 0.828 0.75-2.938c0.094-0.391 0.406-0.703 0.797-0.797 0.391-0.109 0.812 0 1.094 0.297l2.109 2.172 2.109-2.172c0.281-0.297 0.688-0.406 1.094-0.297 0.391 0.094 0.703 0.406 0.797 0.797l0.75 2.938 2.906-0.828c0.391-0.109 0.812 0 1.094 0.297 0.297 0.281 0.406 0.703 0.297 1.094l-0.828 2.906 2.938 0.75c0.391 0.094 0.703 0.406 0.812 0.797 0.094 0.391-0.016 0.812-0.313 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-right\" viewBox=\"0 0 28 28\">\n<title>hand-o-right</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM26 12c0-1.062-0.953-2-2-2h-9c0-0.984 1.5-2 1.5-4 0-1.5-1.172-2-2.5-2-0.438 0-1.234 1.813-1.406 2.172-0.187 0.344-0.375 0.688-0.578 1.016-0.516 0.828-1.109 1.547-1.75 2.266-1 1.141-2.109 2.547-3.766 2.547h-0.5v10h0.5c2.734 0 5.406 2 8.437 2 1.75 0 2.953-0.734 2.953-2.609 0-0.297-0.031-0.594-0.078-0.875 0.656-0.359 1.016-1.25 1.016-1.969 0-0.375-0.094-0.75-0.281-1.078 0.531-0.5 0.828-1.125 0.828-1.859 0-0.5-0.219-1.234-0.547-1.609h5.172c1.078 0 2-0.922 2-2zM28 11.984c0 2.188-1.813 4.016-4 4.016h-2.641c-0.047 0.656-0.25 1.281-0.578 1.859 0.031 0.219 0.047 0.453 0.047 0.672 0 1-0.328 2-0.938 2.781 0.031 2.953-1.984 4.688-4.875 4.688-1.75 0-3.406-0.484-5.031-1.078-0.953-0.344-2.5-0.922-3.484-0.922h-4.5c-1.109 0-2-0.891-2-2v-10c0-1.109 0.891-2 2-2h4.5c0.75 0 1.813-1.344 2.266-1.859 0.562-0.641 1.094-1.281 1.563-2.016 0.906-1.453 1.578-4.125 3.672-4.125 2.484 0 4.5 1.359 4.5 4 0 0.688-0.109 1.359-0.344 2h5.844c2.156 0 4 1.828 4 3.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-left\" viewBox=\"0 0 28 28\">\n<title>hand-o-left</title>\n<path d=\"M21.5 22h0.5v-10h-0.5c-1.656 0-2.766-1.406-3.766-2.547-0.641-0.719-1.234-1.437-1.75-2.266-0.219-0.344-0.406-0.703-0.594-1.062s-0.969-2.125-1.391-2.125c-1.328 0-2.5 0.5-2.5 2 0 2 1.5 3.016 1.5 4h-9c-1.047 0-2 0.938-2 2 0 1.078 0.922 2 2 2h5.172c-0.328 0.375-0.547 1.109-0.547 1.609 0 0.734 0.297 1.359 0.828 1.859-0.187 0.328-0.281 0.703-0.281 1.078 0 0.719 0.359 1.609 1.016 1.969-0.047 0.281-0.063 0.578-0.063 0.875 0 1.844 1.141 2.609 2.875 2.609 3.109 0 5.766-2 8.5-2zM26 21c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 12v10c0 1.109-0.891 2-2 2h-4.5c-0.984 0-2.531 0.578-3.484 0.922-1.594 0.578-3.234 1.078-4.953 1.078-2.875 0-4.969-1.625-4.953-4.609l0.016-0.078c-0.625-0.781-0.953-1.781-0.953-2.781 0-0.219 0.016-0.453 0.047-0.672-0.328-0.578-0.531-1.203-0.578-1.859h-2.641c-2.188 0-4-1.828-4-4.016 0-2.156 1.844-3.984 4-3.984h5.844c-0.234-0.641-0.344-1.312-0.344-2 0-2.641 2.016-4 4.5-4 2.094 0 2.766 2.672 3.672 4.125 0.469 0.734 1 1.375 1.563 2.016 0.453 0.516 1.516 1.859 2.266 1.859h4.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-up\" viewBox=\"0 0 24 28\">\n<title>hand-o-up</title>\n<path d=\"M20 25c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 13.062c0-1.766-0.719-2.953-2.609-2.953-0.297 0-0.594 0.031-0.875 0.078-0.359-0.656-1.25-1.016-1.969-1.016-0.375 0-0.75 0.094-1.078 0.281-0.5-0.531-1.125-0.828-1.859-0.828-0.5 0-1.234 0.219-1.609 0.547v-5.172c0-1.078-0.922-2-2-2-1.062 0-2 0.953-2 2v9c-0.984 0-2-1.5-4-1.5-1.5 0-2 1.172-2 2.5 0 0.438 1.813 1.234 2.172 1.406 0.344 0.187 0.688 0.375 1.016 0.578 0.828 0.516 1.547 1.109 2.266 1.75 1.141 1 2.547 2.109 2.547 3.766v0.5h10v-0.5c0-2.734 2-5.406 2-8.437zM24 12.984c0 1.75-0.484 3.406-1.078 5.031-0.344 0.953-0.922 2.5-0.922 3.484v4.5c0 1.109-0.891 2-2 2h-10c-1.109 0-2-0.891-2-2v-4.5c0-0.75-1.344-1.813-1.859-2.266-0.641-0.562-1.281-1.094-2.016-1.563-1.453-0.906-4.125-1.578-4.125-3.672 0-2.484 1.359-4.5 4-4.5 0.688 0 1.359 0.109 2 0.344v-5.844c0-2.156 1.828-4 3.984-4 2.188 0 4.016 1.813 4.016 4v2.641c0.656 0.047 1.281 0.25 1.859 0.578 0.219-0.031 0.453-0.047 0.672-0.047 1 0 2 0.328 2.781 0.938 2.953-0.031 4.688 1.984 4.688 4.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-o-down\" viewBox=\"0 0 24 28\">\n<title>hand-o-down</title>\n<path d=\"M22 15c0-3.109-2-5.766-2-8.5v-0.5h-10v0.5c0 1.656-1.406 2.766-2.547 3.766-0.719 0.641-1.437 1.234-2.266 1.75-0.344 0.219-0.703 0.406-1.062 0.594s-2.125 0.969-2.125 1.391c0 1.328 0.5 2.5 2 2.5 2 0 3.016-1.5 4-1.5v9c0 1.047 0.938 2 2 2 1.078 0 2-0.922 2-2v-5.172c0.406 0.313 1.094 0.547 1.609 0.547 0.734 0 1.359-0.297 1.859-0.828 0.328 0.187 0.703 0.281 1.078 0.281 0.719 0 1.609-0.359 1.969-1.016 0.281 0.047 0.578 0.063 0.875 0.063 1.844 0 2.609-1.141 2.609-2.875zM20 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM24 14.938c0 2.875-1.625 4.969-4.609 4.953l-0.078-0.016c-0.781 0.625-1.781 0.953-2.781 0.953-0.219 0-0.453-0.016-0.672-0.047-0.531 0.297-1.25 0.516-1.859 0.578v2.641c0 2.188-1.828 4-4.016 4-2.156 0-3.984-1.844-3.984-4v-5.844c-0.609 0.25-1.344 0.344-2 0.344-2.625 0-4-2.016-4-4.5 0-2.094 2.672-2.766 4.125-3.672 0.734-0.469 1.375-1 2.016-1.563 0.516-0.453 1.859-1.516 1.859-2.266v-4.5c0-1.109 0.891-2 2-2h10c1.109 0 2 0.891 2 2v4.5c0 0.984 0.578 2.531 0.922 3.484 0.578 1.594 1.078 3.234 1.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-left</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-7.844l2.953-2.953c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.516-0.297-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703s-0.094-0.516-0.281-0.703l-2.953-2.953h7.844c0.547 0 1-0.453 1-1zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-right</title>\n<path d=\"M20.078 14c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l2.953 2.953h-7.844c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h7.844l-2.953 2.953c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.516 0.297 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-up\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-up</title>\n<path d=\"M20.062 13.984c0-0.266-0.094-0.516-0.281-0.703l-7.078-7.078c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-7.078 7.078c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l1.422 1.422c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l2.953-2.953v7.844c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-7.844l2.953 2.953c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l1.422-1.422c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-down\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-down</title>\n<path d=\"M20.062 14.016c0-0.266-0.094-0.516-0.281-0.703l-1.422-1.422c-0.187-0.187-0.438-0.281-0.703-0.281s-0.516 0.094-0.703 0.281l-2.953 2.953v-7.844c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v7.844l-2.953-2.953c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.422c-0.187 0.187-0.281 0.438-0.281 0.703s0.094 0.516 0.281 0.703l7.078 7.078c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281l7.078-7.078c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-globe\" viewBox=\"0 0 24 28\">\n<title>globe</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM16.281 10.141c-0.125 0.094-0.203 0.266-0.359 0.297 0.078-0.016 0.156-0.297 0.203-0.359 0.094-0.109 0.219-0.172 0.344-0.234 0.266-0.109 0.531-0.141 0.812-0.187 0.266-0.063 0.594-0.063 0.797 0.172-0.047-0.047 0.328-0.375 0.375-0.391 0.141-0.078 0.375-0.047 0.469-0.187 0.031-0.047 0.031-0.344 0.031-0.344-0.266 0.031-0.359-0.219-0.375-0.438 0 0.016-0.031 0.063-0.094 0.125 0.016-0.234-0.281-0.063-0.391-0.094-0.359-0.094-0.313-0.344-0.422-0.609-0.063-0.141-0.234-0.187-0.297-0.328-0.063-0.094-0.094-0.297-0.234-0.313-0.094-0.016-0.266 0.328-0.297 0.313-0.141-0.078-0.203 0.031-0.313 0.094-0.094 0.063-0.172 0.031-0.266 0.078 0.281-0.094-0.125-0.25-0.266-0.219 0.219-0.063 0.109-0.297-0.016-0.406h0.078c-0.031-0.141-0.469-0.266-0.609-0.359s-0.891-0.25-1.047-0.156c-0.187 0.109 0.047 0.422 0.047 0.578 0.016 0.187-0.187 0.234-0.187 0.391 0 0.266 0.5 0.219 0.375 0.578-0.078 0.219-0.375 0.266-0.5 0.438-0.125 0.156 0.016 0.438 0.141 0.547 0.125 0.094-0.219 0.25-0.266 0.281-0.266 0.125-0.469-0.266-0.531-0.5-0.047-0.172-0.063-0.375-0.25-0.469-0.094-0.031-0.391-0.078-0.453 0.016-0.094-0.234-0.422-0.328-0.641-0.406-0.313-0.109-0.578-0.109-0.906-0.063 0.109-0.016-0.031-0.5-0.297-0.422 0.078-0.156 0.047-0.328 0.078-0.484 0.031-0.125 0.094-0.25 0.187-0.359 0.031-0.063 0.375-0.422 0.266-0.438 0.266 0.031 0.562 0.047 0.781-0.172 0.141-0.141 0.203-0.375 0.344-0.531 0.203-0.234 0.453 0.063 0.672 0.078 0.313 0.016 0.297-0.328 0.125-0.484 0.203 0.016 0.031-0.359-0.078-0.406-0.141-0.047-0.672 0.094-0.391 0.203-0.063-0.031-0.438 0.75-0.656 0.359-0.063-0.078-0.094-0.406-0.234-0.422-0.125 0-0.203 0.141-0.25 0.234 0.078-0.203-0.438-0.344-0.547-0.359 0.234-0.156 0.047-0.328-0.125-0.422-0.125-0.078-0.516-0.141-0.625-0.016-0.297 0.359 0.313 0.406 0.469 0.5 0.047 0.031 0.234 0.141 0.125 0.219-0.094 0.047-0.375 0.125-0.406 0.187-0.094 0.141 0.109 0.297-0.031 0.438-0.141-0.141-0.141-0.375-0.25-0.531 0.141 0.172-0.562 0.078-0.547 0.078-0.234 0-0.609 0.156-0.781-0.078-0.031-0.063-0.031-0.422 0.063-0.344-0.141-0.109-0.234-0.219-0.328-0.281-0.516 0.172-1 0.391-1.469 0.641 0.063 0.016 0.109 0.016 0.187-0.016 0.125-0.047 0.234-0.125 0.359-0.187 0.156-0.063 0.484-0.25 0.656-0.109 0.016-0.031 0.063-0.063 0.078-0.078 0.109 0.125 0.219 0.25 0.313 0.391-0.125-0.063-0.328-0.031-0.469-0.016-0.109 0.031-0.297 0.063-0.344 0.187 0.047 0.078 0.109 0.203 0.078 0.281-0.203-0.141-0.359-0.375-0.641-0.406-0.125 0-0.25 0-0.344 0.016-1.5 0.828-2.766 2.031-3.672 3.469 0.063 0.063 0.125 0.109 0.187 0.125 0.156 0.047 0 0.5 0.297 0.266 0.094 0.078 0.109 0.187 0.047 0.297 0.016-0.016 0.641 0.391 0.688 0.422 0.109 0.094 0.281 0.203 0.328 0.328 0.031 0.109-0.063 0.234-0.156 0.281-0.016-0.031-0.25-0.266-0.281-0.203-0.047 0.078 0 0.5 0.172 0.484-0.25 0.016-0.141 0.984-0.203 1.172 0 0.016 0.031 0.016 0.031 0.016-0.047 0.187 0.109 0.922 0.422 0.844-0.203 0.047 0.359 0.766 0.438 0.812 0.203 0.141 0.438 0.234 0.578 0.438 0.156 0.219 0.156 0.547 0.375 0.719-0.063 0.187 0.328 0.406 0.313 0.672-0.031 0.016-0.047 0.016-0.078 0.031 0.078 0.219 0.375 0.219 0.484 0.422 0.063 0.125 0 0.422 0.203 0.359 0.031-0.344-0.203-0.688-0.375-0.969-0.094-0.156-0.187-0.297-0.266-0.453-0.078-0.141-0.094-0.313-0.156-0.469 0.063 0.016 0.406 0.141 0.375 0.187-0.125 0.313 0.5 0.859 0.672 1.062 0.047 0.047 0.406 0.516 0.219 0.516 0.203 0 0.484 0.313 0.578 0.469 0.141 0.234 0.109 0.531 0.203 0.781 0.094 0.313 0.531 0.453 0.781 0.594 0.219 0.109 0.406 0.266 0.625 0.344 0.328 0.125 0.406 0.016 0.688-0.031 0.406-0.063 0.453 0.391 0.781 0.562 0.203 0.109 0.641 0.266 0.859 0.172-0.094 0.031 0.328 0.672 0.359 0.719 0.141 0.187 0.406 0.281 0.562 0.469 0.047-0.031 0.094-0.078 0.109-0.141-0.063 0.172 0.234 0.5 0.391 0.469 0.172-0.031 0.219-0.375 0.219-0.5-0.313 0.156-0.594 0.031-0.766-0.281-0.031-0.078-0.281-0.516-0.063-0.516 0.297 0 0.094-0.234 0.063-0.453s-0.25-0.359-0.359-0.547c-0.094 0.187-0.406 0.141-0.5-0.016 0 0.047-0.047 0.125-0.047 0.187-0.078 0-0.156 0.016-0.234-0.016 0.031-0.187 0.047-0.422 0.094-0.625 0.078-0.281 0.594-0.828-0.078-0.797-0.234 0.016-0.328 0.109-0.406 0.313-0.078 0.187-0.047 0.359-0.266 0.453-0.141 0.063-0.609 0.031-0.75-0.047-0.297-0.172-0.5-0.719-0.5-1.031-0.016-0.422 0.203-0.797 0-1.188 0.094-0.078 0.187-0.234 0.297-0.313 0.094-0.063 0.203 0.047 0.25-0.141-0.047-0.031-0.109-0.094-0.125-0.094 0.234 0.109 0.672-0.156 0.875 0 0.125 0.094 0.266 0.125 0.344-0.031 0.016-0.047-0.109-0.234-0.047-0.359 0.047 0.266 0.219 0.313 0.453 0.141 0.094 0.094 0.344 0.063 0.516 0.156 0.172 0.109 0.203 0.281 0.406 0.047 0.125 0.187 0.141 0.187 0.187 0.375 0.047 0.172 0.141 0.609 0.297 0.688 0.328 0.203 0.25-0.344 0.219-0.531-0.016-0.016-0.016-0.531-0.031-0.531-0.5-0.109-0.313-0.5-0.031-0.766 0.047-0.031 0.406-0.156 0.562-0.281 0.141-0.125 0.313-0.344 0.234-0.547 0.078 0 0.141-0.063 0.172-0.141-0.047-0.016-0.234-0.172-0.266-0.156 0.109-0.063 0.094-0.156 0.031-0.25 0.156-0.094 0.078-0.266 0.234-0.328 0.172 0.234 0.516-0.031 0.344-0.219 0.156-0.219 0.516-0.109 0.609-0.313 0.234 0.063 0.063-0.234 0.187-0.406 0.109-0.141 0.297-0.141 0.438-0.219 0 0.016 0.391-0.219 0.266-0.234 0.266 0.031 0.797-0.25 0.391-0.484 0.063-0.141-0.141-0.203-0.281-0.234 0.109-0.031 0.25 0.031 0.344-0.031 0.203-0.141 0.063-0.203-0.109-0.25-0.219-0.063-0.5 0.078-0.672 0.187zM13.734 23.844c2.141-0.375 4.047-1.437 5.484-2.953-0.094-0.094-0.266-0.063-0.391-0.125-0.125-0.047-0.219-0.094-0.375-0.125 0.031-0.313-0.313-0.422-0.531-0.578-0.203-0.156-0.328-0.328-0.625-0.266-0.031 0.016-0.344 0.125-0.281 0.187-0.203-0.172-0.297-0.266-0.562-0.344-0.25-0.078-0.422-0.391-0.672-0.109-0.125 0.125-0.063 0.313-0.125 0.438-0.203-0.172 0.187-0.375 0.031-0.562-0.187-0.219-0.516 0.141-0.672 0.234-0.094 0.078-0.203 0.109-0.266 0.203-0.078 0.109-0.109 0.25-0.172 0.359-0.047-0.125-0.313-0.094-0.328-0.187 0.063 0.375 0.063 0.766 0.141 1.141 0.047 0.219 0 0.578-0.187 0.75s-0.422 0.359-0.453 0.625c-0.031 0.187 0.016 0.359 0.187 0.406 0.016 0.234-0.25 0.406-0.234 0.656 0 0.016 0.016 0.172 0.031 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wrench\" viewBox=\"0 0 26 28\">\n<title>wrench</title>\n<path d=\"M6 23c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16.063 16.438l-10.656 10.656c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-1.656-1.687c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.641-10.641c0.812 2.047 2.453 3.687 4.5 4.5zM25.969 9.641c0 0.516-0.187 1.156-0.359 1.656-0.984 2.781-3.656 4.703-6.609 4.703-3.859 0-7-3.141-7-7s3.141-7 7-7c1.141 0 2.625 0.344 3.578 0.984 0.156 0.109 0.25 0.25 0.25 0.438 0 0.172-0.109 0.344-0.25 0.438l-4.578 2.641v3.5l3.016 1.672c0.516-0.297 4.141-2.578 4.453-2.578s0.5 0.234 0.5 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tasks\" viewBox=\"0 0 28 28\">\n<title>tasks</title>\n<path d=\"M16 22h10v-2h-10v2zM10 14h16v-2h-16v2zM20 6h6v-2h-6v2zM28 19v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 11v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1zM28 3v4c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h26c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-filter\" viewBox=\"0 0 22 28\">\n<title>filter</title>\n<path d=\"M21.922 4.609c0.156 0.375 0.078 0.812-0.219 1.094l-7.703 7.703v11.594c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-4-4c-0.187-0.187-0.297-0.438-0.297-0.703v-7.594l-7.703-7.703c-0.297-0.281-0.375-0.719-0.219-1.094 0.156-0.359 0.516-0.609 0.922-0.609h20c0.406 0 0.766 0.25 0.922 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-briefcase\" viewBox=\"0 0 28 28\">\n<title>briefcase</title>\n<path d=\"M10 4h8v-2h-8v2zM28 14v7.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-7.5h10.5v2.5c0 0.547 0.453 1 1 1h5c0.547 0 1-0.453 1-1v-2.5h10.5zM16 14v2h-4v-2h4zM28 6.5v6h-28v-6c0-1.375 1.125-2.5 2.5-2.5h5.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrows-alt\" viewBox=\"0 0 24 28\">\n<title>arrows-alt</title>\n<path d=\"M20.047 8.453l-5.547 5.547 5.547 5.547 2.25-2.25c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v7c0 0.547-0.453 1-1 1h-7c-0.406 0-0.766-0.25-0.922-0.625-0.156-0.359-0.078-0.797 0.219-1.078l2.25-2.25-5.547-5.547-5.547 5.547 2.25 2.25c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.25 2.25 5.547-5.547-5.547-5.547-2.25 2.25c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-7c0-0.547 0.453-1 1-1h7c0.406 0 0.766 0.25 0.922 0.625 0.156 0.359 0.078 0.797-0.219 1.078l-2.25 2.25 5.547 5.547 5.547-5.547-2.25-2.25c-0.297-0.281-0.375-0.719-0.219-1.078 0.156-0.375 0.516-0.625 0.922-0.625h7c0.547 0 1 0.453 1 1v7c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.109-0.703-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-group\" viewBox=\"0 0 30 28\">\n<title>group</title>\n<path d=\"M9.266 14c-1.625 0.047-3.094 0.75-4.141 2h-2.094c-1.563 0-3.031-0.75-3.031-2.484 0-1.266-0.047-5.516 1.937-5.516 0.328 0 1.953 1.328 4.062 1.328 0.719 0 1.406-0.125 2.078-0.359-0.047 0.344-0.078 0.688-0.078 1.031 0 1.422 0.453 2.828 1.266 4zM26 23.953c0 2.531-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.516-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.531 0 2.469 2.172 5.594 2.172s5.063-2.172 5.594-2.172c4.578 0 5.406 5.422 5.406 8.953zM10 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM21 10c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM30 13.516c0 1.734-1.469 2.484-3.031 2.484h-2.094c-1.047-1.25-2.516-1.953-4.141-2 0.812-1.172 1.266-2.578 1.266-4 0-0.344-0.031-0.688-0.078-1.031 0.672 0.234 1.359 0.359 2.078 0.359 2.109 0 3.734-1.328 4.062-1.328 1.984 0 1.937 4.25 1.937 5.516zM28 4c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain\" viewBox=\"0 0 26 28\">\n<title>chain</title>\n<path d=\"M22.75 19c0-0.406-0.156-0.781-0.438-1.062l-3.25-3.25c-0.281-0.281-0.672-0.438-1.062-0.438-0.453 0-0.812 0.172-1.125 0.5 0.516 0.516 1.125 0.953 1.125 1.75 0 0.828-0.672 1.5-1.5 1.5-0.797 0-1.234-0.609-1.75-1.125-0.328 0.313-0.516 0.672-0.516 1.141 0 0.391 0.156 0.781 0.438 1.062l3.219 3.234c0.281 0.281 0.672 0.422 1.062 0.422s0.781-0.141 1.062-0.406l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047zM11.766 7.984c0-0.391-0.156-0.781-0.438-1.062l-3.219-3.234c-0.281-0.281-0.672-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l3.25 3.25c0.281 0.281 0.672 0.422 1.062 0.422 0.453 0 0.812-0.156 1.125-0.484-0.516-0.516-1.125-0.953-1.125-1.75 0-0.828 0.672-1.5 1.5-1.5 0.797 0 1.234 0.609 1.75 1.125 0.328-0.313 0.516-0.672 0.516-1.141zM25.75 19c0 1.188-0.484 2.344-1.328 3.172l-2.297 2.281c-0.844 0.844-1.984 1.297-3.172 1.297-1.203 0-2.344-0.469-3.187-1.328l-3.219-3.234c-0.844-0.844-1.297-1.984-1.297-3.172 0-1.234 0.5-2.406 1.375-3.266l-1.375-1.375c-0.859 0.875-2.016 1.375-3.25 1.375-1.188 0-2.344-0.469-3.187-1.313l-3.25-3.25c-0.859-0.859-1.313-1.984-1.313-3.187 0-1.188 0.484-2.344 1.328-3.172l2.297-2.281c0.844-0.844 1.984-1.297 3.172-1.297 1.203 0 2.344 0.469 3.187 1.328l3.219 3.234c0.844 0.844 1.297 1.984 1.297 3.172 0 1.234-0.5 2.406-1.375 3.266l1.375 1.375c0.859-0.875 2.016-1.375 3.25-1.375 1.188 0 2.344 0.469 3.187 1.313l3.25 3.25c0.859 0.859 1.313 1.984 1.313 3.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud\" viewBox=\"0 0 30 28\">\n<title>cloud</title>\n<path d=\"M30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.797 1.656-5.219 4.031-6.328-0.016-0.219-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.344 0 6.203 2.047 7.406 4.969 0.688-0.609 1.594-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.797-0.234 1.531-0.641 2.156 2.656 0.625 4.641 3 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flask\" viewBox=\"0 0 26 28\">\n<title>flask</title>\n<path d=\"M23.859 22.625c1.172 1.859 0.344 3.375-1.859 3.375h-18c-2.203 0-3.031-1.516-1.859-3.375l7.859-12.391v-6.234h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h8c0.547 0 1 0.453 1 1s-0.453 1-1 1h-1v6.234zM11.688 11.297l-4.25 6.703h11.125l-4.25-6.703-0.313-0.484v-6.813h-2v6.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cut\" viewBox=\"0 0 28 28\">\n<title>cut</title>\n<path d=\"M15 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19.688 15l7.922 6.219c0.281 0.203 0.422 0.547 0.391 0.875-0.047 0.344-0.25 0.641-0.547 0.797l-2 1c-0.141 0.078-0.297 0.109-0.453 0.109-0.172 0-0.344-0.047-0.484-0.125l-10.781-6.047-1.719 1.031c-0.063 0.031-0.125 0.063-0.187 0.078 0.141 0.484 0.203 1 0.156 1.516-0.141 1.609-1.219 3.141-2.938 4.234-1.328 0.844-2.859 1.313-4.328 1.313-1.406 0-2.594-0.422-3.469-1.219-0.891-0.828-1.344-2.016-1.234-3.234 0.141-1.594 1.219-3.141 2.922-4.234 1.328-0.844 2.875-1.313 4.344-1.313 0.875 0 1.672 0.172 2.359 0.484 0.094-0.141 0.203-0.25 0.344-0.344l1.906-1.141-1.906-1.141c-0.141-0.094-0.25-0.203-0.344-0.344-0.688 0.313-1.484 0.484-2.359 0.484-1.469 0-3.016-0.469-4.344-1.313-1.703-1.094-2.781-2.641-2.922-4.234-0.109-1.219 0.344-2.406 1.234-3.219 0.875-0.812 2.063-1.234 3.469-1.234 1.469 0 3 0.469 4.328 1.313 1.719 1.078 2.797 2.625 2.938 4.234 0.047 0.516-0.016 1.031-0.156 1.516 0.063 0.016 0.125 0.047 0.187 0.078l1.719 1.031 10.781-6.047c0.141-0.078 0.313-0.125 0.484-0.125 0.156 0 0.313 0.031 0.453 0.109l2 1c0.297 0.156 0.5 0.453 0.547 0.797 0.031 0.328-0.109 0.672-0.391 0.875zM9.047 10.938c0.953-0.875 0.359-2.453-1.328-3.516-0.953-0.609-2.063-0.922-3-0.922-0.719 0-1.359 0.187-1.766 0.562-0.953 0.875-0.359 2.453 1.328 3.516 0.953 0.609 2.047 0.922 3 0.922 0.719 0 1.359-0.187 1.766-0.562zM7.719 22.578c1.687-1.062 2.281-2.641 1.328-3.516-0.406-0.375-1.047-0.562-1.766-0.562-0.953 0-2.047 0.313-3 0.922-1.687 1.062-2.281 2.641-1.328 3.516 0.406 0.375 1.047 0.562 1.766 0.562 0.938 0 2.047-0.313 3-0.922zM10.5 13l1.5 0.906v-0.172c0-0.359 0.203-0.688 0.516-0.875l0.219-0.125-1.234-0.734-0.406 0.406c-0.125 0.125-0.219 0.25-0.344 0.359-0.047 0.047-0.078 0.063-0.109 0.094zM14 16.5l1.5 0.5 11.5-9-2-1-12 6.734v1.766l-2.5 1.5 0.141 0.125c0.031 0.047 0.063 0.063 0.109 0.094 0.125 0.125 0.219 0.25 0.344 0.375l0.406 0.406zM25 23l2-1-8.125-6.375-2.766 2.156c-0.047 0.063-0.125 0.078-0.203 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copy\" viewBox=\"0 0 28 28\">\n<title>copy</title>\n<path d=\"M26.5 6c0.828 0 1.5 0.672 1.5 1.5v19c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-4.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-10.5c0-0.828 0.484-1.984 1.062-2.562l6.375-6.375c0.578-0.578 1.734-1.062 2.562-1.062h6.5c0.828 0 1.5 0.672 1.5 1.5v5.125c0.609-0.359 1.391-0.625 2-0.625h6.5zM18 9.328l-4.672 4.672h4.672v-4.672zM8 3.328l-4.672 4.672h4.672v-4.672zM11.062 13.438l4.937-4.937v-6.5h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h8v-4c0-0.828 0.484-1.984 1.062-2.562zM26 26v-18h-6v6.5c0 0.828-0.672 1.5-1.5 1.5h-6.5v10h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paperclip\" viewBox=\"0 0 22 28\">\n<title>paperclip</title>\n<path d=\"M21.938 21.641c0 2.438-1.859 4.297-4.297 4.297-1.375 0-2.703-0.594-3.672-1.563l-12.141-12.125c-1.109-1.125-1.766-2.656-1.766-4.234 0-3.313 2.609-5.953 5.922-5.953 1.594 0 3.125 0.641 4.266 1.766l9.453 9.469c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.875 1.203-1.203 1.203-0.141 0-0.266-0.063-0.359-0.156l-9.469-9.484c-0.75-0.734-1.766-1.203-2.828-1.203-2.219 0-3.938 1.797-3.938 4 0 1.062 0.438 2.078 1.188 2.828l12.125 12.141c0.594 0.594 1.422 0.984 2.266 0.984 1.328 0 2.312-0.984 2.312-2.312 0-0.859-0.391-1.672-0.984-2.266l-9.078-9.078c-0.25-0.234-0.594-0.375-0.938-0.375-0.594 0-1.047 0.438-1.047 1.047 0 0.344 0.156 0.672 0.391 0.922l6.406 6.406c0.094 0.094 0.156 0.219 0.156 0.344 0 0.328-0.891 1.219-1.219 1.219-0.125 0-0.25-0.063-0.344-0.156l-6.406-6.406c-0.625-0.609-0.984-1.469-0.984-2.328 0-1.719 1.344-3.062 3.063-3.062 0.875 0 1.719 0.359 2.328 0.984l9.078 9.078c0.984 0.969 1.563 2.297 1.563 3.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-floppy-o\" viewBox=\"0 0 24 28\">\n<title>floppy-o</title>\n<path d=\"M6 24h12v-6h-12v6zM20 24h2v-14c0-0.297-0.266-0.938-0.469-1.141l-4.391-4.391c-0.219-0.219-0.828-0.469-1.141-0.469v6.5c0 0.828-0.672 1.5-1.5 1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v20h2v-6.5c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5v6.5zM14 9.5v-5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5zM24 10v14.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h14.5c0.828 0 1.969 0.469 2.562 1.062l4.375 4.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-square\" viewBox=\"0 0 24 28\">\n<title>square</title>\n<path d=\"M24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bars\" viewBox=\"0 0 24 28\">\n<title>bars</title>\n<path d=\"M24 21v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 13v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM24 5v2c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ul\" viewBox=\"0 0 28 28\">\n<title>list-ul</title>\n<path d=\"M6 22c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM6 14c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM6 6c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-list-ol\" viewBox=\"0 0 28 28\">\n<title>list-ol</title>\n<path d=\"M5.953 25.312c0 1.719-1.344 2.688-2.969 2.688-0.984 0-1.984-0.328-2.688-1.031l0.891-1.375c0.422 0.391 1.062 0.703 1.656 0.703 0.547 0 1.125-0.266 1.125-0.891 0-0.875-1-0.922-1.641-0.875l-0.406-0.875c0.562-0.719 1.078-1.516 1.75-2.125v-0.016c-0.5 0-1.016 0.031-1.516 0.031v0.828h-1.656v-2.375h5.203v1.375l-1.484 1.797c1.047 0.25 1.734 1.062 1.734 2.141zM5.984 15.516v2.484h-5.656c-0.047-0.281-0.094-0.562-0.094-0.844 0-2.891 3.531-3.328 3.531-4.641 0-0.531-0.328-0.812-0.844-0.812-0.547 0-1 0.469-1.266 0.906l-1.328-0.922c0.516-1.078 1.578-1.687 2.766-1.687 1.453 0 2.703 0.859 2.703 2.406 0 2.312-3.391 2.828-3.437 4.047h1.984v-0.938h1.641zM28 20.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM6 6.453v1.547h-5.234v-1.547h1.672c0-1.266 0.016-2.531 0.016-3.797v-0.187h-0.031c-0.172 0.344-0.484 0.578-0.781 0.844l-1.109-1.188 2.125-1.984h1.656v6.312h1.687zM28 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.219 0.5 0.5zM28 4.5v3c0 0.266-0.234 0.5-0.5 0.5h-19c-0.281 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.219-0.5 0.5-0.5h19c0.266 0 0.5 0.234 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-strikethrough\" viewBox=\"0 0 28 28\">\n<title>strikethrough</title>\n<path d=\"M27.5 14c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h27zM7.547 13c-0.297-0.375-0.562-0.797-0.797-1.25-0.5-1.016-0.75-2-0.75-2.938 0-1.906 0.703-3.5 2.094-4.828s3.437-1.984 6.141-1.984c0.594 0 1.453 0.109 2.609 0.297 0.688 0.125 1.609 0.375 2.766 0.75 0.109 0.406 0.219 1.031 0.328 1.844 0.141 1.234 0.219 2.187 0.219 2.859 0 0.219-0.031 0.453-0.078 0.703l-0.187 0.047-1.313-0.094-0.219-0.031c-0.531-1.578-1.078-2.641-1.609-3.203-0.922-0.953-2.031-1.422-3.281-1.422-1.188 0-2.141 0.313-2.844 0.922s-1.047 1.375-1.047 2.281c0 0.766 0.344 1.484 1.031 2.188s2.141 1.375 4.359 2.016c0.75 0.219 1.641 0.562 2.703 1.031 0.562 0.266 1.062 0.531 1.484 0.812h-11.609zM15.469 17h6.422c0.078 0.438 0.109 0.922 0.109 1.437 0 1.125-0.203 2.234-0.641 3.313-0.234 0.578-0.594 1.109-1.109 1.625-0.375 0.359-0.938 0.781-1.703 1.266-0.781 0.469-1.563 0.828-2.391 1.031-0.828 0.219-1.875 0.328-3.172 0.328-0.859 0-1.891-0.031-3.047-0.359l-2.188-0.625c-0.609-0.172-0.969-0.313-1.125-0.438-0.063-0.063-0.125-0.172-0.125-0.344v-0.203c0-0.125 0.031-0.938-0.031-2.438-0.031-0.781 0.031-1.328 0.031-1.641v-0.688l1.594-0.031c0.578 1.328 0.844 2.125 1.016 2.406 0.375 0.609 0.797 1.094 1.25 1.469s1 0.672 1.641 0.891c0.625 0.234 1.328 0.344 2.063 0.344 0.656 0 1.391-0.141 2.172-0.422 0.797-0.266 1.437-0.719 1.906-1.344 0.484-0.625 0.734-1.297 0.734-2.016 0-0.875-0.422-1.687-1.266-2.453-0.344-0.297-1.062-0.672-2.141-1.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-underline\" viewBox=\"0 0 24 28\">\n<title>underline</title>\n<path d=\"M0.75 3.484c-0.281-0.016-0.516-0.016-0.703-0.063l-0.047-1.375c0.203-0.016 0.406-0.016 0.625-0.016 0.547 0 1.141 0.016 1.75 0.063 1.469 0.078 2.344 0.109 2.594 0.109 0.891 0 1.766-0.016 2.625-0.047 0.844-0.031 1.609-0.063 2.281-0.078 0.656 0 1.109-0.016 1.344-0.031l-0.016 0.219 0.031 1v0.141c-0.625 0.094-1.266 0.141-1.937 0.141-0.625 0-1.031 0.125-1.234 0.391-0.141 0.156-0.203 0.844-0.203 2.063 0 0.375 0.016 0.672 0.016 0.906l0.016 3.578 0.219 4.375c0.063 1.266 0.313 2.312 0.797 3.156 0.359 0.609 0.859 1.094 1.5 1.437 0.938 0.5 1.859 0.734 2.766 0.734 1.062 0 2.063-0.141 2.984-0.438 0.547-0.172 1.062-0.422 1.547-0.797 0.484-0.359 0.828-0.688 1.016-1 0.406-0.625 0.672-1.234 0.828-1.781 0.219-0.766 0.328-1.953 0.328-3.578 0-2.797-0.203-2.875-0.438-6.406l-0.063-0.922c-0.047-0.672-0.156-1.141-0.375-1.375-0.344-0.359-0.75-0.547-1.203-0.531l-1.563 0.031-0.219-0.047 0.031-1.344h1.313l3.203 0.156c1.062 0.047 2.078-0.047 3.063-0.156l0.281 0.031c0.063 0.391 0.094 0.656 0.094 0.797s-0.031 0.297-0.063 0.484c-0.422 0.109-0.859 0.187-1.313 0.203-0.734 0.109-1.156 0.187-1.234 0.266-0.141 0.141-0.234 0.344-0.234 0.641 0 0.203 0.031 0.516 0.047 0.906 0 0 0.125 0.281 0.344 6.188 0.078 2.359-0.078 3.953-0.234 4.75s-0.375 1.437-0.641 1.906c-0.406 0.688-1 1.328-1.75 1.922-0.766 0.578-1.703 1.047-2.844 1.391s-2.469 0.516-3.984 0.516c-1.719 0-3.203-0.234-4.438-0.719s-2.172-1.125-2.797-1.906-1.062-1.797-1.297-3.047c-0.172-0.859-0.25-2.094-0.25-3.703v-5.203c0-1.969-0.094-3.078-0.266-3.328-0.25-0.359-1.016-0.578-2.297-0.609zM24 25.5v-1c0-0.281-0.219-0.5-0.5-0.5h-23c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h23c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-table\" viewBox=\"0 0 26 28\">\n<title>table</title>\n<path d=\"M8 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM8 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 21.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM16 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 15.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM24 9.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM26 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-magic\" viewBox=\"0 0 26 28\">\n<title>magic</title>\n<path d=\"M18.594 9.078l4.578-4.578-1.672-1.672-4.578 4.578zM25.578 4.5c0 0.266-0.094 0.516-0.281 0.703l-20.094 20.094c-0.187 0.187-0.438 0.281-0.703 0.281s-0.516-0.094-0.703-0.281l-3.094-3.094c-0.187-0.187-0.281-0.438-0.281-0.703s0.094-0.516 0.281-0.703l20.094-20.094c0.187-0.187 0.438-0.281 0.703-0.281s0.516 0.094 0.703 0.281l3.094 3.094c0.187 0.187 0.281 0.438 0.281 0.703zM4.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM9.938 4.062l3.063 0.938-3.063 0.938-0.938 3.063-0.938-3.063-3.063-0.938 3.063-0.938 0.938-3.063zM24.469 11.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531zM14.469 1.531l1.531 0.469-1.531 0.469-0.469 1.531-0.469-1.531-1.531-0.469 1.531-0.469 0.469-1.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-truck\" viewBox=\"0 0 29 28\">\n<title>truck</title>\n<path d=\"M10 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM4 14h6v-4h-2.469c-0.063 0-0.297 0.094-0.344 0.141l-3.047 3.047c-0.047 0.047-0.141 0.281-0.141 0.344v0.469zM24 22c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM28 5v16c0 1.156-1.219 1-2 1 0 2.203-1.797 4-4 4s-4-1.797-4-4h-6c0 2.203-1.797 4-4 4s-4-1.797-4-4h-1c-0.781 0-2 0.156-2-1 0-0.547 0.453-1 1-1v-5c0-1.109-0.156-2.344 0.703-3.203l3.094-3.094c0.391-0.391 1.141-0.703 1.703-0.703h2.5v-3c0-0.547 0.453-1 1-1h16c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest\" viewBox=\"0 0 24 28\">\n<title>pinterest</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12-1.188 0-2.312-0.172-3.406-0.5 0.453-0.719 0.969-1.641 1.219-2.562 0 0 0.141-0.531 0.844-3.297 0.406 0.797 1.625 1.5 2.922 1.5 3.859 0 6.484-3.516 6.484-8.234 0-3.547-3.016-6.875-7.609-6.875-5.688 0-8.563 4.094-8.563 7.5 0 2.063 0.781 3.906 2.453 4.594 0.266 0.109 0.516 0 0.594-0.313 0.063-0.203 0.187-0.734 0.25-0.953 0.078-0.313 0.047-0.406-0.172-0.672-0.484-0.578-0.797-1.313-0.797-2.359 0-3.031 2.266-5.75 5.906-5.75 3.219 0 5 1.969 5 4.609 0 3.453-1.531 6.375-3.813 6.375-1.25 0-2.188-1.031-1.891-2.312 0.359-1.516 1.062-3.156 1.062-4.25 0-0.984-0.531-1.813-1.625-1.813-1.281 0-2.312 1.328-2.312 3.109 0 0 0 1.141 0.391 1.906-1.313 5.563-1.547 6.531-1.547 6.531-0.219 0.906-0.234 1.922-0.203 2.766-4.234-1.859-7.187-6.078-7.187-11 0-6.625 5.375-12 12-12s12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-square\" viewBox=\"0 0 24 28\">\n<title>pinterest-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-11.328c0.516-0.734 1.359-2 1.687-3.281 0 0 0.141-0.531 0.828-3.266 0.422 0.797 1.625 1.484 2.906 1.484 3.813 0 6.406-3.484 6.406-8.141 0-3.516-2.984-6.797-7.516-6.797-5.641 0-8.484 4.047-8.484 7.422 0 2.031 0.781 3.844 2.438 4.531 0.266 0.109 0.516 0 0.594-0.297 0.047-0.203 0.172-0.734 0.234-0.953 0.078-0.297 0.047-0.406-0.172-0.656-0.469-0.578-0.781-1.297-0.781-2.344 0-3 2.25-5.672 5.844-5.672 3.187 0 4.937 1.937 4.937 4.547 0 3.422-1.516 6.312-3.766 6.312-1.234 0-2.172-1.031-1.875-2.297 0.359-1.5 1.047-3.125 1.047-4.203 0-0.969-0.516-1.781-1.594-1.781-1.266 0-2.281 1.313-2.281 3.063 0 0 0 1.125 0.375 1.891-1.297 5.5-1.531 6.469-1.531 6.469-0.344 1.437-0.203 3.109-0.109 3.969h-2.859c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-square\" viewBox=\"0 0 24 28\">\n<title>google-plus-square</title>\n<path d=\"M14.328 14.141c0-0.391-0.047-0.703-0.094-1h-5.656v2.063h3.391c-0.125 0.875-1.016 2.578-3.391 2.578-2.063 0-3.734-1.687-3.734-3.781s1.672-3.781 3.734-3.781c1.156 0 1.937 0.484 2.391 0.922l1.625-1.578c-1.047-0.969-2.406-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus\" viewBox=\"0 0 36 28\">\n<title>google-plus</title>\n<path d=\"M22.453 14.266c0 6.547-4.391 11.188-11 11.188-6.328 0-11.453-5.125-11.453-11.453s5.125-11.453 11.453-11.453c3.094 0 5.672 1.125 7.672 3l-3.109 2.984c-0.844-0.812-2.328-1.766-4.562-1.766-3.906 0-7.094 3.234-7.094 7.234s3.187 7.234 7.094 7.234c4.531 0 6.234-3.266 6.5-4.937h-6.5v-3.938h10.813c0.109 0.578 0.187 1.156 0.187 1.906zM36 12.359v3.281h-3.266v3.266h-3.281v-3.266h-3.266v-3.281h3.266v-3.266h3.281v3.266h3.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-money\" viewBox=\"0 0 30 28\">\n<title>money</title>\n<path d=\"M12 18h6v-1.5h-2v-7h-1.781l-2.312 2.141 1.203 1.25c0.375-0.328 0.609-0.5 0.859-0.891h0.031v4.5h-2v1.5zM20 14c0 2.844-1.719 6.5-5 6.5s-5-3.656-5-6.5 1.719-6.5 5-6.5 5 3.656 5 6.5zM28 18v-8c-2.203 0-4-1.797-4-4h-18c0 2.203-1.797 4-4 4v8c2.203 0 4 1.797 4 4h18c0-2.203 1.797-4 4-4zM30 5v18c0 0.547-0.453 1-1 1h-28c-0.547 0-1-0.453-1-1v-18c0-0.547 0.453-1 1-1h28c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-down\" viewBox=\"0 0 16 28\">\n<title>caret-down</title>\n<path d=\"M16 11c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-up\" viewBox=\"0 0 16 28\">\n<title>caret-up</title>\n<path d=\"M16 19c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-left\" viewBox=\"0 0 11 28\">\n<title>caret-left</title>\n<path d=\"M10 7v14c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-right\" viewBox=\"0 0 9 28\">\n<title>caret-right</title>\n<path d=\"M9 14c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297-0.547 0-1-0.453-1-1v-14c0-0.547 0.453-1 1-1 0.266 0 0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-columns\" viewBox=\"0 0 26 28\">\n<title>columns</title>\n<path d=\"M2.5 24h9.5v-18h-10v17.5c0 0.266 0.234 0.5 0.5 0.5zM24 23.5v-17.5h-10v18h9.5c0.266 0 0.5-0.234 0.5-0.5zM26 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-21c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h21c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort\" viewBox=\"0 0 16 28\">\n<title>sort</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1zM16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-desc\" viewBox=\"0 0 16 28\">\n<title>sort-desc</title>\n<path d=\"M16 17c0 0.266-0.109 0.516-0.297 0.703l-7 7c-0.187 0.187-0.438 0.297-0.703 0.297s-0.516-0.109-0.703-0.297l-7-7c-0.187-0.187-0.297-0.438-0.297-0.703 0-0.547 0.453-1 1-1h14c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-asc\" viewBox=\"0 0 16 28\">\n<title>sort-asc</title>\n<path d=\"M16 11c0 0.547-0.453 1-1 1h-14c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l7-7c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l7 7c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope\" viewBox=\"0 0 28 28\">\n<title>envelope</title>\n<path d=\"M28 11.094v12.406c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-12.406c0.469 0.516 1 0.969 1.578 1.359 2.594 1.766 5.219 3.531 7.766 5.391 1.313 0.969 2.938 2.156 4.641 2.156h0.031c1.703 0 3.328-1.188 4.641-2.156 2.547-1.844 5.172-3.625 7.781-5.391 0.562-0.391 1.094-0.844 1.563-1.359zM28 6.5c0 1.75-1.297 3.328-2.672 4.281-2.438 1.687-4.891 3.375-7.313 5.078-1.016 0.703-2.734 2.141-4 2.141h-0.031c-1.266 0-2.984-1.437-4-2.141-2.422-1.703-4.875-3.391-7.297-5.078-1.109-0.75-2.688-2.516-2.688-3.938 0-1.531 0.828-2.844 2.5-2.844h23c1.359 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linkedin\" viewBox=\"0 0 24 28\">\n<title>linkedin</title>\n<path d=\"M5.453 9.766v15.484h-5.156v-15.484h5.156zM5.781 4.984c0.016 1.484-1.109 2.672-2.906 2.672v0h-0.031c-1.734 0-2.844-1.188-2.844-2.672 0-1.516 1.156-2.672 2.906-2.672 1.766 0 2.859 1.156 2.875 2.672zM24 16.375v8.875h-5.141v-8.281c0-2.078-0.75-3.5-2.609-3.5-1.422 0-2.266 0.953-2.641 1.875-0.125 0.344-0.172 0.797-0.172 1.266v8.641h-5.141c0.063-14.031 0-15.484 0-15.484h5.141v2.25h-0.031c0.672-1.062 1.891-2.609 4.672-2.609 3.391 0 5.922 2.219 5.922 6.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rotate-left\" viewBox=\"0 0 24 28\">\n<title>rotate-left</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gavel\" viewBox=\"0 0 28 28\">\n<title>gavel</title>\n<path d=\"M27.672 24c0 0.531-0.219 1.047-0.578 1.406l-1.672 1.687c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-5.672-5.688c-0.375-0.359-0.594-0.875-0.594-1.406 0-0.594 0.25-1.078 0.672-1.5l-4-4-1.969 1.969c-0.141 0.141-0.328 0.219-0.531 0.219s-0.391-0.078-0.531-0.219c0.469 0.469 0.906 0.812 0.906 1.531 0 0.406-0.156 0.766-0.438 1.062-0.531 0.562-1.094 1.313-1.937 1.313-0.391 0-0.781-0.156-1.062-0.438l-6.375-6.375c-0.281-0.281-0.438-0.672-0.438-1.062 0-0.844 0.75-1.406 1.313-1.937 0.297-0.281 0.656-0.438 1.062-0.438 0.719 0 1.062 0.438 1.531 0.906-0.141-0.141-0.219-0.328-0.219-0.531s0.078-0.391 0.219-0.531l5.437-5.437c0.141-0.141 0.328-0.219 0.531-0.219s0.391 0.078 0.531 0.219c-0.469-0.469-0.906-0.812-0.906-1.531 0-0.406 0.156-0.766 0.438-1.062 0.531-0.562 1.094-1.313 1.937-1.313 0.391 0 0.781 0.156 1.062 0.438l6.375 6.375c0.281 0.281 0.438 0.672 0.438 1.062 0 0.844-0.75 1.406-1.313 1.937-0.297 0.281-0.656 0.438-1.062 0.438-0.719 0-1.062-0.438-1.531-0.906 0.141 0.141 0.219 0.328 0.219 0.531s-0.078 0.391-0.219 0.531l-1.969 1.969 4 4c0.422-0.422 0.906-0.672 1.5-0.672 0.531 0 1.047 0.219 1.422 0.578l5.672 5.672c0.359 0.375 0.578 0.891 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashboard\" viewBox=\"0 0 28 28\">\n<title>dashboard</title>\n<path d=\"M6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM9 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM15.687 18.516l1.578-5.969c0.125-0.531-0.187-1.078-0.719-1.219v0c-0.531-0.141-1.078 0.187-1.219 0.719l-1.578 5.969c-1.234 0.094-2.312 0.953-2.656 2.219-0.422 1.609 0.547 3.25 2.141 3.672 1.609 0.422 3.25-0.547 3.672-2.141 0.328-1.266-0.203-2.547-1.219-3.25zM26 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM23 11c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 18c0 2.688-0.766 5.281-2.203 7.547-0.187 0.281-0.5 0.453-0.844 0.453h-21.906c-0.344 0-0.656-0.172-0.844-0.453-1.437-2.25-2.203-4.859-2.203-7.547 0-7.719 6.281-14 14-14s14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comment-o\" viewBox=\"0 0 28 28\">\n<title>comment-o</title>\n<path d=\"M14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.531 6.266-10 14-10v0c7.734 0 14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-comments-o\" viewBox=\"0 0 28 28\">\n<title>comments-o</title>\n<path d=\"M11 6c-4.875 0-9 2.75-9 6 0 1.719 1.156 3.375 3.156 4.531l1.516 0.875-0.547 1.313c0.328-0.187 0.656-0.391 0.969-0.609l0.688-0.484 0.828 0.156c0.781 0.141 1.578 0.219 2.391 0.219 4.875 0 9-2.75 9-6s-4.125-6-9-6zM11 4c6.078 0 11 3.578 11 8s-4.922 8-11 8c-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8zM23.844 22.266c0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375 0 2.547-1.625 4.797-4.156 6.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bolt\" viewBox=\"0 0 14 28\">\n<title>bolt</title>\n<path d=\"M13.828 8.844c0.172 0.187 0.219 0.453 0.109 0.688l-8.437 18.078c-0.125 0.234-0.375 0.391-0.656 0.391-0.063 0-0.141-0.016-0.219-0.031-0.344-0.109-0.547-0.438-0.469-0.766l3.078-12.625-6.344 1.578c-0.063 0.016-0.125 0.016-0.187 0.016-0.172 0-0.359-0.063-0.484-0.172-0.187-0.156-0.25-0.391-0.203-0.609l3.141-12.891c0.078-0.297 0.359-0.5 0.688-0.5h5.125c0.391 0 0.703 0.297 0.703 0.656 0 0.094-0.031 0.187-0.078 0.281l-2.672 7.234 6.188-1.531c0.063-0.016 0.125-0.031 0.187-0.031 0.203 0 0.391 0.094 0.531 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sitemap\" viewBox=\"0 0 28 28\">\n<title>sitemap</title>\n<path d=\"M28 19.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3h-8v3h1.5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h1.5v-3c0-1.094 0.906-2 2-2h8v-3h-1.5c-0.828 0-1.5-0.672-1.5-1.5v-5c0-0.828 0.672-1.5 1.5-1.5h5c0.828 0 1.5 0.672 1.5 1.5v5c0 0.828-0.672 1.5-1.5 1.5h-1.5v3h8c1.094 0 2 0.906 2 2v3h1.5c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-umbrella\" viewBox=\"0 0 26 28\">\n<title>umbrella</title>\n<path d=\"M14 12.938v9.063c0 2.172-1.828 4-4 4s-4-1.828-4-4c0-0.547 0.453-1 1-1s1 0.453 1 1c0 1.047 0.953 2 2 2s2-0.953 2-2v-9.063c0.328-0.109 0.656-0.172 1-0.172s0.672 0.063 1 0.172zM26 13.359c0 0.266-0.234 0.5-0.5 0.5-0.141 0-0.25-0.063-0.359-0.156-0.906-0.844-1.75-1.437-3.047-1.437-1.484 0-2.766 0.922-3.609 2.094-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.438 0.266-0.219 0-0.344-0.094-0.453-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.109-2.094-3.594-2.094s-2.75 0.922-3.594 2.094c-0.187 0.266-0.328 0.547-0.5 0.812-0.109 0.172-0.234 0.266-0.453 0.266-0.203 0-0.328-0.094-0.438-0.266-0.172-0.266-0.313-0.547-0.5-0.812-0.844-1.172-2.125-2.094-3.609-2.094-1.297 0-2.141 0.594-3.047 1.437-0.109 0.094-0.219 0.156-0.359 0.156-0.266 0-0.5-0.234-0.5-0.5 0-0.047 0-0.078 0.016-0.109 1.437-5.906 7.141-9.25 12.984-9.25 5.812 0 11.578 3.344 12.984 9.25 0.016 0.031 0.016 0.063 0.016 0.109zM14 2v1.531c-0.328-0.016-0.672-0.031-1-0.031s-0.672 0.016-1 0.031v-1.531c0-0.547 0.453-1 1-1s1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clipboard\" viewBox=\"0 0 28 28\">\n<title>clipboard</title>\n<path d=\"M12 26h14v-10h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-6v18zM16 3.5v-1c0-0.266-0.234-0.5-0.5-0.5h-11c-0.266 0-0.5 0.234-0.5 0.5v1c0 0.266 0.234 0.5 0.5 0.5h11c0.266 0 0.5-0.234 0.5-0.5zM20 14h4.672l-4.672-4.672v4.672zM28 16v10.5c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-8.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h17c0.828 0 1.5 0.672 1.5 1.5v5.125c0.203 0.125 0.391 0.266 0.562 0.437l6.375 6.375c0.594 0.594 1.062 1.734 1.062 2.562z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lightbulb-o\" viewBox=\"0 0 16 28\">\n<title>lightbulb-o</title>\n<path d=\"M11.5 9c0 0.266-0.234 0.5-0.5 0.5s-0.5-0.234-0.5-0.5c0-1.078-1.672-1.5-2.5-1.5-0.266 0-0.5-0.234-0.5-0.5s0.234-0.5 0.5-0.5c1.453 0 3.5 0.766 3.5 2.5zM14 9c0-3.125-3.172-5-6-5s-6 1.875-6 5c0 1 0.406 2.047 1.062 2.812 0.297 0.344 0.641 0.672 0.953 1.031 1.109 1.328 2.047 2.891 2.203 4.656h3.563c0.156-1.766 1.094-3.328 2.203-4.656 0.313-0.359 0.656-0.688 0.953-1.031 0.656-0.766 1.062-1.813 1.062-2.812zM16 9c0 1.609-0.531 3-1.609 4.188s-2.5 2.859-2.625 4.531c0.453 0.266 0.734 0.766 0.734 1.281 0 0.375-0.141 0.734-0.391 1 0.25 0.266 0.391 0.625 0.391 1 0 0.516-0.266 0.984-0.703 1.266 0.125 0.219 0.203 0.484 0.203 0.734 0 1.016-0.797 1.5-1.703 1.5-0.406 0.906-1.313 1.5-2.297 1.5s-1.891-0.594-2.297-1.5c-0.906 0-1.703-0.484-1.703-1.5 0-0.25 0.078-0.516 0.203-0.734-0.438-0.281-0.703-0.75-0.703-1.266 0-0.375 0.141-0.734 0.391-1-0.25-0.266-0.391-0.625-0.391-1 0-0.516 0.281-1.016 0.734-1.281-0.125-1.672-1.547-3.344-2.625-4.531s-1.609-2.578-1.609-4.188c0-4.25 4.047-7 8-7s8 2.75 8 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exchange\" viewBox=\"0 0 28 28\">\n<title>exchange</title>\n<path d=\"M28 18.5v3c0 0.266-0.234 0.5-0.5 0.5h-21.5v3c0 0.266-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-5c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.219 0.5 0.5v3h21.5c0.266 0 0.5 0.219 0.5 0.5zM28 10c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-21.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h21.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-download\" viewBox=\"0 0 30 28\">\n<title>cloud-download</title>\n<path d=\"M20 14.5c0-0.281-0.219-0.5-0.5-0.5h-3.5v-5.5c0-0.266-0.234-0.5-0.5-0.5h-3c-0.266 0-0.5 0.234-0.5 0.5v5.5h-3.5c-0.281 0-0.5 0.234-0.5 0.5 0 0.125 0.047 0.266 0.141 0.359l5.5 5.5c0.094 0.094 0.219 0.141 0.359 0.141 0.125 0 0.266-0.047 0.359-0.141l5.484-5.484c0.094-0.109 0.156-0.234 0.156-0.375zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cloud-upload\" viewBox=\"0 0 30 28\">\n<title>cloud-upload</title>\n<path d=\"M20 13.5c0-0.125-0.047-0.266-0.141-0.359l-5.5-5.5c-0.094-0.094-0.219-0.141-0.359-0.141-0.125 0-0.266 0.047-0.359 0.141l-5.484 5.484c-0.094 0.109-0.156 0.234-0.156 0.375 0 0.281 0.219 0.5 0.5 0.5h3.5v5.5c0 0.266 0.234 0.5 0.5 0.5h3c0.266 0 0.5-0.234 0.5-0.5v-5.5h3.5c0.281 0 0.5-0.234 0.5-0.5zM30 18c0 3.313-2.688 6-6 6h-17c-3.859 0-7-3.141-7-7 0-2.719 1.578-5.187 4.031-6.328-0.016-0.234-0.031-0.453-0.031-0.672 0-4.422 3.578-8 8-8 3.25 0 6.172 1.969 7.406 4.969 0.719-0.625 1.641-0.969 2.594-0.969 2.203 0 4 1.797 4 4 0 0.766-0.219 1.516-0.641 2.156 2.719 0.641 4.641 3.063 4.641 5.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-md\" viewBox=\"0 0 22 28\">\n<title>user-md</title>\n<path d=\"M6 21c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.109 0.625-8.016 4.344-8.828-0.25 0.594-0.344 1.234-0.344 1.875v3.172c-1.203 0.422-2 1.563-2 2.828 0 1.656 1.344 3 3 3s3-1.344 3-3c0-1.266-0.812-2.406-2-2.828v-3.172c0-0.516 0.047-1.031 0.391-1.453 1.313 1.031 2.938 1.625 4.609 1.625s3.297-0.594 4.609-1.625c0.344 0.422 0.391 0.938 0.391 1.453v1c-2.203 0-4 1.797-4 4v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.094 0.906-2 2-2s2 0.906 2 2v1.391c-0.313 0.281-0.5 0.688-0.5 1.109 0 0.828 0.672 1.5 1.5 1.5s1.5-0.672 1.5-1.5c0-0.422-0.187-0.828-0.5-1.109v-1.391c0-1.422-0.766-2.75-2-3.453 0-1.141 0.109-2.359-0.344-3.422 3.719 0.812 4.344 5.719 4.344 8.828zM17 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stethoscope\" viewBox=\"0 0 22 28\">\n<title>stethoscope</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 11c0 1.313-0.828 2.406-2 2.828v6.172c0 3.313-3.141 6-7 6s-7-2.688-7-6v-2.063c-3.391-0.422-6-2.922-6-5.938v-8c0-0.547 0.453-1 1-1 0.094 0 0.172 0.016 0.25 0.031 0.344-0.609 1-1.031 1.75-1.031 1.109 0 2 0.891 2 2s-0.891 2-2 2c-0.359 0-0.703-0.109-1-0.281v6.281c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.281c-0.297 0.172-0.641 0.281-1 0.281-1.109 0-2-0.891-2-2s0.891-2 2-2c0.75 0 1.406 0.422 1.75 1.031 0.078-0.016 0.156-0.031 0.25-0.031 0.547 0 1 0.453 1 1v8c0 3.016-2.609 5.516-6 5.938v2.063c0 2.203 2.25 4 5 4s5-1.797 5-4v-6.172c-1.172-0.422-2-1.516-2-2.828 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-suitcase\" viewBox=\"0 0 28 28\">\n<title>suitcase</title>\n<path d=\"M10 6h8v-2h-8v2zM4.5 6v20h-1c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h1zM22 6v20h-16v-20h2v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-1v-20h1c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell\" viewBox=\"0 0 28 28\">\n<title>bell</title>\n<path d=\"M14.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM27 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-4-1.797-4-4h-7c-1.094 0-2-0.906-2-2 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 4.141 0.609 6.625 3.891 6.625 6.891 0 7.547 2.688 11.047 5 13z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-coffee\" viewBox=\"0 0 29 28\">\n<title>coffee</title>\n<path d=\"M26 10c0-1.656-1.344-3-3-3h-1v6h1c1.656 0 3-1.344 3-3zM0 22h28c0 2.203-1.797 4-4 4h-20c-2.203 0-4-1.797-4-4zM29 10c0 3.313-2.688 6-6 6h-1v0.5c0 1.922-1.578 3.5-3.5 3.5h-11c-1.922 0-3.5-1.578-3.5-3.5v-11.5c0-0.547 0.453-1 1-1h18c3.313 0 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cutlery\" viewBox=\"0 0 22 28\">\n<title>cutlery</title>\n<path d=\"M10 1v10c0 1.266-0.812 2.406-2 2.828v12.172c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-12.172c-1.188-0.422-2-1.563-2-2.828v-10c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1v-6.5c0-0.547 0.453-1 1-1s1 0.453 1 1zM22 1v25c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-8h-3.5c-0.266 0-0.5-0.234-0.5-0.5v-12.5c0-2.75 2.25-5 5-5h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text-o\" viewBox=\"0 0 24 28\">\n<title>file-text-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6 12.5c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1zM17.5 16c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11zM17.5 20c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building-o\" viewBox=\"0 0 22 28\">\n<title>building-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 8.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 4.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-24h-18v24h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM22 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hospital-o\" viewBox=\"0 0 22 28\">\n<title>hospital-o</title>\n<path d=\"M6 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM6 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 20.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM10 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 16.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM18 12.5v1c0 0.266-0.234 0.5-0.5 0.5h-1c-0.266 0-0.5-0.234-0.5-0.5v-1c0-0.266 0.234-0.5 0.5-0.5h1c0.266 0 0.5 0.234 0.5 0.5zM14 26h6v-18h-4v0.5c0 0.828-0.672 1.5-1.5 1.5h-7c-0.828 0-1.5-0.672-1.5-1.5v-0.5h-4v18h6v-3.5c0-0.266 0.234-0.5 0.5-0.5h5c0.266 0 0.5 0.234 0.5 0.5v3.5zM14 7.5v-5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v1.5h-2v-1.5c0-0.266-0.234-0.5-0.5-0.5h-1c-0.266 0-0.5 0.234-0.5 0.5v5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5v-1.5h2v1.5c0 0.266 0.234 0.5 0.5 0.5h1c0.266 0 0.5-0.234 0.5-0.5zM22 7v20c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-20c0-0.547 0.453-1 1-1h5v-4.5c0-0.828 0.672-1.5 1.5-1.5h7c0.828 0 1.5 0.672 1.5 1.5v4.5h5c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ambulance\" viewBox=\"0 0 31 28\">\n<title>ambulance</title>\n<path d=\"M10 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM4 14h6v-4h-2.469c-0.094 0.016-0.266 0.078-0.344 0.141l-3.047 3.047c-0.047 0.078-0.125 0.25-0.141 0.344v0.469zM24 22c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 11.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM30 3v18c0 0.547-0.453 1-1 1h-3c0 2.203-1.781 4-4 4-2.203 0-4-1.797-4-4h-6c0 2.203-1.781 4-4 4s-4-1.797-4-4h-2c-0.547 0-1-0.453-1-1s0.453-1 1-1v-6.5c0-0.547 0.313-1.313 0.703-1.703l3.094-3.094c0.391-0.391 1.156-0.703 1.703-0.703h2.5v-5c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medkit\" viewBox=\"0 0 28 28\">\n<title>medkit</title>\n<path d=\"M20 17.5v-3c0-0.281-0.219-0.5-0.5-0.5h-3.5v-3.5c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v3.5h-3.5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h3.5v3.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-3.5h3.5c0.281 0 0.5-0.219 0.5-0.5zM10 6h8v-2h-8v2zM4 6v20h-0.5c-1.922 0-3.5-1.578-3.5-3.5v-13c0-1.922 1.578-3.5 3.5-3.5h0.5zM22.5 6v20h-17v-20h2.5v-2.5c0-0.828 0.672-1.5 1.5-1.5h9c0.828 0 1.5 0.672 1.5 1.5v2.5h2.5zM28 9.5v13c0 1.922-1.578 3.5-3.5 3.5h-0.5v-20h0.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fighter-jet\" viewBox=\"0 0 30 28\">\n<title>fighter-jet</title>\n<path d=\"M30 15c0 0 0 0.5-4.5 1.5l-5.5 0.5-3.5 1h-1l-4.578 5.5h1.078c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-5v-0.5h1v-6.5h-2.5l-3 3.5h-1.5l-0.5-0.5v-3h0.5v-0.5h2v-0.125l-3-0.375v-2l3-0.375v-0.125h-2v-0.5h-0.5v-3l0.5-0.5h1.5l3 3.5h2.5v-6.5h-1v-0.5h5c0.547 0 1 0.109 1 0.25s-0.453 0.25-1 0.25h-1.078l4.578 5.5h1l3.5 1 5.5 0.5c4.5 1 4.5 1.5 4.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-beer\" viewBox=\"0 0 27 28\">\n<title>beer</title>\n<path d=\"M10 14v-6h-4v4c0 1.109 0.891 2 2 2h2zM26 21v3h-18v-3l2-3h-2c-3.313 0-6-2.688-6-6v-5l-1-1 0.5-2h7.5l0.5-2h15l0.5 3-1 0.5v12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-h-square\" viewBox=\"0 0 24 28\">\n<title>h-square</title>\n<path d=\"M20 21v-14c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-8v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v14c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h8v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square\" viewBox=\"0 0 24 28\">\n<title>plus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-5v-5c0-0.547-0.453-1-1-1h-2c-0.547 0-1 0.453-1 1v5h-5c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h5v5c0 0.547 0.453 1 1 1h2c0.547 0 1-0.453 1-1v-5h5c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-left\" viewBox=\"0 0 17 28\">\n<title>angle-double-left</title>\n<path d=\"M9.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359zM15.797 21.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-right\" viewBox=\"0 0 15 28\">\n<title>angle-double-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM15.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-up\" viewBox=\"0 0 18 28\">\n<title>angle-double-up</title>\n<path d=\"M16.797 20.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 14.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-double-down\" viewBox=\"0 0 18 28\">\n<title>angle-double-down</title>\n<path d=\"M16.797 13.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359zM16.797 7.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-left\" viewBox=\"0 0 11 28\">\n<title>angle-left</title>\n<path d=\"M9.797 8.5c0 0.125-0.063 0.266-0.156 0.359l-6.141 6.141 6.141 6.141c0.094 0.094 0.156 0.234 0.156 0.359s-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.219 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-right\" viewBox=\"0 0 9 28\">\n<title>angle-right</title>\n<path d=\"M9.297 15c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359 0-0.125 0.063-0.266 0.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-up\" viewBox=\"0 0 18 28\">\n<title>angle-up</title>\n<path d=\"M16.797 18.5c0 0.125-0.063 0.266-0.156 0.359l-0.781 0.781c-0.094 0.094-0.219 0.156-0.359 0.156-0.125 0-0.266-0.063-0.359-0.156l-6.141-6.141-6.141 6.141c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l7.281-7.281c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l7.281 7.281c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angle-down\" viewBox=\"0 0 18 28\">\n<title>angle-down</title>\n<path d=\"M16.797 11.5c0 0.125-0.063 0.266-0.156 0.359l-7.281 7.281c-0.094 0.094-0.234 0.156-0.359 0.156s-0.266-0.063-0.359-0.156l-7.281-7.281c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266 0.156-0.359l0.781-0.781c0.094-0.094 0.219-0.156 0.359-0.156 0.125 0 0.266 0.063 0.359 0.156l6.141 6.141 6.141-6.141c0.094-0.094 0.234-0.156 0.359-0.156s0.266 0.063 0.359 0.156l0.781 0.781c0.094 0.094 0.156 0.234 0.156 0.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-desktop\" viewBox=\"0 0 30 28\">\n<title>desktop</title>\n<path d=\"M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-laptop\" viewBox=\"0 0 30 28\">\n<title>laptop</title>\n<path d=\"M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tablet\" viewBox=\"0 0 18 28\">\n<title>tablet</title>\n<path d=\"M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mobile\" viewBox=\"0 0 12 28\">\n<title>mobile</title>\n<path d=\"M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o\" viewBox=\"0 0 24 28\">\n<title>circle-o</title>\n<path d=\"M12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-left\" viewBox=\"0 0 26 28\">\n<title>quote-left</title>\n<path d=\"M12 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3zM26 15v6c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-11c0-4.406 3.594-8 8-8h1c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-1c-2.203 0-4 1.797-4 4v0.5c0 0.828 0.672 1.5 1.5 1.5h3.5c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quote-right\" viewBox=\"0 0 26 28\">\n<title>quote-right</title>\n<path d=\"M12 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3zM26 5v11c0 4.406-3.594 8-8 8h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1c2.203 0 4-1.797 4-4v-0.5c0-0.828-0.672-1.5-1.5-1.5h-3.5c-1.656 0-3-1.344-3-3v-6c0-1.656 1.344-3 3-3h6c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spinner\" viewBox=\"0 0 28 28\">\n<title>spinner</title>\n<path d=\"M8.219 21.781c0 1.094-0.891 2-2 2-1.094 0-2-0.906-2-2 0-1.109 0.906-2 2-2 1.109 0 2 0.891 2 2zM16 25c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM5 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM23.781 21.781c0 1.094-0.906 2-2 2-1.109 0-2-0.906-2-2 0-1.109 0.891-2 2-2 1.094 0 2 0.891 2 2zM8.719 6.219c0 1.375-1.125 2.5-2.5 2.5s-2.5-1.125-2.5-2.5 1.125-2.5 2.5-2.5 2.5 1.125 2.5 2.5zM27 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM17 3c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM25.281 6.219c0 1.937-1.578 3.5-3.5 3.5-1.937 0-3.5-1.563-3.5-3.5 0-1.922 1.563-3.5 3.5-3.5 1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle\" viewBox=\"0 0 24 28\">\n<title>circle</title>\n<path d=\"M24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply\" viewBox=\"0 0 28 28\">\n<title>mail-reply</title>\n<path d=\"M28 17.5c0 2.188-1.094 5.047-1.984 7.047-0.172 0.359-0.344 0.859-0.578 1.188-0.109 0.156-0.219 0.266-0.438 0.266-0.313 0-0.5-0.25-0.5-0.547 0-0.25 0.063-0.531 0.078-0.781 0.047-0.641 0.078-1.281 0.078-1.922 0-7.453-4.422-8.75-11.156-8.75h-3.5v4c0 0.547-0.453 1-1 1-0.266 0-0.516-0.109-0.703-0.297l-8-8c-0.187-0.187-0.297-0.438-0.297-0.703s0.109-0.516 0.297-0.703l8-8c0.187-0.187 0.438-0.297 0.703-0.297 0.547 0 1 0.453 1 1v4h3.5c5.125 0 11.5 0.906 13.672 6.297 0.656 1.656 0.828 3.453 0.828 5.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-github-alt\" viewBox=\"0 0 26 28\">\n<title>github-alt</title>\n<path d=\"M10 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM20 19c0 1.141-0.594 3-2 3s-2-1.859-2-3 0.594-3 2-3 2 1.859 2 3zM22.5 19c0-2.391-1.453-4.5-4-4.5-1.031 0-2.016 0.187-3.047 0.328-0.812 0.125-1.625 0.172-2.453 0.172s-1.641-0.047-2.453-0.172c-1.016-0.141-2.016-0.328-3.047-0.328-2.547 0-4 2.109-4 4.5 0 4.781 4.375 5.516 8.188 5.516h2.625c3.813 0 8.188-0.734 8.188-5.516zM26 16.25c0 1.734-0.172 3.578-0.953 5.172-2.063 4.172-7.734 4.578-11.797 4.578-4.125 0-10.141-0.359-12.281-4.578-0.797-1.578-0.969-3.437-0.969-5.172 0-2.281 0.625-4.438 2.125-6.188-0.281-0.859-0.422-1.766-0.422-2.656 0-1.172 0.266-2.344 0.797-3.406 2.469 0 4.047 1.078 5.922 2.547 1.578-0.375 3.203-0.547 4.828-0.547 1.469 0 2.953 0.156 4.375 0.5 1.859-1.453 3.437-2.5 5.875-2.5 0.531 1.062 0.797 2.234 0.797 3.406 0 0.891-0.141 1.781-0.422 2.625 1.5 1.766 2.125 3.938 2.125 6.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-o\" viewBox=\"0 0 26 28\">\n<title>folder-o</title>\n<path d=\"M24 20.5v-11c0-0.828-0.672-1.5-1.5-1.5h-11c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v15c0 0.828 0.672 1.5 1.5 1.5h19c0.828 0 1.5-0.672 1.5-1.5zM26 9.5v11c0 1.922-1.578 3.5-3.5 3.5h-19c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h10.5c1.922 0 3.5 1.578 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-folder-open-o\" viewBox=\"0 0 30 28\">\n<title>folder-open-o</title>\n<path d=\"M27.828 14.547c0-0.438-0.484-0.547-0.828-0.547h-17c-0.828 0-1.922 0.516-2.453 1.156l-4.594 5.672c-0.141 0.187-0.281 0.391-0.281 0.625 0 0.438 0.484 0.547 0.828 0.547h17c0.828 0 1.922-0.516 2.453-1.172l4.594-5.672c0.141-0.172 0.281-0.375 0.281-0.609zM10 12h12v-2.5c0-0.828-0.672-1.5-1.5-1.5h-9c-0.828 0-1.5-0.672-1.5-1.5v-1c0-0.828-0.672-1.5-1.5-1.5h-5c-0.828 0-1.5 0.672-1.5 1.5v13.328l4-4.922c0.906-1.109 2.578-1.906 4-1.906zM29.828 14.547c0 0.688-0.297 1.344-0.719 1.875l-4.609 5.672c-0.891 1.094-2.594 1.906-4 1.906h-17c-1.922 0-3.5-1.578-3.5-3.5v-15c0-1.922 1.578-3.5 3.5-3.5h5c1.922 0 3.5 1.578 3.5 3.5v0.5h8.5c1.922 0 3.5 1.578 3.5 3.5v2.5h3c1.062 0 2.125 0.484 2.594 1.484 0.156 0.328 0.234 0.688 0.234 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-smile-o\" viewBox=\"0 0 24 28\">\n<title>smile-o</title>\n<path d=\"M17.719 16.797c-0.781 2.516-3.078 4.203-5.719 4.203s-4.937-1.687-5.719-4.203c-0.172-0.531 0.125-1.078 0.656-1.25 0.516-0.172 1.078 0.125 1.25 0.656 0.516 1.672 2.063 2.797 3.813 2.797s3.297-1.125 3.813-2.797c0.172-0.531 0.734-0.828 1.266-0.656 0.516 0.172 0.812 0.719 0.641 1.25zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-frown-o\" viewBox=\"0 0 24 28\">\n<title>frown-o</title>\n<path d=\"M17.719 19.203c0.172 0.531-0.125 1.078-0.641 1.25-0.531 0.172-1.094-0.125-1.266-0.656-0.516-1.672-2.063-2.797-3.813-2.797s-3.297 1.125-3.813 2.797c-0.172 0.531-0.734 0.828-1.25 0.656-0.531-0.172-0.828-0.719-0.656-1.25 0.781-2.516 3.078-4.203 5.719-4.203s4.937 1.687 5.719 4.203zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meh-o\" viewBox=\"0 0 24 28\">\n<title>meh-o</title>\n<path d=\"M18 17c0 0.547-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h10c0.547 0 1 0.453 1 1zM10 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM18 10c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gamepad\" viewBox=\"0 0 30 28\">\n<title>gamepad</title>\n<path d=\"M13 17v-2c0-0.281-0.219-0.5-0.5-0.5h-3v-3c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v3h-3c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h3v3c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5v-3h3c0.281 0 0.5-0.219 0.5-0.5zM22 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM30 16c0 4.422-3.578 8-8 8-2.031 0-3.875-0.766-5.281-2h-3.437c-1.406 1.234-3.25 2-5.281 2-4.422 0-8-3.578-8-8s3.578-8 8-8h14c4.422 0 8 3.578 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-keyboard-o\" viewBox=\"0 0 30 28\">\n<title>keyboard-o</title>\n<path d=\"M6 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM8 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h3.5c0.141 0 0.25 0.109 0.25 0.25zM6 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-13.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h13.5c0.141 0 0.25 0.109 0.25 0.25zM12 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM10 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM16 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM14 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM20 14.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 18.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM18 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM22 10.25v1.5c0 0.141-0.109 0.25-0.25 0.25h-1.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM26 10.25v5.5c0 0.141-0.109 0.25-0.25 0.25h-3.5c-0.141 0-0.25-0.109-0.25-0.25v-1.5c0-0.141 0.109-0.25 0.25-0.25h1.75v-3.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25zM28 22v-14h-26v14h26zM30 8v14c0 1.109-0.891 2-2 2h-26c-1.109 0-2-0.891-2-2v-14c0-1.109 0.891-2 2-2h26c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-o\" viewBox=\"0 0 29 28\">\n<title>flag-o</title>\n<path d=\"M26 16.328v-9.625c-1.25 0.672-3 1.422-4.781 1.422v0c-0.828 0-1.594-0.156-2.266-0.5-1.672-0.828-3.484-1.625-5.656-1.625-2.016 0-4.484 0.984-6.297 1.984v9.359c2.063-0.953 4.688-1.766 6.766-1.766 2.406 0 3.969 0.797 5.641 1.625l0.438 0.219c0.438 0.219 0.969 0.344 1.578 0.344 1.734 0 3.609-0.922 4.578-1.437zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flag-checkered\" viewBox=\"0 0 29 28\">\n<title>flag-checkered</title>\n<path d=\"M13 15.625v-3c-1.906 0.172-4.203 0.938-6 1.828v2.891c1.813-0.844 4.062-1.563 6-1.719zM13 9.094v-3.078c-1.969 0.094-4.281 1.016-6 1.969v2.953c1.844-0.953 4.062-1.766 6-1.844zM26 16.328v-2.875c-1.422 0.703-3.906 1.75-6 1.109v-3.5c-0.203-0.063-0.406-0.141-0.609-0.234-1.797-0.906-3.266-1.75-5.625-1.75-0.25 0-0.5 0.016-0.766 0.047v3.469h0.297c2.359 0 4.297 0.844 6.094 1.734 0.203 0.094 0.406 0.172 0.609 0.234v2.938c0.422 0.172 0.891 0.266 1.422 0.266 1.734 0 3.609-0.922 4.578-1.437zM26 9.656v-2.953c-1.25 0.672-3 1.422-4.781 1.422v0c-0.422 0-0.828-0.031-1.219-0.125v3.063c2.094 0.594 4.578-0.609 6-1.406zM5 4c0 0.734-0.406 1.375-1 1.719v19.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-19.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2s2 0.891 2 2zM28 5v11.922c0 0.375-0.219 0.719-0.547 0.891-0.063 0.031-0.156 0.078-0.266 0.141-1 0.531-3.359 1.813-5.766 1.813-0.922 0-1.75-0.187-2.469-0.547l-0.438-0.219c-1.578-0.797-2.828-1.422-4.75-1.422-2.25 0-5.422 1.172-7.25 2.281-0.156 0.094-0.344 0.141-0.516 0.141s-0.344-0.047-0.5-0.125c-0.313-0.187-0.5-0.516-0.5-0.875v-11.594c0-0.344 0.187-0.672 0.484-0.859 1-0.594 4.531-2.547 7.812-2.547 2.609 0 4.734 0.953 6.531 1.828 0.406 0.203 0.875 0.297 1.391 0.297 1.844 0 3.875-1.172 4.844-1.75 0.203-0.109 0.375-0.203 0.484-0.266 0.313-0.156 0.672-0.141 0.969 0.031 0.297 0.187 0.484 0.516 0.484 0.859z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-terminal\" viewBox=\"0 0 26 28\">\n<title>terminal</title>\n<path d=\"M9.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719zM26 22.5v1c0 0.281-0.219 0.5-0.5 0.5h-15c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h15c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code\" viewBox=\"0 0 30 28\">\n<title>code</title>\n<path d=\"M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mail-reply-all\" viewBox=\"0 0 28 28\">\n<title>mail-reply-all</title>\n<path d=\"M10 16.906v1.094c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v1.078l-6.203 6.219c-0.391 0.391-0.391 1.016 0 1.406zM28 17.5c0 3.25-2.453 8.031-2.562 8.234-0.078 0.172-0.25 0.266-0.438 0.266-0.047 0-0.094 0-0.141-0.016-0.234-0.078-0.375-0.297-0.359-0.531 0.453-4.266-0.078-7.078-1.656-8.828-1.328-1.484-3.484-2.281-6.844-2.547v3.922c0 0.406-0.25 0.766-0.609 0.922-0.125 0.047-0.266 0.078-0.391 0.078-0.266 0-0.516-0.094-0.703-0.297l-8-8c-0.391-0.391-0.391-1.016 0-1.406l8-8c0.281-0.297 0.719-0.375 1.094-0.219 0.359 0.156 0.609 0.516 0.609 0.922v4.094c4.312 0.297 7.391 1.437 9.359 3.453 2.359 2.422 2.641 5.703 2.641 7.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-star-half-empty\" viewBox=\"0 0 26 28\">\n<title>star-half-empty</title>\n<path d=\"M18.531 14.953l4.016-3.906-6.594-0.969-0.469-0.938-2.484-5.031v15.047l0.922 0.484 4.969 2.625-0.938-5.547-0.187-1.031zM25.594 10.859l-5.672 5.531 1.344 7.812c0.109 0.688-0.141 1.094-0.625 1.094-0.172 0-0.391-0.063-0.625-0.187l-7.016-3.687-7.016 3.687c-0.234 0.125-0.453 0.187-0.625 0.187-0.484 0-0.734-0.406-0.625-1.094l1.344-7.812-5.688-5.531c-0.672-0.672-0.453-1.328 0.484-1.469l7.844-1.141 3.516-7.109c0.203-0.422 0.484-0.641 0.766-0.641v0c0.281 0 0.547 0.219 0.766 0.641l3.516 7.109 7.844 1.141c0.938 0.141 1.156 0.797 0.469 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-location-arrow\" viewBox=\"0 0 22 28\">\n<title>location-arrow</title>\n<path d=\"M21.891 5.453l-10 20c-0.172 0.344-0.516 0.547-0.891 0.547-0.078 0-0.156-0.016-0.234-0.031-0.453-0.109-0.766-0.5-0.766-0.969v-9h-9c-0.469 0-0.859-0.313-0.969-0.766s0.109-0.922 0.516-1.125l20-10c0.141-0.078 0.297-0.109 0.453-0.109 0.266 0 0.516 0.094 0.703 0.297 0.313 0.297 0.391 0.766 0.187 1.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-crop\" viewBox=\"0 0 26 28\">\n<title>crop</title>\n<path d=\"M8.703 20h9.297v-9.297zM8 19.297l9.297-9.297h-9.297v9.297zM26 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-13.5c-0.281 0-0.5-0.219-0.5-0.5v-13.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v3.5h13.297l3.844-3.859c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719l-3.859 3.844v13.297h3.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-code-fork\" viewBox=\"0 0 16 28\">\n<title>code-fork</title>\n<path d=\"M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chain-broken\" viewBox=\"0 0 26 28\">\n<title>chain-broken</title>\n<path d=\"M6.859 19.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719zM9.5 20.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM6 17c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM25.75 19c0 1.203-0.469 2.328-1.328 3.172l-2.297 2.281c-0.844 0.844-1.969 1.297-3.172 1.297s-2.344-0.469-3.187-1.328l-5.219-5.234c-0.266-0.266-0.469-0.562-0.656-0.875l3.734-0.281 4.266 4.281c0.562 0.562 1.563 0.578 2.125 0.016l2.297-2.281c0.281-0.281 0.438-0.656 0.438-1.047 0-0.406-0.156-0.781-0.438-1.062l-4.281-4.297 0.281-3.734c0.313 0.187 0.609 0.391 0.875 0.656l5.25 5.25c0.844 0.859 1.313 1.984 1.313 3.187zM16.109 7.688l-3.734 0.281-4.266-4.281c-0.281-0.281-0.656-0.438-1.062-0.438s-0.781 0.156-1.062 0.422l-2.297 2.281c-0.281 0.281-0.438 0.656-0.438 1.047 0 0.406 0.156 0.781 0.438 1.062l4.281 4.281-0.281 3.75c-0.313-0.187-0.609-0.391-0.875-0.656l-5.25-5.25c-0.844-0.859-1.313-1.984-1.313-3.187s0.469-2.328 1.328-3.172l2.297-2.281c0.844-0.844 1.969-1.297 3.172-1.297s2.344 0.469 3.187 1.328l5.219 5.234c0.266 0.266 0.469 0.562 0.656 0.875zM26 9c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM17.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM23.859 2.859l-4 4c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141c-0.187-0.203-0.187-0.516 0-0.719l4-4c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-info\" viewBox=\"0 0 10 28\">\n<title>info</title>\n<path d=\"M10 21v2c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h1v-6h-1c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1v9h1c0.547 0 1 0.453 1 1zM8 3v3c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-exclamation\" viewBox=\"0 0 10 28\">\n<title>exclamation</title>\n<path d=\"M8 19.5v3.5c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-3.5c0-0.547 0.453-1 1-1h4c0.547 0 1 0.453 1 1zM8.469 3l-0.438 12c-0.016 0.547-0.484 1-1.031 1h-4c-0.547 0-1.016-0.453-1.031-1l-0.438-12c-0.016-0.547 0.422-1 0.969-1h5c0.547 0 0.984 0.453 0.969 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superscript\" viewBox=\"0 0 24 28\">\n<title>superscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM23.969 10.781v3.219h-8.031l-0.047-0.422c-0.031-0.219-0.063-0.516-0.063-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.594 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.516 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.75-5.187 4.062-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subscript\" viewBox=\"0 0 24 28\">\n<title>subscript</title>\n<path d=\"M14.016 21.391v2.609h-3.875l-2.484-3.938-0.375-0.656c-0.094-0.109-0.141-0.219-0.172-0.328h-0.047c-0.031 0.109-0.094 0.219-0.141 0.328-0.094 0.187-0.234 0.438-0.391 0.688l-2.422 3.906h-4.031v-2.609h2l3.078-4.547-2.891-4.25h-2.141v-2.625h4.312l2.172 3.563c0.141 0.219 0.25 0.453 0.359 0.656 0.094 0.109 0.141 0.219 0.172 0.328h0.047c0.031-0.109 0.094-0.219 0.172-0.328l0.391-0.656 2.188-3.563h4.016v2.625h-1.953l-2.875 4.172 3.187 4.625h1.703zM24 24.781v3.219h-8.031l-0.063-0.422c-0.016-0.234-0.047-0.516-0.047-0.719 0-4.266 5.469-4.625 5.469-6.891 0-0.812-0.734-1.359-1.563-1.359-0.609 0-1.125 0.281-1.516 0.609-0.203 0.172-0.391 0.391-0.562 0.594l-1.641-1.437c0.281-0.391 0.594-0.719 0.984-1.031 0.656-0.531 1.609-1.016 2.938-1.016 2.266 0 3.844 1.328 3.844 3.406 0 3.734-5.187 4.047-5.406 6.297h3.625v-1.25h1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eraser\" viewBox=\"0 0 30 28\">\n<title>eraser</title>\n<path d=\"M14 22l5.25-6h-12l-5.25 6h12zM29.828 5.172c0.313 0.719 0.187 1.547-0.328 2.141l-14 16c-0.375 0.438-0.922 0.688-1.5 0.688h-12c-0.781 0-1.5-0.453-1.828-1.172-0.313-0.719-0.187-1.547 0.328-2.141l14-16c0.375-0.438 0.922-0.688 1.5-0.688h12c0.781 0 1.5 0.453 1.828 1.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-puzzle-piece\" viewBox=\"0 0 26 28\">\n<title>puzzle-piece</title>\n<path d=\"M26 17.156c0 1.609-0.922 2.953-2.625 2.953-1.906 0-2.406-1.734-4.125-1.734-1.25 0-1.719 0.781-1.719 1.937 0 1.219 0.5 2.391 0.484 3.594v0.078c-0.172 0-0.344 0-0.516 0.016-1.609 0.156-3.234 0.469-4.859 0.469-1.109 0-2.266-0.438-2.266-1.719 0-1.719 1.734-2.219 1.734-4.125 0-1.703-1.344-2.625-2.953-2.625-1.641 0-3.156 0.906-3.156 2.703 0 1.984 1.516 2.844 1.516 3.922 0 0.547-0.344 1.031-0.719 1.391-0.484 0.453-1.172 0.547-1.828 0.547-1.281 0-2.562-0.172-3.828-0.375-0.281-0.047-0.578-0.078-0.859-0.125l-0.203-0.031c-0.031-0.016-0.078-0.016-0.078-0.031v-16c0.063 0.047 0.984 0.156 1.141 0.187 1.266 0.203 2.547 0.375 3.828 0.375 0.656 0 1.344-0.094 1.828-0.547 0.375-0.359 0.719-0.844 0.719-1.391 0-1.078-1.516-1.937-1.516-3.922 0-1.797 1.516-2.703 3.172-2.703 1.594 0 2.938 0.922 2.938 2.625 0 1.906-1.734 2.406-1.734 4.125 0 1.281 1.156 1.719 2.266 1.719 1.797 0 3.578-0.406 5.359-0.5v0.031c-0.047 0.063-0.156 0.984-0.187 1.141-0.203 1.266-0.375 2.547-0.375 3.828 0 0.656 0.094 1.344 0.547 1.828 0.359 0.375 0.844 0.719 1.391 0.719 1.078 0 1.937-1.516 3.922-1.516 1.797 0 2.703 1.516 2.703 3.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone\" viewBox=\"0 0 18 28\">\n<title>microphone</title>\n<path d=\"M18 11v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-4.5-0.5-8-4.312-8-8.937v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 3.859 3.141 7 7 7s7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1zM14 5v8c0 2.75-2.25 5-5 5s-5-2.25-5-5v-8c0-2.75 2.25-5 5-5s5 2.25 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microphone-slash\" viewBox=\"0 0 22 28\">\n<title>microphone-slash</title>\n<path d=\"M4.234 14.766l-1.578 1.578c-0.422-1.031-0.656-2.156-0.656-3.344v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 0.609 0.094 1.203 0.234 1.766zM21.641 5.359l-5.641 5.641v2c0 2.75-2.25 5-5 5-0.594 0-1.172-0.109-1.703-0.297l-1.5 1.5c0.953 0.5 2.047 0.797 3.203 0.797 3.859 0 7-3.141 7-7v-2c0-0.547 0.453-1 1-1s1 0.453 1 1v2c0 4.625-3.5 8.437-8 8.937v2.063h4c0.547 0 1 0.453 1 1s-0.453 1-1 1h-10c-0.547 0-1-0.453-1-1s0.453-1 1-1h4v-2.063c-1.328-0.141-2.578-0.594-3.672-1.266l-3.969 3.969c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l19.281-19.281c0.203-0.203 0.516-0.203 0.719 0l1.281 1.281c0.203 0.203 0.203 0.516 0 0.719zM15.703 3.297l-9.703 9.703v-8c0-2.75 2.25-5 5-5 2.156 0 4 1.391 4.703 3.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shield\" viewBox=\"0 0 20 28\">\n<title>shield</title>\n<path d=\"M17 15v-10h-7v17.766c0.797-0.422 2.078-1.156 3.328-2.141 1.672-1.313 3.672-3.359 3.672-5.625zM20 3v12c0 6.578-9.203 10.734-9.594 10.906-0.125 0.063-0.266 0.094-0.406 0.094s-0.281-0.031-0.406-0.094c-0.391-0.172-9.594-4.328-9.594-10.906v-12c0-0.547 0.453-1 1-1h18c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-o\" viewBox=\"0 0 26 28\">\n<title>calendar-o</title>\n<path d=\"M2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fire-extinguisher\" viewBox=\"0 0 22 28\">\n<title>fire-extinguisher</title>\n<path d=\"M8 3c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM22 2.5v5c0 0.156-0.063 0.297-0.187 0.391-0.094 0.078-0.203 0.109-0.313 0.109-0.031 0-0.063 0-0.109-0.016l-7-1.5c-0.219-0.047-0.391-0.25-0.391-0.484h-4v1.594c2.281 0.469 4 2.484 4 4.906v12.5c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-12.5c0-2.234 1.469-4.141 3.5-4.766v-1.734h-0.5c-3.313 0-5.094 3.422-5.109 3.453-0.172 0.344-0.531 0.547-0.891 0.547-0.156 0-0.313-0.031-0.453-0.109-0.484-0.25-0.688-0.844-0.438-1.344 0.078-0.156 1.641-3.187 4.781-4.203-0.234-0.391-0.391-0.844-0.391-1.344 0-1.375 1.125-2.5 2.5-2.5s2.5 1.125 2.5 2.5c0 0.359-0.078 0.688-0.219 1h4.719c0-0.234 0.172-0.438 0.391-0.484l7-1.5c0.047-0.016 0.078-0.016 0.109-0.016 0.109 0 0.219 0.031 0.313 0.109 0.125 0.094 0.187 0.234 0.187 0.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rocket\" viewBox=\"0 0 26 28\">\n<title>rocket</title>\n<path d=\"M22.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26 2.5c0 5.187-1.437 8.641-5.141 12.359-0.906 0.891-1.937 1.813-3.047 2.75l-0.313 5.922c-0.016 0.156-0.109 0.313-0.25 0.406l-6 3.5c-0.078 0.047-0.156 0.063-0.25 0.063-0.125 0-0.25-0.047-0.359-0.141l-1-1c-0.125-0.141-0.172-0.328-0.125-0.5l1.328-4.312-4.391-4.391-4.312 1.328c-0.047 0.016-0.094 0.016-0.141 0.016-0.125 0-0.266-0.047-0.359-0.141l-1-1c-0.156-0.172-0.187-0.422-0.078-0.609l3.5-6c0.094-0.141 0.25-0.234 0.406-0.25l5.922-0.313c0.938-1.109 1.859-2.141 2.75-3.047 3.906-3.891 6.891-5.141 12.328-5.141 0.281 0 0.531 0.219 0.531 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-maxcdn\" viewBox=\"0 0 28 28\">\n<title>maxcdn</title>\n<path d=\"M27.266 12.078l-2.562 11.922h-5.219l2.781-13c0.125-0.547 0.047-1.047-0.234-1.375-0.266-0.328-0.734-0.516-1.297-0.516h-2.641l-3.187 14.891h-5.219l3.187-14.891h-4.469l-3.187 14.891h-5.219l3.187-14.891-2.391-5.109h19.938c2.109 0 4.031 0.875 5.266 2.406 1.25 1.531 1.703 3.609 1.266 5.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-left\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-left</title>\n<path d=\"M14.203 21.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-4.797-4.797 4.797-4.797c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-right\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-right</title>\n<path d=\"M11.203 21.797l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l4.797 4.797-4.797 4.797c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-up\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-up</title>\n<path d=\"M18.203 17.797l1.594-1.594c0.391-0.391 0.391-1.016 0-1.406l-7.094-7.094c-0.391-0.391-1.016-0.391-1.406 0l-7.094 7.094c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l4.797-4.797 4.797 4.797c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chevron-circle-down\" viewBox=\"0 0 24 28\">\n<title>chevron-circle-down</title>\n<path d=\"M12.703 20.297l7.094-7.094c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-4.797 4.797-4.797-4.797c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l7.094 7.094c0.391 0.391 1.016 0.391 1.406 0zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-html5\" viewBox=\"0 0 22 28\">\n<title>html5</title>\n<path d=\"M17.656 9.328l0.25-2.734h-13.813l0.734 8.344h9.562l-0.344 3.563-3.078 0.828-3.063-0.828-0.203-2.188h-2.734l0.344 4.344 5.656 1.563h0.063v-0.016l5.609-1.547 0.781-8.5h-10.063l-0.234-2.828h10.531zM0 2h22l-2 22.469-9.031 2.531-8.969-2.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-css3\" viewBox=\"0 0 28 28\">\n<title>css3</title>\n<path d=\"M4.297 2h23.516l-4.156 20.828-12.563 4.172-10.906-4.172 1.109-5.563h4.641l-0.453 2.297 6.594 2.516 7.594-2.516 1.062-5.297h-18.875l0.906-4.641h18.891l0.594-2.984h-18.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-anchor\" viewBox=\"0 0 28 28\">\n<title>anchor</title>\n<path d=\"M15 4c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM28 18.5v5.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-1.453-1.453c-2.453 2.953-6.859 4.844-11.688 4.844s-9.234-1.891-11.688-4.844l-1.453 1.453c-0.094 0.094-0.234 0.141-0.359 0.141-0.063 0-0.125-0.016-0.187-0.031-0.187-0.078-0.313-0.266-0.313-0.469v-5.5c0-0.281 0.219-0.5 0.5-0.5h5.5c0.203 0 0.391 0.125 0.469 0.313s0.031 0.391-0.109 0.547l-1.563 1.563c1.406 1.891 4.109 3.266 7.203 3.687v-10.109h-3c-0.547 0-1-0.453-1-1v-2c0-0.547 0.453-1 1-1h3v-2.547c-1.188-0.688-2-1.969-2-3.453 0-2.203 1.797-4 4-4s4 1.797 4 4c0 1.484-0.812 2.766-2 3.453v2.547h3c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-3v10.109c3.094-0.422 5.797-1.797 7.203-3.687l-1.563-1.563c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h5.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-unlock-alt\" viewBox=\"0 0 18 28\">\n<title>unlock-alt</title>\n<path d=\"M16.5 12c0.828 0 1.5 0.672 1.5 1.5v9c0 0.828-0.672 1.5-1.5 1.5h-15c-0.828 0-1.5-0.672-1.5-1.5v-9c0-0.828 0.672-1.5 1.5-1.5h0.5v-5c0-3.859 3.141-7 7-7s7 3.141 7 7c0 0.547-0.453 1-1 1h-1c-0.547 0-1-0.453-1-1 0-2.203-1.797-4-4-4s-4 1.797-4 4v5h11.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bullseye\" viewBox=\"0 0 24 28\">\n<title>bullseye</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM18 14c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM20 14c0 4.422-3.578 8-8 8s-8-3.578-8-8 3.578-8 8-8 8 3.578 8 8zM22 14c0-5.516-4.484-10-10-10s-10 4.484-10 10 4.484 10 10 10 10-4.484 10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-h\" viewBox=\"0 0 22 28\">\n<title>ellipsis-h</title>\n<path d=\"M6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM14 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM22 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ellipsis-v\" viewBox=\"0 0 6 28\">\n<title>ellipsis-v</title>\n<path d=\"M6 19.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 11.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5zM6 3.5v3c0 0.828-0.672 1.5-1.5 1.5h-3c-0.828 0-1.5-0.672-1.5-1.5v-3c0-0.828 0.672-1.5 1.5-1.5h3c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rss-square\" viewBox=\"0 0 24 28\">\n<title>rss-square</title>\n<path d=\"M8 20c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM13.484 21.469c-0.266-4.844-4.109-8.687-8.953-8.953-0.141-0.016-0.281 0.047-0.375 0.141s-0.156 0.219-0.156 0.359v2c0 0.266 0.203 0.484 0.469 0.5 3.203 0.234 5.781 2.812 6.016 6.016 0.016 0.266 0.234 0.469 0.5 0.469h2c0.141 0 0.266-0.063 0.359-0.156s0.156-0.234 0.141-0.375zM19.484 21.484c-0.266-8.125-6.844-14.703-14.969-14.969-0.156-0.016-0.266 0.031-0.359 0.141-0.094 0.094-0.156 0.219-0.156 0.359v2c0 0.266 0.219 0.484 0.484 0.5 6.484 0.234 11.766 5.516 12 12 0.016 0.266 0.234 0.484 0.5 0.484h2c0.141 0 0.266-0.063 0.359-0.156 0.109-0.094 0.156-0.219 0.141-0.359zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-play-circle\" viewBox=\"0 0 24 28\">\n<title>play-circle</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM18 14.859c0.313-0.172 0.5-0.5 0.5-0.859s-0.187-0.688-0.5-0.859l-8.5-5c-0.297-0.187-0.688-0.187-1-0.016-0.313 0.187-0.5 0.516-0.5 0.875v10c0 0.359 0.187 0.688 0.5 0.875 0.156 0.078 0.328 0.125 0.5 0.125s0.344-0.047 0.5-0.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ticket\" viewBox=\"0 0 28 28\">\n<title>ticket</title>\n<path d=\"M16 7.063l4.937 4.937-8.937 8.937-4.937-4.937zM12.703 22.359l9.656-9.656c0.391-0.391 0.391-1.016 0-1.406l-5.656-5.656c-0.375-0.375-1.031-0.375-1.406 0l-9.656 9.656c-0.391 0.391-0.391 1.016 0 1.406l5.656 5.656c0.187 0.187 0.438 0.281 0.703 0.281s0.516-0.094 0.703-0.281zM26.594 12.406l-14.172 14.187c-0.781 0.766-2.063 0.766-2.828 0l-1.969-1.969c1.172-1.172 1.172-3.078 0-4.25s-3.078-1.172-4.25 0l-1.953-1.969c-0.781-0.766-0.781-2.047 0-2.828l14.172-14.156c0.766-0.781 2.047-0.781 2.828 0l1.953 1.953c-1.172 1.172-1.172 3.078 0 4.25s3.078 1.172 4.25 0l1.969 1.953c0.766 0.781 0.766 2.063 0 2.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square\" viewBox=\"0 0 24 28\">\n<title>minus-square</title>\n<path d=\"M20 15v-2c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v2c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-minus-square-o\" viewBox=\"0 0 22 28\">\n<title>minus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-up\" viewBox=\"0 0 16 28\">\n<title>level-up</title>\n<path d=\"M15.906 9.422c-0.172 0.359-0.516 0.578-0.906 0.578h-3v13.5c0 0.281-0.219 0.5-0.5 0.5h-11c-0.187 0-0.375-0.109-0.453-0.281-0.078-0.187-0.063-0.391 0.063-0.547l2.5-3c0.094-0.109 0.25-0.172 0.391-0.172h5v-10h-3c-0.391 0-0.734-0.219-0.906-0.578-0.156-0.344-0.109-0.766 0.141-1.062l5-6c0.375-0.453 1.156-0.453 1.531 0l5 6c0.25 0.297 0.313 0.719 0.141 1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-level-down\" viewBox=\"0 0 16 28\">\n<title>level-down</title>\n<path d=\"M0.5 4h11c0.281 0 0.5 0.234 0.5 0.516v13.484h3c0.391 0 0.734 0.234 0.906 0.578 0.172 0.359 0.109 0.781-0.141 1.078l-5 6c-0.375 0.453-1.156 0.453-1.531 0l-5-6c-0.25-0.297-0.297-0.719-0.141-1.078 0.172-0.344 0.516-0.578 0.906-0.578h3v-10h-5c-0.141 0-0.281-0.063-0.391-0.172l-2.5-3c-0.125-0.141-0.141-0.359-0.063-0.531s0.266-0.297 0.453-0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-check-square\" viewBox=\"0 0 24 28\">\n<title>check-square</title>\n<path d=\"M10.703 20.297l9.594-9.594c0.391-0.391 0.391-1.016 0-1.406l-1.594-1.594c-0.391-0.391-1.016-0.391-1.406 0l-7.297 7.297-3.297-3.297c-0.391-0.391-1.016-0.391-1.406 0l-1.594 1.594c-0.391 0.391-0.391 1.016 0 1.406l5.594 5.594c0.391 0.391 1.016 0.391 1.406 0zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pencil-square\" viewBox=\"0 0 24 28\">\n<title>pencil-square</title>\n<path d=\"M6.312 17.313l2.375 2.375-0.812 0.812h-0.875v-1.5h-1.5v-0.875zM12.781 11.219c0.125 0.109 0.094 0.328-0.047 0.469l-4.547 4.547c-0.141 0.141-0.359 0.172-0.469 0.047-0.125-0.109-0.094-0.328 0.047-0.469l4.547-4.547c0.141-0.141 0.359-0.172 0.469-0.047zM8.5 22l8.5-8.5-4.5-4.5-8.5 8.5v4.5h4.5zM18 12.5l1.437-1.437c0.578-0.578 0.578-1.547 0-2.125l-2.375-2.375c-0.578-0.578-1.547-0.578-2.125 0l-1.437 1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-external-link-square\" viewBox=\"0 0 24 28\">\n<title>external-link-square</title>\n<path d=\"M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-square\" viewBox=\"0 0 24 28\">\n<title>share-square</title>\n<path d=\"M15.703 17.203l5.5-5.5c0.391-0.391 0.391-1.016 0-1.406l-5.5-5.5c-0.281-0.297-0.719-0.375-1.078-0.219-0.375 0.156-0.625 0.516-0.625 0.922v2.5c-8.969 0-10 5.141-10 9 0 3.141 2.516 6.188 2.609 6.312 0.109 0.125 0.25 0.187 0.391 0.187 0.063 0 0.141-0.016 0.203-0.047 0.203-0.078 0.328-0.297 0.297-0.516-0.469-3.766-0.172-6.109 0.969-7.391 0.953-1.078 2.609-1.547 5.531-1.547v2.5c0 0.406 0.25 0.766 0.625 0.922 0.109 0.047 0.25 0.078 0.375 0.078 0.266 0 0.516-0.109 0.703-0.297zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-compass\" viewBox=\"0 0 24 28\">\n<title>compass</title>\n<path d=\"M10 17l4-2-4-2v4zM16 7.766v8.469l-8 4v-8.469zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-down\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-down</title>\n<path d=\"M17.891 10.547c0.172 0.328 0.141 0.734-0.078 1.031l-5 7c-0.187 0.266-0.484 0.422-0.812 0.422s-0.625-0.156-0.812-0.422l-5-7c-0.219-0.297-0.25-0.703-0.078-1.031 0.172-0.344 0.516-0.547 0.891-0.547h10c0.375 0 0.719 0.203 0.891 0.547zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-up\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-up</title>\n<path d=\"M17.891 17.453c-0.172 0.344-0.516 0.547-0.891 0.547h-10c-0.375 0-0.719-0.203-0.891-0.547-0.172-0.328-0.141-0.734 0.078-1.031l5-7c0.187-0.266 0.484-0.422 0.812-0.422s0.625 0.156 0.812 0.422l5 7c0.219 0.297 0.25 0.703 0.078 1.031zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-right\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-right</title>\n<path d=\"M17 14c0 0.328-0.156 0.625-0.422 0.812l-7 5c-0.297 0.219-0.703 0.25-1.031 0.078-0.344-0.172-0.547-0.516-0.547-0.891v-10c0-0.375 0.203-0.719 0.547-0.891 0.328-0.172 0.734-0.141 1.031 0.078l7 5c0.266 0.187 0.422 0.484 0.422 0.812zM20 21.5v-15c0-0.281-0.219-0.5-0.5-0.5h-15c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h15c0.281 0 0.5-0.219 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eur\" viewBox=\"0 0 16 28\">\n<title>eur</title>\n<path d=\"M15.25 20.422l0.547 2.484c0.063 0.25-0.078 0.5-0.313 0.578-0.063 0.016-1.516 0.516-3.391 0.516-4.875 0-8.797-2.938-10.109-7.531h-1.484c-0.281 0-0.5-0.234-0.5-0.5v-1.766c0-0.266 0.219-0.5 0.5-0.5h1.031c-0.016-0.5-0.016-1.094 0.016-1.641h-1.047c-0.281 0-0.5-0.219-0.5-0.5v-1.781c0-0.281 0.219-0.5 0.5-0.5h1.531c1.391-4.375 5.391-7.281 10.063-7.281 1.625 0 2.969 0.344 3.031 0.359 0.125 0.031 0.234 0.125 0.313 0.234 0.063 0.109 0.078 0.25 0.047 0.375l-0.672 2.484c-0.063 0.266-0.328 0.422-0.594 0.344-0.016 0-1.078-0.266-2.188-0.266-2.625 0-4.828 1.422-5.875 3.75h7.313c0.156 0 0.297 0.063 0.391 0.187 0.094 0.109 0.141 0.266 0.109 0.406l-0.375 1.781c-0.047 0.234-0.25 0.406-0.5 0.406h-7.625c-0.047 0.5-0.031 1.031 0 1.641h7.172c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.422l-0.375 1.75c-0.047 0.234-0.25 0.406-0.484 0.406h-6.047c1 2.438 3.25 3.969 5.906 3.969 1.359 0 2.469-0.375 2.484-0.375 0.125-0.047 0.281-0.031 0.406 0.031 0.125 0.078 0.203 0.203 0.234 0.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gbp\" viewBox=\"0 0 16 28\">\n<title>gbp</title>\n<path d=\"M15.937 17.766v5.734c0 0.281-0.219 0.5-0.5 0.5h-14.938c-0.281 0-0.5-0.219-0.5-0.5v-2.344c0-0.266 0.219-0.5 0.5-0.5h1.516v-5.984h-1.484c-0.281 0-0.5-0.219-0.5-0.5v-2.047c0-0.281 0.219-0.5 0.5-0.5h1.484v-3.484c0-3.563 2.875-6.141 6.844-6.141 3.125 0 5.141 1.875 5.234 1.953 0.187 0.172 0.203 0.469 0.047 0.672l-1.609 1.984c-0.094 0.109-0.203 0.172-0.344 0.187-0.125 0.016-0.266-0.031-0.359-0.109-0.016-0.016-1.359-1.078-2.938-1.078-1.766 0-2.953 1.062-2.953 2.656v3.359h4.766c0.281 0 0.5 0.219 0.5 0.5v2.047c0 0.281-0.219 0.5-0.5 0.5h-4.766v5.922h6.469v-2.828c0-0.281 0.219-0.5 0.5-0.5h2.531c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dollar\" viewBox=\"0 0 16 28\">\n<title>dollar</title>\n<path d=\"M15.281 18.516c0 3.187-2.281 5.703-5.594 6.25v2.734c0 0.281-0.219 0.5-0.5 0.5h-2.109c-0.266 0-0.5-0.219-0.5-0.5v-2.734c-3.656-0.516-5.656-2.703-5.734-2.797-0.156-0.187-0.172-0.453-0.031-0.641l1.609-2.109c0.078-0.109 0.219-0.172 0.359-0.187s0.281 0.031 0.375 0.141c0.031 0.016 2.219 2.109 4.984 2.109 1.531 0 3.187-0.812 3.187-2.578 0-1.5-1.844-2.234-3.953-3.078-2.812-1.109-6.312-2.516-6.312-6.438 0-2.875 2.25-5.25 5.516-5.875v-2.812c0-0.281 0.234-0.5 0.5-0.5h2.109c0.281 0 0.5 0.219 0.5 0.5v2.75c3.172 0.359 4.859 2.078 4.922 2.141 0.156 0.172 0.187 0.406 0.078 0.594l-1.266 2.281c-0.078 0.141-0.203 0.234-0.359 0.25-0.156 0.031-0.297-0.016-0.422-0.109-0.016-0.016-1.906-1.687-4.25-1.687-1.984 0-3.359 0.984-3.359 2.406 0 1.656 1.906 2.391 4.125 3.25 2.875 1.109 6.125 2.375 6.125 6.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-inr\" viewBox=\"0 0 14 28\">\n<title>inr</title>\n<path d=\"M14.031 7.344v1.594c0 0.281-0.219 0.5-0.5 0.5h-2.625c-0.484 3-2.781 4.953-6.328 5.375 2.328 2.484 4.813 5.484 7.172 8.375 0.125 0.141 0.156 0.359 0.063 0.531-0.078 0.172-0.25 0.281-0.453 0.281h-3.047c-0.156 0-0.297-0.063-0.391-0.187-2.516-3.016-4.828-5.781-7.781-8.922-0.094-0.094-0.141-0.219-0.141-0.344v-1.984c0-0.266 0.219-0.5 0.5-0.5h1.75c2.75 0 4.469-0.922 4.922-2.625h-6.672c-0.281 0-0.5-0.219-0.5-0.5v-1.594c0-0.281 0.219-0.5 0.5-0.5h6.453c-0.594-1.172-2-1.766-4.188-1.766h-2.266c-0.281 0-0.5-0.234-0.5-0.5v-2.078c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5v1.594c0 0.281-0.219 0.5-0.5 0.5h-3.641c0.5 0.641 0.828 1.391 1 2.25h2.672c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cny\" viewBox=\"0 0 16 28\">\n<title>cny</title>\n<path d=\"M9.422 24h-2.688c-0.281 0-0.5-0.219-0.5-0.5v-5.156h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.609c0-0.281 0.219-0.5 0.5-0.5h4.5v-1.328h-4.5c-0.281 0-0.5-0.219-0.5-0.5v-1.625c0-0.266 0.219-0.5 0.5-0.5h3.344l-5.016-9.031c-0.078-0.156-0.078-0.344 0-0.5 0.094-0.156 0.266-0.25 0.438-0.25h3.031c0.187 0 0.359 0.109 0.453 0.281l3.359 6.641c0.375 0.734 0.625 1.359 0.875 1.953 0.266-0.672 0.609-1.328 0.906-2.016l2.984-6.562c0.078-0.187 0.266-0.297 0.453-0.297h2.984c0.172 0 0.328 0.094 0.422 0.25 0.094 0.141 0.094 0.328 0.016 0.484l-4.891 9.047h3.359c0.281 0 0.5 0.234 0.5 0.5v1.625c0 0.281-0.219 0.5-0.5 0.5h-4.531v1.328h4.531c0.281 0 0.5 0.219 0.5 0.5v1.609c0 0.281-0.219 0.5-0.5 0.5h-4.531v5.156c0 0.281-0.234 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-rouble\" viewBox=\"0 0 20 28\">\n<title>rouble</title>\n<path d=\"M16.297 8.828c0-2.094-1.484-3.5-3.687-3.5h-5v7h5c2.203 0 3.687-1.406 3.687-3.5zM20 8.828c0 4.016-2.906 6.828-7.078 6.828h-5.313v1.844h7.891c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-7.891v3c0 0.281-0.219 0.5-0.5 0.5h-2.609c-0.281 0-0.5-0.219-0.5-0.5v-3h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h3.5v-1.844h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-2.328c0-0.281 0.219-0.5 0.5-0.5h3.5v-9.828c0-0.281 0.219-0.5 0.5-0.5h8.422c4.172 0 7.078 2.812 7.078 6.828z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-krw\" viewBox=\"0 0 28 28\">\n<title>krw</title>\n<path d=\"M8.031 18.672l1.266-4.672h-2.484l1.172 4.688c0.016 0.031 0.016 0.063 0.031 0.094 0-0.031 0.016-0.078 0.016-0.109zM9.844 12l0.547-2h-4.562l0.5 2h3.516zM12.844 12h2.172l-0.547-2h-1.094zM19.859 18.688l1.219-4.688h-2.531l1.266 4.672c0.016 0.047 0.016 0.078 0.031 0.109 0-0.031 0.016-0.063 0.016-0.094zM21.594 12l0.516-2h-4.641l0.531 2h3.594zM28 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.328l-2.562 9.625c-0.063 0.219-0.266 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.484-0.375l-2.594-9.625h-3.266l-2.609 9.625c-0.063 0.219-0.25 0.375-0.484 0.375h-2.484c-0.219 0-0.422-0.156-0.469-0.375l-2.5-9.625h-3.25c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.734l-0.516-2h-2.219c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.703l-1.391-5.375c-0.047-0.156-0.016-0.313 0.078-0.438 0.094-0.109 0.25-0.187 0.406-0.187h2.141c0.234 0 0.438 0.156 0.484 0.375l1.406 5.625h5.609l1.516-5.625c0.063-0.219 0.266-0.375 0.484-0.375h1.969c0.234 0 0.422 0.156 0.484 0.375l1.531 5.625h5.703l1.453-5.625c0.047-0.219 0.25-0.375 0.484-0.375h2.141c0.156 0 0.313 0.078 0.406 0.187 0.094 0.125 0.125 0.297 0.078 0.438l-1.422 5.375h1.734c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.266l-0.531 2h2.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitcoin\" viewBox=\"0 0 21 28\">\n<title>bitcoin</title>\n<path d=\"M18.234 10c0.203 2.078-0.672 3.328-2.047 4.031 2.281 0.547 3.719 1.906 3.437 4.953-0.359 3.797-3.172 4.813-7.203 5.031v3.984h-2.406v-3.922c-0.609 0-1.25 0-1.906-0.016v3.938h-2.406v-3.984c-0.562 0-1.125-0.016-1.703-0.016h-3.125l0.484-2.859c1.766 0.031 1.734 0 1.734 0 0.672 0 0.859-0.484 0.906-0.797v-6.281h0.25c-0.094-0.016-0.187-0.016-0.25-0.016v-4.484c-0.094-0.5-0.406-1.062-1.391-1.062 0 0 0.031-0.031-1.734 0v-2.562l3.313 0.016c0.484 0 1 0 1.516-0.016v-3.938h2.406v3.859c0.641-0.016 1.281-0.031 1.906-0.031v-3.828h2.406v3.938c3.094 0.266 5.547 1.219 5.812 4.062zM14.875 18.516c0-3.094-5.094-2.641-6.719-2.641v5.281c1.625 0 6.719 0.344 6.719-2.641zM13.766 11.078c0-2.828-4.25-2.406-5.609-2.406v4.797c1.359 0 5.609 0.313 5.609-2.391z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file\" viewBox=\"0 0 24 28\">\n<title>file</title>\n<path d=\"M16 8v-7.375c0.219 0.141 0.406 0.281 0.562 0.438l6.375 6.375c0.156 0.156 0.297 0.344 0.438 0.562h-7.375zM14 8.5c0 0.828 0.672 1.5 1.5 1.5h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-text\" viewBox=\"0 0 24 28\">\n<title>file-text</title>\n<path d=\"M22.937 7.438c0.156 0.156 0.297 0.344 0.438 0.562h-7.375v-7.375c0.219 0.141 0.406 0.281 0.562 0.438zM15.5 10h8.5v16.5c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h12.5v8.5c0 0.828 0.672 1.5 1.5 1.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-asc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-asc</title>\n<path d=\"M18.609 6.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM24.563 24.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.172v0.031l0.219-0.031c0.141-0.031 0.281-0.031 0.469-0.031h3.875v-1.859h1.891zM25.953 10.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-alpha-desc\" viewBox=\"0 0 26 28\">\n<title>sort-alpha-desc</title>\n<path d=\"M18.609 22.375h2.766l-1.125-3.406-0.187-0.734c-0.016-0.125-0.031-0.219-0.031-0.313h-0.063l-0.047 0.313c-0.047 0.187-0.063 0.422-0.172 0.734zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM25.953 26.344v1.656h-4.5v-1.656h1.172l-0.734-2.25h-3.797l-0.734 2.25h1.172v1.656h-4.484v-1.656h1.094l3.594-10.344h2.531l3.594 10.344h1.094zM24.563 8.359v3.641h-9.125v-1.406l5.766-8.266c0.125-0.187 0.25-0.344 0.328-0.422l0.172-0.141v-0.047c-0.063 0-0.125 0.016-0.219 0.016-0.125 0.031-0.281 0.047-0.469 0.047h-3.625v1.797h-1.875v-3.578h8.859v1.391l-5.766 8.281c-0.094 0.141-0.219 0.281-0.328 0.406l-0.172 0.156v0.047l0.219-0.047c0.141-0.016 0.281-0.016 0.469-0.016h3.875v-1.859h1.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-asc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-asc</title>\n<path d=\"M11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5zM25 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM22 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM19 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-amount-desc\" viewBox=\"0 0 28 28\">\n<title>sort-amount-desc</title>\n<path d=\"M19 24.5v3c0 0.281-0.219 0.5-0.5 0.5h-4c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h4c0.281 0 0.5 0.219 0.5 0.5zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 16.5v3c0 0.281-0.219 0.5-0.5 0.5h-7c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5zM25 8.5v3c0 0.281-0.219 0.5-0.5 0.5h-10c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h10c0.281 0 0.5 0.219 0.5 0.5zM28 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h13c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-asc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-asc</title>\n<path d=\"M21.031 20.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM23.219 21.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422zM22.75 10.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sort-numeric-desc\" viewBox=\"0 0 24 28\">\n<title>sort-numeric-desc</title>\n<path d=\"M21.031 4.516c0-1.281-1.047-2.641-2.297-2.641-1.094 0-1.781 0.891-1.781 2.047 0 1.125 0.719 2.078 2.203 2.078 1.016 0 1.875-0.609 1.875-1.484zM11.5 22.5c0 0.141-0.063 0.266-0.156 0.375l-4.984 4.984c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-5-5c-0.141-0.156-0.187-0.359-0.109-0.547s0.266-0.313 0.469-0.313h3v-21.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v21.5h3c0.281 0 0.5 0.219 0.5 0.5zM22.75 26.219v1.781h-7.328v-1.781h2.609v-6.75c0-0.203 0.016-0.406 0.016-0.562v-0.25h-0.031l-0.109 0.187c-0.078 0.125-0.203 0.281-0.406 0.484l-0.969 0.906-1.281-1.344 3-2.891h1.922v10.219h2.578zM23.219 5.422c0 3.156-1.719 6.578-5.437 6.578-0.703 0-1.281-0.109-1.687-0.25-0.25-0.078-0.469-0.156-0.656-0.234l0.609-1.766c0.141 0.063 0.313 0.125 0.484 0.172 0.313 0.109 0.719 0.203 1.172 0.203 1.875 0 2.844-1.563 3.141-3.187h-0.031c-0.438 0.469-1.359 0.797-2.281 0.797-2.266 0-3.75-1.781-3.75-3.813 0-2.156 1.656-3.922 3.953-3.922 2.484 0 4.484 2.031 4.484 5.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-up\" viewBox=\"0 0 25 28\">\n<title>thumbs-up</title>\n<path d=\"M4 21c0-0.547-0.453-1-1-1-0.562 0-1 0.453-1 1 0 0.562 0.438 1 1 1 0.547 0 1-0.438 1-1zM6.5 13v10c0 0.547-0.453 1-1 1h-4.5c-0.547 0-1-0.453-1-1v-10c0-0.547 0.453-1 1-1h4.5c0.547 0 1 0.453 1 1zM25 13c0 0.828-0.328 1.719-0.859 2.328 0.172 0.5 0.234 0.969 0.234 1.188 0.031 0.781-0.203 1.516-0.672 2.141 0.172 0.578 0.172 1.203 0 1.828-0.156 0.578-0.453 1.094-0.844 1.469 0.094 1.172-0.172 2.125-0.766 2.828-0.672 0.797-1.703 1.203-3.078 1.219h-2.016c-2.234 0-4.344-0.734-6.031-1.313-0.984-0.344-1.922-0.672-2.469-0.688-0.531-0.016-1-0.453-1-1v-10.016c0-0.516 0.438-0.953 0.953-1 0.578-0.047 2.078-1.906 2.766-2.812 0.562-0.719 1.094-1.391 1.578-1.875 0.609-0.609 0.781-1.547 0.969-2.453 0.172-0.922 0.359-1.891 1.031-2.547 0.187-0.187 0.438-0.297 0.703-0.297 3.5 0 3.5 2.797 3.5 4 0 1.281-0.453 2.188-0.875 3-0.172 0.344-0.328 0.5-0.453 1h4.328c1.625 0 3 1.375 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thumbs-down\" viewBox=\"0 0 25 28\">\n<title>thumbs-down</title>\n<path d=\"M4 9c0 0.547-0.453 1-1 1-0.562 0-1-0.453-1-1 0-0.562 0.438-1 1-1 0.547 0 1 0.438 1 1zM6.5 17v-10c0-0.547-0.453-1-1-1h-4.5c-0.547 0-1 0.453-1 1v10c0 0.547 0.453 1 1 1h4.5c0.547 0 1-0.453 1-1zM24.141 14.672c0.531 0.594 0.859 1.5 0.859 2.328-0.016 1.625-1.375 3-3 3h-4.328c0.125 0.5 0.281 0.656 0.453 1 0.406 0.812 0.875 1.719 0.875 3 0 1.203 0 4-3.5 4-0.266 0-0.516-0.109-0.703-0.297-0.672-0.656-0.859-1.625-1.031-2.547-0.187-0.906-0.359-1.844-0.969-2.453-0.484-0.484-1.016-1.156-1.578-1.875-0.688-0.906-2.188-2.766-2.766-2.812-0.516-0.047-0.953-0.484-0.953-1v-10.016c0-0.547 0.469-0.984 1-1 0.547-0.016 1.484-0.344 2.469-0.688 1.687-0.578 3.797-1.313 6.031-1.313h2.016c1.375 0.016 2.406 0.422 3.078 1.219 0.594 0.703 0.859 1.656 0.766 2.828 0.391 0.375 0.688 0.891 0.844 1.469 0.172 0.625 0.172 1.25 0 1.828 0.469 0.625 0.703 1.359 0.672 2.141 0 0.219-0.063 0.688-0.234 1.188z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-square\" viewBox=\"0 0 24 28\">\n<title>youtube-square</title>\n<path d=\"M14.359 20.359v-2.453c0-0.516-0.156-0.781-0.453-0.781-0.172 0-0.344 0.078-0.516 0.25v3.5c0.172 0.172 0.344 0.25 0.516 0.25 0.297 0 0.453-0.25 0.453-0.766zM17.234 18.453h1.031v-0.531c0-0.531-0.172-0.797-0.516-0.797s-0.516 0.266-0.516 0.797v0.531zM8.313 14.297v1.094h-1.25v6.609h-1.156v-6.609h-1.219v-1.094h3.625zM11.453 16.266v5.734h-1.047v-0.625c-0.406 0.469-0.797 0.703-1.188 0.703-0.328 0-0.562-0.141-0.656-0.438-0.063-0.172-0.094-0.438-0.094-0.844v-4.531h1.031v4.219c0 0.234 0 0.375 0.016 0.406 0.016 0.156 0.094 0.234 0.234 0.234 0.219 0 0.422-0.156 0.656-0.484v-4.375h1.047zM15.391 18v2.281c0 0.516-0.031 0.906-0.109 1.141-0.125 0.438-0.406 0.656-0.828 0.656-0.359 0-0.719-0.219-1.062-0.641v0.562h-1.047v-7.703h1.047v2.516c0.328-0.406 0.688-0.625 1.062-0.625 0.422 0 0.703 0.219 0.828 0.656 0.078 0.234 0.109 0.609 0.109 1.156zM19.313 20.016v0.141c0 0.344-0.016 0.562-0.031 0.672-0.031 0.234-0.109 0.438-0.234 0.625-0.281 0.422-0.719 0.625-1.25 0.625-0.547 0-0.969-0.203-1.266-0.594-0.219-0.281-0.328-0.734-0.328-1.344v-2.016c0-0.609 0.094-1.047 0.313-1.344 0.297-0.391 0.719-0.594 1.25-0.594 0.516 0 0.938 0.203 1.219 0.594 0.219 0.297 0.328 0.734 0.328 1.344v1.188h-2.078v1.016c0 0.531 0.172 0.797 0.531 0.797 0.25 0 0.406-0.141 0.469-0.406 0-0.063 0.016-0.297 0.016-0.703h1.062zM12.266 7.141v2.438c0 0.531-0.172 0.797-0.5 0.797-0.344 0-0.5-0.266-0.5-0.797v-2.438c0-0.531 0.156-0.812 0.5-0.812 0.328 0 0.5 0.281 0.5 0.812zM20.594 18.281v0c0-1.344 0-2.766-0.297-4.062-0.219-0.922-0.969-1.594-1.859-1.687-2.125-0.234-4.281-0.234-6.438-0.234-2.141 0-4.297 0-6.422 0.234-0.906 0.094-1.656 0.766-1.859 1.687-0.297 1.297-0.313 2.719-0.313 4.062v0c0 1.328 0 2.75 0.313 4.062 0.203 0.906 0.953 1.578 1.844 1.687 2.141 0.234 4.297 0.234 6.438 0.234s4.297 0 6.438-0.234c0.891-0.109 1.641-0.781 1.844-1.687 0.313-1.313 0.313-2.734 0.313-4.062zM8.797 8.109l1.406-4.625h-1.172l-0.797 3.047-0.828-3.047h-1.219c0.234 0.719 0.5 1.437 0.734 2.156 0.375 1.094 0.609 1.906 0.719 2.469v3.141h1.156v-3.141zM13.312 9.375v-2.031c0-0.609-0.109-1.062-0.328-1.359-0.297-0.391-0.703-0.594-1.219-0.594-0.531 0-0.938 0.203-1.219 0.594-0.219 0.297-0.328 0.75-0.328 1.359v2.031c0 0.609 0.109 1.062 0.328 1.359 0.281 0.391 0.688 0.594 1.219 0.594 0.516 0 0.922-0.203 1.219-0.594 0.219-0.281 0.328-0.75 0.328-1.359zM16.141 11.25h1.047v-5.781h-1.047v4.422c-0.234 0.328-0.453 0.484-0.656 0.484-0.141 0-0.234-0.078-0.25-0.25-0.016-0.031-0.016-0.156-0.016-0.406v-4.25h-1.047v4.578c0 0.406 0.031 0.672 0.094 0.859 0.109 0.281 0.344 0.422 0.672 0.422 0.391 0 0.781-0.234 1.203-0.703v0.625zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube\" viewBox=\"0 0 24 28\">\n<title>youtube</title>\n<path d=\"M15.172 19.437v3.297c0 0.703-0.203 1.047-0.609 1.047-0.234 0-0.469-0.109-0.703-0.344v-4.703c0.234-0.234 0.469-0.344 0.703-0.344 0.406 0 0.609 0.359 0.609 1.047zM20.453 19.453v0.719h-1.406v-0.719c0-0.703 0.234-1.062 0.703-1.062s0.703 0.359 0.703 1.062zM5.359 16.047h1.672v-1.469h-4.875v1.469h1.641v8.891h1.563v-8.891zM9.859 24.938h1.391v-7.719h-1.391v5.906c-0.313 0.438-0.609 0.656-0.891 0.656-0.187 0-0.297-0.109-0.328-0.328-0.016-0.047-0.016-0.219-0.016-0.547v-5.688h-1.391v6.109c0 0.547 0.047 0.906 0.125 1.141 0.125 0.391 0.453 0.578 0.906 0.578 0.5 0 1.031-0.313 1.594-0.953v0.844zM16.562 22.625v-3.078c0-0.719-0.031-1.234-0.141-1.547-0.172-0.578-0.562-0.875-1.109-0.875-0.516 0-1 0.281-1.453 0.844v-3.391h-1.391v10.359h1.391v-0.75c0.469 0.578 0.953 0.859 1.453 0.859 0.547 0 0.938-0.297 1.109-0.859 0.109-0.328 0.141-0.844 0.141-1.563zM21.844 22.469v-0.203h-1.422c0 0.562-0.016 0.875-0.031 0.953-0.078 0.375-0.281 0.562-0.625 0.562-0.484 0-0.719-0.359-0.719-1.078v-1.359h2.797v-1.609c0-0.828-0.141-1.422-0.422-1.813-0.406-0.531-0.953-0.797-1.656-0.797-0.719 0-1.266 0.266-1.672 0.797-0.297 0.391-0.438 0.984-0.438 1.813v2.703c0 0.828 0.156 1.437 0.453 1.813 0.406 0.531 0.953 0.797 1.687 0.797s1.313-0.281 1.687-0.828c0.172-0.25 0.297-0.531 0.328-0.844 0.031-0.141 0.031-0.453 0.031-0.906zM12.344 8.203v-3.281c0-0.719-0.203-1.078-0.672-1.078-0.453 0-0.672 0.359-0.672 1.078v3.281c0 0.719 0.219 1.094 0.672 1.094 0.469 0 0.672-0.375 0.672-1.094zM23.578 19.938c0 1.797-0.016 3.719-0.406 5.469-0.297 1.234-1.297 2.141-2.5 2.266-2.875 0.328-5.781 0.328-8.672 0.328s-5.797 0-8.672-0.328c-1.203-0.125-2.219-1.031-2.5-2.266-0.406-1.75-0.406-3.672-0.406-5.469v0c0-1.813 0.016-3.719 0.406-5.469 0.297-1.234 1.297-2.141 2.516-2.281 2.859-0.313 5.766-0.313 8.656-0.313s5.797 0 8.672 0.313c1.203 0.141 2.219 1.047 2.5 2.281 0.406 1.75 0.406 3.656 0.406 5.469zM7.984 0h1.594l-1.891 6.234v4.234h-1.563v-4.234c-0.141-0.766-0.453-1.859-0.953-3.313-0.344-0.969-0.688-1.953-1.016-2.922h1.656l1.109 4.109zM13.766 5.203v2.734c0 0.828-0.141 1.453-0.438 1.844-0.391 0.531-0.938 0.797-1.656 0.797-0.703 0-1.25-0.266-1.641-0.797-0.297-0.406-0.438-1.016-0.438-1.844v-2.734c0-0.828 0.141-1.437 0.438-1.828 0.391-0.531 0.938-0.797 1.641-0.797 0.719 0 1.266 0.266 1.656 0.797 0.297 0.391 0.438 1 0.438 1.828zM19 2.672v7.797h-1.422v-0.859c-0.562 0.656-1.094 0.969-1.609 0.969-0.453 0-0.781-0.187-0.922-0.578-0.078-0.234-0.125-0.609-0.125-1.172v-6.156h1.422v5.734c0 0.328 0 0.516 0.016 0.547 0.031 0.219 0.141 0.344 0.328 0.344 0.281 0 0.578-0.219 0.891-0.672v-5.953h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing\" viewBox=\"0 0 22 28\">\n<title>xing</title>\n<path d=\"M9.328 10.422c0 0-0.156 0.266-4.016 7.125-0.203 0.344-0.469 0.719-1.016 0.719h-3.734c-0.219 0-0.391-0.109-0.484-0.266s-0.109-0.359 0-0.562l3.953-7c0.016 0 0.016 0 0-0.016l-2.516-4.359c-0.109-0.203-0.125-0.422-0.016-0.578 0.094-0.156 0.281-0.234 0.5-0.234h3.734c0.562 0 0.844 0.375 1.031 0.703 2.547 4.453 2.562 4.469 2.562 4.469zM21.922 0.391c0.109 0.156 0.109 0.375 0 0.578l-8.25 14.594c-0.016 0-0.016 0.016 0 0.016l5.25 9.609c0.109 0.203 0.109 0.422 0.016 0.578-0.109 0.156-0.281 0.234-0.5 0.234h-3.734c-0.562 0-0.859-0.375-1.031-0.703-5.297-9.703-5.297-9.719-5.297-9.719s0.266-0.469 8.297-14.719c0.203-0.359 0.438-0.703 1-0.703h3.766c0.219 0 0.391 0.078 0.484 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-xing-square\" viewBox=\"0 0 24 28\">\n<title>xing-square</title>\n<path d=\"M10.703 11.953c0 0 0-0.016-1.969-3.469-0.156-0.25-0.375-0.531-0.812-0.531h-2.875c-0.187 0-0.328 0.063-0.406 0.172-0.078 0.125-0.063 0.297 0.016 0.453l1.953 3.375v0.016l-3.063 5.406c-0.094 0.156-0.078 0.313 0 0.438s0.203 0.203 0.375 0.203h2.891c0.422 0 0.641-0.297 0.781-0.562 3-5.297 3.109-5.5 3.109-5.5zM20.453 4.188c-0.078-0.125-0.203-0.187-0.375-0.187h-2.922c-0.422 0-0.609 0.266-0.766 0.547-6.219 11.031-6.422 11.391-6.422 11.391s0 0.016 4.094 7.516c0.141 0.25 0.359 0.547 0.812 0.547h2.875c0.172 0 0.313-0.063 0.391-0.187s0.078-0.281-0.016-0.438l-4.062-7.438v-0.016l6.391-11.297c0.078-0.156 0.078-0.313 0-0.438zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-youtube-play\" viewBox=\"0 0 28 28\">\n<title>youtube-play</title>\n<path d=\"M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dropbox\" viewBox=\"0 0 28 28\">\n<title>dropbox</title>\n<path d=\"M6.281 11.047l7.719 4.766-5.344 4.453-7.656-4.984zM21.688 19.719v1.687l-7.656 4.578v0.016l-0.016-0.016-0.016 0.016v-0.016l-7.641-4.578v-1.687l2.297 1.5 5.344-4.438v-0.031l0.016 0.016 0.016-0.016v0.031l5.359 4.438zM8.656 1.844l5.344 4.453-7.719 4.75-5.281-4.219zM21.719 11.047l5.281 4.234-7.641 4.984-5.359-4.453zM19.359 1.844l7.641 4.984-5.281 4.219-7.719-4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-overflow\" viewBox=\"0 0 24 28\">\n<title>stack-overflow</title>\n<path d=\"M20.141 25.5h-17.469v-7.5h-2.5v10h22.469v-10h-2.5v7.5zM5.422 17.313l0.516-2.453 12.234 2.578-0.516 2.438zM7.031 11.469l1.047-2.281 11.328 5.297-1.047 2.266zM10.172 5.906l1.594-1.922 9.594 8.016-1.594 1.922zM16.375 0l7.453 10.016-2 1.5-7.453-10.016zM5.156 22.984v-2.484h12.5v2.484h-12.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-instagram\" viewBox=\"0 0 24 28\">\n<title>instagram</title>\n<path d=\"M16 14c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM18.156 14c0 3.406-2.75 6.156-6.156 6.156s-6.156-2.75-6.156-6.156 2.75-6.156 6.156-6.156 6.156 2.75 6.156 6.156zM19.844 7.594c0 0.797-0.641 1.437-1.437 1.437s-1.437-0.641-1.437-1.437 0.641-1.437 1.437-1.437 1.437 0.641 1.437 1.437zM12 4.156c-1.75 0-5.5-0.141-7.078 0.484-0.547 0.219-0.953 0.484-1.375 0.906s-0.688 0.828-0.906 1.375c-0.625 1.578-0.484 5.328-0.484 7.078s-0.141 5.5 0.484 7.078c0.219 0.547 0.484 0.953 0.906 1.375s0.828 0.688 1.375 0.906c1.578 0.625 5.328 0.484 7.078 0.484s5.5 0.141 7.078-0.484c0.547-0.219 0.953-0.484 1.375-0.906s0.688-0.828 0.906-1.375c0.625-1.578 0.484-5.328 0.484-7.078s0.141-5.5-0.484-7.078c-0.219-0.547-0.484-0.953-0.906-1.375s-0.828-0.688-1.375-0.906c-1.578-0.625-5.328-0.484-7.078-0.484zM24 14c0 1.656 0.016 3.297-0.078 4.953-0.094 1.922-0.531 3.625-1.937 5.031s-3.109 1.844-5.031 1.937c-1.656 0.094-3.297 0.078-4.953 0.078s-3.297 0.016-4.953-0.078c-1.922-0.094-3.625-0.531-5.031-1.937s-1.844-3.109-1.937-5.031c-0.094-1.656-0.078-3.297-0.078-4.953s-0.016-3.297 0.078-4.953c0.094-1.922 0.531-3.625 1.937-5.031s3.109-1.844 5.031-1.937c1.656-0.094 3.297-0.078 4.953-0.078s3.297-0.016 4.953 0.078c1.922 0.094 3.625 0.531 5.031 1.937s1.844 3.109 1.937 5.031c0.094 1.656 0.078 3.297 0.078 4.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-flickr\" viewBox=\"0 0 24 28\">\n<title>flickr</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM10.906 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313zM19.719 14c0-1.828-1.484-3.313-3.313-3.313s-3.313 1.484-3.313 3.313 1.484 3.313 3.313 3.313 3.313-1.484 3.313-3.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-adn\" viewBox=\"0 0 24 28\">\n<title>adn</title>\n<path d=\"M12 9.719l3.141 4.781h-6.281zM17.703 18h1.469l-7.172-10.797-7.172 10.797h1.469l1.625-2.5h8.156zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket\" viewBox=\"0 0 22 28\">\n<title>bitbucket</title>\n<path d=\"M12.734 13.422c0.172 1.312-1.422 2.344-2.531 1.672-1.25-0.547-1.25-2.531-0.031-3.094 1.047-0.641 2.562 0.203 2.562 1.422zM14.469 13.094c-0.281-2.219-2.797-3.687-4.844-2.766-1.297 0.578-2.172 1.953-2.109 3.406 0.078 1.906 1.891 3.469 3.797 3.297s3.391-2.031 3.156-3.938zM18.203 4.625c-0.688-0.906-1.859-1.062-2.891-1.234-2.922-0.469-5.922-0.484-8.844 0.031-0.969 0.156-2.063 0.328-2.672 1.203 1 0.938 2.422 1.078 3.703 1.234 2.312 0.297 4.688 0.313 7 0.016 1.297-0.156 2.734-0.281 3.703-1.25zM19.094 20.797c-0.438 1.531-0.187 3.594-1.813 4.484-2.797 1.547-6.188 1.719-9.266 1.172-1.625-0.297-3.531-0.812-4.422-2.344-0.391-1.5-0.641-3.031-0.891-4.562l0.094-0.25 0.281-0.141c4.656 3.078 11.172 3.078 15.844 0 0.734 0.219 0.187 1.109 0.172 1.641zM21.922 5.781c-0.531 3.422-1.141 6.828-1.734 10.234-0.172 1-1.141 1.563-1.953 1.984-2.922 1.469-6.328 1.719-9.531 1.375-2.172-0.234-4.391-0.812-6.156-2.172-0.828-0.641-0.828-1.734-0.984-2.656-0.547-3.203-1.172-6.406-1.563-9.641 0.187-1.406 1.766-2.016 2.938-2.453 1.563-0.578 3.234-0.844 4.891-1 3.531-0.344 7.141-0.219 10.563 0.781 1.219 0.359 2.531 0.859 3.359 1.906 0.375 0.484 0.25 1.094 0.172 1.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bitbucket-square\" viewBox=\"0 0 24 28\">\n<title>bitbucket-square</title>\n<path d=\"M13.25 13.594c0-0.891-1.094-1.5-1.844-1.047-0.891 0.422-0.891 1.859 0.016 2.234 0.812 0.484 1.953-0.25 1.828-1.188zM14.5 13.344c0.172 1.375-0.906 2.719-2.281 2.844s-2.672-1-2.734-2.391c-0.047-1.031 0.594-2.031 1.531-2.453 1.469-0.656 3.281 0.406 3.484 2zM17.187 7.234c-0.688 0.703-1.734 0.797-2.656 0.906-1.672 0.219-3.375 0.203-5.063 0-0.922-0.125-1.937-0.234-2.656-0.906 0.438-0.625 1.219-0.75 1.922-0.859 2.109-0.375 4.266-0.359 6.375-0.016 0.75 0.109 1.594 0.234 2.078 0.875zM17.844 18.891c0-0.375 0.391-1.016-0.141-1.172-3.359 2.219-8.047 2.219-11.422 0l-0.187 0.094-0.078 0.187c0.187 1.094 0.359 2.203 0.641 3.281 0.641 1.109 2.016 1.484 3.187 1.687 2.219 0.406 4.672 0.281 6.687-0.828 1.172-0.656 0.984-2.141 1.313-3.25zM19.875 8.062c0.063-0.375 0.141-0.828-0.125-1.172-0.594-0.75-1.531-1.109-2.422-1.375-2.469-0.719-5.078-0.812-7.609-0.562-1.203 0.109-2.406 0.313-3.531 0.719-0.844 0.328-1.984 0.766-2.125 1.766 0.281 2.344 0.734 4.641 1.125 6.969 0.125 0.656 0.125 1.437 0.719 1.906 1.266 0.969 2.875 1.391 4.438 1.563 2.312 0.25 4.766 0.078 6.875-0.984 0.594-0.313 1.281-0.719 1.406-1.437 0.438-2.453 0.859-4.906 1.25-7.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr\" viewBox=\"0 0 17 28\">\n<title>tumblr</title>\n<path d=\"M14.75 20.766l1.25 3.703c-0.469 0.703-2.594 1.5-4.5 1.531-5.672 0.094-7.812-4.031-7.812-6.937v-8.5h-2.625v-3.359c3.938-1.422 4.891-4.984 5.109-7.016 0.016-0.125 0.125-0.187 0.187-0.187h3.813v6.625h5.203v3.937h-5.219v8.094c0 1.094 0.406 2.609 2.5 2.562 0.688-0.016 1.609-0.219 2.094-0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tumblr-square\" viewBox=\"0 0 24 28\">\n<title>tumblr-square</title>\n<path d=\"M17.75 22.828l-0.969-2.859c-0.375 0.187-1.078 0.344-1.609 0.344-1.594 0.047-1.922-1.109-1.922-1.969v-6.219h4.016v-3.031h-4v-5.094h-2.938c-0.047 0-0.125 0.047-0.141 0.156-0.172 1.547-0.906 4.297-3.938 5.391v2.578h2.031v6.531c0 2.234 1.641 5.422 6 5.344 1.469-0.031 3.109-0.641 3.469-1.172zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-down\" viewBox=\"0 0 12 28\">\n<title>long-arrow-down</title>\n<path d=\"M11.953 20.297c0.078 0.187 0.047 0.391-0.078 0.547l-5.469 6c-0.094 0.094-0.219 0.156-0.359 0.156v0c-0.141 0-0.281-0.063-0.375-0.156l-5.547-6c-0.125-0.156-0.156-0.359-0.078-0.547 0.078-0.172 0.25-0.297 0.453-0.297h3.5v-19.5c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v19.5h3.5c0.203 0 0.375 0.109 0.453 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-up\" viewBox=\"0 0 12 28\">\n<title>long-arrow-up</title>\n<path d=\"M11.953 7.703c-0.078 0.172-0.25 0.297-0.453 0.297h-3.5v19.5c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-19.5h-3.5c-0.203 0-0.375-0.109-0.453-0.297s-0.047-0.391 0.078-0.547l5.469-6c0.094-0.094 0.219-0.156 0.359-0.156v0c0.141 0 0.281 0.063 0.375 0.156l5.547 6c0.125 0.156 0.156 0.359 0.078 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-left\" viewBox=\"0 0 29 28\">\n<title>long-arrow-left</title>\n<path d=\"M28 12.5v3c0 0.281-0.219 0.5-0.5 0.5h-19.5v3.5c0 0.203-0.109 0.375-0.297 0.453s-0.391 0.047-0.547-0.078l-6-5.469c-0.094-0.094-0.156-0.219-0.156-0.359v0c0-0.141 0.063-0.281 0.156-0.375l6-5.531c0.156-0.141 0.359-0.172 0.547-0.094 0.172 0.078 0.297 0.25 0.297 0.453v3.5h19.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-long-arrow-right\" viewBox=\"0 0 27 28\">\n<title>long-arrow-right</title>\n<path d=\"M27 13.953c0 0.141-0.063 0.281-0.156 0.375l-6 5.531c-0.156 0.141-0.359 0.172-0.547 0.094-0.172-0.078-0.297-0.25-0.297-0.453v-3.5h-19.5c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h19.5v-3.5c0-0.203 0.109-0.375 0.297-0.453s0.391-0.047 0.547 0.078l6 5.469c0.094 0.094 0.156 0.219 0.156 0.359v0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-apple\" viewBox=\"0 0 22 28\">\n<title>apple</title>\n<path d=\"M21.766 18.984c-0.391 1.234-1.016 2.547-1.922 3.906-1.344 2.047-2.688 3.063-4.016 3.063-0.531 0-1.25-0.172-2.188-0.5-0.922-0.344-1.719-0.5-2.359-0.5-0.625 0-1.375 0.172-2.219 0.516-0.859 0.359-1.547 0.531-2.063 0.531-1.609 0-3.156-1.359-4.703-4.047-1.516-2.688-2.297-5.297-2.297-7.859 0-2.391 0.594-4.328 1.766-5.844 1.172-1.5 2.641-2.25 4.438-2.25 0.766 0 1.672 0.156 2.766 0.469 1.078 0.313 1.797 0.469 2.156 0.469 0.453 0 1.203-0.172 2.234-0.531 1.031-0.344 1.937-0.531 2.703-0.531 1.25 0 2.359 0.344 3.328 1.016 0.547 0.375 1.094 0.906 1.625 1.563-0.812 0.688-1.406 1.297-1.781 1.844-0.672 0.969-1.016 2.047-1.016 3.234 0 1.281 0.359 2.453 1.078 3.484s1.547 1.687 2.469 1.969zM15.891 0.656c0 0.641-0.156 1.359-0.453 2.125-0.313 0.781-0.797 1.5-1.453 2.156-0.562 0.562-1.125 0.938-1.687 1.125-0.359 0.109-0.891 0.203-1.625 0.266 0.031-1.547 0.438-2.891 1.219-4.016s2.094-1.891 3.906-2.312c0.031 0.141 0.063 0.25 0.078 0.344 0 0.109 0.016 0.203 0.016 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-windows\" viewBox=\"0 0 26 28\">\n<title>windows</title>\n<path d=\"M10.656 15.719v10.172l-10.656-1.469v-8.703h10.656zM10.656 4.109v10.297h-10.656v-8.828zM26 15.719v12.281l-14.172-1.953v-10.328h14.172zM26 2v12.406h-14.172v-10.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-android\" viewBox=\"0 0 22 28\">\n<title>android</title>\n<path d=\"M7.703 7.547c0.344 0 0.609-0.281 0.609-0.609s-0.266-0.609-0.609-0.609c-0.328 0-0.594 0.281-0.594 0.609s0.266 0.609 0.594 0.609zM14.297 7.547c0.328 0 0.594-0.281 0.594-0.609s-0.266-0.609-0.594-0.609c-0.344 0-0.609 0.281-0.609 0.609s0.266 0.609 0.609 0.609zM1.609 10.422c0.875 0 1.594 0.719 1.594 1.594v6.719c0 0.891-0.703 1.609-1.594 1.609s-1.609-0.719-1.609-1.609v-6.719c0-0.875 0.719-1.594 1.609-1.594zM18.172 10.719v10.406c0 0.953-0.766 1.719-1.703 1.719h-1.172v3.547c0 0.891-0.719 1.609-1.609 1.609s-1.609-0.719-1.609-1.609v-3.547h-2.156v3.547c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609l-0.016-3.547h-1.156c-0.953 0-1.719-0.766-1.719-1.719v-10.406h14.344zM14.547 4.391c2.188 1.125 3.672 3.281 3.672 5.766h-14.453c0-2.484 1.484-4.641 3.687-5.766l-1.109-2.047c-0.063-0.109-0.031-0.25 0.078-0.313 0.109-0.047 0.25-0.016 0.313 0.094l1.125 2.063c0.953-0.422 2.016-0.656 3.141-0.656s2.188 0.234 3.141 0.656l1.125-2.063c0.063-0.109 0.203-0.141 0.313-0.094 0.109 0.063 0.141 0.203 0.078 0.313zM22 12.016v6.719c0 0.891-0.719 1.609-1.609 1.609-0.875 0-1.594-0.719-1.594-1.609v-6.719c0-0.891 0.719-1.594 1.594-1.594 0.891 0 1.609 0.703 1.609 1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linux\" viewBox=\"0 0 25 28\">\n<title>linux</title>\n<path d=\"M10.359 6.422v0c-0.313 0.031-0.203 0.313-0.375 0.313-0.156 0.016-0.125-0.344 0.375-0.313zM11.719 6.641c-0.156 0.047-0.172-0.25-0.453-0.172v0c0.453-0.203 0.609 0.109 0.453 0.172zM6.234 13.312c-0.141-0.047-0.109 0.234-0.25 0.453-0.109 0.203-0.391 0.359-0.172 0.391v0c0.078 0.016 0.297-0.172 0.391-0.391 0.078-0.266 0.156-0.406 0.031-0.453zM19.594 18.922c0-0.281-0.609-0.547-0.859-0.656 0.422-1.406 0.234-1.969-0.047-3.297-0.219-1-1.141-2.359-1.859-2.781 0.187 0.156 0.531 0.609 0.891 1.297 0.625 1.172 1.25 2.906 0.844 4.344-0.156 0.562-0.531 0.641-0.781 0.656-1.094 0.125-0.453-1.313-0.906-3.266-0.516-2.188-1.047-2.344-1.172-2.516-0.641-2.844-1.344-2.562-1.547-3.625-0.172-0.953 0.828-1.734-0.531-2-0.422-0.078-1.016-0.5-1.25-0.531s-0.359-1.578 0.516-1.625c0.859-0.063 1.016 0.969 0.859 1.375-0.25 0.406 0.016 0.562 0.438 0.422 0.344-0.109 0.125-1.016 0.203-1.141-0.219-1.313-0.766-1.5-1.328-1.609-2.156 0.172-1.188 2.547-1.406 2.328-0.313-0.328-1.219-0.031-1.219-0.234 0.016-1.219-0.391-1.922-0.953-1.937-0.625-0.016-0.875 0.859-0.906 1.359-0.047 0.469 0.266 1.453 0.5 1.375 0.156-0.047 0.422-0.359 0.141-0.344-0.141 0-0.359-0.344-0.391-0.75-0.016-0.406 0.141-0.812 0.672-0.797 0.609 0.016 0.609 1.234 0.547 1.281-0.203 0.141-0.453 0.406-0.484 0.453-0.203 0.328-0.594 0.422-0.75 0.562-0.266 0.281-0.328 0.594-0.125 0.703 0.719 0.406 0.484 0.875 1.484 0.906 0.656 0.031 1.141-0.094 1.594-0.234 0.344-0.109 1.453-0.344 1.687-0.75 0.109-0.172 0.234-0.172 0.313-0.125 0.156 0.078 0.187 0.375-0.203 0.469-0.547 0.156-1.094 0.453-1.594 0.641-0.484 0.203-0.641 0.281-1.094 0.359-1.031 0.187-1.797-0.375-1.109 0.297 0.234 0.219 0.453 0.359 1.047 0.344 1.313-0.047 2.766-1.625 2.906-0.922 0.031 0.156-0.406 0.344-0.75 0.516-1.219 0.594-2.078 1.781-2.859 1.375-0.703-0.375-1.406-2.109-1.391-1.328 0.016 1.203-1.578 2.266-0.844 3.641-0.484 0.125-1.563 2.422-1.719 3.609-0.094 0.688 0.063 1.531-0.109 2-0.234 0.688-1.297-0.656-0.953-2.297 0.063-0.281 0-0.344-0.078-0.203-0.422 0.766-0.187 1.844 0.156 2.594 0.141 0.328 0.5 0.469 0.766 0.75 0.547 0.625 2.703 2.219 3.078 2.609 0.484 0.453 0.344 1.516-0.656 1.625v0c0.516 0.969 1.016 1.062 1 2.641 0.594-0.313 0.359-1 0.109-1.437-0.172-0.313-0.391-0.453-0.344-0.531 0.031-0.047 0.344-0.313 0.516-0.109 0.531 0.594 1.531 0.703 2.594 0.562 1.078-0.125 2.234-0.5 2.766-1.359 0.25-0.406 0.422-0.547 0.531-0.469 0.125 0.063 0.172 0.344 0.156 0.812-0.016 0.5-0.219 1.016-0.359 1.437-0.141 0.484-0.187 0.812 0.281 0.828 0.125-0.875 0.375-1.734 0.438-2.609 0.078-1-0.641-2.844 0.141-3.766 0.203-0.25 0.453-0.281 0.797-0.281 0.047-1.25 1.969-1.156 2.609-0.641zM9.781 6c0.063-0.391-0.125-0.672-0.219-0.703-0.187-0.047-0.156 0.234-0.063 0.203v0c0.063 0 0.141 0.094 0.109 0.234-0.031 0.187-0.016 0.313 0.125 0.313 0.016 0 0.047 0 0.047-0.047zM16.328 9.078c-0.063-0.297-0.281-0.187-0.531-0.344-0.297-0.187-0.359-0.5-0.469-0.391v0c-0.328 0.359 0.406 1.109 0.719 1.172 0.187 0.031 0.328-0.219 0.281-0.438zM13.547 5.75c0.016-0.375-0.313-0.562-0.391-0.547-0.203 0.016-0.141 0.109-0.047 0.141v0c0.125 0.031 0.25 0.25 0.281 0.484 0 0.031 0.156-0.031 0.156-0.078zM14.391 2.109c0.016-0.078-0.187-0.172-0.328-0.281-0.125-0.125-0.25-0.234-0.375-0.234-0.313 0.031-0.156 0.359-0.203 0.516v0c-0.063 0.172-0.297 0.313-0.141 0.438 0.141 0.109 0.234-0.172 0.531-0.281 0.078-0.031 0.438 0.016 0.516-0.156zM23.219 23.063c1.922 1.188-0.719 2.172-1.859 2.75-0.891 0.453-2.078 1.453-2.516 1.875-0.328 0.313-1.687 0.469-2.453 0.078-0.891-0.453-0.422-1.172-1.797-1.219-0.688-0.016-1.359-0.016-2.031-0.016-0.594 0.016-1.188 0.047-1.797 0.063-2.063 0.047-2.266 1.375-3.594 1.328-0.906-0.031-2.047-0.75-4.016-1.156-1.375-0.281-2.703-0.359-2.984-0.969s0.344-1.297 0.391-1.891c0.047-0.797-0.594-1.875-0.125-2.281 0.406-0.359 1.266-0.094 1.828-0.406 0.594-0.344 0.844-0.609 0.844-1.344 0.219 0.75-0.016 1.359-0.5 1.656-0.297 0.187-0.844 0.281-1.297 0.234-0.359-0.031-0.578 0.016-0.672 0.156-0.141 0.172-0.094 0.484 0.078 0.891s0.375 0.672 0.344 1.172c-0.016 0.5-0.578 1.094-0.484 1.516 0.031 0.156 0.187 0.297 0.578 0.406 0.625 0.172 1.766 0.344 2.875 0.609 1.234 0.313 2.516 0.875 3.313 0.766 2.375-0.328 1.016-2.875 0.641-3.484v0c-2.016-3.156-3.344-5.219-4.406-4.406-0.266 0.219-0.281-0.531-0.266-0.828 0.047-1.031 0.562-1.406 0.875-2.203 0.594-1.516 1.047-3.25 1.953-4.141 0.672-0.875 1.734-2.297 1.937-3.047-0.172-1.625-0.219-3.344-0.25-4.844-0.031-1.609 0.219-3.016 2.031-4 0.438-0.234 1.016-0.328 1.625-0.328 1.078-0.016 2.281 0.297 3.047 0.859 1.219 0.906 1.984 2.828 1.891 4.203-0.063 1.078 0.125 2.188 0.469 3.344 0.406 1.359 1.047 2.312 2.078 3.406 1.234 1.313 2.203 3.891 2.484 5.531 0.25 1.531-0.094 2.484-0.422 2.531-0.5 0.078-0.812 1.656-2.375 1.594-1-0.047-1.094-0.641-1.375-1.156-0.453-0.797-0.906-0.547-1.078 0.297-0.094 0.422-0.031 1.047 0.109 1.516 0.281 0.984 0.187 1.906 0.016 3.047-0.328 2.156 1.516 2.562 2.75 1.531 1.219-1.016 1.484-1.172 3.016-1.703 2.328-0.797 1.547-1.5 0.297-1.922-1.125-0.375-1.172-2.266-0.766-2.625 0.094 2.031 1.156 2.328 1.594 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dribbble\" viewBox=\"0 0 24 28\">\n<title>dribbble</title>\n<path d=\"M16 23.438c-0.156-0.906-0.75-4.031-2.188-7.781-0.016 0-0.047 0.016-0.063 0.016 0 0-6.078 2.125-8.047 6.406-0.094-0.078-0.234-0.172-0.234-0.172 1.781 1.453 4.047 2.344 6.531 2.344 1.422 0 2.766-0.297 4-0.812zM13.109 13.953c-0.25-0.578-0.531-1.156-0.828-1.734-5.281 1.578-10.344 1.453-10.516 1.453-0.016 0.109-0.016 0.219-0.016 0.328 0 2.625 1 5.031 2.625 6.844v0c2.797-4.984 8.328-6.766 8.328-6.766 0.141-0.047 0.281-0.078 0.406-0.125zM11.438 10.641c-1.781-3.156-3.672-5.719-3.813-5.906-2.859 1.344-4.984 3.984-5.656 7.156 0.266 0 4.547 0.047 9.469-1.25zM22.125 15.625c-0.219-0.063-3.078-0.969-6.391-0.453 1.344 3.703 1.891 6.719 2 7.328 2.297-1.547 3.922-4.016 4.391-6.875zM9.547 4.047c-0.016 0-0.016 0-0.031 0.016 0 0 0.016-0.016 0.031-0.016zM18.766 6.312c-1.797-1.594-4.172-2.562-6.766-2.562-0.828 0-1.641 0.109-2.422 0.297 0.156 0.203 2.094 2.75 3.844 5.969 3.859-1.437 5.313-3.656 5.344-3.703zM22.25 13.891c-0.031-2.422-0.891-4.656-2.328-6.406-0.031 0.031-1.672 2.406-5.719 4.062 0.234 0.484 0.469 0.984 0.688 1.484 0.078 0.172 0.141 0.359 0.219 0.531 3.531-0.453 7.016 0.313 7.141 0.328zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skype\" viewBox=\"0 0 24 28\">\n<title>skype</title>\n<path d=\"M18.328 16.609c0-2.719-2.641-3.656-4.859-4.156l-1.625-0.375c-1.188-0.281-2.078-0.484-2.078-1.391 0-0.828 0.875-1.203 2.25-1.203 2.453 0 2.5 1.797 4.016 1.797 1.016 0 1.625-0.797 1.625-1.703 0-1.797-2.984-2.969-5.938-2.969-2.703 0-5.844 1.172-5.844 4.344 0 2.625 1.75 3.563 4.031 4.109l2.281 0.562c1.391 0.344 2.25 0.5 2.25 1.5 0 0.797-0.891 1.406-2.266 1.406-2.891 0-3.047-2.406-4.719-2.406-1.094 0-1.578 0.781-1.578 1.641 0 1.922 2.938 3.484 6.453 3.484 2.938 0 6-1.469 6-4.641zM24 20c0 3.313-2.688 6-6 6-1.375 0-2.641-0.469-3.656-1.25-0.75 0.156-1.547 0.25-2.344 0.25-6.078 0-11-4.922-11-11 0-0.797 0.094-1.594 0.25-2.344-0.781-1.016-1.25-2.281-1.25-3.656 0-3.313 2.688-6 6-6 1.375 0 2.641 0.469 3.656 1.25 0.75-0.156 1.547-0.25 2.344-0.25 6.078 0 11 4.922 11 11 0 0.797-0.094 1.594-0.25 2.344 0.781 1.016 1.25 2.281 1.25 3.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-foursquare\" viewBox=\"0 0 20 28\">\n<title>foursquare</title>\n<path d=\"M15.625 6.781l0.578-3.031c0.109-0.5-0.266-0.891-0.688-0.891h-11.125c-0.5 0-0.844 0.453-0.844 0.844v17.203c0 0.047 0.047 0.063 0.094 0.016 4.094-4.922 4.547-5.5 4.547-5.5 0.469-0.547 0.656-0.641 1.344-0.641h3.734c0.516 0 0.812-0.438 0.859-0.688s0.484-2.531 0.578-2.984-0.328-0.922-0.75-0.922h-4.594c-0.609 0-1.047-0.438-1.047-1.047v-0.656c0-0.609 0.438-1.031 1.047-1.031h5.406c0.375 0 0.797-0.344 0.859-0.672zM19.172 3.313c-0.578 2.812-2.312 11.703-2.469 12.344-0.187 0.734-0.469 2.016-2.25 2.016h-4.234c-0.172 0-0.187-0.016-0.344 0.156 0 0-0.109 0.125-6.656 7.719-0.516 0.594-1.359 0.484-1.672 0.359s-0.859-0.5-0.859-1.531v-22.031c0-0.906 0.562-2.344 2.469-2.344h13.875c2.031 0 2.578 1.156 2.141 3.313zM19.172 3.313l-2.469 12.344c0.156-0.641 1.891-9.531 2.469-12.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trello\" viewBox=\"0 0 24 28\">\n<title>trello</title>\n<path d=\"M11 21v-16c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v16c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM21.5 15v-10c0-0.281-0.219-0.5-0.5-0.5h-7.5c-0.281 0-0.5 0.219-0.5 0.5v10c0 0.281 0.219 0.5 0.5 0.5h7.5c0.281 0 0.5-0.219 0.5-0.5zM24 3v22c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-22c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-female\" viewBox=\"0 0 20 28\">\n<title>female</title>\n<path d=\"M20 16.5c0 0.828-0.672 1.5-1.5 1.5-0.5 0-0.969-0.25-1.25-0.672l-3.547-5.328h-0.703v2.063l3.859 6.422c0.094 0.156 0.141 0.328 0.141 0.516 0 0.547-0.453 1-1 1h-3v4.25c0 0.969-0.781 1.75-1.75 1.75h-2.5c-0.953 0-1.75-0.781-1.75-1.75v-4.25h-3c-0.547 0-1-0.453-1-1 0-0.187 0.047-0.359 0.141-0.516l3.859-6.422v-2.063h-0.703l-3.547 5.328c-0.281 0.422-0.75 0.672-1.25 0.672-0.828 0-1.5-0.672-1.5-1.5 0-0.297 0.094-0.594 0.25-0.828l4-6c0.625-0.922 1.594-1.672 2.75-1.672h6c1.156 0 2.125 0.75 2.75 1.672l4 6c0.156 0.234 0.25 0.531 0.25 0.828zM13.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-male\" viewBox=\"0 0 16 28\">\n<title>male</title>\n<path d=\"M16 11v6.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-5.5h-1v14.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-7.25h-1v7.25c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-14.25h-1v5.5c0 0.828-0.672 1.5-1.5 1.5s-1.5-0.672-1.5-1.5v-6.5c0-1.656 1.344-3 3-3h10c1.656 0 3 1.344 3 3zM11.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gittip\" viewBox=\"0 0 24 28\">\n<title>gittip</title>\n<path d=\"M12.078 20.344l5.469-7.391c0.422-0.578 0.922-2.438-0.672-3.484-1.344-0.875-2.625-0.203-3.297 0.578-0.25 0.281-0.688 0.625-1.5 0.625s-1.234-0.344-1.484-0.625c-0.672-0.781-1.953-1.453-3.313-0.578-1.578 1.047-1.078 2.906-0.656 3.484zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sun-o\" viewBox=\"0 0 28 28\">\n<title>sun-o</title>\n<path d=\"M23 14c0-4.969-4.031-9-9-9s-9 4.031-9 9 4.031 9 9 9 9-4.031 9-9zM27.312 18.328c-0.047 0.156-0.172 0.266-0.313 0.313l-4.562 1.5v4.781c0 0.156-0.078 0.313-0.203 0.406-0.141 0.094-0.297 0.125-0.453 0.063l-4.562-1.469-2.812 3.875c-0.094 0.125-0.25 0.203-0.406 0.203s-0.313-0.078-0.406-0.203l-2.812-3.875-4.562 1.469c-0.156 0.063-0.313 0.031-0.453-0.063-0.125-0.094-0.203-0.25-0.203-0.406v-4.781l-4.562-1.5c-0.141-0.047-0.266-0.156-0.313-0.313s-0.031-0.328 0.063-0.453l2.812-3.875-2.812-3.875c-0.094-0.141-0.109-0.297-0.063-0.453s0.172-0.266 0.313-0.313l4.562-1.5v-4.781c0-0.156 0.078-0.313 0.203-0.406 0.141-0.094 0.297-0.125 0.453-0.063l4.562 1.469 2.812-3.875c0.187-0.25 0.625-0.25 0.812 0l2.812 3.875 4.562-1.469c0.156-0.063 0.313-0.031 0.453 0.063 0.125 0.094 0.203 0.25 0.203 0.406v4.781l4.562 1.5c0.141 0.047 0.266 0.156 0.313 0.313s0.031 0.313-0.063 0.453l-2.812 3.875 2.812 3.875c0.094 0.125 0.109 0.297 0.063 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-moon-o\" viewBox=\"0 0 23 28\">\n<title>moon-o</title>\n<path d=\"M19.719 20.359c-0.562 0.094-1.141 0.141-1.719 0.141-5.797 0-10.5-4.703-10.5-10.5 0-1.984 0.578-3.922 1.625-5.578-4.156 1.234-7.125 5.047-7.125 9.578 0 5.516 4.484 10 10 10 3.016 0 5.844-1.375 7.719-3.641zM22.891 19.031c-1.953 4.234-6.234 6.969-10.891 6.969-6.609 0-12-5.391-12-12 0-6.484 5.078-11.75 11.547-11.984 0.438-0.016 0.797 0.234 0.953 0.609 0.172 0.391 0.063 0.844-0.234 1.125-1.781 1.625-2.766 3.844-2.766 6.25 0 4.688 3.813 8.5 8.5 8.5 1.234 0 2.422-0.266 3.563-0.797 0.391-0.172 0.828-0.094 1.125 0.203s0.375 0.75 0.203 1.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-archive\" viewBox=\"0 0 28 28\">\n<title>archive</title>\n<path d=\"M17 13c0-0.547-0.453-1-1-1h-4c-0.547 0-1 0.453-1 1s0.453 1 1 1h4c0.547 0 1-0.453 1-1zM26 10v15c0 0.547-0.453 1-1 1h-22c-0.547 0-1-0.453-1-1v-15c0-0.547 0.453-1 1-1h22c0.547 0 1 0.453 1 1zM27 3v4c0 0.547-0.453 1-1 1h-24c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h24c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bug\" viewBox=\"0 0 26 28\">\n<title>bug</title>\n<path d=\"M25.5 15c0 0.547-0.453 1-1 1h-3.5c0 1.953-0.422 3.422-1.047 4.531l3.25 3.266c0.391 0.391 0.391 1.016 0 1.406-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-3.094-3.078s-2.047 1.875-4.703 1.875v-14h-2v14c-2.828 0-4.891-2.063-4.891-2.063l-2.859 3.234c-0.203 0.219-0.469 0.328-0.75 0.328-0.234 0-0.469-0.078-0.672-0.25-0.406-0.375-0.438-1-0.078-1.422l3.156-3.547c-0.547-1.078-0.906-2.469-0.906-4.281h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h3.5v-4.594l-2.703-2.703c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0l2.703 2.703h13.188l2.703-2.703c0.391-0.391 1.016-0.391 1.406 0s0.391 1.016 0 1.406l-2.703 2.703v4.594h3.5c0.547 0 1 0.453 1 1zM18 6h-10c0-2.766 2.234-5 5-5s5 2.234 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vk\" viewBox=\"0 0 31 28\">\n<title>vk</title>\n<path d=\"M29.953 8.125c0.234 0.641-0.5 2.141-2.344 4.594-3.031 4.031-3.359 3.656-0.859 5.984 2.406 2.234 2.906 3.313 2.984 3.453 0 0 1 1.75-1.109 1.766l-4 0.063c-0.859 0.172-2-0.609-2-0.609-1.5-1.031-2.906-3.703-4-3.359 0 0-1.125 0.359-1.094 2.766 0.016 0.516-0.234 0.797-0.234 0.797s-0.281 0.297-0.828 0.344h-1.797c-3.953 0.25-7.438-3.391-7.438-3.391s-3.813-3.938-7.156-11.797c-0.219-0.516 0.016-0.766 0.016-0.766s0.234-0.297 0.891-0.297l4.281-0.031c0.406 0.063 0.688 0.281 0.688 0.281s0.25 0.172 0.375 0.5c0.703 1.75 1.609 3.344 1.609 3.344 1.563 3.219 2.625 3.766 3.234 3.437 0 0 0.797-0.484 0.625-4.375-0.063-1.406-0.453-2.047-0.453-2.047-0.359-0.484-1.031-0.625-1.328-0.672-0.234-0.031 0.156-0.594 0.672-0.844 0.766-0.375 2.125-0.391 3.734-0.375 1.266 0.016 1.625 0.094 2.109 0.203 1.484 0.359 0.984 1.734 0.984 5.047 0 1.062-0.203 2.547 0.562 3.031 0.328 0.219 1.141 0.031 3.141-3.375 0 0 0.938-1.625 1.672-3.516 0.125-0.344 0.391-0.484 0.391-0.484s0.25-0.141 0.594-0.094l4.5-0.031c1.359-0.172 1.578 0.453 1.578 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-weibo\" viewBox=\"0 0 28 28\">\n<title>weibo</title>\n<path d=\"M10.547 20.062c0.438-0.719 0.203-1.547-0.531-1.859-0.703-0.297-1.641 0.016-2.078 0.703-0.453 0.703-0.234 1.531 0.469 1.859 0.719 0.328 1.687 0.016 2.141-0.703zM12.016 18.172c0.156-0.281 0.063-0.594-0.219-0.703-0.281-0.094-0.625 0.031-0.781 0.297-0.156 0.281-0.078 0.578 0.203 0.703 0.281 0.109 0.641-0.016 0.797-0.297zM14.734 19.844c-0.938 2.125-3.656 3.281-5.969 2.531-2.234-0.719-3.172-2.922-2.203-4.906 0.969-1.937 3.453-3.031 5.656-2.469 2.297 0.594 3.453 2.75 2.516 4.844zM19.609 17.344c-0.297-3.047-4.297-5.141-8.937-4.688-4.641 0.469-8.141 3.297-7.844 6.344s4.297 5.141 8.937 4.688c4.641-0.469 8.141-3.297 7.844-6.344zM24.422 17.406c0 3.516-5.063 7.938-12.672 7.938-5.812 0-11.75-2.812-11.75-7.453 0-2.422 1.531-5.219 4.172-7.859 3.531-3.531 7.641-5.125 9.188-3.578 0.688 0.672 0.75 1.859 0.313 3.266-0.219 0.719 0.672 0.313 0.672 0.328 2.844-1.203 5.328-1.266 6.234 0.031 0.484 0.688 0.438 1.656 0 2.781-0.203 0.516 0.063 0.594 0.453 0.719 1.609 0.5 3.391 1.703 3.391 3.828zM23.266 7.656c0.891 0.984 1.141 2.344 0.75 3.531-0.156 0.484-0.672 0.75-1.156 0.594s-0.75-0.672-0.594-1.156v0c0.187-0.594 0.063-1.25-0.375-1.734s-1.078-0.672-1.672-0.547v0c-0.5 0.109-1-0.203-1.094-0.703-0.109-0.5 0.203-0.984 0.703-1.094 1.219-0.266 2.547 0.109 3.437 1.109zM26.094 5.109c1.844 2.031 2.328 4.812 1.547 7.25v0c-0.187 0.562-0.781 0.875-1.344 0.688s-0.875-0.781-0.703-1.344v0c0.562-1.734 0.219-3.719-1.094-5.156-1.313-1.453-3.234-2-5.016-1.625-0.578 0.125-1.156-0.25-1.281-0.828s0.25-1.141 0.828-1.266v0c2.516-0.531 5.219 0.234 7.063 2.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-renren\" viewBox=\"0 0 24 28\">\n<title>renren</title>\n<path d=\"M17.703 24.531c-1.703 0.938-3.656 1.469-5.75 1.469-2.078 0-4.031-0.531-5.734-1.469 2.766-1.75 5-4.391 5.734-7.484 0.75 3.094 2.984 5.734 5.75 7.484zM9.969 2.219v7.578c0 5.344-2.953 9.938-7.141 11.969-1.766-2.094-2.828-4.781-2.828-7.734 0-5.938 4.312-10.859 9.969-11.813zM24 14.031c0 2.953-1.062 5.641-2.828 7.734-4.188-2.031-7.141-6.625-7.141-11.969v-7.578c5.656 0.953 9.969 5.875 9.969 11.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pagelines\" viewBox=\"0 0 22 28\">\n<title>pagelines</title>\n<path d=\"M21.906 17.234c-3.141 7.797-10.672 3.078-10.672 3.078-2.312 4.672-6.125 7.672-10.531 7.688-0.391 0-0.703-0.313-0.703-0.703s0.313-0.688 0.703-0.688c3.672-0.016 6.875-2.438 8.969-6.281-2.344 0.906-6.766 1.594-9.219-4.688 6.219-2.562 9.078 0.641 10.172 2.594 0.562-1.391 0.969-2.906 1.234-4.547 0 0-7.969 1.25-8.531-5.594 6.797-2.734 8.703 4.375 8.703 4.375 0.094-0.953 0.187-3 0.187-3.047 0 0-6.062-4.203-2.172-9.422 7.109 2.453 3.5 9.266 3.5 9.266 0.031 0.094 0.031 1.359 0 1.906 0 0 2.578-5.078 7.781-3.281-0.234 7.641-8.094 6.062-8.094 6.062-0.25 1.563-0.641 3.047-1.141 4.422 0 0 4.734-5.234 9.812-1.141z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stack-exchange\" viewBox=\"0 0 20 28\">\n<title>stack-exchange</title>\n<path d=\"M19.672 19.578v1.031c0 1.766-1.375 3.187-3.063 3.187h-0.891l-4.062 4.203v-4.203h-8.266c-1.687 0-3.063-1.422-3.063-3.187v-1.031h19.344zM19.672 14.484v3.984h-19.344v-3.984h19.344zM19.672 9.359v3.984h-19.344v-3.984h19.344zM19.672 7.172v1.047h-19.344v-1.047c0-1.75 1.375-3.172 3.063-3.172h13.219c1.687 0 3.063 1.422 3.063 3.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-right\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-right</title>\n<path d=\"M18 14c0 0.125-0.047 0.266-0.141 0.359l-5 5c-0.094 0.094-0.234 0.141-0.359 0.141-0.266 0-0.5-0.234-0.5-0.5v-3h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-3c0-0.281 0.219-0.5 0.5-0.5 0.141 0 0.266 0.063 0.375 0.156l4.984 4.984c0.094 0.094 0.141 0.234 0.141 0.359zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-arrow-circle-o-left\" viewBox=\"0 0 24 28\">\n<title>arrow-circle-o-left</title>\n<path d=\"M18 12.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v3c0 0.281-0.219 0.5-0.5 0.5-0.141 0-0.266-0.063-0.375-0.156l-4.984-4.984c-0.094-0.094-0.141-0.234-0.141-0.359s0.047-0.266 0.141-0.359l5-5c0.094-0.094 0.234-0.141 0.359-0.141 0.266 0 0.5 0.234 0.5 0.5v3h5.5c0.266 0 0.5 0.234 0.5 0.5zM20.5 14c0-4.688-3.813-8.5-8.5-8.5s-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-caret-square-o-left\" viewBox=\"0 0 24 28\">\n<title>caret-square-o-left</title>\n<path d=\"M16 9v10c0 0.547-0.453 1-1 1-0.203 0-0.406-0.063-0.578-0.187l-7-5c-0.266-0.187-0.422-0.484-0.422-0.812 0-0.313 0.156-0.625 0.422-0.812l7-5c0.172-0.125 0.375-0.187 0.578-0.187 0.547 0 1 0.453 1 1zM20 21.5v-15c0-0.266-0.234-0.5-0.5-0.5h-15c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dot-circle-o\" viewBox=\"0 0 24 28\">\n<title>dot-circle-o</title>\n<path d=\"M16 14c0 2.203-1.797 4-4 4s-4-1.797-4-4 1.797-4 4-4 4 1.797 4 4zM12 5.5c-4.688 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair\" viewBox=\"0 0 25 28\">\n<title>wheelchair</title>\n<path d=\"M15.984 18.547l1.594 3.187c-1.203 3.719-4.672 6.266-8.578 6.266-4.953 0-9-4.047-9-9 0-3.781 2.375-7.156 5.922-8.453l0.266 2.047c-2.547 1.125-4.188 3.625-4.188 6.406 0 3.859 3.141 7 7 7 4.016 0 7.266-3.437 6.984-7.453zM24.547 20.109l0.906 1.781-4 2c-0.141 0.078-0.297 0.109-0.453 0.109-0.375 0-0.734-0.219-0.891-0.547l-3.734-7.453h-7.375c-0.5 0-0.938-0.391-1-0.891l-1.5-12.172c-0.016-0.156 0.047-0.5 0.094-0.656 0.297-1.078 1.297-1.781 2.406-1.781 1.375 0 2.5 1.125 2.5 2.5 0 1.422-1.25 2.641-2.688 2.484l0.578 4.516h6.609v2h-6.359l0.25 2h7.109c0.375 0 0.734 0.219 0.891 0.547l3.563 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo-square\" viewBox=\"0 0 24 28\">\n<title>vimeo-square</title>\n<path d=\"M20.188 9.969c0.109-2.266-0.734-3.406-2.516-3.469-2.406-0.078-4.031 1.281-4.875 4.078 0.438-0.187 0.859-0.297 1.281-0.297 0.875 0 1.266 0.5 1.156 1.5-0.047 0.594-0.438 1.469-1.156 2.609-0.734 1.156-1.281 1.719-1.641 1.719-0.469 0-0.875-0.875-1.281-2.641-0.125-0.531-0.359-1.844-0.703-3.984-0.313-1.969-1.141-2.891-2.5-2.766-0.562 0.063-1.437 0.562-2.562 1.563-0.844 0.734-1.672 1.5-2.531 2.25l0.812 1.047c0.781-0.531 1.234-0.812 1.359-0.812 0.594 0 1.156 0.938 1.672 2.797 0.469 1.719 0.938 3.422 1.406 5.141 0.703 1.859 1.547 2.797 2.562 2.797 1.625 0 3.625-1.531 5.984-4.594 2.281-2.938 3.469-5.25 3.531-6.937zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-try\" viewBox=\"0 0 18 28\">\n<title>try</title>\n<path d=\"M18 13c0 6.062-4.937 11-11 11h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-9.547l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-1.453l-3.359 1.031c-0.047 0.016-0.094 0.016-0.141 0.016-0.109 0-0.203-0.031-0.297-0.094-0.125-0.094-0.203-0.25-0.203-0.406v-2c0-0.219 0.141-0.406 0.359-0.484l3.641-1.109v-3.906c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v2.828l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v1.453l5.859-1.813c0.141-0.047 0.313-0.016 0.438 0.078s0.203 0.25 0.203 0.406v2c0 0.219-0.141 0.406-0.359 0.484l-6.141 1.891v7.609c3.906-0.266 7-3.516 7-7.484 0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plus-square-o\" viewBox=\"0 0 22 28\">\n<title>plus-square-o</title>\n<path d=\"M18 12.5v1c0 0.281-0.219 0.5-0.5 0.5h-5.5v5.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-5.5h-5.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v5.5h5.5c0.281 0 0.5 0.219 0.5 0.5zM20 19.5v-13c0-1.375-1.125-2.5-2.5-2.5h-13c-1.375 0-2.5 1.125-2.5 2.5v13c0 1.375 1.125 2.5 2.5 2.5h13c1.375 0 2.5-1.125 2.5-2.5zM22 6.5v13c0 2.484-2.016 4.5-4.5 4.5h-13c-2.484 0-4.5-2.016-4.5-4.5v-13c0-2.484 2.016-4.5 4.5-4.5h13c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-space-shuttle\" viewBox=\"0 0 34 28\">\n<title>space-shuttle</title>\n<path d=\"M9.688 17.5c-1.078 0.625-2.547 1-4.188 1h-2v-1h-1c-0.281 0-0.5-0.562-0.5-1.25 0-0.281 0.047-0.547 0.109-0.766-1.203-0.031-2.109-0.234-2.109-0.484s0.906-0.453 2.109-0.484c-0.063-0.219-0.109-0.484-0.109-0.766 0-0.688 0.219-1.25 0.5-1.25h1v-1h2c1.641 0 3.109 0.375 4.188 1h17.391c1.156 0.203 2.203 0.375 2.922 0.5 3 0.5 4 1.5 4 2s-1 1.5-4 2c-0.719 0.125-1.766 0.297-2.922 0.5h-17.391zM27.172 13.563c0.5 0.344 0.828 0.859 0.828 1.437s-0.328 1.094-0.828 1.437l1.266 0.469c0.641-0.453 1.062-1.141 1.062-1.906s-0.422-1.453-1.062-1.906zM9.766 17.75h15.859s-3.391 0.594-7.125 1.25c-2 0-3.5 1.5-3.5 1.5l-4.5 4.5s-1.516 1-2.5 1h-1.5l-1.453-7.25h0.453c1.594 0 3.109-0.359 4.266-1zM5.5 11.25h-0.453l1.453-7.25h1.5c1.016 0 2 0.5 2.5 1l4.5 4.5c0 0 1.5 1.5 3.5 1.5 3.734 0.656 7.125 1.25 7.125 1.25h-15.859c-1.156-0.641-2.672-1-4.266-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slack\" viewBox=\"0 0 26 28\">\n<title>slack</title>\n<path d=\"M23.734 12.125c1.281 0 2.266 0.938 2.266 2.219 0 1-0.516 1.703-1.453 2.031l-2.688 0.922 0.875 2.609c0.078 0.234 0.109 0.484 0.109 0.734 0 1.234-1 2.266-2.234 2.266-0.984 0-1.859-0.609-2.172-1.547l-0.859-2.578-4.844 1.656 0.859 2.562c0.078 0.234 0.125 0.484 0.125 0.734 0 1.219-1 2.266-2.25 2.266-0.984 0-1.844-0.609-2.156-1.547l-0.859-2.547-2.391 0.828c-0.25 0.078-0.516 0.141-0.781 0.141-1.266 0-2.219-0.938-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.438-0.828-1.641-4.891-2.438 0.844c-0.25 0.078-0.5 0.125-0.75 0.125-1.25 0-2.219-0.953-2.219-2.203 0-0.969 0.625-1.844 1.547-2.156l2.453-0.828-0.828-2.484c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1-2.266 2.25-2.266 0.984 0 1.844 0.609 2.156 1.547l0.844 2.5 4.844-1.641-0.844-2.5c-0.078-0.234-0.125-0.484-0.125-0.734 0-1.234 1.016-2.266 2.25-2.266 0.984 0 1.859 0.625 2.172 1.547l0.828 2.516 2.531-0.859c0.219-0.063 0.438-0.094 0.672-0.094 1.219 0 2.266 0.906 2.266 2.156 0 0.969-0.75 1.781-1.625 2.078l-2.453 0.844 1.641 4.937 2.562-0.875c0.234-0.078 0.484-0.125 0.719-0.125zM11.328 16.219l4.844-1.641-1.641-4.922-4.844 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-square\" viewBox=\"0 0 24 28\">\n<title>envelope-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM20 18.5v-6.813c-0.297 0.328-0.625 0.625-1 0.859-1.469 0.969-2.984 1.875-4.438 2.875-0.734 0.516-1.641 1.078-2.562 1.078v0 0 0 0c-0.922 0-1.828-0.562-2.562-1.078-1.453-1-2.984-1.891-4.438-2.891-0.359-0.234-0.641-0.578-1-0.844v6.813c0 0.828 0.672 1.5 1.5 1.5h13c0.828 0 1.5-0.672 1.5-1.5zM20 9.547c0-0.844-0.625-1.547-1.5-1.547h-13c-0.828 0-1.5 0.672-1.5 1.5 0 0.844 0.875 1.766 1.531 2.203 1.375 0.922 2.797 1.781 4.172 2.688 0.594 0.391 1.578 1.109 2.297 1.109s1.703-0.719 2.297-1.109c1.391-0.906 2.781-1.797 4.172-2.719 0.609-0.406 1.531-1.344 1.531-2.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wordpress\" viewBox=\"0 0 28 28\">\n<title>wordpress</title>\n<path d=\"M1.984 14c0-1.734 0.375-3.391 1.047-4.891l5.734 15.703c-4.016-1.953-6.781-6.062-6.781-10.813zM22.109 13.391c0 1.031-0.422 2.219-0.922 3.891l-1.188 4-4.344-12.906s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.953 0.141-3.203 0.156-3.203 0.156s-1.172-0.016-3.156-0.156c-0.656-0.047-0.734 0.938-0.078 0.984 0.609 0.063 1.25 0.125 1.25 0.125l1.875 5.125-2.625 7.875-4.375-13s0.719-0.047 1.375-0.125c0.641-0.078 0.562-1.031-0.078-0.984-1.937 0.141-3.203 0.156-3.203 0.156-0.219 0-0.484-0.016-0.766-0.016 2.141-3.266 5.828-5.422 10.031-5.422 3.125 0 5.969 1.203 8.109 3.156h-0.156c-1.172 0-2.016 1.016-2.016 2.125 0 0.984 0.578 1.813 1.188 2.812 0.469 0.797 0.984 1.828 0.984 3.313zM14.203 15.047l3.703 10.109c0.016 0.063 0.047 0.125 0.078 0.172-1.25 0.438-2.578 0.688-3.984 0.688-1.172 0-2.312-0.172-3.391-0.5zM24.531 8.234c0.938 1.719 1.484 3.672 1.484 5.766 0 4.438-2.406 8.297-5.984 10.375l3.672-10.594c0.609-1.75 0.922-3.094 0.922-4.312 0-0.438-0.031-0.844-0.094-1.234zM14 0c7.719 0 14 6.281 14 14s-6.281 14-14 14-14-6.281-14-14 6.281-14 14-14zM14 27.359c7.359 0 13.359-6 13.359-13.359s-6-13.359-13.359-13.359-13.359 6-13.359 13.359 6 13.359 13.359 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-openid\" viewBox=\"0 0 28 28\">\n<title>openid</title>\n<path d=\"M16.969 0v24l-4.25 2c-7.187-0.641-12.719-4.469-12.719-9.109 0-4.469 5.156-8.188 11.984-9.016v2.688c-4.469 0.781-7.75 3.313-7.75 6.328 0 3.187 3.656 5.828 8.484 6.438v0-21.25zM27.422 9.094l0.578 6.094-8.203-1.781 2.297-1.297c-1.219-0.719-2.719-1.25-4.375-1.547v-2.688c2.891 0.344 5.484 1.219 7.516 2.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bank\" viewBox=\"0 0 30 28\">\n<title>bank</title>\n<path d=\"M15 0l15 6v2h-2c0 0.547-0.484 1-1.078 1h-23.844c-0.594 0-1.078-0.453-1.078-1h-2v-2zM4 10h4v12h2v-12h4v12h2v-12h4v12h2v-12h4v12h0.922c0.594 0 1.078 0.453 1.078 1v1h-26v-1c0-0.547 0.484-1 1.078-1h0.922v-12zM28.922 25c0.594 0 1.078 0.453 1.078 1v2h-30v-2c0-0.547 0.484-1 1.078-1h27.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-graduation-cap\" viewBox=\"0 0 36 28\">\n<title>graduation-cap</title>\n<path d=\"M27.719 13.062l0.281 4.937c0.125 2.203-4.484 4-10 4s-10.125-1.797-10-4l0.281-4.937 8.969 2.828c0.25 0.078 0.5 0.109 0.75 0.109s0.5-0.031 0.75-0.109zM36 8c0 0.219-0.141 0.406-0.344 0.484l-17.5 5.5c-0.063 0.016-0.109 0.016-0.156 0.016s-0.094 0-0.156-0.016l-10.187-3.219c-0.891 0.703-1.516 2.422-1.641 4.531 0.594 0.344 0.984 0.969 0.984 1.703 0 0.703-0.359 1.313-0.906 1.672l0.906 6.766c0.016 0.141-0.031 0.281-0.125 0.391s-0.234 0.172-0.375 0.172h-3c-0.141 0-0.281-0.063-0.375-0.172s-0.141-0.25-0.125-0.391l0.906-6.766c-0.547-0.359-0.906-0.969-0.906-1.672 0-0.75 0.422-1.391 1.016-1.734 0.094-1.828 0.562-3.797 1.531-5.156l-5.203-1.625c-0.203-0.078-0.344-0.266-0.344-0.484s0.141-0.406 0.344-0.484l17.5-5.5c0.063-0.016 0.109-0.016 0.156-0.016s0.094 0 0.156 0.016l17.5 5.5c0.203 0.078 0.344 0.266 0.344 0.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yahoo\" viewBox=\"0 0 24 28\">\n<title>yahoo</title>\n<path d=\"M13.422 14.953l0.203 11.047c-0.531-0.094-1.078-0.172-1.641-0.172-0.547 0-1.094 0.078-1.641 0.172l0.203-11.047c-2.906-5.016-5.641-10.125-8.844-14.953 0.547 0.141 1.109 0.234 1.687 0.234s1.172-0.109 1.734-0.234c2.187 3.875 4.562 7.641 6.859 11.453 2.312-3.781 4.766-7.547 6.859-11.453 0.547 0.141 1.109 0.219 1.672 0.219 0.594 0 1.203-0.078 1.781-0.219v0 0c-1.25 1.719-2.281 3.594-3.359 5.422-1.859 3.172-3.687 6.344-5.516 9.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google\" viewBox=\"0 0 24 28\">\n<title>google</title>\n<path d=\"M12 12.281h11.328c0.109 0.609 0.187 1.203 0.187 2 0 6.844-4.594 11.719-11.516 11.719-6.641 0-12-5.359-12-12s5.359-12 12-12c3.234 0 5.953 1.188 8.047 3.141l-3.266 3.141c-0.891-0.859-2.453-1.859-4.781-1.859-4.094 0-7.438 3.391-7.438 7.578s3.344 7.578 7.438 7.578c4.75 0 6.531-3.406 6.813-5.172h-6.813v-4.125z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit\" viewBox=\"0 0 28 28\">\n<title>reddit</title>\n<path d=\"M17.109 18.234c0.141 0.141 0.141 0.359 0 0.484-0.891 0.891-2.609 0.969-3.109 0.969s-2.219-0.078-3.109-0.969c-0.141-0.125-0.141-0.344 0-0.484 0.125-0.125 0.344-0.125 0.469 0 0.562 0.578 1.781 0.766 2.641 0.766s2.063-0.187 2.641-0.766c0.125-0.125 0.344-0.125 0.469 0zM12.313 15.406c0 0.766-0.625 1.391-1.391 1.391-0.781 0-1.406-0.625-1.406-1.391 0-0.781 0.625-1.406 1.406-1.406 0.766 0 1.391 0.625 1.391 1.406zM18.484 15.406c0 0.766-0.625 1.391-1.406 1.391-0.766 0-1.391-0.625-1.391-1.391 0-0.781 0.625-1.406 1.391-1.406 0.781 0 1.406 0.625 1.406 1.406zM22.406 13.531c0-1.031-0.844-1.859-1.875-1.859-0.531 0-1 0.219-1.344 0.562-1.266-0.875-2.969-1.437-4.859-1.5l0.984-4.422 3.125 0.703c0 0.766 0.625 1.391 1.391 1.391 0.781 0 1.406-0.641 1.406-1.406s-0.625-1.406-1.406-1.406c-0.547 0-1.016 0.328-1.25 0.781l-3.453-0.766c-0.172-0.047-0.344 0.078-0.391 0.25l-1.078 4.875c-1.875 0.078-3.563 0.641-4.828 1.516-0.344-0.359-0.828-0.578-1.359-0.578-1.031 0-1.875 0.828-1.875 1.859 0 0.75 0.438 1.375 1.062 1.687-0.063 0.281-0.094 0.578-0.094 0.875 0 2.969 3.344 5.375 7.453 5.375 4.125 0 7.469-2.406 7.469-5.375 0-0.297-0.031-0.609-0.109-0.891 0.609-0.313 1.031-0.938 1.031-1.672zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-square\" viewBox=\"0 0 24 28\">\n<title>reddit-square</title>\n<path d=\"M14.672 17.641c0.109 0.109 0.109 0.297 0 0.406-0.766 0.766-2.234 0.828-2.672 0.828s-1.906-0.063-2.672-0.828c-0.109-0.109-0.109-0.297 0-0.406 0.109-0.125 0.297-0.125 0.406 0 0.484 0.484 1.531 0.656 2.266 0.656s1.781-0.172 2.266-0.656c0.109-0.125 0.297-0.125 0.406 0zM10.563 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM15.844 15.203c0 0.656-0.547 1.203-1.203 1.203s-1.203-0.547-1.203-1.203c0-0.672 0.547-1.203 1.203-1.203s1.203 0.531 1.203 1.203zM19.203 13.594c0-0.875-0.719-1.594-1.609-1.594-0.438 0-0.844 0.187-1.141 0.484-1.094-0.75-2.562-1.234-4.172-1.281l0.844-3.797 2.672 0.609c0.016 0.656 0.547 1.188 1.203 1.188s1.203-0.547 1.203-1.203-0.547-1.203-1.203-1.203c-0.469 0-0.875 0.266-1.078 0.672l-2.953-0.656c-0.156-0.047-0.297 0.063-0.328 0.203l-0.938 4.188c-1.609 0.063-3.063 0.547-4.141 1.297-0.297-0.313-0.703-0.5-1.156-0.5-0.891 0-1.609 0.719-1.609 1.594 0 0.641 0.375 1.188 0.906 1.453-0.047 0.234-0.078 0.5-0.078 0.75 0 2.547 2.859 4.609 6.391 4.609s6.406-2.063 6.406-4.609c0-0.266-0.031-0.516-0.094-0.766 0.516-0.266 0.875-0.812 0.875-1.437zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon-circle\" viewBox=\"0 0 24 28\">\n<title>stumbleupon-circle</title>\n<path d=\"M13.531 13.109l1.406-0.422v-0.969c0-1.656-1.406-2.984-3.063-2.984s-3.063 1.313-3.063 2.969v4.422c0 0.406-0.328 0.734-0.734 0.734s-0.719-0.328-0.719-0.734v-1.875h-2.359v1.906c0 1.703 1.375 3.063 3.078 3.063 1.672 0 3.063-1.344 3.063-3.016v-4.375c0-0.406 0.328-0.734 0.734-0.734 0.391 0 0.719 0.328 0.719 0.734v0.844zM18.734 16.156v-1.906h-2.344v1.969c0 0.406-0.328 0.734-0.734 0.734-0.391 0-0.719-0.328-0.719-0.734v-1.922l-1.406 0.406-0.938-0.438v1.922c0 1.672 1.391 3.031 3.078 3.031s3.063-1.359 3.063-3.063zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stumbleupon\" viewBox=\"0 0 30 28\">\n<title>stumbleupon</title>\n<path d=\"M16.594 11.125v-1.844c0-0.875-0.719-1.594-1.594-1.594s-1.594 0.719-1.594 1.594v9.562c0 3.656-3.031 6.609-6.703 6.609-3.703 0-6.703-3-6.703-6.703v-4.156h5.125v4.094c0 0.891 0.719 1.594 1.594 1.594s1.594-0.703 1.594-1.594v-9.688c0-3.578 3.063-6.453 6.687-6.453 3.641 0 6.687 2.891 6.687 6.5v2.125l-3.047 0.906zM24.875 14.594h5.125v4.156c0 3.703-3 6.703-6.703 6.703-3.687 0-6.703-2.969-6.703-6.641v-4.188l2.047 0.953 3.047-0.906v4.219c0 0.875 0.719 1.578 1.594 1.578s1.594-0.703 1.594-1.578v-4.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-delicious\" viewBox=\"0 0 24 28\">\n<title>delicious</title>\n<path d=\"M23 21.5v-7.5h-11v-11h-7.5c-1.937 0-3.5 1.563-3.5 3.5v7.5h11v11h7.5c1.937 0 3.5-1.563 3.5-3.5zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-digg\" viewBox=\"0 0 32 28\">\n<title>digg</title>\n<path d=\"M5.125 4.406h3.187v15.359h-8.313v-10.891h5.125v-4.469zM5.125 17.203v-5.766h-1.922v5.766h1.922zM9.594 8.875v10.891h3.203v-10.891h-3.203zM9.594 4.406v3.187h3.203v-3.187h-3.203zM14.078 8.875h8.328v14.719h-8.328v-2.547h5.125v-1.281h-5.125v-10.891zM19.203 17.203v-5.766h-1.922v5.766h1.922zM23.688 8.875h8.313v14.719h-8.313v-2.547h5.109v-1.281h-5.109v-10.891zM28.797 17.203v-5.766h-1.922v5.766h1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-pp\" viewBox=\"0 0 24 28\">\n<title>pied-piper-pp</title>\n<path d=\"M16.344 15.937c0 1.328-0.906 2.406-2.016 2.406-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.422zM10.984 9.25c0 1.344-0.906 2.422-2.016 2.422-0.453 0-0.812-0.078-1.094-0.234v-4.328c0.281-0.172 0.641-0.266 1.094-0.266 1.109 0 2.016 1.078 2.016 2.406zM19.766 15.984c0-2.797-2.109-5.063-4.703-5.063-0.203 0-0.406 0.016-0.609 0.047-0.234 0.797-0.641 1.516-1.219 2.125-0.875 0.953-2.047 1.516-3.297 1.578v9.938l3.297-0.641v-3.219c0.547 0.203 1.156 0.297 1.828 0.297 2.594 0 4.703-2.266 4.703-5.063zM14.406 9.312c0-2.797-2.109-5.063-4.719-5.063-0.766 0-1.531 0.203-2.203 0.562h-2.906v13.125l3.297-0.641v-3.219c0.547 0.187 1.156 0.297 1.813 0.297 2.609 0 4.719-2.266 4.719-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper-alt\" viewBox=\"0 0 32 28\">\n<title>pied-piper-alt</title>\n<path d=\"M19.094 14.516c4.062-0.156 6.312 3.187 8.156 6.281 1.094 1.859 2.375 2.953 3.953 4.344-1.687 1.047-3.828 1.75-5.641 2.562-3-2.516-1.25-12.5-6.062-12.5l-0.156 0.031-0.094 0.063c0.063 0.078 0.141 0.156 0.203 0.219 1.297 1.094 1.813 1.328 1.891 3.187l0.016 0.516c0.047 1.172-0.297 2.312-0.531 3.453-1.047-0.031-2.063 0.313-3.109 0.313-0.391 0-0.766-0.047-1.125-0.156-0.031-0.25-0.031-0.5-0.031-0.734 0-0.484-0.016-1.031 0.047-1.5 0.078-0.516 1.828-1.625 1.797-2.375-0.297-0.031-0.5 0.141-0.672 0.375-0.719 1.062-2.562 2.281-3.875 2.281-0.906 0-3.063-3.891-4.156-4.672-0.172-0.125-0.281-0.297-0.422-0.469-0.875 0.203-7.578 1.75-8.016 1.75-0.328 0-0.625-0.266-0.625-0.594 0-0.297 0.187-0.578 0.484-0.641l7.594-1.656c-0.516-0.938 0.672-0.953 1.172-1.094 0.172-0.047 0.344-0.219 0.516-0.219 0.344 0 0.641 0.484 0.75 0.766 0.344-0.078 2.484-0.578 2.688-0.578 0.344 0 0.656 0.25 0.656 0.609 0 0.297-0.187 0.562-0.5 0.625l-2.844 0.625-0.016 0.25c-0.016 0.547 2.469 3.266 2.906 3.266 0.984 0 2.984-2.266 2.984-3.266 0-1.672-2.328-0.688-2.328-1.828 0-0.187 0.063-0.359 0.156-0.531l-1.062-0.297c0.484-0.5 0.672-1.141 0.672-1.828 0-0.297-0.031-0.609-0.078-0.906 0.797-0.156 1.453-0.25 2.25-0.25 3.094 0 2.484 0.469 3.563 2.953l0.781-0.391c-0.125 1.859-1.969 0.953-1.906 1.687zM20.031 10.844c-0.609-0.703-0.875-1.047-1.234-1.203-0.375-0.172-0.859-0.125-1.984-0.125-1.172 0-2.328 0.172-3.391 0.672 0.344-0.641 0.719-0.922 1.406-1.188 1.484-0.562 2.188-1.656 3.203-2.781 0.531 0.375 0.766 1.313 1.531 1.266l0.187-0.016v1.188l0.344 0.016c2.031-0.781 4.062-1.641 5.797-2.969 2.625-2 2.875-2.719 4.422-5.437l0.109-0.141c-0.031 0.766-0.344 1.484-0.672 2.172-1.656 3.469-4.281 5.453-7.984 6.344-0.672 0.156-1.437 0.172-2.047 0.484 0.078 0.531 0.719 0.984 0.719 1.25 0 0.187-0.297 0.391-0.406 0.469zM16.578 25.234c0.859-0.562 3.313-1.078 4.344-1.078 0.516 0 1.531 2.453 1.797 3-1.219 0.453-2.5 0.703-3.813 0.703-0.656 0-1.313-0.063-1.953-0.172zM12.844 15.125l0.75-0.187 1.703 2.766-1.141 0.75zM20.672 23.203c0.016 0.078 0.047 0.172 0.047 0.25 0 0.406-2.688 0.688-3.172 0.766l-0.109-0.672c0.969-0.109 2.047-0.359 3.016-0.344h0.219zM13.531 13.391l-1.5 0.313-0.094-0.266c0.359-0.031 0.688-0.203 1.047-0.203 0.203 0 0.375 0.047 0.547 0.156zM16.578 23.297h0.484l0.156 1.297-0.641 0.187v-1.484zM30.469 0.016v0 0zM30.469 0.016l-0.016 0.078-0.031 0.031 0.016-0.047zM30.469 0.016l0.016-0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drupal\" viewBox=\"0 0 24 28\">\n<title>drupal</title>\n<path d=\"M18.234 24.781c-0.031-0.109-0.125-0.266-0.375-0.078-0.531 0.391-1.719 0.875-3.406 0.875s-2.484-0.359-3.016-0.766c-0.078-0.063-0.047-0.063-0.203-0.063-0.172 0-0.266 0.078-0.406 0.187-0.125 0.109-0.187 0.375 0 0.562 1.156 1.062 3.094 0.969 4.516 0.844 1.437-0.141 2.656-0.984 2.781-1.109 0.187-0.187 0.141-0.344 0.109-0.453zM17.625 22.984c-0.109-0.266-0.297-0.734-0.609-0.953-0.313-0.203-0.766-0.234-1.188-0.234s-0.656-0.031-1.109 0.156-0.922 0.609-1.219 0.875-0.344 0.469-0.187 0.688c0.156 0.203 0.328 0.078 0.766-0.297 0.453-0.359 0.75-0.688 1.672-0.688s1.078 0.344 1.266 0.688 0.203 0.391 0.391 0.297c0.219-0.109 0.328-0.266 0.219-0.531zM23.172 18.594c0-0.812-0.359-2.188-1.687-2.188-1.25 0-3.781 2.594-5.109 2.609-1.547 0.031-3.687-3.063-6.781-3.031-2.438 0.016-4.359 1.953-4.391 4.016-0.016 1.156 0.359 2.016 1.156 2.562 0.531 0.359 1.016 0.578 2.594 0.578 2.625 0 5.953-3.25 7.484-3.203 1.219 0.047 3.109 3.031 4.062 3.094 0.75 0.063 1.141-0.281 1.781-1.203 0.625-0.938 0.891-2.406 0.891-3.234zM24 16.094c0 7-5.531 11.625-11.891 11.625-6.375 0-12.109-5.016-12.109-11.844 0-6.813 5.313-9.969 6.297-10.484 1.172-0.625 2.016-0.953 3.344-2.016 0.656-0.516 1.203-1.266 1.375-3.094 0.953 1.141 2.094 2.469 2.906 3.016 1.328 0.875 2.656 1.219 4.047 2.094 0.844 0.516 6.031 3.687 6.031 10.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-joomla\" viewBox=\"0 0 24 28\">\n<title>joomla</title>\n<path d=\"M16.719 16.766l-2.5 2.5-2.359 2.375-0.469 0.469c-1.375 1.359-3.297 1.828-5.047 1.391-0.328 1.437-1.609 2.5-3.141 2.5-1.766 0-3.203-1.437-3.203-3.219 0-1.516 1.047-2.797 2.469-3.125-0.453-1.766 0.016-3.703 1.391-5.078l0.187-0.187 2.359 2.375-0.172 0.172c-0.781 0.766-0.766 2.016 0 2.797 0.766 0.766 2.016 0.766 2.781 0l0.469-0.469 2.359-2.375 2.516-2.5zM11.391 6.109l0.187 0.187-2.375 2.375-0.187-0.187c-0.766-0.766-2.016-0.766-2.781 0s-0.766 2.031 0 2.797l5.328 5.328-2.359 2.375-2.516-2.5-2.359-2.375-0.469-0.469c-1.437-1.422-1.875-3.469-1.328-5.297-1.437-0.313-2.5-1.594-2.5-3.125 0-1.781 1.437-3.219 3.203-3.219 1.609 0 2.922 1.172 3.172 2.688 1.734-0.406 3.625 0.078 4.984 1.422zM24 22.781c0 1.781-1.437 3.219-3.203 3.219-1.563 0-2.859-1.109-3.156-2.578v0c-1.813 0.562-3.891 0.125-5.328-1.313l-0.172-0.187 2.359-2.375 0.187 0.187c0.766 0.766 2.016 0.766 2.781 0s0.766-2.016 0-2.781l-5.344-5.344 2.375-2.375 4.875 4.875 0.453 0.469c1.359 1.359 1.844 3.281 1.406 5.031 1.563 0.219 2.766 1.547 2.766 3.172zM23.969 5.219c0 1.625-1.219 2.969-2.781 3.187 0.516 1.797 0.063 3.813-1.359 5.234l-0.187 0.187-2.359-2.375 0.187-0.187c0.766-0.766 0.766-2.016 0-2.781s-2.016-0.766-2.781 0l-5.344 5.344-2.375-2.375 2.516-2.5 2.375-2.375 0.453-0.469c1.422-1.422 3.453-1.875 5.266-1.344 0.219-1.563 1.563-2.766 3.187-2.766 1.766 0 3.203 1.437 3.203 3.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-language\" viewBox=\"0 0 24 28\">\n<title>language</title>\n<path d=\"M10.219 16.844c-0.031 0.109-0.797-0.25-1-0.328-0.203-0.094-1.125-0.609-1.359-0.766s-1.125-0.891-1.234-0.938v0c-0.562 0.859-1.281 1.875-2.094 2.828-0.281 0.328-1.125 1.391-1.641 1.719-0.078 0.047-0.531 0.094-0.594 0.063 0.25-0.187 0.969-1.078 1.281-1.437 0.391-0.453 2.25-3.047 2.562-3.641 0.328-0.594 1.312-2.562 1.359-2.75-0.156-0.016-1.391 0.406-1.719 0.516-0.313 0.094-1.172 0.297-1.234 0.344-0.063 0.063-0.016 0.25-0.047 0.313s-0.313 0.203-0.484 0.234c-0.156 0.047-0.516 0.063-0.734 0-0.203-0.047-0.391-0.25-0.438-0.328 0 0-0.063-0.094-0.078-0.359 0.187-0.063 0.5-0.078 0.844-0.172s1.188-0.344 1.641-0.5 1.328-0.484 1.594-0.547c0.281-0.047 0.984-0.516 1.359-0.641s0.641-0.281 0.656-0.203 0 0.422-0.016 0.516c-0.016 0.078-0.766 1.547-0.875 1.781-0.063 0.125-0.5 0.953-1.203 2.047 0.25 0.109 0.781 0.328 1 0.438 0.266 0.125 2.125 0.906 2.219 0.938s0.266 0.75 0.234 0.875zM7.016 9.25c0.047 0.266-0.031 0.375-0.063 0.438-0.156 0.297-0.547 0.5-0.781 0.594s-0.625 0.187-0.938 0.187c-0.141-0.016-0.422-0.063-0.766-0.406-0.187-0.203-0.328-0.75-0.266-0.688s0.516 0.125 0.719 0.078 0.688-0.187 0.906-0.25c0.234-0.078 0.703-0.203 0.859-0.219 0.156 0 0.281 0.063 0.328 0.266zM17.922 11.266l0.984 3.547-2.172-0.656zM0.609 23.766l10.844-3.625v-16.125l-10.844 3.641v16.109zM20 18.813l1.594 0.484-2.828-10.266-1.563-0.484-3.375 8.375 1.594 0.484 0.703-1.719 3.297 1.016zM12.141 3.781l8.953 2.875v-5.938zM17 24.453l2.469 0.203-0.844 2.5-0.625-1.031c-1.266 0.812-2.828 1.437-4.312 1.687-0.453 0.094-0.969 0.187-1.422 0.187h-1.313c-1.656 0-4.672-0.984-5.984-1.937-0.094-0.078-0.125-0.141-0.125-0.25 0-0.172 0.125-0.297 0.281-0.297 0.141 0 0.875 0.453 1.078 0.547 1.406 0.703 3.375 1.344 4.953 1.344 1.953 0 3.281-0.25 5.063-1.016 0.516-0.234 0.969-0.531 1.453-0.797zM24 7.594v16.859c-12.078-3.844-12.094-3.844-12.094-3.844-0.25 0.109-11.453 3.891-11.609 3.891-0.125 0-0.234-0.078-0.281-0.203 0-0.016-0.016-0.031-0.016-0.047v-16.844c0.016-0.047 0.031-0.125 0.063-0.156 0.094-0.109 0.219-0.141 0.313-0.172 0.047-0.016 1-0.328 2.328-0.781v-6l8.719 3.094c0.109-0.031 9.828-3.391 9.969-3.391 0.172 0 0.313 0.125 0.313 0.328v6.531z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fax\" viewBox=\"0 0 28 28\">\n<title>fax</title>\n<path d=\"M4.5 6c1.375 0 2.5 1.125 2.5 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-2c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h2zM26 8.547c1.188 0.688 2 1.984 2 3.453v12c0 2.203-1.797 4-4 4h-13.5c-1.375 0-2.5-1.125-2.5-2.5v-24c0-0.828 0.672-1.5 1.5-1.5h10.5c0.828 0 1.984 0.484 2.562 1.062l2.375 2.375c0.578 0.578 1.062 1.734 1.062 2.562v2.547zM14.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM14.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM18.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 24v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 20v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM22.5 16v-2c0-0.281-0.219-0.5-0.5-0.5h-2c-0.281 0-0.5 0.219-0.5 0.5v2c0 0.281 0.219 0.5 0.5 0.5h2c0.281 0 0.5-0.219 0.5-0.5zM24 10v-4h-2.5c-0.828 0-1.5-0.672-1.5-1.5v-2.5h-10v8h14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-building\" viewBox=\"0 0 22 28\">\n<title>building</title>\n<path d=\"M21 0c0.547 0 1 0.453 1 1v26c0 0.547-0.453 1-1 1h-20c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h20zM8 4.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 8.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 12.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM8 16.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM6 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 25.5v-3c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v3c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM14 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM14 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 21.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 13.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM18 5.5v-1c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-child\" viewBox=\"0 0 20 28\">\n<title>child</title>\n<path d=\"M18.562 8.563l-4.562 4.562v12.875c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-6h-1v6c0 0.969-0.781 1.75-1.75 1.75s-1.75-0.781-1.75-1.75v-12.875l-4.562-4.562c-0.578-0.594-0.578-1.531 0-2.125 0.594-0.578 1.531-0.578 2.125 0l3.563 3.563h5.75l3.563-3.563c0.594-0.578 1.531-0.578 2.125 0 0.578 0.594 0.578 1.531 0 2.125zM13.5 6c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paw\" viewBox=\"0 0 26 28\">\n<title>paw</title>\n<path d=\"M12.187 7.375c0 1.75-0.906 3.828-2.922 3.828-2.531 0-4.062-3.187-4.062-5.375 0-1.75 0.906-3.828 2.922-3.828 2.547 0 4.062 3.187 4.062 5.375zM6.844 14.922c0 1.516-0.797 3.094-2.516 3.094-2.5 0-4.328-3.063-4.328-5.328 0-1.516 0.812-3.109 2.516-3.109 2.5 0 4.328 3.078 4.328 5.344zM13 14.5c3.828 0 9 5.516 9 9.203 0 1.984-1.625 2.297-3.219 2.297-2.094 0-3.781-1.406-5.781-1.406-2.094 0-3.875 1.391-6.141 1.391-1.516 0-2.859-0.516-2.859-2.281 0-3.703 5.172-9.203 9-9.203zM16.734 11.203c-2.016 0-2.922-2.078-2.922-3.828 0-2.188 1.516-5.375 4.062-5.375 2.016 0 2.922 2.078 2.922 3.828 0 2.188-1.531 5.375-4.062 5.375zM23.484 9.578c1.703 0 2.516 1.594 2.516 3.109 0 2.266-1.828 5.328-4.328 5.328-1.719 0-2.516-1.578-2.516-3.094 0-2.266 1.828-5.344 4.328-5.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spoon\" viewBox=\"0 0 12 28\">\n<title>spoon</title>\n<path d=\"M11 8.25c0 3.125-1.359 5.172-3.266 5.922l0.703 12.828c0.031 0.547-0.391 1-0.938 1h-3c-0.547 0-0.969-0.453-0.938-1l0.703-12.828c-1.906-0.75-3.266-2.797-3.266-5.922 0-4 2.234-8.25 5-8.25s5 4.25 5 8.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cube\" viewBox=\"0 0 26 28\">\n<title>cube</title>\n<path d=\"M14 25.453l10-5.453v-9.938l-10 3.641v11.75zM13 11.937l10.906-3.969-10.906-3.969-10.906 3.969zM26 8v12c0 0.734-0.406 1.406-1.047 1.75l-11 6c-0.297 0.172-0.625 0.25-0.953 0.25s-0.656-0.078-0.953-0.25l-11-6c-0.641-0.344-1.047-1.016-1.047-1.75v-12c0-0.844 0.531-1.594 1.313-1.875l11-4c0.219-0.078 0.453-0.125 0.688-0.125s0.469 0.047 0.688 0.125l11 4c0.781 0.281 1.313 1.031 1.313 1.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cubes\" viewBox=\"0 0 34 28\">\n<title>cubes</title>\n<path d=\"M10 25.5l6-3v-4.906l-6 2.562v5.344zM9 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM26 25.5l6-3v-4.906l-6 2.562v5.344zM25 18.406l6.312-2.703-6.312-2.703-6.312 2.703zM18 13.828l6-2.578v-4.156l-6 2.562v4.172zM17 7.906l6.891-2.953-6.891-2.953-6.891 2.953zM34 16v6.5c0 0.75-0.422 1.453-1.109 1.781l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.047-0.016-0.078-0.031-0.109-0.063-0.031 0.031-0.063 0.047-0.109 0.063l-7 3.5c-0.281 0.156-0.578 0.219-0.891 0.219s-0.609-0.063-0.891-0.219l-7-3.5c-0.688-0.328-1.109-1.031-1.109-1.781v-6.5c0-0.797 0.484-1.516 1.219-1.844l6.781-2.906v-6.25c0-0.797 0.484-1.516 1.219-1.844l7-3c0.25-0.109 0.516-0.156 0.781-0.156s0.531 0.047 0.781 0.156l7 3c0.734 0.328 1.219 1.047 1.219 1.844v6.25l6.781 2.906c0.75 0.328 1.219 1.047 1.219 1.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance\" viewBox=\"0 0 32 28\">\n<title>behance</title>\n<path d=\"M28.875 5.297h-7.984v1.937h7.984v-1.937zM24.938 11.953c-1.875 0-3.125 1.172-3.25 3.047h6.375c-0.172-1.891-1.156-3.047-3.125-3.047zM25.188 21.094c1.188 0 2.719-0.641 3.094-1.859h3.453c-1.062 3.266-3.266 4.797-6.672 4.797-4.5 0-7.297-3.047-7.297-7.484 0-4.281 2.953-7.547 7.297-7.547 4.469 0 6.937 3.516 6.937 7.734 0 0.25-0.016 0.5-0.031 0.734h-10.281c0 2.281 1.203 3.625 3.5 3.625zM4.328 20.312h4.625c1.766 0 3.203-0.625 3.203-2.609 0-2.016-1.203-2.812-3.109-2.812h-4.719v5.422zM4.328 11.922h4.391c1.547 0 2.641-0.672 2.641-2.344 0-1.813-1.406-2.25-2.969-2.25h-4.062v4.594zM0 3.969h9.281c3.375 0 6.297 0.953 6.297 4.875 0 1.984-0.922 3.266-2.688 4.109 2.422 0.688 3.594 2.516 3.594 4.984 0 4-3.359 5.719-6.937 5.719h-9.547v-19.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-behance-square\" viewBox=\"0 0 24 28\">\n<title>behance-square</title>\n<path d=\"M19.5 2c2.484 0 4.5 2.016 4.5 4.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15zM7.797 7.734h-5.797v12.297h5.969c2.234 0 4.328-1.062 4.328-3.563 0-1.547-0.734-2.688-2.234-3.125 1.094-0.531 1.672-1.328 1.672-2.562 0-2.453-1.828-3.047-3.937-3.047zM7.453 12.703h-2.75v-2.875h2.547c0.969 0 1.859 0.266 1.859 1.406 0 1.047-0.688 1.469-1.656 1.469zM7.594 17.938h-2.891v-3.391h2.953c1.188 0 1.937 0.516 1.937 1.766s-0.891 1.625-2 1.625zM17.75 18.438c-1.437 0-2.188-0.844-2.188-2.266h6.422c0.016-0.156 0.016-0.313 0.016-0.469 0-2.625-1.547-4.828-4.344-4.828-2.703 0-4.562 2.047-4.562 4.719 0 2.781 1.75 4.672 4.562 4.672 2.141 0 3.516-0.953 4.172-2.984h-2.156c-0.234 0.75-1.188 1.156-1.922 1.156zM17.594 12.719c1.219 0 1.828 0.734 1.937 1.906h-3.969c0.078-1.172 0.859-1.906 2.031-1.906zM15.062 8.563h4.984v1.203h-4.984v-1.203z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam\" viewBox=\"0 0 28 28\">\n<title>steam</title>\n<path d=\"M24.719 9.094c0 2.109-1.719 3.813-3.813 3.813-2.109 0-3.813-1.703-3.813-3.813s1.703-3.813 3.813-3.813c2.094 0 3.813 1.703 3.813 3.813zM12.688 20.687c0-2.172-1.734-3.906-3.906-3.906-0.281 0-0.562 0.031-0.844 0.094l1.625 0.656c1.594 0.641 2.375 2.438 1.734 4.031s-2.453 2.375-4.047 1.719c-0.641-0.25-1.281-0.516-1.922-0.766 0.656 1.234 1.953 2.078 3.453 2.078 2.172 0 3.906-1.734 3.906-3.906zM25.656 9.109c0-2.625-2.141-4.766-4.766-4.766-2.641 0-4.781 2.141-4.781 4.766 0 2.641 2.141 4.766 4.781 4.766 2.625 0 4.766-2.125 4.766-4.766zM28 9.109c0 3.938-3.187 7.109-7.109 7.109l-6.828 4.984c-0.25 2.688-2.531 4.797-5.281 4.797-2.531 0-4.672-1.797-5.187-4.188l-3.594-1.437v-6.703l6.078 2.453c0.797-0.484 1.719-0.75 2.703-0.75 0.187 0 0.375 0.016 0.547 0.031l4.438-6.359c0.031-3.891 3.219-7.047 7.125-7.047 3.922 0 7.109 3.187 7.109 7.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-steam-square\" viewBox=\"0 0 24 28\">\n<title>steam-square</title>\n<path d=\"M19.406 10.109c0-1.656-1.359-3.016-3.031-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.031-1.344 3.031-3.016zM9.875 19.297c0 1.719-1.375 3.094-3.094 3.094-1.188 0-2.219-0.672-2.734-1.656 0.516 0.203 1.016 0.406 1.531 0.625 1.25 0.5 2.688-0.109 3.203-1.375 0.5-1.25-0.109-2.688-1.375-3.187l-1.281-0.516c0.203-0.047 0.438-0.078 0.656-0.078 1.719 0 3.094 1.375 3.094 3.094zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-2.391l2.688 1.078c0.406 1.891 2.094 3.313 4.094 3.313 2.187 0 3.984-1.672 4.188-3.797l5.391-3.938c3.125 0 5.641-2.531 5.641-5.625 0-3.125-2.516-5.641-5.641-5.641-3.078 0-5.594 2.5-5.625 5.578l-3.516 5.031c-0.141-0.016-0.281-0.016-0.438-0.016-0.781 0-1.516 0.203-2.141 0.578l-4.641-1.859v-7.313c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5zM20.141 10.141c0 2.078-1.687 3.766-3.781 3.766-2.078 0-3.766-1.687-3.766-3.766 0-2.094 1.687-3.781 3.766-3.781 2.094 0 3.781 1.687 3.781 3.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-recycle\" viewBox=\"0 0 28 28\">\n<title>recycle</title>\n<path d=\"M13.062 18.266l-0.234 5.75-0.031 0.344-6.563-0.453c-0.812-0.063-1.484-0.828-1.781-1.516-0.625-1.453 0.187-3.172 0.656-4.562 0 0 1.203 0.187 7.953 0.438zM7.016 9.109l2.812 5.922-2.297-1.437c-3.516 4.016-3.844 7-3.844 7l-2.969-5.578c-0.609-0.906-0.063-1.891-0.063-1.891s0.547-0.984 1.781-2.938l-2.188-1.344zM26.25 17.187l-2.938 5.609c-0.406 1.016-1.531 1.109-1.531 1.109s-1.109 0.109-3.422 0.187l0.125 2.562-3.594-5.734 3.297-5.656 0.109 2.703c5.297 0.641 7.953-0.781 7.953-0.781zM13.984 2.75c0 0-0.734 0.969-4.141 6.797l-4.953-2.922-0.297-0.187 3.516-5.563c0.438-0.688 1.422-0.938 2.188-0.859 1.563 0.141 2.688 1.656 3.687 2.734zM24.219 7.547l3.313 5.672c0.422 0.703 0.172 1.687-0.234 2.344-0.844 1.313-2.719 1.625-4.125 2.016 0 0-0.531-1.109-4.141-6.813l4.891-3.047zM21.984 4.016l2.219-1.297-3.437 5.828-6.547-0.313 2.359-1.344c-1.875-4.984-4.359-6.703-4.359-6.703l6.328 0.016c1.094-0.094 1.687 0.844 1.687 0.844s0.609 0.953 1.75 2.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-automobile\" viewBox=\"0 0 32 28\">\n<title>automobile</title>\n<path d=\"M7.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM8.062 12h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM29.5 17c0-1.375-1.125-2.5-2.5-2.5s-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5zM32 15.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-16v2c0 1.656-1.344 3-3 3s-3-1.344-3-3v-2h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h12c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438c1.937 0 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cab\" viewBox=\"0 0 32 28\">\n<title>cab</title>\n<path d=\"M28.5 14c1.937 0 3.5 1.563 3.5 3.5v6c0 0.281-0.219 0.5-0.5 0.5h-1.5v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-16v1c0 1.656-1.344 3-3 3s-3-1.344-3-3v-1h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-6c0-1.937 1.563-3.5 3.5-3.5h0.438l1.641-6.547c0.484-1.969 2.391-3.453 4.422-3.453h2v-3.5c0-0.281 0.219-0.5 0.5-0.5h7c0.281 0 0.5 0.219 0.5 0.5v3.5h2c2.031 0 3.938 1.484 4.422 3.453l1.641 6.547h0.438zM5 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM8.062 14h15.875l-1.391-5.578c-0.047-0.172-0.359-0.422-0.547-0.422h-12c-0.187 0-0.5 0.25-0.547 0.422zM27 21.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tree\" viewBox=\"0 0 24 28\">\n<title>tree</title>\n<path d=\"M23.5 23c0 0.547-0.453 1-1 1h-7.219c0.047 1 0.172 2.047 0.172 3.063 0 0.516-0.422 0.938-0.953 0.938h-5c-0.531 0-0.953-0.422-0.953-0.938 0-1.016 0.125-2.063 0.172-3.063h-7.219c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.578c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6.281-6.297h-3.078c-0.547 0-1-0.453-1-1 0-0.266 0.109-0.516 0.297-0.703l6-6c0.187-0.187 0.438-0.297 0.703-0.297s0.516 0.109 0.703 0.297l6 6c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.078l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703 0 0.547-0.453 1-1 1h-3.578l6.281 6.297c0.187 0.187 0.297 0.438 0.297 0.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-spotify\" viewBox=\"0 0 24 28\">\n<title>spotify</title>\n<path d=\"M17.609 18.906c0-0.438-0.172-0.609-0.469-0.797-2.016-1.203-4.359-1.797-6.984-1.797-1.531 0-3 0.203-4.484 0.531-0.359 0.078-0.656 0.313-0.656 0.812 0 0.391 0.297 0.766 0.766 0.766 0.141 0 0.391-0.078 0.578-0.125 1.219-0.25 2.5-0.422 3.797-0.422 2.297 0 4.469 0.562 6.203 1.609 0.187 0.109 0.313 0.172 0.516 0.172 0.391 0 0.734-0.313 0.734-0.75zM19.109 15.547c0-0.422-0.156-0.719-0.547-0.953-2.391-1.422-5.422-2.203-8.563-2.203-2.016 0-3.391 0.281-4.734 0.656-0.5 0.141-0.75 0.484-0.75 1s0.422 0.938 0.938 0.938c0.219 0 0.344-0.063 0.578-0.125 1.094-0.297 2.406-0.516 3.922-0.516 2.969 0 5.672 0.781 7.625 1.937 0.172 0.094 0.344 0.203 0.594 0.203 0.531 0 0.938-0.422 0.938-0.938zM20.797 11.672c0-0.578-0.25-0.875-0.625-1.094-2.703-1.578-6.406-2.312-9.938-2.312-2.078 0-3.984 0.234-5.688 0.734-0.438 0.125-0.844 0.5-0.844 1.156 0 0.641 0.484 1.141 1.125 1.141 0.234 0 0.453-0.078 0.625-0.125 1.516-0.422 3.156-0.578 4.797-0.578 3.25 0 6.625 0.719 8.797 2.016 0.219 0.125 0.375 0.187 0.625 0.187 0.594 0 1.125-0.469 1.125-1.125zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deviantart\" viewBox=\"0 0 16 28\">\n<title>deviantart</title>\n<path d=\"M16 4.734l-4.734 9.094 0.375 0.484h4.359v6.484h-7.922l-0.688 0.469-2.219 4.266c-0.016 0-0.438 0.438-0.469 0.469h-4.703v-4.734l4.734-9.109-0.375-0.469h-4.359v-6.484h7.922l0.688-0.469 2.219-4.266c0.016 0 0.438-0.438 0.469-0.469h4.703v4.734z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-soundcloud\" viewBox=\"0 0 36 28\">\n<title>soundcloud</title>\n<path d=\"M12.25 21.438l0.25-3.766-0.25-8.172c-0.016-0.203-0.172-0.375-0.375-0.375-0.187 0-0.359 0.172-0.359 0.375l-0.219 8.172 0.219 3.766c0.016 0.203 0.172 0.359 0.359 0.359 0.203 0 0.359-0.156 0.375-0.359zM16.875 20.984l0.172-3.297-0.187-9.156c0-0.156-0.078-0.297-0.203-0.375-0.078-0.047-0.156-0.078-0.25-0.078s-0.172 0.031-0.25 0.078c-0.125 0.078-0.203 0.219-0.203 0.375l-0.016 0.094-0.156 9.047s0 0.016 0.172 3.687v0.016c0 0.094 0.031 0.187 0.094 0.266 0.094 0.109 0.219 0.172 0.359 0.172 0.125 0 0.234-0.063 0.313-0.141 0.094-0.078 0.141-0.187 0.141-0.313zM0.547 15.672l0.313 2-0.313 1.969c-0.016 0.078-0.063 0.141-0.141 0.141s-0.125-0.063-0.141-0.141l-0.266-1.969 0.266-2c0.016-0.078 0.063-0.141 0.141-0.141s0.125 0.063 0.141 0.141zM1.891 14.438l0.406 3.234-0.406 3.172c-0.016 0.078-0.078 0.141-0.156 0.141s-0.141-0.063-0.141-0.156l-0.359-3.156 0.359-3.234c0-0.078 0.063-0.141 0.141-0.141s0.141 0.063 0.156 0.141zM6.266 21.516v0 0zM3.328 13.844l0.391 3.828-0.391 3.703c0 0.094-0.078 0.172-0.172 0.172s-0.172-0.078-0.187-0.172l-0.328-3.703 0.328-3.828c0.016-0.109 0.094-0.187 0.187-0.187s0.172 0.078 0.172 0.187zM4.797 13.734l0.359 3.938-0.359 3.813c-0.016 0.125-0.109 0.203-0.219 0.203s-0.203-0.078-0.203-0.203l-0.328-3.813 0.328-3.938c0-0.125 0.094-0.203 0.203-0.203s0.203 0.078 0.219 0.203zM6.266 14.016l0.328 3.656-0.328 3.844c-0.016 0.141-0.125 0.25-0.25 0.25s-0.234-0.109-0.234-0.25l-0.313-3.844 0.313-3.656c0-0.125 0.109-0.234 0.234-0.234s0.234 0.109 0.25 0.234zM12.25 21.438v0 0zM7.734 11.734l0.328 5.938-0.328 3.844c0 0.156-0.125 0.281-0.266 0.281-0.156 0-0.266-0.125-0.281-0.281l-0.281-3.844 0.281-5.938c0.016-0.156 0.125-0.281 0.281-0.281 0.141 0 0.266 0.125 0.266 0.281zM9.203 10.391l0.297 7.313-0.297 3.813c0 0.172-0.141 0.297-0.297 0.297-0.172 0-0.297-0.125-0.313-0.297l-0.25-3.813 0.25-7.313c0.016-0.172 0.141-0.297 0.313-0.297 0.156 0 0.297 0.125 0.297 0.297zM10.734 9.766l0.281 7.906-0.281 3.781c-0.016 0.187-0.156 0.328-0.344 0.328-0.172 0-0.313-0.141-0.328-0.328l-0.25-3.781 0.25-7.906c0-0.187 0.156-0.344 0.328-0.344 0.187 0 0.328 0.156 0.344 0.344zM16.859 21.359v0 0 0 0 0 0zM13.766 9.703l0.234 7.969-0.234 3.734c0 0.219-0.172 0.391-0.391 0.391s-0.375-0.172-0.391-0.391l-0.219-3.734 0.219-7.969c0-0.219 0.172-0.391 0.391-0.391s0.391 0.172 0.391 0.391zM15.313 10l0.219 7.688-0.219 3.687c0 0.234-0.187 0.422-0.422 0.422s-0.422-0.187-0.438-0.422l-0.187-3.687 0.187-7.688c0.016-0.25 0.203-0.438 0.438-0.438s0.406 0.187 0.422 0.438zM18.625 17.687l-0.219 3.609c0 0.266-0.219 0.484-0.484 0.484s-0.484-0.219-0.5-0.484l-0.094-1.781-0.094-1.828 0.187-9.938v-0.047c0.016-0.141 0.078-0.281 0.187-0.375 0.078-0.063 0.187-0.109 0.313-0.109 0.078 0 0.172 0.031 0.234 0.078 0.141 0.078 0.234 0.234 0.25 0.406zM36 17.391c0 2.438-1.984 4.406-4.422 4.406h-12.281c-0.266-0.031-0.484-0.234-0.484-0.516v-14.047c0-0.266 0.094-0.391 0.438-0.516 0.859-0.344 1.828-0.531 2.828-0.531 4.078 0 7.422 3.125 7.781 7.109 0.531-0.219 1.109-0.344 1.719-0.344 2.438 0 4.422 1.984 4.422 4.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-database\" viewBox=\"0 0 24 28\">\n<title>database</title>\n<path d=\"M12 12c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 24c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 18c4.703 0 9.422-0.844 12-2.656v2.656c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2.656c2.578 1.813 7.297 2.656 12 2.656zM12 0c6.625 0 12 1.797 12 4v2c0 2.203-5.375 4-12 4s-12-1.797-12-4v-2c0-2.203 5.375-4 12-4z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-pdf-o\" viewBox=\"0 0 24 28\">\n<title>file-pdf-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM13.969 16.734c0.391 0.313 0.828 0.594 1.312 0.875 0.656-0.078 1.266-0.109 1.828-0.109 1.047 0 2.375 0.125 2.766 0.766 0.109 0.156 0.203 0.438 0.031 0.812-0.016 0.016-0.031 0.047-0.047 0.063v0.016c-0.047 0.281-0.281 0.594-1.109 0.594-1 0-2.516-0.453-3.828-1.141-2.172 0.234-4.453 0.719-6.125 1.297-1.609 2.75-2.844 4.094-3.781 4.094-0.156 0-0.297-0.031-0.438-0.109l-0.375-0.187c-0.047-0.016-0.063-0.047-0.094-0.078-0.078-0.078-0.141-0.25-0.094-0.562 0.156-0.719 1-1.922 2.938-2.938 0.125-0.078 0.281-0.031 0.359 0.094 0.016 0.016 0.031 0.047 0.031 0.063 0.484-0.797 1.047-1.813 1.672-3.078 0.703-1.406 1.25-2.781 1.625-4.094-0.5-1.703-0.656-3.453-0.375-4.484 0.109-0.391 0.344-0.625 0.656-0.625h0.344c0.234 0 0.422 0.078 0.547 0.234 0.187 0.219 0.234 0.562 0.141 1.062-0.016 0.047-0.031 0.094-0.063 0.125 0.016 0.047 0.016 0.078 0.016 0.125v0.469c-0.016 0.984-0.031 1.922-0.219 3 0.547 1.641 1.359 2.969 2.281 3.719zM4.969 23.156c0.469-0.219 1.141-0.891 2.141-2.469-1.172 0.906-1.906 1.937-2.141 2.469zM11.188 8.781c-0.156 0.438-0.156 1.188-0.031 2.063 0.047-0.25 0.078-0.484 0.109-0.688 0.031-0.266 0.078-0.484 0.109-0.672 0.016-0.047 0.031-0.078 0.063-0.125-0.016-0.016-0.016-0.047-0.031-0.078-0.016-0.281-0.109-0.453-0.203-0.562 0 0.031-0.016 0.047-0.016 0.063zM9.25 19.109c1.375-0.547 2.906-0.984 4.438-1.266-0.156-0.125-0.313-0.234-0.453-0.359-0.766-0.672-1.453-1.609-1.984-2.75-0.297 0.953-0.734 1.969-1.297 3.078-0.234 0.438-0.469 0.875-0.703 1.297zM19.344 18.859c-0.078-0.078-0.484-0.375-2.188-0.375 0.766 0.281 1.469 0.438 1.937 0.438 0.141 0 0.219 0 0.281-0.016 0-0.016-0.016-0.031-0.031-0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-word-o\" viewBox=\"0 0 24 28\">\n<title>file-word-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM3.641 12v1.672h1.094l2.562 10.328h2.484l2-7.578c0.078-0.234 0.125-0.469 0.156-0.719 0.016-0.125 0.031-0.25 0.031-0.375h0.063l0.047 0.375c0.047 0.219 0.063 0.469 0.141 0.719l2 7.578h2.484l2.562-10.328h1.094v-1.672h-4.688v1.672h1.406l-1.547 6.844c-0.063 0.25-0.094 0.516-0.109 0.719l-0.031 0.328h-0.063c0-0.094-0.031-0.219-0.047-0.328-0.047-0.203-0.078-0.469-0.141-0.719l-2.25-8.516h-1.781l-2.25 8.516c-0.063 0.25-0.078 0.516-0.125 0.719l-0.063 0.328h-0.063l-0.031-0.328c-0.016-0.203-0.047-0.469-0.109-0.719l-1.547-6.844h1.406v-1.672h-4.688z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-excel-o\" viewBox=\"0 0 24 28\">\n<title>file-excel-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.703 22.344v1.656h4.391v-1.656h-1.172l1.609-2.516c0.187-0.297 0.281-0.531 0.328-0.531h0.031c0.016 0.063 0.047 0.109 0.078 0.156 0.063 0.125 0.156 0.219 0.266 0.375l1.672 2.516h-1.188v1.656h4.547v-1.656h-1.062l-3-4.266 3.047-4.406h1.047v-1.672h-4.359v1.672h1.156l-1.609 2.484c-0.187 0.297-0.328 0.531-0.328 0.516h-0.031c-0.016-0.063-0.047-0.109-0.078-0.156-0.063-0.109-0.141-0.219-0.266-0.359l-1.656-2.484h1.188v-1.672h-4.531v1.672h1.062l2.953 4.25-3.031 4.422h-1.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-powerpoint-o\" viewBox=\"0 0 24 28\">\n<title>file-powerpoint-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM6.5 22.344v1.656h5.109v-1.656h-1.453v-2.609h2.141c0.672 0 1.281-0.031 1.844-0.234 1.406-0.484 2.281-1.937 2.281-3.641s-0.844-3.016-2.141-3.563c-0.594-0.234-1.313-0.297-2.031-0.297h-5.75v1.672h1.437v8.672h-1.437zM12.016 17.969h-1.859v-4.188h1.875c0.547 0 0.969 0.094 1.297 0.281 0.562 0.328 0.875 0.969 0.875 1.797 0 0.875-0.313 1.547-0.969 1.875-0.328 0.156-0.734 0.234-1.219 0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-image-o\" viewBox=\"0 0 24 28\">\n<title>file-image-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM20 19v5h-16v-3l3-3 2 2 6-6zM7 16c-1.656 0-3-1.344-3-3s1.344-3 3-3 3 1.344 3 3-1.344 3-3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-archive-o\" viewBox=\"0 0 24 28\">\n<title>file-archive-o</title>\n<path d=\"M10 6v-2h-2v2h2zM12 8v-2h-2v2h2zM10 10v-2h-2v2h2zM12 12v-2h-2v2h2zM22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-2v2h-2v-2h-8v24h20zM12.203 14.734c1.328 4.484 1.672 5.453 1.672 5.453 0.078 0.266 0.125 0.531 0.125 0.812 0 1.734-1.687 3-4 3s-4-1.266-4-3c0-0.281 0.047-0.547 0.125-0.812 0 0 0.328-0.969 1.875-6.188v-2h2v2h1.234c0.453 0 0.844 0.297 0.969 0.734zM10 22c1.109 0 2-0.453 2-1s-0.891-1-2-1-2 0.453-2 1 0.891 1 2 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-audio-o\" viewBox=\"0 0 24 28\">\n<title>file-audio-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM9.688 13.281c0.187 0.078 0.313 0.266 0.313 0.469v8.5c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.25-0.047-0.359-0.141l-2.594-2.609h-2.047c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h2.047l2.594-2.609c0.156-0.141 0.359-0.187 0.547-0.109zM16.203 24.047c0.297 0 0.578-0.125 0.781-0.375 1.297-1.594 2.016-3.609 2.016-5.672s-0.719-4.078-2.016-5.672c-0.344-0.438-0.984-0.5-1.406-0.156-0.438 0.359-0.5 0.984-0.141 1.422 1.016 1.25 1.563 2.781 1.563 4.406s-0.547 3.156-1.563 4.406c-0.359 0.438-0.297 1.062 0.141 1.406 0.187 0.156 0.406 0.234 0.625 0.234zM12.906 21.734c0.266 0 0.531-0.109 0.734-0.313 0.875-0.938 1.359-2.141 1.359-3.422s-0.484-2.484-1.359-3.422c-0.375-0.406-1.016-0.422-1.422-0.047-0.391 0.375-0.422 1.016-0.031 1.422 0.516 0.562 0.812 1.281 0.812 2.047s-0.297 1.484-0.812 2.047c-0.391 0.406-0.359 1.047 0.031 1.422 0.203 0.172 0.453 0.266 0.688 0.266z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-movie-o\" viewBox=\"0 0 24 28\">\n<title>file-movie-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM12 12c1.094 0 2 0.906 2 2v6c0 1.094-0.906 2-2 2h-6c-1.094 0-2-0.906-2-2v-6c0-1.094 0.906-2 2-2h6zM19.688 12.031c0.187 0.078 0.313 0.266 0.313 0.469v9c0 0.203-0.125 0.391-0.313 0.469-0.063 0.016-0.125 0.031-0.187 0.031-0.125 0-0.266-0.047-0.359-0.141l-4.141-4.156v-1.406l4.141-4.156c0.094-0.094 0.234-0.141 0.359-0.141 0.063 0 0.125 0.016 0.187 0.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-file-code-o\" viewBox=\"0 0 24 28\">\n<title>file-code-o</title>\n<path d=\"M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vine\" viewBox=\"0 0 24 28\">\n<title>vine</title>\n<path d=\"M23.391 12.922v3.094c-1.094 0.25-2.188 0.359-3.094 0.359-2.188 4.594-6.109 8.531-7.422 9.266-0.828 0.469-1.609 0.5-2.531-0.047-1.609-0.969-7.703-5.969-9.734-21.688h4.422c1.109 9.438 3.828 14.281 6.813 17.906 1.656-1.656 3.25-3.859 4.484-6.344-2.953-1.5-4.75-4.797-4.75-8.641 0-3.891 2.234-6.828 6.062-6.828 3.719 0 5.75 2.312 5.75 6.297 0 1.484-0.313 3.172-0.906 4.469 0 0-2.75 0.547-3.766-1.219 0.203-0.672 0.484-1.828 0.484-2.875 0-1.859-0.672-2.766-1.687-2.766-1.078 0-1.828 1.016-1.828 2.969 0 3.984 2.531 6.266 5.812 6.266 0.578 0 1.234-0.063 1.891-0.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codepen\" viewBox=\"0 0 28 28\">\n<title>codepen</title>\n<path d=\"M3.375 18.266l9.422 6.281v-5.609l-5.219-3.484zM2.406 16.016l3.016-2.016-3.016-2.016v4.031zM15.203 24.547l9.422-6.281-4.203-2.812-5.219 3.484v5.609zM14 16.844l4.25-2.844-4.25-2.844-4.25 2.844zM7.578 12.547l5.219-3.484v-5.609l-9.422 6.281zM22.578 14l3.016 2.016v-4.031zM20.422 12.547l4.203-2.812-9.422-6.281v5.609zM28 9.734v8.531c0 0.391-0.203 0.781-0.531 1l-12.797 8.531c-0.203 0.125-0.438 0.203-0.672 0.203s-0.469-0.078-0.672-0.203l-12.797-8.531c-0.328-0.219-0.531-0.609-0.531-1v-8.531c0-0.391 0.203-0.781 0.531-1l12.797-8.531c0.203-0.125 0.438-0.203 0.672-0.203s0.469 0.078 0.672 0.203l12.797 8.531c0.328 0.219 0.531 0.609 0.531 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-jsfiddle\" viewBox=\"0 0 32 28\">\n<title>jsfiddle</title>\n<path d=\"M28.125 12.063c2.266 0.938 3.875 3.156 3.875 5.734 0 3.422-2.828 6.203-6.297 6.203-0.125 0-0.234-0.016-0.344-0.016h-19.016c-3.5-0.203-6.344-2.875-6.344-6.344 0-2.328 1.266-4.359 3.156-5.469-0.125-0.406-0.187-0.828-0.187-1.281 0-2.391 1.953-4.328 4.391-4.328 1 0 1.937 0.344 2.688 0.906 1.531-3.156 4.781-5.344 8.578-5.344 5.266 0 9.516 4.203 9.516 9.375 0 0.187-0.016 0.375-0.016 0.562zM7.313 16.219c0 2.641 2.078 4.125 4.562 4.125 1.531 0 2.641-0.484 3.75-1.547-0.453-0.562-0.953-1.109-1.422-1.672-0.641 0.625-1.344 1.016-2.25 1.016-1.109 0-2.063-0.734-2.063-1.891 0-1.141 0.953-1.891 2.031-1.891 3.437 0 4.172 6 9.172 6 2.438 0 4.5-1.531 4.5-4.094 0-2.594-2.078-4.109-4.547-4.109-1.531 0-2.672 0.438-3.766 1.516 0.5 0.547 0.969 1.125 1.453 1.687 0.625-0.609 1.328-1 2.219-1 1.031 0 2.063 0.734 2.063 1.828 0 1.203-0.875 1.969-2.047 1.969-3.328 0-4.219-6-9.094-6-2.422 0-4.562 1.484-4.562 4.062z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-life-bouy\" viewBox=\"0 0 28 28\">\n<title>life-bouy</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM14 2c-2.031 0-3.953 0.516-5.641 1.406l3.031 3.031c0.828-0.281 1.703-0.438 2.609-0.438 0.922 0 1.781 0.156 2.609 0.438l3.031-3.031c-1.687-0.891-3.609-1.406-5.641-1.406zM3.406 19.641l3.031-3.031c-0.281-0.828-0.438-1.703-0.438-2.609 0-0.922 0.156-1.781 0.438-2.609l-3.031-3.031c-0.891 1.687-1.406 3.609-1.406 5.641s0.516 3.953 1.406 5.641zM14 26c2.031 0 3.953-0.516 5.641-1.406l-3.031-3.031c-0.828 0.281-1.687 0.438-2.609 0.438-0.906 0-1.781-0.156-2.609-0.438l-3.031 3.031c1.687 0.891 3.609 1.406 5.641 1.406zM14 20c3.313 0 6-2.688 6-6s-2.688-6-6-6-6 2.688-6 6 2.688 6 6 6zM21.562 16.609l3.031 3.031c0.891-1.687 1.406-3.609 1.406-5.641s-0.516-3.953-1.406-5.641l-3.031 3.031c0.281 0.828 0.438 1.703 0.438 2.609s-0.156 1.781-0.438 2.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-o-notch\" viewBox=\"0 0 28 28\">\n<title>circle-o-notch</title>\n<path d=\"M27.5 14c0 7.453-6.047 13.5-13.5 13.5s-13.5-6.047-13.5-13.5c0-6.781 5-12.391 11.5-13.359v3.563c-4.562 0.922-8 4.969-8 9.797 0 5.516 4.484 10 10 10s10-4.484 10-10c0-4.828-3.437-8.875-8-9.797v-3.563c6.5 0.969 11.5 6.578 11.5 13.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ra\" viewBox=\"0 0 28 28\">\n<title>ra</title>\n<path d=\"M0.297 13.656c0.156-4.469 2.438-8.594 6.578-11.312 0.016 0 0.109-0.031 0.063 0.047-0.328 0.313-6.281 7.328-0.797 12.781 2.812 2.797 5.078 0.141 5.078 0.141 2.172-2.828-0.031-7.109-0.031-7.109-0.562-1.406-2.578-2.266-2.578-2.266l1.625-1.797c1.375 0.594 2.438 2.188 2.438 2.188 0.047-1.672-1.234-3.469-1.234-3.469l2.516-2.859 2.5 2.828c-1.156 1.625-1.234 3.531-1.234 3.531 0.781-1.297 2.453-2.219 2.453-2.219l1.609 1.797c-1.547 0.5-2.562 2.25-2.562 2.25-0.891 1.609-1.531 5.047 0.031 7.187 1.828 2.516 4.953-0.156 4.953-0.156 5.797-5.187-0.594-12.703-0.594-12.703-0.344-0.313 0.047-0.156 0.047-0.156 2.828 2.063 6.469 4.766 6.563 11.562 0.109 8.219-5.641 14.078-13.687 14.078-7.859 0-13.969-6.563-13.734-14.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-empire\" viewBox=\"0 0 28 28\">\n<title>empire</title>\n<path d=\"M13.656 25.594v1.031c-4.406-0.125-8.266-2.5-10.437-6.016l0.906-0.531c0.328 0.547 0.719 1.062 1.141 1.547l1.016-0.891c1.469 1.672 3.469 2.859 5.75 3.313l-0.266 1.344c0.609 0.109 1.25 0.187 1.891 0.203zM4.312 17.313l-1.297 0.438c0.219 0.609 0.469 1.188 0.766 1.75l-0.891 0.516c-0.969-1.781-1.531-3.844-1.531-6.016s0.562-4.234 1.531-6.016l0.891 0.516c-0.297 0.547-0.562 1.141-0.766 1.75l1.281 0.438c-0.359 1.031-0.547 2.156-0.547 3.313s0.203 2.281 0.562 3.313zM23.875 20.078l0.906 0.531c-2.172 3.516-6.031 5.891-10.437 6.016v-1.031c0.641-0.016 1.281-0.094 1.891-0.203l-0.266-1.344c2.281-0.453 4.281-1.641 5.75-3.313l1.016 0.891c0.422-0.484 0.812-1 1.141-1.547zM21.516 11.422l-3.641 1.25c0.141 0.422 0.219 0.859 0.219 1.328s-0.078 0.906-0.219 1.328l3.625 1.25c-0.328 0.984-0.859 1.875-1.531 2.641l-2.891-2.531c-0.578 0.672-1.375 1.141-2.297 1.328l0.75 3.766c-0.484 0.094-1 0.156-1.531 0.156s-1.047-0.063-1.531-0.156l0.75-3.766c-0.922-0.187-1.719-0.656-2.297-1.328l-2.891 2.531c-0.672-0.766-1.203-1.656-1.531-2.641l3.625-1.25c-0.141-0.422-0.219-0.859-0.219-1.328s0.078-0.906 0.219-1.328l-3.641-1.25c0.344-0.984 0.875-1.875 1.547-2.641l2.891 2.531c0.578-0.672 1.375-1.156 2.297-1.344l-0.75-3.75c0.484-0.109 1-0.156 1.531-0.156s1.047 0.047 1.531 0.156l-0.75 3.75c0.922 0.187 1.719 0.672 2.297 1.344l2.891-2.531c0.672 0.766 1.203 1.656 1.547 2.641zM13.656 1.375v1.031c-0.641 0.016-1.281 0.078-1.891 0.203l0.266 1.344c-2.281 0.437-4.281 1.625-5.75 3.297l-1.016-0.875c-0.422 0.469-0.797 0.984-1.141 1.531l-0.891-0.516c2.172-3.531 6.016-5.891 10.422-6.016v0zM26.641 14c0 2.172-0.562 4.234-1.531 6.016l-0.891-0.516c0.297-0.562 0.547-1.141 0.766-1.75l-1.297-0.438c0.359-1.031 0.562-2.156 0.562-3.313s-0.187-2.281-0.547-3.313l1.281-0.438c-0.203-0.609-0.469-1.203-0.766-1.75l0.891-0.516c0.969 1.781 1.531 3.844 1.531 6.016zM24.766 7.391l-0.891 0.516c-0.344-0.547-0.719-1.062-1.141-1.531l-1.016 0.875c-1.469-1.672-3.469-2.859-5.75-3.297l0.266-1.344c-0.609-0.125-1.25-0.187-1.891-0.203v-1.031c4.406 0.125 8.25 2.484 10.422 6.016zM27.312 14c0-7.344-5.969-13.312-13.312-13.312v0c-7.344 0-13.312 5.969-13.312 13.312s5.969 13.312 13.312 13.312 13.312-5.969 13.312-13.312zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git-square\" viewBox=\"0 0 24 28\">\n<title>git-square</title>\n<path d=\"M9.094 20.438c0 0.844-0.766 1.031-1.453 1.031-0.672 0-1.672-0.109-1.672-0.984 0-0.859 0.844-1 1.531-1 0.656 0 1.594 0.109 1.594 0.953zM8.531 13.156c0 0.781-0.313 1.328-1.156 1.328-0.859 0-1.203-0.5-1.203-1.313s0.313-1.406 1.203-1.406c0.797 0 1.156 0.656 1.156 1.391zM11.125 11.984v-1.953c-0.672 0.25-1.391 0.453-2.109 0.453-0.516-0.297-1.109-0.453-1.719-0.453-1.781 0-3.187 1.313-3.187 3.125 0 0.969 0.641 2.312 1.609 2.641v0.047c-0.5 0.219-0.594 0.828-0.594 1.328 0 0.516 0.187 0.938 0.641 1.203v0.047c-1.062 0.344-1.766 1.016-1.766 2.172 0 1.984 1.891 2.547 3.547 2.547 2 0 3.5-0.734 3.5-2.938 0-1.563-1.422-2.031-2.719-2.266-0.438-0.078-1.188-0.391-1.188-0.938 0-0.516 0.281-0.734 0.766-0.812 1.594-0.313 2.609-1.547 2.609-3.187 0-0.281-0.063-0.547-0.156-0.812 0.25-0.063 0.516-0.125 0.766-0.203zM12.047 18.531h2.141c-0.031-0.422-0.031-0.859-0.031-1.281v-6.047c0-0.359 0-0.719 0.031-1.078h-2.141c0.047 0.359 0.047 0.75 0.047 1.109v6.125c0 0.391 0 0.781-0.047 1.172zM20 18.281v-1.891c-0.313 0.219-0.688 0.328-1.062 0.328-0.703 0-0.828-0.703-0.828-1.281v-3.516h0.812c0.281 0 0.547 0.031 0.828 0.031v-1.828h-1.641c0-0.531-0.031-1.062 0.047-1.594h-2.188c0.047 0.281 0.063 0.562 0.063 0.859v0.734h-0.938v1.828c0.187-0.016 0.375-0.047 0.578-0.047 0.109 0 0.234 0.016 0.359 0.016v0.031h-0.031v3.391c0 1.687 0.25 3.313 2.312 3.313 0.578 0 1.172-0.094 1.687-0.375zM14.438 7.25c0-0.734-0.547-1.422-1.313-1.422s-1.328 0.672-1.328 1.422c0 0.734 0.578 1.391 1.328 1.391s1.313-0.672 1.313-1.391zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-git\" viewBox=\"0 0 28 28\">\n<title>git</title>\n<path d=\"M9.297 23.656c0-1.375-1.516-1.563-2.578-1.563-1.109 0-2.469 0.234-2.469 1.625 0 1.406 1.609 1.578 2.688 1.578 1.141 0 2.359-0.281 2.359-1.641zM8.375 11.859c0-1.172-0.562-2.234-1.859-2.234-1.437 0-1.937 0.953-1.937 2.266 0 1.297 0.562 2.109 1.937 2.109 1.359 0 1.859-0.875 1.859-2.141zM12.578 6.797v3.156c-0.406 0.141-0.812 0.25-1.234 0.344 0.156 0.422 0.25 0.859 0.25 1.313 0 2.641-1.625 4.656-4.219 5.141-0.781 0.156-1.234 0.484-1.234 1.328 0 2.391 6.312 0.766 6.312 5.172 0 3.578-2.422 4.75-5.672 4.75-2.672 0-5.719-0.891-5.719-4.109 0-1.875 1.141-2.953 2.844-3.516v-0.063c-0.719-0.438-1.047-1.125-1.047-1.969 0-0.797 0.172-1.781 0.984-2.141v-0.063c-1.578-0.531-2.609-2.703-2.609-4.281 0-2.922 2.266-5.063 5.156-5.063 0.969 0 1.937 0.25 2.781 0.734 1.172 0 2.328-0.313 3.406-0.734zM17.547 20.563h-3.469c0.063-0.703 0.063-1.391 0.063-2.094v-9.516c0-0.672 0.016-1.344-0.063-2h3.469c-0.078 0.641-0.063 1.297-0.063 1.937v9.578c0 0.703 0 1.391 0.063 2.094zM26.938 17.094v3.063c-0.828 0.453-1.781 0.609-2.719 0.609-3.344 0-3.734-2.641-3.734-5.359v-5.484h0.031v-0.063c-0.203 0-0.391-0.031-0.578-0.031-0.313 0-0.625 0.047-0.922 0.094v-2.969h1.5v-1.188c0-0.469-0.016-0.938-0.094-1.391h3.547c-0.125 0.859-0.094 1.719-0.094 2.578h2.672v2.969c-0.453 0-0.906-0.063-1.344-0.063h-1.328v5.703c0 0.922 0.203 2.047 1.359 2.047 0.609 0 1.203-0.172 1.703-0.516zM17.938 2.297c0 1.172-0.906 2.266-2.109 2.266-1.234 0-2.156-1.078-2.156-2.266 0-1.203 0.906-2.297 2.156-2.297 1.234 0 2.109 1.125 2.109 2.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hacker-news\" viewBox=\"0 0 24 28\">\n<title>hacker-news</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tencent-weibo\" viewBox=\"0 0 20 28\">\n<title>tencent-weibo</title>\n<path d=\"M13.156 8.937c0 1.656-1.359 3.016-3.016 3.016-0.641 0-1.234-0.203-1.734-0.547-0.562 0.609-1.188 1.375-1.797 2.281-2.547 3.828-3.625 8.344-3.156 13.422 0.031 0.453-0.297 0.844-0.734 0.891h-0.078c-0.406 0-0.766-0.313-0.812-0.734-0.609-6.844 1.563-11.688 3.484-14.547 0.703-1.047 1.406-1.891 2.063-2.578-0.172-0.375-0.25-0.781-0.25-1.203 0-1.672 1.344-3.016 3.016-3.016 1.656 0 3.016 1.344 3.016 3.016zM19.109 9.109c0 5.016-4.078 9.094-9.109 9.094-0.688 0-1.375-0.078-2.047-0.219-0.438-0.109-0.703-0.547-0.609-0.984 0.109-0.422 0.531-0.703 0.969-0.609 0.547 0.141 1.125 0.203 1.687 0.203 4.125 0 7.484-3.359 7.484-7.484s-3.359-7.484-7.484-7.484-7.484 3.359-7.484 7.484c0 1.203 0.281 2.344 0.812 3.406 0.203 0.406 0.047 0.891-0.344 1.094-0.406 0.203-0.891 0.047-1.094-0.359-0.656-1.266-1-2.703-1-4.141 0-5.031 4.094-9.109 9.109-9.109 5.031 0 9.109 4.078 9.109 9.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-qq\" viewBox=\"0 0 28 28\">\n<title>qq</title>\n<path d=\"M4.219 12.594c-0.109-0.266-0.125-0.531-0.125-0.812 0-0.438 0.281-1.141 0.547-1.469-0.016-0.406 0.156-1.234 0.469-1.5 0-2.891 2.234-6.531 4.844-7.781 1.609-0.766 3.297-1.031 5.063-1.031 1.375 0 2.875 0.328 4.156 0.859 3.672 1.547 4.5 4.422 5.281 8.094l0.016 0.078c0.453 0.688 0.859 1.5 0.859 2.344 0 0.422-0.281 0.844-0.281 1.219 0 0.031 0.094 0.156 0.109 0.187 1.344 1.984 2.562 4.141 2.562 6.609 0 0.547-0.297 2.453-1.172 2.453-0.609 0-1.281-1.484-1.5-1.891-0.016-0.016-0.031-0.016-0.047-0.016l-0.078 0.063c-0.5 1.297-1.047 2.516-2.063 3.484 0.891 0.859 2.328 0.781 2.594 2.266-0.078 0.172-0.047 0.359-0.172 0.531-0.891 1.344-3.281 1.516-4.719 1.516-1.906 0-3.453-0.5-5.25-1.031-0.375-0.109-0.938-0.047-1.344-0.094-0.953 1.047-3.281 1.328-4.625 1.328-1.188 0-5.781-0.078-5.781-2.109 0-0.875 0.187-1.125 0.797-1.687 0.484-0.094 0.844-0.359 1.406-0.391 0.078 0 0.141-0.016 0.219-0.031 0.016-0.016 0.031-0.016 0.031-0.063l-0.031-0.047c-1.078-0.25-2.594-2.969-2.828-4.094l-0.078-0.047c-0.109 0-0.156 0.234-0.187 0.313-0.344 0.797-1.156 1.656-2.063 1.75h-0.016c-0.125 0-0.078-0.125-0.172-0.156-0.219-0.516-0.359-0.984-0.359-1.563 0-3.125 1.5-5.437 3.938-7.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wechat\" viewBox=\"0 0 32 28\">\n<title>wechat</title>\n<path d=\"M9.063 7.203c0-0.859-0.562-1.422-1.422-1.422-0.844 0-1.703 0.562-1.703 1.422 0 0.844 0.859 1.406 1.703 1.406 0.859 0 1.422-0.562 1.422-1.406zM20.672 15.125c0-0.562-0.562-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.859 0 1.422-0.562 1.422-1.141zM16.984 7.203c0-0.859-0.562-1.422-1.406-1.422-0.859 0-1.703 0.562-1.703 1.422 0 0.844 0.844 1.406 1.703 1.406 0.844 0 1.406-0.562 1.406-1.406zM26.906 15.125c0-0.562-0.578-1.125-1.422-1.125-0.562 0-1.125 0.562-1.125 1.125 0 0.578 0.562 1.141 1.125 1.141 0.844 0 1.422-0.562 1.422-1.141zM22.75 8.922c-0.359-0.047-0.719-0.063-1.094-0.063-5.375 0-9.625 4.016-9.625 8.953 0 0.828 0.125 1.625 0.359 2.375-0.359 0.031-0.703 0.047-1.062 0.047-1.422 0-2.547-0.281-3.969-0.562l-3.953 1.984 1.125-3.406c-2.828-1.984-4.531-4.547-4.531-7.656 0-5.391 5.094-9.625 11.328-9.625 5.563 0 10.453 3.391 11.422 7.953zM32 17.687c0 2.547-1.687 4.813-3.969 6.516l0.859 2.828-3.109-1.703c-1.141 0.281-2.281 0.578-3.406 0.578-5.391 0-9.625-3.687-9.625-8.219s4.234-8.219 9.625-8.219c5.094 0 9.625 3.687 9.625 8.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane\" viewBox=\"0 0 28 28\">\n<title>paper-plane</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-7.078-2.891-3.781 4.609c-0.187 0.234-0.469 0.359-0.766 0.359-0.109 0-0.234-0.016-0.344-0.063-0.391-0.141-0.656-0.516-0.656-0.938v-5.453l13.5-16.547-16.703 14.453-6.172-2.531c-0.359-0.141-0.594-0.469-0.625-0.859-0.016-0.375 0.172-0.734 0.5-0.922l26-15c0.156-0.094 0.328-0.141 0.5-0.141 0.203 0 0.406 0.063 0.562 0.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paper-plane-o\" viewBox=\"0 0 28 28\">\n<title>paper-plane-o</title>\n<path d=\"M27.563 0.172c0.328 0.234 0.484 0.609 0.422 1l-4 24c-0.047 0.297-0.234 0.547-0.5 0.703-0.141 0.078-0.313 0.125-0.484 0.125-0.125 0-0.25-0.031-0.375-0.078l-8.234-3.359-4.656 5.109c-0.187 0.219-0.453 0.328-0.734 0.328-0.125 0-0.25-0.016-0.359-0.063-0.391-0.156-0.641-0.531-0.641-0.938v-7.063l-7.375-3.016c-0.359-0.141-0.594-0.469-0.625-0.859-0.031-0.375 0.172-0.734 0.5-0.922l26-15c0.328-0.203 0.75-0.187 1.062 0.031zM22.219 23.594l3.453-20.672-22.406 12.922 5.25 2.141 13.484-9.984-7.469 12.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-history\" viewBox=\"0 0 24 28\">\n<title>history</title>\n<path d=\"M24 14c0 6.609-5.391 12-12 12-3.578 0-6.953-1.578-9.234-4.328-0.156-0.203-0.141-0.5 0.031-0.672l2.141-2.156c0.109-0.094 0.25-0.141 0.391-0.141 0.141 0.016 0.281 0.078 0.359 0.187 1.531 1.984 3.828 3.109 6.312 3.109 4.406 0 8-3.594 8-8s-3.594-8-8-8c-2.047 0-3.984 0.781-5.437 2.141l2.141 2.156c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-7c-0.547 0-1-0.453-1-1v-7c0-0.406 0.25-0.766 0.625-0.922 0.359-0.156 0.797-0.078 1.078 0.219l2.031 2.016c2.203-2.078 5.187-3.313 8.266-3.313 6.609 0 12 5.391 12 12zM14 9.5v7c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-5.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-circle-thin\" viewBox=\"0 0 24 28\">\n<title>circle-thin</title>\n<path d=\"M12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-header\" viewBox=\"0 0 28 28\">\n<title>header</title>\n<path d=\"M26.281 26c-1.375 0-2.766-0.109-4.156-0.109-1.375 0-2.75 0.109-4.125 0.109-0.531 0-0.781-0.578-0.781-1.031 0-1.391 1.563-0.797 2.375-1.328 0.516-0.328 0.516-1.641 0.516-2.188l-0.016-6.109c0-0.172 0-0.328-0.016-0.484-0.25-0.078-0.531-0.063-0.781-0.063h-10.547c-0.266 0-0.547-0.016-0.797 0.063-0.016 0.156-0.016 0.313-0.016 0.484l-0.016 5.797c0 0.594 0 2.219 0.578 2.562 0.812 0.5 2.656-0.203 2.656 1.203 0 0.469-0.219 1.094-0.766 1.094-1.453 0-2.906-0.109-4.344-0.109-1.328 0-2.656 0.109-3.984 0.109-0.516 0-0.75-0.594-0.75-1.031 0-1.359 1.437-0.797 2.203-1.328 0.5-0.344 0.516-1.687 0.516-2.234l-0.016-0.891v-12.703c0-0.75 0.109-3.156-0.594-3.578-0.781-0.484-2.453 0.266-2.453-1.141 0-0.453 0.203-1.094 0.75-1.094 1.437 0 2.891 0.109 4.328 0.109 1.313 0 2.641-0.109 3.953-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.344-1.547 0.688-2.312 1.172-0.547 0.328-0.547 1.937-0.547 2.5l0.016 5c0 0.172 0 0.328 0.016 0.5 0.203 0.047 0.406 0.047 0.609 0.047h10.922c0.187 0 0.391 0 0.594-0.047 0.016-0.172 0.016-0.328 0.016-0.5l0.016-5c0-0.578 0-2.172-0.547-2.5-0.781-0.469-2.344 0.156-2.344-1.172 0-0.469 0.219-1.094 0.781-1.094 1.375 0 2.75 0.109 4.125 0.109 1.344 0 2.688-0.109 4.031-0.109 0.562 0 0.781 0.625 0.781 1.094 0 1.359-1.609 0.672-2.391 1.156-0.531 0.344-0.547 1.953-0.547 2.516l0.016 14.734c0 0.516 0.031 1.875 0.531 2.188 0.797 0.5 2.484-0.141 2.484 1.219 0 0.453-0.203 1.094-0.75 1.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paragraph\" viewBox=\"0 0 20 28\">\n<title>paragraph</title>\n<path d=\"M19.969 2.953v1.141c0 0.531-0.422 1.453-0.953 1.453-0.266 0-0.578-0.047-0.844 0.016-0.25 0.063-0.438 0.234-0.5 0.484-0.078 0.297-0.047 0.672-0.047 1v18c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-19.031h-2.234v19.031c0 0.531-0.422 0.953-0.953 0.953h-1.687c-0.531 0-0.953-0.422-0.953-0.953v-7.75c-1.516-0.125-2.812-0.438-3.828-0.922-1.313-0.609-2.312-1.547-3-2.797-0.656-1.203-1-2.562-1-4.047 0-1.734 0.469-3.234 1.375-4.469 0.922-1.234 2.016-2.063 3.266-2.484 1.172-0.391 3.641-0.578 6.516-0.578h7.484c0.531 0 0.953 0.422 0.953 0.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sliders\" viewBox=\"0 0 24 28\">\n<title>sliders</title>\n<path d=\"M5.5 22v2h-5.5v-2h5.5zM11 20c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM13.5 14v2h-13.5v-2h13.5zM3.5 6v2h-3.5v-2h3.5zM24 22v2h-11.5v-2h11.5zM9 4c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM19 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h4zM24 14v2h-3.5v-2h3.5zM24 6v2h-13.5v-2h13.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt\" viewBox=\"0 0 24 28\">\n<title>share-alt</title>\n<path d=\"M19 16c2.766 0 5 2.234 5 5s-2.234 5-5 5-5-2.234-5-5c0-0.172 0.016-0.359 0.031-0.531l-5.625-2.812c-0.891 0.828-2.094 1.344-3.406 1.344-2.766 0-5-2.234-5-5s2.234-5 5-5c1.313 0 2.516 0.516 3.406 1.344l5.625-2.812c-0.016-0.172-0.031-0.359-0.031-0.531 0-2.766 2.234-5 5-5s5 2.234 5 5-2.234 5-5 5c-1.313 0-2.516-0.516-3.406-1.344l-5.625 2.812c0.016 0.172 0.031 0.359 0.031 0.531s-0.016 0.359-0.031 0.531l5.625 2.812c0.891-0.828 2.094-1.344 3.406-1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-share-alt-square\" viewBox=\"0 0 24 28\">\n<title>share-alt-square</title>\n<path d=\"M20 18.672c0-1.844-1.5-3.344-3.328-3.344-0.875 0-1.672 0.344-2.266 0.906l-3.766-1.875c0.016-0.125 0.031-0.234 0.031-0.359s-0.016-0.234-0.031-0.359l3.766-1.875c0.594 0.562 1.391 0.906 2.266 0.906 1.828 0 3.328-1.5 3.328-3.344 0-1.828-1.5-3.328-3.328-3.328-1.844 0-3.344 1.5-3.344 3.328 0 0.125 0.016 0.234 0.031 0.359l-3.766 1.875c-0.594-0.547-1.391-0.891-2.266-0.891-1.828 0-3.328 1.484-3.328 3.328s1.5 3.328 3.328 3.328c0.875 0 1.672-0.344 2.266-0.891l3.766 1.875c-0.016 0.125-0.031 0.234-0.031 0.359 0 1.828 1.5 3.328 3.344 3.328 1.828 0 3.328-1.5 3.328-3.328zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bomb\" viewBox=\"0 0 28 28\">\n<title>bomb</title>\n<path d=\"M8.922 9.203c-0.203-0.516-0.781-0.75-1.297-0.547-2.25 0.906-4.062 2.719-4.969 4.969-0.203 0.516 0.031 1.094 0.547 1.297 0.125 0.047 0.25 0.078 0.375 0.078 0.406 0 0.766-0.234 0.938-0.625 0.703-1.75 2.109-3.156 3.859-3.859 0.516-0.219 0.766-0.797 0.547-1.313zM23.641 3.641l0.719 0.719-3.813 3.797 1.062 1.062c0.391 0.391 0.391 1.031 0 1.422l-1 1c0.875 1.578 1.391 3.406 1.391 5.359 0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11c1.953 0 3.781 0.516 5.359 1.391l1-1c0.391-0.391 1.031-0.391 1.422 0l1.062 1.062zM23.766 2.766c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156l-1.422-1.406c-0.187-0.203-0.187-0.516 0-0.719 0.203-0.187 0.516-0.187 0.719 0l1.406 1.422c0.203 0.187 0.203 0.516 0 0.703zM27.359 6.359c-0.109 0.094-0.234 0.141-0.359 0.141s-0.25-0.047-0.359-0.141l-1.406-1.422c-0.203-0.187-0.203-0.516 0-0.703 0.187-0.203 0.516-0.203 0.703 0l1.422 1.406c0.187 0.203 0.187 0.516 0 0.719zM28 3.5c0 0.281-0.219 0.5-0.5 0.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5s0.219-0.5 0.5-0.5h1.5c0.281 0 0.5 0.219 0.5 0.5zM25 0.5v1.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5v-1.5c0-0.281 0.219-0.5 0.5-0.5s0.5 0.219 0.5 0.5zM27.359 1.359l-1.422 1.406c-0.094 0.094-0.219 0.156-0.344 0.156-0.141 0-0.266-0.063-0.359-0.156-0.203-0.187-0.203-0.516 0-0.703l1.406-1.422c0.203-0.187 0.516-0.187 0.719 0 0.187 0.203 0.187 0.516 0 0.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-futbol-o\" viewBox=\"0 0 28 28\">\n<title>futbol-o</title>\n<path d=\"M9.516 12.75l4.484-3.25 4.484 3.25-1.703 5.25h-5.547zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM23.672 21.094c1.469-2 2.328-4.438 2.328-7.094v-0.047l-1.594 1.391-3.75-3.5 0.984-5.047 2.094 0.187c-1.484-2.047-3.609-3.625-6.078-4.406l0.828 1.937-4.484 2.484-4.484-2.484 0.828-1.937c-2.469 0.781-4.594 2.359-6.078 4.406l2.109-0.187 0.969 5.047-3.75 3.5-1.594-1.391v0.047c0 2.656 0.859 5.094 2.328 7.094l0.469-2.063 5.094 0.625 2.172 4.656-1.813 1.078c1.172 0.391 2.438 0.609 3.75 0.609s2.578-0.219 3.75-0.609l-1.813-1.078 2.172-4.656 5.094-0.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tty\" viewBox=\"0 0 28 28\">\n<title>tty</title>\n<path d=\"M7 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM4 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM13 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM10 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM1.031 12c-0.578 0-1.031-0.453-1.031-1.016v-2.016h8.031v2.016c0 0.562-0.453 1.016-1.016 1.016h-5.984zM19 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM16 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM25 20.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.125v0.203h-8.031v-0.156c0-0.578-0.5-1.625-5.969-1.594-5.469 0.016-5.969 1.016-5.969 1.594v0.156h-8.031v-0.203c0-1.047 1.875-6.125 14-6.125 12.109 0 14 5.078 14 6.125zM28 14.5v3c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-3c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 8.969v2.016c0 0.562-0.453 1.016-1.016 1.016h-6c-0.562 0-1.016-0.453-1.016-1.016v-2.016h8.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-binoculars\" viewBox=\"0 0 28 28\">\n<title>binoculars</title>\n<path d=\"M11 5v12c0 0.547-0.453 1-1 1v0 9c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-8l3.891-13.641c0.063-0.219 0.266-0.359 0.484-0.359h6.625zM16 5v11h-4v-11h4zM28 19v8c0 0.547-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1v-9c-0.547 0-1-0.453-1-1v-12h6.625c0.219 0 0.422 0.141 0.484 0.359zM11.5 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5zM22 0.5v3.5h-5.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-plug\" viewBox=\"0 0 28 28\">\n<title>plug</title>\n<path d=\"M27.422 7.078c0.766 0.781 0.766 2.047 0 2.828l-6.266 6.25 2.344 2.344-2.5 2.5c-3.422 3.422-8.641 3.906-12.516 1.344l-5.656 5.656h-2.828v-2.828l5.656-5.656c-2.562-3.875-2.078-9.094 1.344-12.516l2.5-2.5 2.344 2.344 6.25-6.266c0.781-0.766 2.047-0.766 2.828 0 0.781 0.781 0.781 2.063 0 2.828l-6.25 6.266 3.656 3.656 6.266-6.25c0.781-0.781 2.047-0.781 2.828 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-slideshare\" viewBox=\"0 0 28 28\">\n<title>slideshare</title>\n<path d=\"M13.641 11.562c0 1.734-1.516 3.156-3.375 3.156s-3.375-1.422-3.375-3.156c0-1.75 1.516-3.156 3.375-3.156s3.375 1.406 3.375 3.156zM21.484 11.562c0 1.734-1.5 3.156-3.375 3.156-1.859 0-3.375-1.422-3.375-3.156 0-1.75 1.516-3.156 3.375-3.156 1.875 0 3.375 1.406 3.375 3.156zM25 14.375v-10.422c0-1.797-0.578-2.5-2.234-2.5h-17.375c-1.734 0-2.219 0.594-2.219 2.5v10.516c3.703 1.937 6.875 1.594 8.609 1.531 0.734-0.016 1.203 0.125 1.484 0.422 0.047 0.047 0.094 0.094 0.156 0.141 0.328 0.313 0.641 0.562 0.953 0.797 0.063-0.859 0.547-1.406 1.844-1.359 1.766 0.078 5.016 0.422 8.781-1.625zM27.547 14.297c-1 1.234-2.906 2.75-5.812 3.938 3.078 10.484-7.516 12.156-7.344 6.781 0 0.094-0.016-2.891-0.016-5.109-0.234-0.047-0.469-0.109-0.75-0.172 0 2.234-0.016 5.375-0.016 5.281 0.172 5.375-10.422 3.703-7.344-6.781-2.906-1.188-4.813-2.703-5.812-3.938-0.5-0.75 0.047-1.547 0.875-0.969 0.109 0.078 0.234 0.156 0.344 0.234v-10.844c0-1.5 1.125-2.719 2.516-2.719h19.641c1.391 0 2.516 1.219 2.516 2.719v10.844l0.328-0.234c0.828-0.578 1.375 0.219 0.875 0.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-twitch\" viewBox=\"0 0 28 28\">\n<title>twitch</title>\n<path d=\"M14 6.781v6.781h-2.266v-6.781h2.266zM20.219 6.781v6.781h-2.266v-6.781h2.266zM20.219 18.656l3.953-3.969v-12.422h-18.656v16.391h5.094v3.391l3.391-3.391h6.219zM26.437 0v15.828l-6.781 6.781h-5.094l-3.391 3.391h-3.391v-3.391h-6.219v-18.094l1.703-4.516h23.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yelp\" viewBox=\"0 0 24 28\">\n<title>yelp</title>\n<path d=\"M12.078 20.609v1.984c-0.016 4.406-0.016 4.562-0.094 4.766-0.125 0.328-0.406 0.547-0.797 0.625-1.125 0.187-4.641-1.109-5.375-1.984-0.156-0.172-0.234-0.375-0.266-0.562-0.016-0.141 0.016-0.281 0.063-0.406 0.078-0.219 0.219-0.391 3.359-4.109 0 0 0.016 0 0.938-1.094 0.313-0.391 0.875-0.516 1.391-0.328 0.516 0.203 0.797 0.641 0.781 1.109zM9.75 16.688c-0.031 0.547-0.344 0.953-0.812 1.094l-1.875 0.609c-4.203 1.344-4.344 1.375-4.562 1.375-0.344-0.016-0.656-0.219-0.844-0.562-0.125-0.25-0.219-0.672-0.266-1.172-0.172-1.531 0.031-3.828 0.484-4.547 0.219-0.344 0.531-0.516 0.875-0.5 0.234 0 0.422 0.094 4.953 1.937 0 0-0.016 0.016 1.313 0.531 0.469 0.187 0.766 0.672 0.734 1.234zM22.656 21.328c-0.156 1.125-2.484 4.078-3.547 4.5-0.359 0.141-0.719 0.109-0.984-0.109-0.187-0.141-0.375-0.422-2.875-4.484l-0.734-1.203c-0.281-0.438-0.234-1 0.125-1.437 0.344-0.422 0.844-0.562 1.297-0.406 0 0 0.016 0.016 1.859 0.625 4.203 1.375 4.344 1.422 4.516 1.563 0.281 0.219 0.406 0.547 0.344 0.953zM12.156 11.453c0.078 1.625-0.609 1.828-0.844 1.906-0.219 0.063-0.906 0.266-1.781-1.109-5.75-9.078-5.906-9.344-5.906-9.344-0.078-0.328 0.016-0.688 0.297-0.969 0.859-0.891 5.531-2.203 6.75-1.891 0.391 0.094 0.672 0.344 0.766 0.703 0.063 0.391 0.625 8.813 0.719 10.703zM22.5 13.141c0.031 0.391-0.109 0.719-0.406 0.922-0.187 0.125-0.375 0.187-5.141 1.344-0.766 0.172-1.188 0.281-1.422 0.359l0.016-0.031c-0.469 0.125-1-0.094-1.297-0.562s-0.281-0.984 0-1.359c0 0 0.016-0.016 1.172-1.594 2.562-3.5 2.688-3.672 2.875-3.797 0.297-0.203 0.656-0.203 1.016-0.031 1.016 0.484 3.063 3.531 3.187 4.703v0.047z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-newspaper-o\" viewBox=\"0 0 32 28\">\n<title>newspaper-o</title>\n<path d=\"M16 8h-6v6h6v-6zM18 18v2h-10v-2h10zM18 6v10h-10v-10h10zM28 18v2h-8v-2h8zM28 14v2h-8v-2h8zM28 10v2h-8v-2h8zM28 6v2h-8v-2h8zM4 21v-15h-2v15c0 0.547 0.453 1 1 1s1-0.453 1-1zM30 21v-17h-24v17c0 0.344-0.063 0.688-0.172 1h23.172c0.547 0 1-0.453 1-1zM32 2v19c0 1.656-1.344 3-3 3h-26c-1.656 0-3-1.344-3-3v-17h4v-2h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wifi\" viewBox=\"0 0 32 28\">\n<title>wifi</title>\n<path d=\"M16 23.797c-0.406 0-2.594-2.188-2.594-2.609 0-0.766 2-1.188 2.594-1.188s2.594 0.422 2.594 1.188c0 0.422-2.188 2.609-2.594 2.609zM20.219 19.563c-0.219 0-1.922-1.563-4.219-1.563-2.312 0-3.984 1.563-4.219 1.563-0.375 0-2.641-2.25-2.641-2.625 0-0.141 0.063-0.266 0.156-0.359 1.672-1.656 4.391-2.578 6.703-2.578s5.031 0.922 6.703 2.578c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.641 2.625zM24.484 15.313c-0.125 0-0.266-0.063-0.359-0.125-2.578-2-4.75-3.187-8.125-3.187-4.719 0-8.313 3.313-8.484 3.313-0.359 0-2.609-2.25-2.609-2.625 0-0.125 0.063-0.25 0.156-0.344 2.797-2.797 7.016-4.344 10.938-4.344s8.141 1.547 10.938 4.344c0.094 0.094 0.156 0.219 0.156 0.344 0 0.375-2.25 2.625-2.609 2.625zM28.719 11.078c-0.125 0-0.25-0.063-0.344-0.141-3.609-3.172-7.5-4.937-12.375-4.937s-8.766 1.766-12.375 4.937c-0.094 0.078-0.219 0.141-0.344 0.141-0.359 0-2.625-2.25-2.625-2.625 0-0.141 0.063-0.266 0.156-0.359 3.953-3.922 9.656-6.094 15.188-6.094s11.234 2.172 15.188 6.094c0.094 0.094 0.156 0.219 0.156 0.359 0 0.375-2.266 2.625-2.625 2.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calculator\" viewBox=\"0 0 26 28\">\n<title>calculator</title>\n<path d=\"M6 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 24c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM6 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM18 18c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM12 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 24v-6c0-1.094-0.906-2-2-2v0c-1.094 0-2 0.906-2 2v6c0 1.094 0.906 2 2 2v0c1.094 0 2-0.906 2-2zM18 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM24 7v-4c0-0.547-0.453-1-1-1h-20c-0.547 0-1 0.453-1 1v4c0 0.547 0.453 1 1 1h20c0.547 0 1-0.453 1-1zM24 12c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM26 2v24c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-24c0-1.094 0.906-2 2-2h22c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paypal\" viewBox=\"0 0 24 28\">\n<title>paypal</title>\n<path d=\"M23.734 10.094v0c0.203 0.938 0.156 2.016-0.063 3.187-1.016 5.156-4.438 6.937-8.828 6.937h-0.688c-0.531 0-0.969 0.391-1.062 0.922l-0.063 0.297-0.859 5.406-0.031 0.234c-0.109 0.531-0.547 0.922-1.078 0.922h-3.922c-0.438 0-0.719-0.359-0.656-0.797 0.281-1.75 0.547-3.5 0.828-5.25s0.562-3.484 0.844-5.234c0.047-0.375 0.297-0.578 0.672-0.578 0.625 0 1.25-0.016 2.047 0 1.125 0.016 2.422-0.047 3.687-0.328 1.687-0.375 3.219-1.062 4.484-2.25 1.141-1.062 1.906-2.375 2.422-3.844 0.234-0.688 0.422-1.375 0.547-2.078 0.031-0.187 0.078-0.156 0.187-0.078 0.859 0.641 1.344 1.5 1.531 2.531zM21.047 5.688c0 1.281-0.297 2.5-0.719 3.687-0.812 2.359-2.344 4.047-4.719 4.922-1.266 0.453-2.594 0.641-3.938 0.656-0.938 0.016-1.875 0-2.812 0-1.016 0-1.656 0.5-1.844 1.5-0.219 1.188-1.078 6.719-1.328 8.281-0.016 0.109-0.063 0.156-0.187 0.156h-4.609c-0.469 0-0.812-0.406-0.75-0.859l3.625-22.984c0.094-0.594 0.625-1.047 1.234-1.047h9.344c0.672 0 2.219 0.297 3.266 0.703 2.219 0.859 3.437 2.609 3.437 4.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-wallet\" viewBox=\"0 0 28 28\">\n<title>google-wallet</title>\n<path d=\"M6.891 10.5c0.313 0 0.625 0.156 0.812 0.406 2.734 3.734 4.641 7.734 5.656 12.094h-6.969c-1.25-4.344-3.094-8.313-5.734-11.703-0.25-0.328 0-0.797 0.406-0.797h5.828zM15.625 16.078c-0.516 2.109-1.172 4.156-1.953 6.141-0.828-3.266-2.156-6.328-4-9.281 0.406-2.266 0.641-4.594 0.688-7.016 2.203 3.547 3.953 6.922 5.266 10.156zM17.172 5c4.672 6.438 8.141 14.375 8.891 23h-7.047c-0.516-8.344-4.359-16.25-8.641-23h6.797zM28 14c0 4.344-0.594 8.906-1.578 12.688-0.688-5.781-2.594-11.531-5.609-16.922-0.266-3.156-0.828-6.219-1.656-9.125-0.078-0.328 0.156-0.641 0.484-0.641h5.609c0.438 0 0.844 0.297 0.953 0.719 1.188 4.219 1.797 8.687 1.797 13.281z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-visa\" viewBox=\"0 0 36 28\">\n<title>cc-visa</title>\n<path d=\"M30.859 15.469h-2.156c0 0 0.219-0.578 1.031-2.797-0.016 0.016 0.219-0.578 0.344-0.953l0.187 0.859c0.484 2.391 0.594 2.891 0.594 2.891zM8.297 14.453l-0.906-4.609c-0.125-0.641-0.609-0.844-1.172-0.844h-4.188l-0.031 0.203c2.875 0.734 5.234 2.297 6.297 5.25zM11.094 9l-2.531 6.844-0.266-1.391c-0.547-1.453-1.875-2.797-3.375-3.406l2.109 7.969h2.734l4.078-10.016h-2.75zM13.266 19.031h2.594l1.625-10.031h-2.594zM25.266 9.25c-0.516-0.203-1.328-0.422-2.328-0.422-2.562 0-4.359 1.359-4.375 3.313-0.016 1.437 1.281 2.234 2.266 2.719 1.016 0.484 1.344 0.812 1.344 1.25 0 0.672-0.812 0.969-1.547 0.969-1.047 0-1.609-0.125-2.438-0.516l-0.344-0.172-0.359 2.25c0.609 0.281 1.719 0.531 2.891 0.531 2.719 0.016 4.484-1.344 4.516-3.422 0-1.141-0.703-2-2.188-2.719-0.906-0.453-1.453-0.781-1.453-1.25 0-0.422 0.469-0.859 1.484-0.859 0.844-0.016 1.469 0.156 1.937 0.375l0.234 0.125zM31.906 9h-2c-0.625 0-1.094 0.187-1.359 0.844l-3.844 9.188h2.719c0.438-1.234 0.547-1.5 0.547-1.5h3.313c0 0 0.078 0.344 0.313 1.5h2.406zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-mastercard\" viewBox=\"0 0 36 28\">\n<title>cc-mastercard</title>\n<path d=\"M17.484 5.328c-1.297-0.859-2.828-1.328-4.391-1.328-4.391 0-7.953 3.563-7.953 7.938 0 4.391 3.563 7.953 7.953 7.953 1.563 0 3.094-0.469 4.391-1.328-4.188-3.406-4.156-9.828 0-13.234zM18 5.703c-4.031 3.172-4.047 9.328 0 12.484 4.047-3.156 4.031-9.312 0-12.484zM18.516 5.328c4.141 3.406 4.203 9.844 0 13.234 1.297 0.859 2.844 1.328 4.391 1.328 4.391 0 7.953-3.563 7.953-7.953 0-4.375-3.563-7.938-7.953-7.938-1.563 0-3.094 0.469-4.391 1.328zM30.094 16.609h0.109v-0.047h-0.266v0.047h0.109v0.266h0.047v-0.266zM30.547 16.875h0.063v-0.313h-0.078l-0.094 0.203-0.094-0.203h-0.078v0.313h0.047v-0.234l0.094 0.203h0.063l0.078-0.203v0.234zM30.422 23.75v0.031h-0.078v-0.047h0.078v0.016zM30.422 23.891h0.047l-0.063-0.078c0.031 0 0.031-0.016 0.047-0.016 0.016-0.016 0.016-0.031 0.016-0.047s0-0.031-0.016-0.047c-0.016 0-0.031-0.016-0.063-0.016h-0.094v0.203h0.047v-0.078h0.016zM10.703 22.828c0-0.375 0.234-0.672 0.641-0.672 0.375 0 0.625 0.297 0.625 0.672 0 0.391-0.25 0.672-0.625 0.672-0.406 0-0.641-0.297-0.641-0.672zM18.094 22.141c0.297 0 0.5 0.172 0.547 0.5h-1.094c0.047-0.297 0.234-0.5 0.547-0.5zM23.656 22.828c0-0.375 0.234-0.672 0.625-0.672s0.641 0.297 0.641 0.672c0 0.391-0.25 0.672-0.641 0.672s-0.625-0.297-0.625-0.672zM27.906 22.828c0-0.375 0.25-0.672 0.641-0.672 0.375 0 0.641 0.297 0.641 0.672 0 0.391-0.266 0.672-0.641 0.672-0.391 0-0.641-0.297-0.641-0.672zM30.375 23.953c-0.016 0-0.031 0-0.063-0.016-0.016 0-0.031-0.016-0.047-0.031s-0.031-0.031-0.031-0.047-0.016-0.047-0.016-0.063 0-0.047 0.016-0.063c0-0.031 0.016-0.047 0.031-0.063s0.031-0.016 0.047-0.031 0.047-0.016 0.063-0.016 0.047 0 0.063 0.016 0.047 0.016 0.063 0.031 0.016 0.031 0.031 0.063c0 0.016 0.016 0.031 0.016 0.063 0 0.016-0.016 0.031-0.016 0.063-0.016 0.016-0.016 0.031-0.031 0.047s-0.031 0.031-0.063 0.031c-0.016 0.016-0.031 0.016-0.063 0.016zM9.359 23.891h0.469v-1.328c0-0.5-0.328-0.828-0.844-0.844-0.266 0-0.547 0.078-0.734 0.375-0.141-0.234-0.375-0.375-0.703-0.375-0.219 0-0.438 0.078-0.609 0.313v-0.25h-0.469v2.109h0.469v-1.172c0-0.375 0.203-0.562 0.516-0.562s0.469 0.203 0.469 0.562v1.172h0.453v-1.172c0-0.375 0.219-0.562 0.516-0.562 0.313 0 0.469 0.203 0.469 0.562v1.172zM11.953 23.891h0.453v-2.109h-0.453v0.25c-0.156-0.187-0.375-0.313-0.672-0.313-0.594 0-1.047 0.469-1.047 1.109s0.453 1.109 1.047 1.109c0.297 0 0.516-0.109 0.672-0.313v0.266zM14.734 23.25c0-0.375-0.281-0.562-0.734-0.625l-0.219-0.031c-0.203-0.031-0.359-0.078-0.359-0.219s0.141-0.234 0.391-0.234c0.281 0 0.531 0.094 0.672 0.172l0.187-0.375c-0.219-0.141-0.516-0.219-0.859-0.219-0.531 0-0.875 0.266-0.875 0.688 0 0.344 0.25 0.547 0.734 0.609l0.203 0.031c0.266 0.047 0.375 0.109 0.375 0.219 0 0.172-0.172 0.266-0.484 0.266s-0.547-0.109-0.703-0.219l-0.203 0.359c0.25 0.172 0.562 0.266 0.906 0.266 0.609 0 0.969-0.281 0.969-0.688zM16.766 23.781l-0.125-0.391c-0.141 0.078-0.281 0.109-0.406 0.109-0.234 0-0.297-0.141-0.297-0.344v-0.953h0.75v-0.422h-0.75v-0.641h-0.469v0.641h-0.438v0.422h0.438v0.953c0 0.484 0.187 0.781 0.734 0.781 0.187 0 0.422-0.063 0.562-0.156zM18.109 21.719c-0.609 0-1.047 0.453-1.047 1.109 0 0.672 0.453 1.109 1.078 1.109 0.313 0 0.609-0.078 0.859-0.297l-0.219-0.344c-0.172 0.141-0.406 0.234-0.609 0.234-0.297 0-0.562-0.141-0.641-0.516h1.578v-0.187c0-0.656-0.406-1.109-1-1.109zM20.594 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.469v2.109h0.469v-1.188c0-0.344 0.141-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.109-0.047-0.234-0.063-0.328-0.063zM21.063 22.828c0 0.641 0.438 1.109 1.125 1.109 0.313 0 0.531-0.063 0.75-0.25l-0.219-0.375c-0.172 0.125-0.344 0.203-0.547 0.187-0.375 0-0.641-0.266-0.641-0.672s0.266-0.672 0.641-0.672c0.203 0 0.375 0.063 0.547 0.187l0.219-0.375c-0.219-0.172-0.438-0.25-0.75-0.25-0.688 0-1.125 0.469-1.125 1.109zM24.891 23.891h0.469v-2.109h-0.469v0.25c-0.141-0.187-0.359-0.313-0.656-0.313-0.594 0-1.062 0.469-1.062 1.109s0.469 1.109 1.062 1.109c0.297 0 0.516-0.109 0.656-0.313v0.266zM26.969 21.719c-0.266 0-0.438 0.125-0.547 0.313v-0.25h-0.453v2.109h0.453v-1.188c0-0.344 0.156-0.547 0.453-0.547 0.094 0 0.187 0.016 0.281 0.063l0.141-0.438c-0.094-0.047-0.234-0.063-0.328-0.063zM29.156 23.891h0.453v-2.969h-0.453v1.109c-0.141-0.187-0.359-0.313-0.672-0.313-0.578 0-1.047 0.469-1.047 1.109s0.469 1.109 1.047 1.109c0.313 0 0.531-0.109 0.672-0.313v0.266zM30.375 23.578c-0.016 0-0.047 0.016-0.078 0.016-0.031 0.016-0.047 0.031-0.063 0.047-0.031 0.016-0.047 0.047-0.047 0.063-0.016 0.031-0.016 0.063-0.016 0.094 0 0.016 0 0.047 0.016 0.078 0 0.016 0.016 0.047 0.047 0.063 0.016 0.016 0.031 0.031 0.063 0.047s0.063 0.016 0.078 0.016c0.031 0 0.063 0 0.094-0.016 0.016-0.016 0.047-0.031 0.063-0.047s0.031-0.047 0.047-0.063c0.016-0.031 0.016-0.063 0.016-0.078 0-0.031 0-0.063-0.016-0.094-0.016-0.016-0.031-0.047-0.047-0.063s-0.047-0.031-0.063-0.047c-0.031 0-0.063-0.016-0.094-0.016zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-discover\" viewBox=\"0 0 36 28\">\n<title>cc-discover</title>\n<path d=\"M4.891 12.141c0 0.5-0.203 0.984-0.562 1.313-0.313 0.281-0.734 0.406-1.391 0.406h-0.266v-3.437h0.266c0.656 0 1.062 0.109 1.391 0.422 0.359 0.313 0.562 0.797 0.562 1.297zM32.641 11.125c0 0.531-0.344 0.812-1 0.812h-0.297v-1.578h0.313c0.641 0 0.984 0.266 0.984 0.766zM5.938 12.141c0-1.531-1.141-2.609-2.797-2.609h-1.484v5.203h1.484c0.781 0 1.359-0.172 1.859-0.594 0.594-0.5 0.938-1.234 0.938-2zM6.406 14.734h1.016v-5.203h-1.016v5.203zM11.406 13.156c0-0.828-0.344-1.203-1.5-1.625-0.609-0.219-0.781-0.375-0.781-0.656 0-0.328 0.313-0.578 0.75-0.578 0.313 0 0.562 0.125 0.828 0.422l0.531-0.688c-0.438-0.391-0.969-0.578-1.531-0.578-0.922 0-1.625 0.641-1.625 1.484 0 0.719 0.328 1.094 1.281 1.437 0.391 0.141 0.594 0.219 0.703 0.297 0.203 0.125 0.297 0.313 0.297 0.531 0 0.422-0.328 0.734-0.781 0.734-0.484 0-0.875-0.234-1.109-0.688l-0.656 0.625c0.469 0.688 1.031 1 1.797 1 1.062 0 1.797-0.703 1.797-1.719zM15.75 14.562v-1.203c-0.406 0.406-0.766 0.578-1.219 0.578-1.031 0-1.75-0.75-1.75-1.797 0-1 0.75-1.797 1.703-1.797 0.484 0 0.844 0.172 1.266 0.594v-1.203c-0.438-0.219-0.812-0.313-1.25-0.313-1.531 0-2.766 1.203-2.766 2.719 0 1.531 1.203 2.719 2.75 2.719 0.438 0 0.812-0.078 1.266-0.297zM35 24v-8.234c-2.5 1.563-11.297 6.563-25.516 9.234h24.516c0.547 0 1-0.453 1-1zM21.703 12.172c0-1.563-1.266-2.828-2.828-2.828s-2.828 1.266-2.828 2.828 1.266 2.828 2.828 2.828 2.828-1.266 2.828-2.828zM24.078 14.875l2.25-5.344h-1.109l-1.406 3.5-1.391-3.5h-1.109l2.219 5.344h0.547zM26.781 14.734h2.875v-0.875h-1.859v-1.406h1.797v-0.875h-1.797v-1.156h1.859v-0.891h-2.875v5.203zM32.891 14.734h1.25l-1.641-2.188c0.766-0.156 1.188-0.672 1.188-1.469 0-0.984-0.672-1.547-1.844-1.547h-1.516v5.203h1.016v-2.078h0.141zM36 4.094v19.812c0 1.156-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.938-2.063-2.094v-19.812c0-1.156 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.938 2.063 2.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-amex\" viewBox=\"0 0 36 28\">\n<title>cc-amex</title>\n<path d=\"M1.859 10.656h1.391l-0.703-1.687zM11.562 18.875l1.156-1.234-1.094-1.234h-2.547v0.766h2.219v0.859h-2.219v0.844h2.484zM14.031 17.656l1.547 1.719v-3.391zM18.531 16.922c0-0.375-0.281-0.516-0.625-0.516h-1.313v1.078h1.297c0.359 0 0.641-0.172 0.641-0.562zM23.047 16.859c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.953h1.266c0.344 0 0.672-0.078 0.672-0.5zM18.703 9.578c0-0.391-0.344-0.453-0.656-0.453h-1.281v0.938h1.266c0.344 0 0.672-0.078 0.672-0.484zM25.875 10.656h1.391l-0.688-1.687zM10.922 8.234v4.234h-1.031v-3.313l-1.469 3.313h-0.891l-1.469-3.313v3.313h-2.063l-0.391-0.938h-2.109l-0.391 0.938h-1.094l1.813-4.234h1.5l1.719 4.016v-4.016h1.656l1.328 2.875 1.203-2.875h1.687zM19.609 16.922c0 1.703-1.859 1.422-3.016 1.422v1.422h-1.969l-1.25-1.406-1.297 1.406h-4v-4.234h4.062l1.25 1.391 1.281-1.391h3.234c0.953 0 1.703 0.328 1.703 1.391zM15.062 11.594v0.875h-3.391v-4.234h3.391v0.891h-2.375v0.766h2.312v0.859h-2.312v0.844h2.375zM36 20.328v3.578c0 1.141-0.922 2.094-2.063 2.094h-31.875c-1.141 0-2.063-0.953-2.063-2.094v-10.594h1.734l0.391-0.953h0.859l0.391 0.953h3.406v-0.719l0.297 0.719h1.766l0.313-0.734v0.734h8.453v-1.547l0.156-0.016c0.141 0 0.156 0.109 0.156 0.219v1.344h4.359v-0.359c1.016 0.531 2.406 0.359 3.469 0.359l0.391-0.953h0.875l0.391 0.953h3.547v-0.906l0.531 0.906h2.844v-5.906h-2.812v0.688l-0.391-0.688h-2.891v0.688l-0.359-0.688h-3.891c-0.578 0-1.188 0.063-1.703 0.344v-0.344h-2.688v0.344c-0.313-0.281-0.734-0.344-1.141-0.344h-9.812l-0.672 1.516-0.672-1.516h-3.094v0.688l-0.344-0.688h-2.641l-1.219 2.797v-6.109c0-1.141 0.922-2.094 2.063-2.094h31.875c1.141 0 2.063 0.953 2.063 2.094v10.594h-1.875c-0.438 0-0.906 0.078-1.266 0.344v-0.344h-2.766c-0.391 0-0.922 0.063-1.219 0.344v-0.344h-4.937v0.344c-0.375-0.266-0.922-0.344-1.359-0.344h-3.266v0.344c-0.328-0.313-1-0.344-1.422-0.344h-3.656l-0.844 0.906-0.781-0.906h-5.453v5.906h5.359l0.859-0.922 0.812 0.922h3.297v-1.391h0.328c0.469 0 0.953-0.016 1.406-0.203v1.594h2.719v-1.547h0.125c0.156 0 0.187 0.016 0.187 0.187v1.359h8.266c0.453 0 1.016-0.094 1.375-0.375v0.375h2.625c0.5 0 1.031-0.047 1.484-0.266zM24.156 16.672c0 0.469-0.25 0.938-0.719 1.125 0.562 0.203 0.672 0.578 0.672 1.125v0.844h-1.016v-0.703c0-0.719-0.234-0.844-0.906-0.844h-1.078v1.547h-1.016v-4.234h2.406c0.797 0 1.656 0.141 1.656 1.141zM19.828 9.375c0 0.484-0.266 0.953-0.719 1.141 0.578 0.203 0.672 0.562 0.672 1.125v0.828h-1.016c-0.016-0.906 0.219-1.531-0.906-1.531h-1.094v1.531h-1v-4.234l2.391 0.016c0.812 0 1.672 0.125 1.672 1.125zM28.094 18.891v0.875h-3.375v-4.234h3.375v0.875h-2.359v0.766h2.312v0.859h-2.312v0.844zM21.438 8.234v4.234h-1.031v-4.234h1.031zM32.266 18.422c0 1-0.688 1.344-1.594 1.344h-1.969v-0.906h1.969c0.25 0 0.531-0.063 0.531-0.391 0-0.906-2.609 0.344-2.609-1.672 0-0.859 0.656-1.266 1.437-1.266h2.031v0.891h-1.859c-0.266 0-0.562 0.047-0.562 0.391 0 0.922 2.625-0.422 2.625 1.609zM36 17.641v1.578c-0.297 0.438-0.875 0.547-1.375 0.547h-1.953v-0.906h1.953c0.25 0 0.516-0.078 0.516-0.391 0-0.891-2.609 0.344-2.609-1.672 0-0.859 0.672-1.266 1.453-1.266h2.016v0.891h-1.844c-0.281 0-0.562 0.047-0.562 0.391 0 0.75 1.766-0.016 2.406 0.828zM33.422 8.25v4.219h-1.437l-1.906-3.172v3.172h-2.063l-0.406-0.938h-2.094l-0.391 0.938h-1.172c-1.391 0-2.016-0.719-2.016-2.078 0-1.422 0.641-2.156 2.078-2.156h0.984v0.922c-1.062-0.016-2.031-0.25-2.031 1.203 0 0.719 0.172 1.219 0.984 1.219h0.453l1.437-3.328h1.516l1.703 4v-4h1.547l1.781 2.938v-2.938h1.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-paypal\" viewBox=\"0 0 36 28\">\n<title>cc-paypal</title>\n<path d=\"M11.641 14.156c0 0.766-0.609 1.344-1.375 1.344-0.578 0-1-0.328-1-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM23.906 11.828c0 0.938-0.562 1.125-1.375 1.125l-0.5 0.016 0.266-1.672c0.016-0.109 0.094-0.172 0.203-0.172h0.281c0.531 0 1.125 0.031 1.125 0.703zM29.391 14.156c0 0.766-0.609 1.344-1.359 1.344-0.578 0-1.016-0.328-1.016-0.938 0-0.766 0.594-1.375 1.359-1.375 0.578 0 1.016 0.359 1.016 0.969zM8.016 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.5c-0.156 0-0.313 0.125-0.328 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.188c0.172 0 0.328-0.125 0.344-0.297l0.281-1.719c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM12.844 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.359-0.531-0.891-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.562 0 1.266-0.25 1.656-0.688-0.031 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM19.828 12.25c0-0.109-0.094-0.219-0.203-0.219h-1.203c-0.109 0-0.219 0.063-0.281 0.156l-1.656 2.438-0.688-2.344c-0.047-0.141-0.187-0.25-0.344-0.25h-1.172c-0.109 0-0.203 0.109-0.203 0.219 0 0.078 1.219 3.609 1.328 3.938-0.172 0.234-1.281 1.687-1.281 1.875 0 0.109 0.094 0.203 0.203 0.203h1.203c0.109 0 0.219-0.063 0.281-0.156l3.984-5.75c0.031-0.031 0.031-0.063 0.031-0.109zM25.766 11.484c0-1.313-1.016-1.75-2.172-1.75h-2.484c-0.172 0-0.328 0.125-0.344 0.297l-1.016 6.375c-0.016 0.125 0.078 0.25 0.203 0.25h1.281c0.125 0 0.219-0.094 0.25-0.203l0.281-1.813c0.063-0.453 0.828-0.297 1.125-0.297 1.781 0 2.875-1.062 2.875-2.859zM30.594 16.359l0.641-4.078c0.016-0.125-0.078-0.25-0.203-0.25h-1.188c-0.234 0-0.25 0.344-0.266 0.516-0.344-0.531-0.875-0.625-1.484-0.625-1.531 0-2.703 1.344-2.703 2.828 0 1.219 0.766 2.016 1.984 2.016 0.578 0 1.281-0.25 1.656-0.688-0.016 0.094-0.063 0.234-0.063 0.328 0 0.141 0.063 0.25 0.203 0.25h1.078c0.172 0 0.313-0.125 0.344-0.297zM34 9.969v-0.016c0-0.125-0.094-0.219-0.203-0.219h-1.156c-0.094 0-0.187 0.078-0.203 0.172l-1.016 6.5-0.016 0.031c0 0.109 0.094 0.219 0.219 0.219h1.031c0.156 0 0.313-0.125 0.328-0.297zM6.125 12.063c-0.125 0.797-0.656 0.891-1.344 0.891l-0.516 0.016 0.266-1.672c0.016-0.109 0.109-0.172 0.203-0.172h0.297c0.703 0 1.234 0.094 1.094 0.938zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-stripe\" viewBox=\"0 0 36 28\">\n<title>cc-stripe</title>\n<path d=\"M24.953 14.109c0 0.719-0.109 1.266-0.328 1.656-0.187 0.344-0.484 0.547-0.812 0.547-0.234 0-0.453-0.047-0.641-0.141v-3.5c0.406-0.422 0.766-0.469 0.891-0.469 0.594 0 0.891 0.656 0.891 1.906zM31.797 13.547h-1.719c0.063-1.047 0.344-1.531 0.875-1.531s0.812 0.5 0.844 1.531zM7.438 15.656c0-1.313-0.797-1.859-2.094-2.328v0c-0.688-0.25-1.062-0.453-1.062-0.766 0-0.266 0.219-0.406 0.594-0.406 0.719 0 1.437 0.266 1.937 0.516l0.281-1.75c-0.391-0.187-1.203-0.5-2.328-0.5-0.797 0-1.453 0.203-1.922 0.594-0.5 0.406-0.75 1-0.75 1.703 0 1.281 0.781 1.844 2.063 2.297 0.812 0.297 1.094 0.5 1.094 0.828 0 0.313-0.266 0.484-0.75 0.484-0.594 0-1.578-0.297-2.219-0.672l-0.281 1.766c0.547 0.313 1.563 0.641 2.625 0.641 0.844 0 1.531-0.203 2.016-0.578 0.531-0.422 0.797-1.031 0.797-1.828zM12.047 12.297l0.297-1.734h-1.5v-2.109l-2.016 0.328-0.281 1.781-0.719 0.125-0.266 1.609h0.969v3.422c0 0.891 0.234 1.5 0.688 1.875 0.391 0.313 0.953 0.469 1.734 0.469 0.609 0 0.969-0.109 1.234-0.172v-1.844c-0.141 0.031-0.469 0.109-0.688 0.109-0.453 0-0.656-0.25-0.656-0.781v-3.078h1.203zM16.984 12.688v-2.172c-0.156-0.031-0.297-0.047-0.438-0.047-0.656 0-1.188 0.344-1.391 0.969l-0.156-0.875h-2.047v7.359h2.344v-4.781c0.297-0.359 0.719-0.484 1.281-0.484 0.125 0 0.25 0 0.406 0.031zM17.563 17.922h2.344v-7.359h-2.344v7.359zM27.281 14.031c0-1.25-0.234-2.203-0.703-2.797-0.422-0.547-1-0.812-1.734-0.812-0.672 0-1.266 0.281-1.828 0.875l-0.125-0.734h-2.063v10.078l2.344-0.391v-2.359c0.359 0.109 0.734 0.172 1.062 0.172 0.578 0 1.437-0.156 2.094-0.875 0.641-0.688 0.953-1.75 0.953-3.156zM19.969 8.594c0-0.688-0.547-1.234-1.234-1.234s-1.234 0.547-1.234 1.234 0.547 1.25 1.234 1.25 1.234-0.562 1.234-1.25zM34 14.172c0-1.172-0.25-2.094-0.75-2.75-0.516-0.656-1.281-1-2.25-1-2 0-3.234 1.469-3.234 3.844 0 1.313 0.328 2.312 0.984 2.938 0.578 0.578 1.422 0.859 2.516 0.859 1 0 1.922-0.234 2.5-0.625l-0.25-1.609c-0.578 0.313-1.25 0.484-2 0.484-0.453 0-0.766-0.094-0.984-0.297-0.25-0.203-0.391-0.547-0.438-1.031h3.875c0.016-0.109 0.031-0.641 0.031-0.812zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash\" viewBox=\"0 0 32 28\">\n<title>bell-slash</title>\n<path d=\"M24.344 13.312c0.797 4.656 2.844 7.156 4.656 8.687 0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984zM16 26.75c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25c-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75zM31.656 1.75c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bell-slash-o\" viewBox=\"0 0 32 28\">\n<title>bell-slash-o</title>\n<path d=\"M16.25 26.5c0-0.141-0.109-0.25-0.25-0.25-1.234 0-2.25-1.016-2.25-2.25 0-0.141-0.109-0.25-0.25-0.25s-0.25 0.109-0.25 0.25c0 1.516 1.234 2.75 2.75 2.75 0.141 0 0.25-0.109 0.25-0.25zM7.859 19.078l13.703-11.875c-0.781-1.641-2.594-3.203-5.563-3.203-4.094 0-6 2.984-6 5 0 4-0.703 7.344-2.141 10.078zM29 22c0 1.094-0.906 2-2 2h-7c0 2.203-1.797 4-4 4s-3.984-1.781-4-3.984l2.328-2.016h11.828c-1.734-1.953-2.906-4.328-3.547-7.172l1.734-1.516c0.797 4.656 2.844 7.156 4.656 8.687zM30.344 0.25l1.313 1.5c0.172 0.219 0.156 0.531-0.047 0.719l-29.25 25.344c-0.203 0.172-0.531 0.156-0.703-0.063l-1.313-1.5c-0.172-0.219-0.156-0.531 0.047-0.703l2.906-2.516c-0.187-0.313-0.297-0.656-0.297-1.031 2.312-1.953 5-5.453 5-13 0-3 2.484-6.281 6.625-6.891-0.078-0.187-0.125-0.391-0.125-0.609 0-0.828 0.672-1.5 1.5-1.5s1.5 0.672 1.5 1.5c0 0.219-0.047 0.422-0.125 0.609 2.688 0.391 4.672 1.906 5.734 3.75l6.531-5.672c0.203-0.172 0.531-0.156 0.703 0.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trash\" viewBox=\"0 0 22 28\">\n<title>trash</title>\n<path d=\"M8 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM12 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM16 21.5v-11c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v11c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM7.5 6h7l-0.75-1.828c-0.047-0.063-0.187-0.156-0.266-0.172h-4.953c-0.094 0.016-0.219 0.109-0.266 0.172zM22 6.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v14.812c0 1.719-1.125 3.187-2.5 3.187h-13c-1.375 0-2.5-1.406-2.5-3.125v-14.875h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.828l1.094-2.609c0.313-0.766 1.25-1.391 2.078-1.391h5c0.828 0 1.766 0.625 2.078 1.391l1.094 2.609h4.828c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-copyright\" viewBox=\"0 0 24 28\">\n<title>copyright</title>\n<path d=\"M17.969 16.781v1.703c0 2.203-3.516 3.016-5.719 3.016-4.281 0-7.5-3.266-7.5-7.578 0-4.234 3.187-7.422 7.422-7.422 1.547 0 5.594 0.547 5.594 3.031v1.703c0 0.141-0.109 0.25-0.25 0.25h-1.844c-0.141 0-0.25-0.109-0.25-0.25v-1.094c0-0.984-1.891-1.437-3.172-1.437-2.922 0-4.953 2.109-4.953 5.141 0 3.141 2.125 5.437 5.078 5.437 1.125 0 3.25-0.422 3.25-1.406v-1.094c0-0.141 0.109-0.25 0.234-0.25h1.859c0.125 0 0.25 0.109 0.25 0.25zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-at\" viewBox=\"0 0 24 28\">\n<title>at</title>\n<path d=\"M15.188 12.109c0-2.25-1.172-3.594-3.141-3.594-2.594 0-5.375 2.578-5.375 6.75 0 2.328 1.156 3.656 3.187 3.656 3.141 0 5.328-3.594 5.328-6.813zM24 14c0 4.859-3.469 6.687-6.438 6.781-0.203 0-0.281 0.016-0.5 0.016-0.969 0-1.734-0.281-2.219-0.828-0.297-0.344-0.469-0.781-0.516-1.297-0.969 1.219-2.656 2.406-4.766 2.406-3.359 0-5.281-2.078-5.281-5.703 0-4.984 3.453-9.031 7.672-9.031 1.828 0 3.297 0.781 4.078 2.109l0.031-0.297 0.172-0.875c0.016-0.125 0.125-0.281 0.234-0.281h1.844c0.078 0 0.156 0.109 0.203 0.172 0.047 0.047 0.063 0.172 0.047 0.25l-1.875 9.594c-0.063 0.297-0.078 0.531-0.078 0.75 0 0.844 0.25 1.016 0.891 1.016 1.062-0.031 4.5-0.469 4.5-4.781 0-6.078-3.922-10-10-10-5.516 0-10 4.484-10 10s4.484 10 10 10c2.297 0 4.547-0.797 6.328-2.25 0.219-0.187 0.531-0.156 0.703 0.063l0.641 0.766c0.078 0.109 0.125 0.234 0.109 0.375-0.016 0.125-0.078 0.25-0.187 0.344-2.125 1.734-4.828 2.703-7.594 2.703-6.609 0-12-5.391-12-12s5.391-12 12-12c7.172 0 12 4.828 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eyedropper\" viewBox=\"0 0 29 28\">\n<title>eyedropper</title>\n<path d=\"M26.531 1.469c1.953 1.953 1.969 5.125 0 7.063l-3.516 3.484 1.625 1.625c0.203 0.203 0.203 0.516 0 0.719l-3.281 3.281c-0.203 0.203-0.516 0.203-0.719 0l-1.641-1.641-9.422 9.422c-0.375 0.375-0.875 0.578-1.406 0.578h-3.172l-4 2-1-1 2-4v-3.172c0-0.531 0.203-1.031 0.578-1.406l9.422-9.422-1.641-1.641c-0.203-0.203-0.203-0.516 0-0.719l3.281-3.281c0.203-0.203 0.516-0.203 0.719 0l1.625 1.625 3.484-3.516c1.937-1.969 5.109-1.953 7.063 0zM8 23l9-9-3-3-9 9v3h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-paint-brush\" viewBox=\"0 0 28 28\">\n<title>paint-brush</title>\n<path d=\"M25.234 0c1.422 0 2.734 1.062 2.734 2.547 0 0.828-0.328 1.625-0.703 2.359-1.219 2.312-5.313 9.953-7.266 11.75-0.953 0.891-2.078 1.422-3.406 1.422-2.641 0-4.797-2.25-4.797-4.875 0-1.25 0.516-2.469 1.437-3.313l9.969-9.047c0.547-0.5 1.266-0.844 2.031-0.844zM11.031 16.156c0.812 1.578 2.297 2.766 4.016 3.219l0.016 1.109c0.094 4.453-3 7.516-7.469 7.516-5.297 0-7.594-4.219-7.594-9.016 0.578 0.391 2.594 2 3.25 2 0.391 0 0.719-0.219 0.859-0.578 1.328-3.469 3.406-4.094 6.922-4.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-birthday-cake\" viewBox=\"0 0 28 28\">\n<title>birthday-cake</title>\n<path d=\"M28 22v6h-28v-6c1.531 0 2.344-0.688 2.984-1.234 0.531-0.469 0.891-0.766 1.687-0.766s1.141 0.297 1.687 0.766c0.641 0.547 1.437 1.234 2.984 1.234 1.531 0 2.328-0.688 2.984-1.234 0.531-0.469 0.875-0.766 1.672-0.766s1.156 0.297 1.687 0.766c0.641 0.547 1.453 1.234 2.984 1.234s2.344-0.688 2.984-1.234c0.531-0.469 0.891-0.766 1.687-0.766 0.781 0 1.141 0.297 1.672 0.766 0.641 0.547 1.453 1.234 2.984 1.234zM28 17v3c-0.797 0-1.141-0.297-1.687-0.766-0.641-0.547-1.437-1.234-2.969-1.234-1.547 0-2.344 0.688-2.984 1.234-0.547 0.469-0.891 0.766-1.687 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.437-1.234-2.984-1.234-1.531 0-2.328 0.688-2.984 1.234-0.531 0.469-0.875 0.766-1.672 0.766s-1.156-0.297-1.687-0.766c-0.641-0.547-1.453-1.234-2.984-1.234-1.547 0-2.344 0.688-2.984 1.234-0.531 0.469-0.891 0.766-1.687 0.766v-3c0-1.656 1.344-3 3-3h1v-7h4v7h4v-7h4v7h4v-7h4v7h1c1.656 0 3 1.344 3 3zM8 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM16 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5zM24 3.5c0 1.656-0.891 2.5-2 2.5s-2-0.891-2-2c0-1.937 2-1.437 2-4 0.75 0 2 1.844 2 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-area-chart\" viewBox=\"0 0 32 28\">\n<title>area-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM26 8l4 14h-26v-9l7-9 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pie-chart\" viewBox=\"0 0 27 28\">\n<title>pie-chart</title>\n<path d=\"M12 13.906l8.531 8.531c-2.172 2.203-5.203 3.563-8.531 3.563-6.625 0-12-5.375-12-12s5.375-12 12-12v11.906zM14.922 14h12.078c0 3.328-1.359 6.359-3.563 8.531zM26 12h-12v-12c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-line-chart\" viewBox=\"0 0 32 28\">\n<title>line-chart</title>\n<path d=\"M32 24v2h-32v-24h2v22h30zM30 4.5v6.797c0 0.438-0.531 0.672-0.859 0.344l-1.891-1.891-9.891 9.891c-0.203 0.203-0.516 0.203-0.719 0l-3.641-3.641-6.5 6.5-3-3 9.141-9.141c0.203-0.203 0.516-0.203 0.719 0l3.641 3.641 7.25-7.25-1.891-1.891c-0.328-0.328-0.094-0.859 0.344-0.859h6.797c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm\" viewBox=\"0 0 28 28\">\n<title>lastfm</title>\n<path d=\"M20.188 11c0 0.094 0.125 0.531 0.156 0.641 0.422 1.281 1.406 1.547 2.578 1.875 2.609 0.734 5.078 2.125 5.078 5.187 0 3.109-2.594 5.297-5.625 5.297-5.031 0-6.594-6.156-8.047-9.906-1.203-3.094-2.469-4.906-5.953-4.906-3.094 0-5.812 2.969-5.812 6.016 0 3.234 2.422 6.234 5.781 6.234 1.484 0 3.031-0.313 4.031-1.484v0c0.484-0.547 0.953-1.141 1.297-1.813l1.313 2.375c-0.172 0.391-0.422 0.766-0.688 1.094l0.016 0.016c-1.578 1.828-3.734 2.375-6.062 2.375-4.719 0-8.25-4.172-8.25-8.766 0-4.453 3.875-8.594 8.375-8.594 7.469 0 7.844 6.469 10.375 11.672 0.688 1.437 1.859 3.125 3.641 3.125 1.625 0 3.063-1.047 3.063-2.766 0-3.719-6.828-1.188-7.797-7.297-0.031-0.172-0.047-0.344-0.047-0.516 0-2.312 2.172-4.297 4.469-4.219 1.375 0.047 2.203 0.094 3.297 1.062h-0.016c0.422 0.391 0.734 0.922 1.062 1.375l-2.016 1.547c-0.234-0.438-0.453-0.797-0.844-1.094v-0.016c-0.375-0.344-1.047-0.328-1.516-0.328-1.016 0-1.859 0.766-1.859 1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-lastfm-square\" viewBox=\"0 0 24 28\">\n<title>lastfm-square</title>\n<path d=\"M22.375 16.438c0-2.203-1.781-3.203-3.656-3.734-0.859-0.234-1.563-0.438-1.875-1.375-0.016-0.078-0.094-0.375-0.094-0.438 0-0.75 0.594-1.297 1.328-1.297 0.344 0 0.828-0.016 1.109 0.234h-0.016c0.297 0.219 0.438 0.469 0.609 0.797l1.453-1.109c-0.234-0.328-0.469-0.719-0.766-1v0c-0.734-0.656-1.422-0.766-2.391-0.766-1.641 0-3.187 1.344-3.187 3.047 0 0.125 0.016 0.234 0.031 0.359 0.344 2.125 1.422 2.781 3.328 3.328 0.938 0.266 2.266 0.688 2.281 1.844v0.078c0.016 1.25-1.031 2-2.203 2-1.281 0-2.109-1.219-2.609-2.25-1.813-3.734-2.094-8.406-7.469-8.406-3.234 0-6.141 2.984-6.031 6.188v0.016c0.109 3.344 2.406 6.297 5.938 6.297 1.672 0 3.234-0.391 4.359-1.719v0c0.187-0.25 0.359-0.516 0.484-0.797l-0.938-1.703c-0.875 1.656-1.953 2.375-3.828 2.375-2.469 0-4.172-2.188-4.172-4.547 0-2.172 2-4.266 4.188-4.266 2.5 0 3.406 1.297 4.281 3.531 1.047 2.688 2.172 7.125 5.797 7.125 2.172 0 4.047-1.578 4.047-3.813zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-off\" viewBox=\"0 0 32 28\">\n<title>toggle-off</title>\n<path d=\"M18 14c0-4.406-3.594-8-8-8s-8 3.594-8 8 3.594 8 8 8 8-3.594 8-8zM30 14c0-4.406-3.594-8-8-8h-6.031c2.438 1.828 4.031 4.734 4.031 8s-1.594 6.172-4.031 8h6.031c4.406 0 8-3.594 8-8zM32 14c0 5.516-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10s4.484-10 10-10h12c5.516 0 10 4.484 10 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-toggle-on\" viewBox=\"0 0 32 28\">\n<title>toggle-on</title>\n<path d=\"M0 14c0-5.516 4.484-10 10-10h12c5.516 0 10 4.484 10 10s-4.484 10-10 10h-12c-5.516 0-10-4.484-10-10zM22 22c4.406 0 8-3.594 8-8s-3.594-8-8-8-8 3.594-8 8 3.594 8 8 8z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bicycle\" viewBox=\"0 0 36 28\">\n<title>bicycle</title>\n<path d=\"M11.906 18h-4.906c-0.828 0-1.297-0.938-0.797-1.594l2.938-3.922c-0.656-0.313-1.375-0.484-2.141-0.484-2.75 0-5 2.25-5 5s2.25 5 5 5c2.422 0 4.438-1.719 4.906-4zM9 16h2.906c-0.187-0.875-0.594-1.672-1.172-2.312zM16.5 16l4.5-6h-7.5l-1.547 2.063c1.047 1.031 1.75 2.406 1.969 3.938h2.578zM34 17c0-2.75-2.25-5-5-5-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5s5-2.25 5-5zM36 17c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-2.063 0.906-3.922 2.328-5.203l-1.016-1.531-5.516 7.328c-0.187 0.266-0.484 0.406-0.797 0.406h-3.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c1.219 0 2.359 0.313 3.359 0.859l2.141-2.859h-3.5c-0.547 0-1-0.453-1-1s0.453-1 1-1h6v2h6.797l-1.328-2h-3.469c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c0.328 0 0.641 0.172 0.828 0.438l4.172 6.25c0.906-0.438 1.922-0.688 3-0.688 3.859 0 7 3.141 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bus\" viewBox=\"0 0 24 28\">\n<title>bus</title>\n<path d=\"M6 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 19c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM21.281 12.812l-1.125-6c-0.094-0.469-0.5-0.812-0.984-0.812h-14.344c-0.484 0-0.891 0.344-0.984 0.812l-1.125 6c-0.109 0.625 0.359 1.188 0.984 1.188h16.594c0.625 0 1.094-0.562 0.984-1.188zM17.75 3.25c0-0.422-0.328-0.75-0.75-0.75h-10c-0.406 0-0.75 0.328-0.75 0.75s0.344 0.75 0.75 0.75h10c0.422 0 0.75-0.328 0.75-0.75zM24 14.578v9.422h-2v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-12v2c0 1.109-0.891 2-2 2s-2-0.891-2-2v-2h-2v-9.422c0-1.281 0.109-2.234 0.391-3.484l1.609-7.094c0.297-2.5 4.672-4 10-4s9.703 1.5 10 4l1.641 7.094c0.281 1.25 0.359 2.203 0.359 3.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ioxhost\" viewBox=\"0 0 32 28\">\n<title>ioxhost</title>\n<path d=\"M22.859 13c0 0.734-0.594 1.344-1.344 1.344h-10.969c-0.75 0-1.344-0.609-1.344-1.344s0.594-1.344 1.344-1.344h10.969c0.75 0 1.344 0.609 1.344 1.344zM26.203 13c0-0.922-0.125-1.797-0.359-2.656h-15.344c-0.75 0-1.344-0.594-1.344-1.328 0-0.75 0.594-1.344 1.344-1.344h14.187c-1.797-2.922-5.016-4.859-8.672-4.859-5.625 0-10.203 4.562-10.203 10.187 0 0.922 0.125 1.797 0.359 2.656h15.344c0.75 0 1.344 0.594 1.344 1.328 0 0.75-0.594 1.344-1.344 1.344h-14.187c1.797 2.922 5.016 4.859 8.687 4.859 5.609 0 10.187-4.562 10.187-10.187zM32 9.016c0 0.734-0.594 1.328-1.344 1.328h-2.047c0.172 0.859 0.266 1.75 0.266 2.656 0 7.094-5.766 12.875-12.859 12.875-5.203 0-9.688-3.094-11.719-7.547h-2.953c-0.75 0-1.344-0.594-1.344-1.344 0-0.734 0.594-1.328 1.344-1.328h2.063c-0.172-0.859-0.266-1.75-0.266-2.656 0-7.094 5.766-12.875 12.875-12.875 5.187 0 9.672 3.094 11.703 7.547h2.938c0.75 0 1.344 0.594 1.344 1.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-angellist\" viewBox=\"0 0 20 28\">\n<title>angellist</title>\n<path d=\"M14.891 5.906l-1.781 5.125 1.828 0.328c0.469-1.281 2.578-7.047 2.578-8.094 0-0.391-0.125-0.875-0.594-0.875-0.875 0-1.813 2.844-2.031 3.516zM10.219 16.641c0.172 0.453 0.359 0.906 0.516 1.375 0.344-0.391 0.703-0.75 1.109-1.047-0.547-0.109-1.094-0.156-1.625-0.328zM5.656 2.641c0 1.594 1.891 6.563 2.484 8.141 0.219-0.125 0.5-0.156 0.766-0.156 0.375 0 0.797 0.047 1.172 0.078l-1.891-5.484c-0.203-0.594-1.109-3.437-1.922-3.437-0.422 0-0.609 0.5-0.609 0.859zM4.422 14.5c0 1.141 3.063 5.344 4.203 5.344 0.313 0 0.578-0.344 0.578-0.625 0-0.359-0.359-1.25-0.5-1.594-0.406-1.047-1.891-4.281-3.172-4.281-0.422 0-1.109 0.734-1.109 1.156zM1.953 19.734c0 0.562 0.187 1.109 0.391 1.625 1.234 3.047 4.016 4.828 7.266 4.828 2.375 0 4.375-0.906 5.969-2.656 1.687-1.875 2.375-4.188 2.375-6.672 0-0.875 0.016-2.266-0.672-2.891-1.312-1.156-5.766-1.594-7.531-1.594-0.219 0-0.594 0.016-0.766 0.172-0.187 0.078-0.187 0.375-0.187 0.547 0 2.391 5.047 2.172 6.563 2.172 0.297 0 0.438 0.078 0.625 0.297 0.203 0.25 0.266 0.547 0.297 0.859-0.406 0.406-0.969 0.641-1.5 0.844-0.516 0.187-1.016 0.391-1.453 0.719-1.203 0.875-2.391 2.375-2.391 3.922 0 0.969 0.578 1.797 0.578 2.75 0 0.016-0.109 0.359-0.109 0.406-1.781-0.125-2.219-1.891-2.281-3.375-0.187 0.047-0.438 0.031-0.641 0.031 0.031 0.109 0.031 0.219 0.031 0.328 0 1.141-1.016 1.969-2.109 1.969-1.687 0-3.922-1.984-3.922-3.703 0-0.469 0.203-0.734 0.516-1.047 0.313 0.391 0.641 0.781 0.938 1.188 0.453 0.609 1.234 1.625 2.078 1.625 0.219 0 0.641-0.187 0.641-0.453 0-0.703-2.562-4-3.187-4-0.984 0-1.516 1.297-1.516 2.109zM0.172 19.875c0-2.031 0.781-3.375 2.797-3.922-0.172-0.453-0.438-1.141-0.438-1.625 0-1.281 1.578-2.875 2.859-2.875 0.375 0 0.75 0.109 1.094 0.234-0.656-1.859-2.547-7.094-2.547-8.859 0-1.578 0.797-2.828 2.5-2.828 2.187 0 4.672 7.875 5.203 9.438 0.688-1.719 2.844-8.922 5.281-8.922 1.531 0 2.391 1.219 2.391 2.672 0 1.656-1.844 6.813-2.484 8.594 2.625 0.641 3 2.766 3 5.125 0 6.25-3.984 11.094-10.437 11.094-1.188 0-2.359-0.234-3.484-0.656-2.969-1.125-5.734-4.172-5.734-7.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc\" viewBox=\"0 0 32 28\">\n<title>cc</title>\n<path d=\"M12.266 15.75h3.234c-0.297 3.297-2.188 5.297-4.891 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.172c-0.109-1.328-0.766-2.094-1.828-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.313 3.484 2.016 3.484 1.078 0 1.578-0.938 1.703-2.172zM23.391 15.75h3.219c-0.297 3.297-2.172 5.297-4.875 5.297-3.375 0-5.422-2.594-5.422-6.75 0-4.125 2.25-6.703 5.094-6.703 3.125 0 4.875 1.937 5.141 5.219h-3.187c-0.094-1.328-0.766-2.094-1.813-2.094-1.172 0-1.875 1.25-1.875 3.719 0 1.797 0.297 3.484 2 3.484 1.078 0 1.594-0.938 1.719-2.172zM29 13.891c0-4.188-0.219-6-1.188-7.313-0.203-0.266-0.531-0.438-0.797-0.625-0.984-0.719-5.563-0.984-10.891-0.984s-10.125 0.266-11.094 0.984c-0.281 0.203-0.625 0.359-0.828 0.625-0.969 1.297-1.172 3.125-1.172 7.313 0 4.203 0.219 6.016 1.172 7.313 0.219 0.297 0.547 0.422 0.828 0.641 0.969 0.719 5.766 1.016 11.094 1.016s9.906-0.281 10.891-1.016c0.266-0.203 0.609-0.328 0.797-0.641 0.984-1.281 1.188-3.109 1.188-7.313zM32 2v24h-32v-24h32z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ils\" viewBox=\"0 0 22 28\">\n<title>ils</title>\n<path d=\"M15.5 9.75v7.75c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-7.75c0-2.344-1.906-4.25-4.25-4.25h-4.25v18c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-21c0-0.281 0.219-0.5 0.5-0.5h7.25c4.281 0 7.75 3.469 7.75 7.75zM21.5 2.5v13.75c0 4.281-3.469 7.75-7.75 7.75h-7.25c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5v12h4.25c2.344 0 4.25-1.906 4.25-4.25v-13.75c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meanpath\" viewBox=\"0 0 24 28\">\n<title>meanpath</title>\n<path d=\"M20.484 13.156v1.781c0 0.5-0.297 0.812-0.797 0.812h-3.156c-0.5 0-0.812-0.313-0.812-0.812v-1.781c0-0.5 0.313-0.812 0.812-0.812h3.156c0.5 0 0.797 0.313 0.797 0.812zM12.828 16.75v-3.906c0-1.109-0.734-1.844-1.844-1.844h-2.078c-0.703 0-1.219 0.297-1.5 0.812-0.281-0.516-0.797-0.812-1.5-0.812h-2.031c-1.094 0-1.844 0.734-1.844 1.844v3.906c0 0.234 0.109 0.344 0.328 0.344h0.859c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.297-0.812 0.812-0.812h1.469c0.5 0 0.812 0.313 0.812 0.812v3.594c0 0.234 0.094 0.344 0.328 0.344h0.844c0.234 0 0.344-0.109 0.344-0.344v-3.594c0-0.5 0.313-0.812 0.812-0.812h1.516c0.5 0 0.797 0.313 0.797 0.812v3.594c0 0.234 0.109 0.344 0.344 0.344h0.859c0.219 0 0.328-0.109 0.328-0.344zM22.031 15.25v-2.406c0-1.109-0.75-1.844-1.859-1.844h-4.125c-1.109 0-1.859 0.734-1.859 1.844v6.406c0 0.234 0.125 0.328 0.344 0.328h0.859c0.234 0 0.328-0.094 0.328-0.328v-2.812c0.297 0.406 0.766 0.656 1.469 0.656h2.984c1.109 0 1.859-0.75 1.859-1.844zM24 5.625v16.75c0 2-1.625 3.625-3.625 3.625h-16.75c-2 0-3.625-1.625-3.625-3.625v-16.75c0-2 1.625-3.625 3.625-3.625h16.75c2 0 3.625 1.625 3.625 3.625z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-buysellads\" viewBox=\"0 0 24 28\">\n<title>buysellads</title>\n<path d=\"M14.297 16.969h-4.594l2.297-8.609zM15.641 22h4.859l-5.063-16h-6.875l-5.063 16h4.859l5.984-4.906zM24 6.5v15c0 2.469-2.031 4.5-4.5 4.5h-15c-2.469 0-4.5-2.031-4.5-4.5v-15c0-2.469 2.031-4.5 4.5-4.5h15c2.469 0 4.5 2.031 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-connectdevelop\" viewBox=\"0 0 32 28\">\n<title>connectdevelop</title>\n<path d=\"M32 13.984c0 0.438-0.313 0.797-0.719 0.875l-3.203 5.563c0.031 0.094 0.047 0.187 0.047 0.281 0 0.422-0.297 0.781-0.703 0.859l-3.016 5.266c0.031 0.078 0.047 0.156 0.047 0.25 0 0.484-0.391 0.891-0.891 0.891-0.25 0-0.484-0.109-0.641-0.281h-6.25c-0.156 0.187-0.406 0.313-0.672 0.313s-0.516-0.125-0.672-0.313h-6.234c-0.156 0.187-0.391 0.313-0.672 0.313-0.484 0-0.891-0.391-0.891-0.891 0-0.109 0.031-0.219 0.063-0.313l-3.016-5.234c-0.406-0.078-0.703-0.438-0.703-0.859 0-0.109 0.016-0.187 0.047-0.281l-3.219-5.563c-0.406-0.094-0.703-0.453-0.703-0.875 0-0.438 0.313-0.797 0.734-0.875l3.109-5.375c0-0.031-0.016-0.063-0.016-0.094 0-0.359 0.219-0.656 0.531-0.797l3.266-5.672c-0.031-0.078-0.063-0.187-0.063-0.281 0-0.5 0.406-0.891 0.891-0.891 0.281 0 0.516 0.125 0.688 0.328h6.188c0.156-0.203 0.391-0.328 0.672-0.328s0.516 0.125 0.672 0.328h6.219c0.172-0.203 0.406-0.328 0.688-0.328 0.484 0 0.891 0.391 0.891 0.891 0 0.094-0.031 0.187-0.063 0.281l3.234 5.594c0.469 0.016 0.859 0.406 0.859 0.875 0 0.156-0.047 0.297-0.109 0.422l2.922 5.063c0.391 0.078 0.688 0.438 0.688 0.859zM16.609 26.469h6.078l-5.344-5.531h-2.234l-5.344 5.531h5.625c0.156-0.141 0.375-0.25 0.609-0.25s0.453 0.109 0.609 0.25zM1.75 13.781c0.016 0.063 0.016 0.125 0.016 0.203s0 0.156-0.031 0.234l3.25 5.625c0.078 0.016 0.156 0.063 0.234 0.094l2.938-3.109v-5.422l-2.922-3.031c-0.141 0.094-0.297 0.141-0.453 0.156zM15.406 1.531h-6.062l2.969 3.125 8.656-3.125h-4.375c-0.156 0.156-0.359 0.25-0.594 0.25s-0.438-0.094-0.594-0.25zM26.391 20.469c0.016-0.063 0.047-0.125 0.078-0.172l-1-1.062-0.266 1.234h1.188zM24.734 20.469l0.344-1.641-3.938-4.156-4.625 4.797 0.984 1h7.234zM23.359 26.219l0.25-0.438 1.016-4.844h-6.672l5.203 5.359c0.063-0.031 0.125-0.063 0.203-0.078zM9.031 26.469h0.078l5.344-5.531h-5.828v5.234l0.063 0.094c0.141 0.047 0.25 0.109 0.344 0.203zM8.625 20.469h6.281l1-1.031-4.828-5.016-2.453 2.594v3.453zM5.609 20.469h2.547v-2.953l-2.625 2.766c0.031 0.063 0.063 0.125 0.078 0.187zM5.594 7.578c0 0.016 0.016 0.047 0.016 0.063 0 0.172-0.047 0.328-0.125 0.453l2.672 2.766v-4.203zM8.625 6.484v4.859l2.391 2.453 4.641-4.906-3.484-3.687zM8.687 1.734l-0.063 0.125v4.125l3.203-1.156-2.984-3.141c-0.047 0.016-0.094 0.031-0.156 0.047zM22.609 1.531h-0.25l-9.703 3.5 3.328 3.516zM15.984 9.219l-4.641 4.922 4.859 4.984 4.625-4.797zM10.75 14.094l-2.125-2.203v4.438zM16.219 19.781l-0.656 0.688h1.328zM21.469 14.344l3.719 3.922 2.063-9.75-0.047-0.078-0.016-0.016zM26.844 8.094c-0.078-0.125-0.125-0.281-0.125-0.453v-0.031l-3.375-5.875c-0.078-0.016-0.141-0.047-0.203-0.078l-6.828 7.234 4.844 5.109zM8.156 6.156v-3.484l-2.547 4.406zM8.156 20.937h-2.547l2.547 4.422v-4.422zM25.109 20.937l-0.75 3.547 2.031-3.547h-1.281zM27.016 19.844l3.234-5.641c-0.016-0.078-0.031-0.141-0.031-0.219 0-0.094 0.031-0.172 0.047-0.25l-2.672-4.625-2.016 9.562 1.203 1.281c0.078-0.047 0.156-0.078 0.234-0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-dashcube\" viewBox=\"0 0 22 28\">\n<title>dashcube</title>\n<path d=\"M0 10.625c0-2.703 2.156-5.031 4.906-5.031h11.594l5.5-5.594v22.969c0 2.719-2.156 5.031-4.906 5.031h-12.187c-2.75 0-4.906-2.312-4.906-5.031v-12.344zM19.25 22.406l-2.75-2.812v-6.641c0-0.953-0.766-1.75-1.719-1.75h-7.562c-0.953 0-1.719 0.797-1.719 1.75v7.688c0 0.953 0.766 1.766 1.719 1.766h12.031z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-forumbee\" viewBox=\"0 0 24 28\">\n<title>forumbee</title>\n<path d=\"M14.594 2.344c-6.609 2.516-11.813 7.797-14.281 14.422-0.203-0.906-0.313-1.828-0.313-2.75 0-6.609 5.344-11.969 11.953-11.969 0.891 0 1.781 0.109 2.641 0.297zM18.797 4.203c0.969 0.672 1.828 1.484 2.562 2.422-8.094 2.359-14.422 8.719-16.734 16.828-0.922-0.719-1.75-1.563-2.422-2.531 2.328-8.031 8.578-14.344 16.594-16.719zM7.344 25.047c2.406-7.422 8.219-13.266 15.609-15.719 0.422 0.969 0.703 2 0.844 3.047-6.094 2.5-10.938 7.375-13.422 13.484-1.047-0.141-2.063-0.406-3.031-0.812zM24 25.953c-1.937-0.5-3.859-1.094-5.734-1.797-1.375 0.859-2.922 1.437-4.531 1.672 2.281-4.266 5.797-7.797 10.047-10.094-0.219 1.563-0.766 3.094-1.578 4.438 0.703 1.891 1.297 3.828 1.797 5.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-leanpub\" viewBox=\"0 0 32 28\">\n<title>leanpub</title>\n<path d=\"M29.578 6.125l2.422 19.875c-1.453 0-2.703-0.297-4.016-0.891-1.953-0.891-3.984-1.422-6.141-1.422-2.219 0-4.266 0.734-5.844 2.312-1.578-1.578-3.625-2.312-5.844-2.312-2.156 0-4.188 0.531-6.141 1.422-1.266 0.562-2.547 0.891-3.938 0.891h-0.078l2.422-19.875c2.234-1.266 4.953-1.984 7.531-1.984 2.109 0 4.281 0.438 6.047 1.656 1.766-1.219 3.938-1.656 6.047-1.656 2.578 0 5.297 0.719 7.531 1.984zM21.844 21.547c2.969 0 5 0.797 7.688 1.906l-1.937-15.953c-1.75-0.797-3.828-1.219-5.75-1.219-2.188 0-4.234 0.688-5.844 2.203-1.609-1.516-3.656-2.203-5.844-2.203-1.922 0-4 0.422-5.75 1.219l-1.937 15.953c2.688-1.109 4.719-1.906 7.688-1.906 2.141 0 4.031 0.547 5.844 1.687 1.813-1.141 3.703-1.687 5.844-1.687zM22.469 21.016l-0.859-14.172c-2.25 0.047-4.031 0.812-5.609 2.422-1.641-1.672-3.5-2.422-5.844-2.422-1.75 0-3.625 0.359-5.25 1.031l-1.781 14.703c2.359-0.969 4.438-1.578 7.031-1.578 2.063 0 4.078 0.5 5.844 1.594 1.766-1.094 3.781-1.641 5.844-1.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sellsy\" viewBox=\"0 0 32 28\">\n<title>sellsy</title>\n<path d=\"M23.438 21.422v-11.453c0-0.438-0.359-0.797-0.781-0.797h-1.453c-0.422 0-0.781 0.359-0.781 0.797v11.453c0 0.422 0.359 0.781 0.781 0.781h1.453c0.422 0 0.781-0.359 0.781-0.781zM19 21.422v-8.297c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v8.297c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM14.438 21.422v-6.703c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v6.703c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM9.875 21.422v-5.656c0-0.422-0.359-0.781-0.781-0.781h-1.578c-0.422 0-0.781 0.359-0.781 0.781v5.656c0 0.422 0.359 0.781 0.781 0.781h1.578c0.422 0 0.781-0.359 0.781-0.781zM32 19.141c0 3.469-2.828 6.281-6.281 6.281h-19.437c-3.453 0-6.281-2.812-6.281-6.281 0-2.422 1.422-4.641 3.609-5.672-0.109-0.375-0.156-0.766-0.156-1.141 0-2.359 1.922-4.281 4.281-4.281 1.031 0 2.031 0.375 2.812 1.047 0.938-3.813 4.375-6.516 8.313-6.516 4.719 0 8.563 3.844 8.563 8.563 0 0.641-0.063 1.281-0.219 1.906 2.812 0.688 4.797 3.219 4.797 6.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shirtsinbulk\" viewBox=\"0 0 24 28\">\n<title>shirtsinbulk</title>\n<path d=\"M0 0h24v21.75l-12.125 5.281-11.875-5.281v-21.75zM22.437 20.734v-14.469h-20.875v14.469l10.328 4.594zM22.437 4.703v-3.141h-20.875v3.141h20.875zM2.828 9.359v1.797h-0.578v-1.797h0.578zM2.828 11.672v1.797h-0.578v-1.797h0.578zM2.828 13.984v1.797h-0.578v-1.797h0.578zM2.828 16.297v1.797h-0.578v-1.797h0.578zM2.828 18.609v1.797h-0.578v-1.797h0.578zM3.234 20.844l0.234-0.531 1.641 0.734-0.234 0.516zM5.359 21.781l0.234-0.531 1.641 0.719-0.234 0.531zM7.469 22.719l0.234-0.531 1.641 0.719-0.234 0.531zM9.594 23.641l0.234-0.516 1.625 0.719-0.234 0.531zM12.453 23.844l1.641-0.719 0.234 0.516-1.641 0.734zM14.562 22.906l1.641-0.719 0.234 0.531-1.641 0.719zM16.688 21.969l1.641-0.719 0.234 0.531-1.641 0.719zM18.797 21.047l1.641-0.734 0.234 0.531-1.641 0.719zM4.047 2.297v0.562h-1.781v-0.562h1.781zM6.578 2.297v0.562h-1.797v-0.562h1.797zM9.109 2.297v0.562h-1.797v-0.562h1.797zM11.625 2.297v0.562h-1.781v-0.562h1.781zM14.156 2.297v0.562h-1.781v-0.562h1.781zM16.688 2.297v0.562h-1.797v-0.562h1.797zM19.219 2.297v0.562h-1.797v-0.562h1.797zM21.734 2.297v0.562h-1.781v-0.562h1.781zM2.828 7.609v1.234h-0.578v-1.797h1.797v0.562h-1.219zM6.578 7.047v0.562h-1.797v-0.562h1.797zM9.109 7.047v0.562h-1.797v-0.562h1.797zM11.625 7.047v0.562h-1.781v-0.562h1.781zM14.156 7.047v0.562h-1.781v-0.562h1.781zM16.688 7.047v0.562h-1.797v-0.562h1.797zM19.219 7.047v0.562h-1.797v-0.562h1.797zM21.172 8.844v-1.234h-1.219v-0.562h1.797v1.797h-0.578zM21.172 11.156v-1.797h0.578v1.797h-0.578zM21.172 13.469v-1.797h0.578v1.797h-0.578zM21.172 15.781v-1.797h0.578v1.797h-0.578zM21.172 18.094v-1.797h0.578v1.797h-0.578zM21.172 20.406v-1.797h0.578v1.797h-0.578zM11.875 19.859c-2.688 0-4.891-2.188-4.891-4.891 0-2.688 2.203-4.891 4.891-4.891 2.703 0 4.891 2.203 4.891 4.891 0 2.703-2.188 4.891-4.891 4.891zM9.297 13.906c0 2.375 4.156 0.641 4.156 2.031 0 0.703-1.281 0.766-1.75 0.766-0.656 0-1.594-0.141-1.922-0.797h-0.047l-0.484 0.984c0.797 0.5 1.563 0.656 2.531 0.656 1.047 0 2.734-0.313 2.734-1.672 0-2.578-4.203-0.875-4.203-2.031 0-0.703 1.109-0.797 1.594-0.797 0.578 0 1.563 0.172 1.906 0.703h0.047l0.469-0.906c-0.812-0.328-1.469-0.641-2.375-0.641-1.078 0-2.656 0.344-2.656 1.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-simplybuilt\" viewBox=\"0 0 32 28\">\n<title>simplybuilt</title>\n<path d=\"M13.484 16.125c0-2.344-1.891-4.234-4.234-4.234-2.328 0-4.219 1.891-4.219 4.234 0 2.328 1.891 4.219 4.219 4.219 2.344 0 4.234-1.891 4.234-4.219zM26.969 16.109c0-2.328-1.891-4.219-4.219-4.219-2.344 0-4.234 1.891-4.234 4.219 0 2.344 1.891 4.234 4.234 4.234 2.328 0 4.219-1.891 4.219-4.234zM32 3.469v21.063c0 0.922-0.75 1.672-1.687 1.672h-28.625c-0.938 0-1.687-0.75-1.687-1.672v-21.063c0-0.922 0.75-1.672 1.687-1.672h6.734c0.922 0 1.687 0.75 1.687 1.672v2.516h11.781v-2.516c0-0.922 0.766-1.672 1.687-1.672h6.734c0.938 0 1.687 0.75 1.687 1.672z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-skyatlas\" viewBox=\"0 0 32 28\">\n<title>skyatlas</title>\n<path d=\"M22.344 9.109c0 0-0.016-0.016 0 0v0zM26.406 12.297c3.031 0 5.594 2.266 5.594 5.359 0 3.297-2.625 5.719-5.875 5.719-8.297 0-9.828-12.484-17.984-12.484-3.156 0-5.453 2.016-5.453 5.25 0 3.344 2.5 5.359 5.734 5.359 2.125 0 4.547-0.891 6.266-2.125 0.281-0.203 0.844-0.812 1.141-0.812s0.547 0.25 0.547 0.547c0 0.391-0.656 0.953-0.938 1.203-2.047 1.781-5.016 3.063-7.734 3.063-4.172 0-7.703-2.953-7.703-7.25s3.375-7.453 7.641-7.453c9.266 0 11.125 12.297 18.094 12.297 2.094 0 3.672-1.359 3.672-3.5 0-1.984-1.531-3.484-3.5-3.484-0.875 0-1.75 0.578-2.344 0.578-0.422 0-0.797-0.359-0.797-0.781 0-0.578 0.266-1.188 0.266-1.813 0-3.328-2.547-5.734-5.844-5.734-2.656 0-4 1.844-4.438 1.844-0.313 0-0.562-0.25-0.562-0.562 0-0.281 0.203-0.516 0.391-0.719 1.266-1.437 3.234-2.188 5.141-2.188 3.969 0 6.953 2.922 6.953 6.891 0 0.344-0.016 0.688-0.063 1.031 0.594-0.156 1.203-0.234 1.797-0.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-plus\" viewBox=\"0 0 26 28\">\n<title>cart-plus</title>\n<path d=\"M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cart-arrow-down\" viewBox=\"0 0 26 28\">\n<title>cart-arrow-down</title>\n<path d=\"M20 11c0-0.547-0.453-1-1-1-0.266 0-0.516 0.109-0.703 0.297l-2.297 2.281v-4.578c0-0.547-0.453-1-1-1s-1 0.453-1 1v4.578l-2.297-2.281c-0.187-0.187-0.438-0.297-0.703-0.297-0.547 0-1 0.453-1 1 0 0.266 0.109 0.516 0.297 0.703l4 4c0.187 0.187 0.438 0.297 0.703 0.297s0.516-0.109 0.703-0.297l4-4c0.187-0.187 0.297-0.438 0.297-0.703zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-diamond\" viewBox=\"0 0 32 28\">\n<title>diamond</title>\n<path d=\"M3.313 12l9.734 10.391-4.688-10.391h-5.047zM16 24.063l5.453-12.063h-10.906zM8.406 10l3.187-6h-4.094l-4.5 6h5.406zM18.953 22.391l9.734-10.391h-5.047zM10.672 10h10.656l-3.187-6h-4.281zM23.594 10h5.406l-4.5-6h-4.094zM25.797 2.406l6 8c0.297 0.375 0.266 0.922-0.063 1.281l-15 16c-0.187 0.203-0.453 0.313-0.734 0.313s-0.547-0.109-0.734-0.313l-15-16c-0.328-0.359-0.359-0.906-0.063-1.281l6-8c0.187-0.266 0.484-0.406 0.797-0.406h18c0.313 0 0.609 0.141 0.797 0.406z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ship\" viewBox=\"0 0 32 28\">\n<title>ship</title>\n<path d=\"M28.297 24.297c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297 1.297-1.297c0.391-0.391 1.016-0.391 1.406 0l1.297 1.297zM3.703 23.703c-0.391 0.391-1.016 0.391-1.406 0l-2-2 1.406-1.406 1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1-1v-4.578l-3.281-4.906c-0.359-0.547-0.109-1.297 0.516-1.516l2.766-0.906v-4.672h2v-2h4v-2h4v2h4v2h2v4.672l2.766 0.906c0.625 0.219 0.875 0.969 0.516 1.516l-3.281 4.906v4.578l0.297-0.281c0.391-0.391 1.016-0.391 1.406 0l1.297 1.281 1.297-1.281c0.391-0.391 1.016-0.391 1.406 0l2 2-1.406 1.406-1.297-1.297-1.297 1.297c-0.187 0.203-0.453 0.297-0.703 0.297s-0.516-0.094-0.703-0.297l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297-1.297 1.297c-0.391 0.391-1.016 0.391-1.406 0l-1.297-1.297zM10 6v2l6-2 6 2v-2h-2v-2h-8v2h-2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-secret\" viewBox=\"0 0 22 28\">\n<title>user-secret</title>\n<path d=\"M9 24l1.5-7-1.5-2-2-1zM13 24l2-10-2 1-1.5 2zM15.5 8.219c-0.016-0.031-0.031-0.063-0.063-0.094-0.141-0.109-1.266-0.125-1.5-0.125-0.891 0-1.734 0.125-2.609 0.297-0.109 0.031-0.219 0.031-0.328 0.031s-0.219 0-0.328-0.031c-0.875-0.172-1.719-0.297-2.609-0.297-0.234 0-1.359 0.016-1.5 0.125-0.031 0.031-0.047 0.063-0.063 0.094 0.016 0.141 0.031 0.281 0.063 0.422 0.094 0.125 0.172 0.078 0.234 0.266 0.406 1.109 0.594 1.969 2 1.969 2.016 0 1.453-1.859 2.109-1.859h0.187c0.656 0 0.094 1.859 2.109 1.859 1.406 0 1.594-0.859 2-1.969 0.063-0.187 0.141-0.141 0.234-0.266 0.031-0.141 0.047-0.281 0.063-0.422zM22 21.953c0 2.547-1.672 4.047-4.172 4.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-2.828 0.5-7.109 3.406-8.516l-1.406-3.437h3.344c-0.219-0.641-0.344-1.313-0.344-2 0-0.172 0.016-0.344 0.031-0.5-0.609-0.125-3.031-0.625-3.031-1.5 0-0.922 2.656-1.422 3.281-1.547 0.328-1.172 1.109-2.953 1.906-3.875 0.313-0.359 0.703-0.578 1.188-0.578 0.938 0 1.687 0.969 2.625 0.969s1.687-0.969 2.625-0.969c0.484 0 0.875 0.219 1.188 0.578 0.797 0.922 1.578 2.703 1.906 3.875 0.625 0.125 3.281 0.625 3.281 1.547 0 0.875-2.422 1.375-3.031 1.5 0.078 0.844-0.031 1.687-0.313 2.5h3.344l-1.281 3.516c2.797 1.453 3.281 5.656 3.281 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-motorcycle\" viewBox=\"0 0 36 28\">\n<title>motorcycle</title>\n<path d=\"M35.953 16.188c0.5 4.391-3.078 8.078-7.438 7.797-3.344-0.219-6.125-2.891-6.469-6.234-0.25-2.375 0.688-4.516 2.281-5.953l-1.109-1.672c-1.969 1.641-3.219 4.094-3.219 6.844 0 0.562-0.438 1.031-1 1.031h-5.078c-0.484 3.391-3.391 6-6.922 6-3.859 0-7-3.141-7-7s3.141-7 7-7c0.828 0 1.625 0.156 2.375 0.422l0.375-0.703c-1.203-1.078-2.781-1.719-4.75-1.719h-1c-0.547 0-1-0.453-1-1s0.453-1 1-1h2c3.5 0 5.281 1.437 6 2h9.797l-1.328-2h-3.469c-0.609 0-1.094-0.547-0.984-1.172 0.078-0.484 0.547-0.828 1.031-0.828h3.953c0.328 0 0.641 0.172 0.828 0.438l1.094 1.641 1.781-1.781c0.187-0.187 0.453-0.297 0.719-0.297h1.578c0.547 0 1 0.453 1 1v2c0 0.547-0.453 1-1 1h-2.797l1.797 2.688c1.266-0.609 2.734-0.859 4.297-0.562 2.984 0.547 5.313 3.047 5.656 6.062zM7 22c2.422 0 4.438-1.719 4.906-4h-4.906c-0.344 0-0.672-0.187-0.859-0.484-0.172-0.297-0.187-0.672-0.016-0.984l2.297-4.328c-0.453-0.125-0.922-0.203-1.422-0.203-2.75 0-5 2.25-5 5s2.25 5 5 5zM29 22c2.75 0 5-2.25 5-5s-2.25-5-5-5c-0.672 0-1.297 0.141-1.891 0.375l2.719 4.062c0.313 0.469 0.187 1.094-0.266 1.391-0.172 0.125-0.375 0.172-0.562 0.172-0.328 0-0.641-0.156-0.828-0.453l-2.719-4.062c-0.891 0.906-1.453 2.141-1.453 3.516 0 2.75 2.25 5 5 5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-street-view\" viewBox=\"0 0 22 28\">\n<title>street-view</title>\n<path d=\"M22 24c0 2.75-5.703 4-11 4s-11-1.25-11-4c0-2.125 3.172-3.125 5.828-3.578 0.547-0.094 1.062 0.266 1.156 0.812s-0.266 1.062-0.812 1.156c-3.219 0.562-4.125 1.437-4.172 1.625 0.156 0.531 3.156 1.984 9 1.984s8.844-1.453 9-2.016c-0.047-0.156-0.953-1.031-4.172-1.594-0.547-0.094-0.906-0.609-0.812-1.156s0.609-0.906 1.156-0.812c2.656 0.453 5.828 1.453 5.828 3.578zM16 10v6c0 0.547-0.453 1-1 1h-1v6c0 0.547-0.453 1-1 1h-4c-0.547 0-1-0.453-1-1v-6h-1c-0.547 0-1-0.453-1-1v-6c0-1.109 0.891-2 2-2h6c1.109 0 2 0.891 2 2zM14.5 4c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-heartbeat\" viewBox=\"0 0 28 28\">\n<title>heartbeat</title>\n<path d=\"M20 16h4.766c-0.187 0.203-0.313 0.313-0.344 0.344l-9.734 9.375c-0.187 0.187-0.438 0.281-0.688 0.281s-0.5-0.094-0.688-0.281l-9.75-9.406c-0.031-0.016-0.156-0.125-0.328-0.313h5.766c0.453 0 0.859-0.313 0.969-0.75l1.094-4.391 2.969 10.422c0.125 0.422 0.516 0.719 0.969 0.719v0c0.438 0 0.828-0.297 0.953-0.719l2.281-7.578 0.875 1.75c0.172 0.328 0.516 0.547 0.891 0.547zM28 9.312c0 1.797-0.781 3.437-1.609 4.688h-5.766l-1.734-3.453c-0.172-0.359-0.578-0.578-0.969-0.547-0.422 0.047-0.766 0.313-0.875 0.719l-2.016 6.719-3.063-10.719c-0.125-0.422-0.516-0.719-0.984-0.719-0.453 0-0.844 0.313-0.953 0.75l-1.813 7.25h-6.609c-0.828-1.25-1.609-2.891-1.609-4.688 0-4.578 2.797-7.313 7.469-7.313 2.734 0 5.297 2.156 6.531 3.375 1.234-1.219 3.797-3.375 6.531-3.375 4.672 0 7.469 2.734 7.469 7.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus\" viewBox=\"0 0 18 28\">\n<title>venus</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.25 3.719-7.734 7.938-8.203 5.437-0.609 10.031 3.625 10.031 8.937zM2 9c0 3.859 3.141 7 7 7s7-3.141 7-7-3.141-7-7-7-7 3.141-7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars\" viewBox=\"0 0 24 28\">\n<title>mars</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-5.969 5.984c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l5.969-5.969h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mercury\" viewBox=\"0 0 18 28\">\n<title>mercury</title>\n<path d=\"M12.969 4.937c2.969 1.469 5.031 4.531 5.031 8.062 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-3.531 2.063-6.594 5.031-8.062-1.641-0.953-2.922-2.453-3.563-4.266-0.125-0.328 0.125-0.672 0.469-0.672h1.078c0.203 0 0.375 0.125 0.453 0.313 0.906 2.172 3.047 3.687 5.531 3.687s4.625-1.516 5.531-3.687c0.078-0.187 0.25-0.313 0.578-0.313h0.953c0.344 0 0.594 0.344 0.469 0.672-0.641 1.813-1.922 3.313-3.563 4.266zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-intersex\" viewBox=\"0 0 22 28\">\n<title>intersex</title>\n<path d=\"M16 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.719-0.516-8.359-4.719-7.969-9.656 0.328-4.25 3.703-7.734 7.922-8.219 2.531-0.297 4.875 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM9 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-transgender-alt\" viewBox=\"0 0 26 28\">\n<title>transgender-alt</title>\n<path d=\"M20 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.219 1.531 1.969 3.484 1.969 5.609 0 4.625-3.5 8.437-8 8.937v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.5-0.5-8-4.312-8-8.937 0-2.125 0.75-4.078 1.969-5.609l-0.812-0.828-1.578 1.734c-0.187 0.203-0.5 0.219-0.703 0.047l-0.75-0.688c-0.203-0.172-0.219-0.5-0.031-0.703l1.641-1.797-1.734-1.75v2.094c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.5c0-0.547 0.453-1 1-1h4.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.078l1.656 1.672 1.344-1.469c0.187-0.203 0.5-0.219 0.703-0.047l0.75 0.688c0.203 0.172 0.219 0.5 0.031 0.703l-1.406 1.547 0.891 0.875c1.531-1.219 3.484-1.969 5.609-1.969s4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM13 20c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-double\" viewBox=\"0 0 28 28\">\n<title>venus-double</title>\n<path d=\"M27.969 8.266c0.391 4.953-3.234 9.156-7.969 9.672v4.062h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-8v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-4.062c-4.734-0.516-8.359-4.719-7.969-9.672 0.344-4.297 3.797-7.812 8.078-8.219 2.188-0.219 4.234 0.359 5.891 1.469 1.656-1.109 3.703-1.687 5.891-1.469 4.281 0.406 7.734 3.922 8.078 8.219zM14 13.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM9 16c1.234 0 2.391-0.328 3.406-0.891-1.5-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1.016-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7s3.141 7 7 7zM18 22v-4.062c-1.469-0.156-2.828-0.688-4-1.469-1.172 0.781-2.531 1.313-4 1.469v4.062h8zM19 16c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.391 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.906 4.5-2.406 6.109c1.016 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-double\" viewBox=\"0 0 30 28\">\n<title>mars-double</title>\n<path d=\"M24 6.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.797-3.75 6.781-7.562 7.313-4.469 0.625-8.422-2.047-9.781-5.938-4.937-0.25-8.828-4.5-8.5-9.578 0.281-4.281 3.672-7.844 7.938-8.328 2.516-0.297 4.859 0.484 6.656 1.906l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c0.625 0.781 1.109 1.672 1.453 2.641 1.937 0.094 3.703 0.812 5.125 1.937l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM16 13c0-0.313-0.031-0.609-0.063-0.906-3.359 0.516-5.938 3.406-5.938 6.906 0 0.313 0.031 0.609 0.063 0.906 3.359-0.516 5.938-3.406 5.938-6.906zM2 13c0 3.531 2.641 6.453 6.047 6.922-0.031-0.297-0.047-0.609-0.047-0.922 0-4.406 3.187-8.078 7.391-8.844-1.094-2.453-3.547-4.156-6.391-4.156-3.859 0-7 3.141-7 7zM17 26c3.859 0 7-3.141 7-7 0-3.531-2.641-6.453-6.047-6.922 0.031 0.297 0.047 0.609 0.047 0.922 0 4.406-3.187 8.078-7.391 8.844 1.094 2.453 3.547 4.156 6.391 4.156z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-venus-mars\" viewBox=\"0 0 31 28\">\n<title>venus-mars</title>\n<path d=\"M26 0.5c0-0.281 0.219-0.5 0.5-0.5h4.5c0.547 0 1 0.453 1 1v4.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-2.094l-3.969 3.984c1.531 1.922 2.297 4.469 1.828 7.203-0.656 3.75-3.703 6.734-7.469 7.297-2.375 0.359-4.609-0.219-6.391-1.406-1.172 0.781-2.531 1.297-4 1.453v2.063h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5v1.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-2.063c-4.906-0.547-8.641-5.047-7.906-10.219 0.531-3.891 3.625-7.016 7.5-7.609 2.391-0.359 4.625 0.219 6.406 1.406 1.437-0.953 3.156-1.516 5-1.516 2.125 0 4.078 0.75 5.609 1.969l3.984-3.969h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-1zM14 17.891c1.234-1.266 2-2.984 2-4.891s-0.766-3.625-2-4.891c-1.234 1.266-2 2.984-2 4.891s0.766 3.625 2 4.891zM2 13c0 3.859 3.141 7 7 7 1.234 0 2.406-0.328 3.406-0.891-1.484-1.609-2.406-3.75-2.406-6.109s0.922-4.5 2.406-6.109c-1-0.562-2.172-0.891-3.406-0.891-3.859 0-7 3.141-7 7zM19 20c3.859 0 7-3.141 7-7s-3.141-7-7-7c-1.234 0-2.406 0.328-3.406 0.891 1.484 1.609 2.406 3.75 2.406 6.109s-0.922 4.5-2.406 6.109c1 0.562 2.172 0.891 3.406 0.891z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke\" viewBox=\"0 0 24 28\">\n<title>mars-stroke</title>\n<path d=\"M23 2c0.547 0 1 0.453 1 1v6.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-4.094l-3.328 3.344 2.188 2.188c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.188-2.203-1.219 1.234c1.234 1.531 1.969 3.484 1.969 5.609 0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9c2.125 0 4.078 0.734 5.609 1.969l1.219-1.219-2.688-2.688c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.688 2.688 3.328-3.328h-4.078c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h6.5zM9 24c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-v\" viewBox=\"0 0 18 28\">\n<title>mars-stroke-v</title>\n<path d=\"M10 10.063c4.5 0.5 8 4.312 8 8.937 0 5.313-4.594 9.547-10.031 8.937-4.219-0.469-7.594-3.953-7.938-8.203-0.391-4.953 3.234-9.156 7.969-9.672v-2.063h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h2.5v-2.578l-1.437 1.437c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l3.156-3.141c0.391-0.391 1.016-0.391 1.406 0l3.156 3.141c0.187 0.203 0.187 0.516 0 0.703l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-1.437-1.437v2.578h2.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-2.5v2.063zM9 26c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mars-stroke-h\" viewBox=\"0 0 30 28\">\n<title>mars-stroke-h</title>\n<path d=\"M29.703 14.297c0.391 0.391 0.391 1.016 0 1.406l-4.594 4.594c-0.187 0.203-0.516 0.203-0.703 0l-0.703-0.703c-0.203-0.187-0.203-0.516 0-0.703l2.891-2.891h-4.594v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-2.063c-0.5 4.5-4.312 8-8.937 8-5.313 0-9.547-4.594-8.937-10.031 0.469-4.219 3.953-7.594 8.203-7.938 4.953-0.391 9.156 3.234 9.672 7.969h2.063v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5h4.594l-2.891-2.891c-0.203-0.187-0.203-0.516 0-0.703l0.703-0.703c0.187-0.203 0.516-0.203 0.703 0zM9 22c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-neuter\" viewBox=\"0 0 18 28\">\n<title>neuter</title>\n<path d=\"M18 9c0 4.625-3.5 8.437-8 8.937v9.562c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-9.562c-4.5-0.5-8-4.312-8-8.937 0-4.969 4.031-9 9-9s9 4.031 9 9zM9 16c3.859 0 7-3.141 7-7s-3.141-7-7-7-7 3.141-7 7 3.141 7 7 7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-genderless\" viewBox=\"0 0 18 28\">\n<title>genderless</title>\n<path d=\"M16 15c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM18 15c0 4.969-4.031 9-9 9s-9-4.031-9-9 4.031-9 9-9 9 4.031 9 9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-facebook-official\" viewBox=\"0 0 24 28\">\n<title>facebook-official</title>\n<path d=\"M22.672 2c0.734 0 1.328 0.594 1.328 1.328v21.344c0 0.734-0.594 1.328-1.328 1.328h-6.109v-9.297h3.109l0.469-3.625h-3.578v-2.312c0-1.047 0.281-1.75 1.797-1.75l1.906-0.016v-3.234c-0.328-0.047-1.469-0.141-2.781-0.141-2.766 0-4.672 1.687-4.672 4.781v2.672h-3.125v3.625h3.125v9.297h-11.484c-0.734 0-1.328-0.594-1.328-1.328v-21.344c0-0.734 0.594-1.328 1.328-1.328h21.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pinterest-p\" viewBox=\"0 0 20 28\">\n<title>pinterest-p</title>\n<path d=\"M0 9.328c0-5.766 5.281-9.328 10.625-9.328 4.906 0 9.375 3.375 9.375 8.547 0 4.859-2.484 10.25-8.016 10.25-1.313 0-2.969-0.656-3.609-1.875-1.188 4.703-1.094 5.406-3.719 9l-0.219 0.078-0.141-0.156c-0.094-0.984-0.234-1.953-0.234-2.938 0-3.187 1.469-7.797 2.188-10.891-0.391-0.797-0.5-1.766-0.5-2.641 0-1.578 1.094-3.578 2.875-3.578 1.313 0 2.016 1 2.016 2.234 0 2.031-1.375 3.938-1.375 5.906 0 1.344 1.109 2.281 2.406 2.281 3.594 0 4.703-5.187 4.703-7.953 0-3.703-2.625-5.719-6.172-5.719-4.125 0-7.313 2.969-7.313 7.156 0 2.016 1.234 3.047 1.234 3.531 0 0.406-0.297 1.844-0.812 1.844-0.078 0-0.187-0.031-0.266-0.047-2.234-0.672-3.047-3.656-3.047-5.703z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-whatsapp\" viewBox=\"0 0 24 28\">\n<title>whatsapp</title>\n<path d=\"M15.391 15.219c0.266 0 2.812 1.328 2.922 1.516 0.031 0.078 0.031 0.172 0.031 0.234 0 0.391-0.125 0.828-0.266 1.188-0.359 0.875-1.813 1.437-2.703 1.437-0.75 0-2.297-0.656-2.969-0.969-2.234-1.016-3.625-2.75-4.969-4.734-0.594-0.875-1.125-1.953-1.109-3.031v-0.125c0.031-1.031 0.406-1.766 1.156-2.469 0.234-0.219 0.484-0.344 0.812-0.344 0.187 0 0.375 0.047 0.578 0.047 0.422 0 0.5 0.125 0.656 0.531 0.109 0.266 0.906 2.391 0.906 2.547 0 0.594-1.078 1.266-1.078 1.625 0 0.078 0.031 0.156 0.078 0.234 0.344 0.734 1 1.578 1.594 2.141 0.719 0.688 1.484 1.141 2.359 1.578 0.109 0.063 0.219 0.109 0.344 0.109 0.469 0 1.25-1.516 1.656-1.516zM12.219 23.5c5.406 0 9.812-4.406 9.812-9.812s-4.406-9.812-9.812-9.812-9.812 4.406-9.812 9.812c0 2.063 0.656 4.078 1.875 5.75l-1.234 3.641 3.781-1.203c1.594 1.047 3.484 1.625 5.391 1.625zM12.219 1.906c6.5 0 11.781 5.281 11.781 11.781s-5.281 11.781-11.781 11.781c-1.984 0-3.953-0.5-5.703-1.469l-6.516 2.094 2.125-6.328c-1.109-1.828-1.687-3.938-1.687-6.078 0-6.5 5.281-11.781 11.781-11.781z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-server\" viewBox=\"0 0 28 28\">\n<title>server</title>\n<path d=\"M2 22h16v-2h-16v2zM2 14h16v-2h-16v2zM26.5 21c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM2 6h16v-2h-16v2zM26.5 13c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM26.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM28 18v6h-28v-6h28zM28 10v6h-28v-6h28zM28 2v6h-28v-6h28z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-plus\" viewBox=\"0 0 32 28\">\n<title>user-plus</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM26 16h5.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-5.5v5.5c0 0.266-0.234 0.5-0.5 0.5h-3c-0.266 0-0.5-0.234-0.5-0.5v-5.5h-5.5c-0.266 0-0.5-0.234-0.5-0.5v-3c0-0.266 0.234-0.5 0.5-0.5h5.5v-5.5c0-0.266 0.234-0.5 0.5-0.5h3c0.266 0 0.5 0.234 0.5 0.5v5.5zM14.5 19.5c0 1.094 0.906 2 2 2h4v3.719c-0.766 0.562-1.734 0.781-2.672 0.781h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.531 1.172 3.016 1.906 4.984 1.906s3.453-0.734 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 1.328 0 2.5 0.5 3.391 1.5h-3.484c-1.094 0-2 0.906-2 2v3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-times\" viewBox=\"0 0 32 28\">\n<title>user-times</title>\n<path d=\"M11 14c-3.313 0-6-2.688-6-6s2.688-6 6-6 6 2.688 6 6-2.688 6-6 6zM27.828 19l3.891 3.891c0.094 0.094 0.141 0.219 0.141 0.359 0 0.125-0.047 0.25-0.141 0.344l-2.125 2.125c-0.094 0.094-0.219 0.141-0.344 0.141-0.141 0-0.266-0.047-0.359-0.141l-3.891-3.891-3.891 3.891c-0.094 0.094-0.219 0.141-0.359 0.141-0.125 0-0.25-0.047-0.344-0.141l-2.125-2.125c-0.094-0.094-0.141-0.219-0.141-0.344 0-0.141 0.047-0.266 0.141-0.359l3.891-3.891-3.891-3.891c-0.094-0.094-0.141-0.219-0.141-0.359 0-0.125 0.047-0.25 0.141-0.344l2.125-2.125c0.094-0.094 0.219-0.141 0.344-0.141 0.141 0 0.266 0.047 0.359 0.141l3.891 3.891 3.891-3.891c0.094-0.094 0.219-0.141 0.359-0.141 0.125 0 0.25 0.047 0.344 0.141l2.125 2.125c0.094 0.094 0.141 0.219 0.141 0.344 0 0.141-0.047 0.266-0.141 0.359zM20.047 19l-2.828 2.828c-0.375 0.375-0.578 0.891-0.578 1.422 0 0.516 0.203 1.031 0.578 1.406l1.297 1.297c-0.219 0.031-0.453 0.047-0.688 0.047h-13.656c-2.5 0-4.172-1.5-4.172-4.047 0-3.531 0.828-8.953 5.406-8.953 0.25 0 0.422 0.109 0.609 0.266 1.5 1.188 3.031 1.906 4.984 1.906s3.484-0.719 4.984-1.906c0.187-0.156 0.359-0.266 0.609-0.266 0.297 0 0.594 0.031 0.891 0.094-0.516 0.5-0.844 0.906-0.844 1.656 0 0.531 0.203 1.047 0.578 1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bed\" viewBox=\"0 0 32 28\">\n<title>bed</title>\n<path d=\"M4 16h27c0.547 0 1 0.453 1 1v7h-4v-4h-24v4h-4v-19c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v11zM13 11c0-2.203-1.797-4-4-4s-4 1.797-4 4 1.797 4 4 4 4-1.797 4-4zM32 15v-1c0-3.313-2.688-6-6-6h-11c-0.547 0-1 0.453-1 1v6h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viacoin\" viewBox=\"0 0 24 28\">\n<title>viacoin</title>\n<path d=\"M24 0l-3 7h3v3h-4.281l-0.859 2h5.141v3h-6.422l-5.578 13-5.578-13h-6.422v-3h5.141l-0.859-2h-4.281v-3h3l-3-7h4l5.047 12h5.906l5.047-12h4zM12 19l1.687-4h-3.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-train\" viewBox=\"0 0 24 28\">\n<title>train</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM12 21c1.656 0 3-1.344 3-3s-1.344-3-3-3-3 1.344-3 3 1.344 3 3 3zM21 12v-8h-18v8h18z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-subway\" viewBox=\"0 0 24 28\">\n<title>subway</title>\n<path d=\"M17 0c3.859 0 7 2.234 7 5v14c0 2.703-2.984 4.891-6.734 4.984l3.328 3.156c0.328 0.313 0.109 0.859-0.344 0.859h-16.5c-0.453 0-0.672-0.547-0.344-0.859l3.328-3.156c-3.75-0.094-6.734-2.281-6.734-4.984v-14c0-2.766 3.141-5 7-5h10zM4.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM11 12v-8h-8.5v8h8.5zM19.5 20.5c1.375 0 2.5-1.125 2.5-2.5s-1.125-2.5-2.5-2.5-2.5 1.125-2.5 2.5 1.125 2.5 2.5 2.5zM22 12v-8h-9v8h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-medium\" viewBox=\"0 0 28 28\">\n<title>medium</title>\n<path d=\"M9.328 6.578v18.328c0 0.484-0.234 0.938-0.766 0.938-0.187 0-0.359-0.047-0.516-0.125l-7.266-3.641c-0.438-0.219-0.781-0.781-0.781-1.25v-17.813c0-0.391 0.187-0.75 0.609-0.75 0.25 0 0.469 0.125 0.688 0.234l7.984 4c0.016 0.016 0.047 0.063 0.047 0.078zM10.328 8.156l8.344 13.531-8.344-4.156v-9.375zM28 8.437v16.469c0 0.516-0.297 0.875-0.812 0.875-0.266 0-0.516-0.078-0.734-0.203l-6.891-3.437zM27.953 6.563c0 0.063-8.078 13.172-8.703 14.172l-6.094-9.906 5.063-8.234c0.172-0.281 0.484-0.438 0.812-0.438 0.141 0 0.281 0.031 0.406 0.094l8.453 4.219c0.031 0.016 0.063 0.047 0.063 0.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-y-combinator\" viewBox=\"0 0 24 28\">\n<title>y-combinator</title>\n<path d=\"M12.641 15.687l4.156-7.797h-1.75l-2.453 4.875s-0.375 0.75-0.688 1.437c-0.297-0.719-0.656-1.437-0.656-1.437l-2.422-4.875h-1.875l4.109 7.703v5.063h1.578v-4.969zM24 2v24h-24v-24h24z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-optin-monster\" viewBox=\"0 0 36 28\">\n<title>optin-monster</title>\n<path d=\"M7.469 26.172c-0.156 0.328-0.609 0.781-1 0.938-0.547 0.187-1.219-0.172-1.25-0.547-0.031-0.484 1.172-1.359 1.687-1.453 0.5-0.094 0.734 0.656 0.562 1.062zM28.422 26.172c0.141 0.328 0.594 0.781 1 0.938 0.531 0.187 1.219-0.172 1.234-0.547 0.047-0.484-1.172-1.359-1.687-1.453-0.484-0.094-0.719 0.656-0.547 1.062zM29.172 24.469c0.281 0.562 1.391 1.391 2.094 1.578 0.953 0.266 1.859-0.187 1.859-0.859 0-1.031-1.953-2.406-2.859-2.5-0.859-0.109-1.422 1.109-1.094 1.781zM6.687 24.469c-0.281 0.562-1.375 1.391-2.078 1.578-0.953 0.266-1.859-0.187-1.859-0.859 0-1.031 1.953-2.406 2.859-2.5 0.859-0.109 1.422 1.109 1.078 1.781zM18.094 6.906h0.016c-0.422 0-0.828 0.078-1.188 0.234 0.547 0.172 0.953 0.672 0.953 1.25 0 0.734-0.641 1.328-1.437 1.328-0.531 0-1-0.281-1.25-0.672-0.047 0.219-0.078 0.422-0.078 0.656 0 1.547 1.328 2.797 2.984 2.797s3-1.25 3-2.797-1.344-2.797-3-2.797zM22.844 3.5c-2.063-2.266-4.703-2.766-7.281-1.359 1.453-3.25 7.063-2.812 7.281 1.359zM34.563 22.859c0.078 0.109-0.016 0.391-0.172 0.656 0.063 0.203 0.109 0.406 0.109 0.625 0.047 1.828-2.562 3.703-4.25 3.766-1 0.047-2-0.484-2.469-1.359-6.563 0.234-13.125 0.281-19.672 0-0.484 0.875-1.484 1.391-2.484 1.359-1.672-0.063-4.281-1.937-4.25-3.766 0.016-0.219 0.047-0.422 0.109-0.625-0.156-0.266-0.25-0.547-0.172-0.656 0.063-0.094 0.266-0.094 0.484-0.016 0.187-0.297 0.406-0.547 0.641-0.797-0.063-0.266-0.063-0.5 0.031-0.594 0.109-0.094 0.359-0.063 0.609 0.063 0.266-0.187 0.578-0.375 0.922-0.531 0-0.281 0.078-0.5 0.203-0.578 0.187-0.094 0.516-0.031 0.797 0.25 0.328-0.047 0.656-0.047 0.953 0.031 0.203 0.047 0.406 0.156 0.594 0.297v-1.141c-0.094 0-0.172 0-0.281-0.031-1.016-0.187-2.125-0.891-2.375-2.063-0.094-0.391-0.094-0.812 0-1.266 0.187-0.781 0.859-1.234 1.453-1.484 0.047-0.344 0.469-0.812 0.859-0.922 0.438-0.109 0.719 0.266 0.812 0.594h0.203c0.281 0.031 0.734 0.094 0.938 0.359 0.031 0.031 0.063 0.078 0.078 0.109 0.313-0.031 0.641-0.078 0.953-0.109-0.141-0.109-0.297-0.203-0.469-0.266-0.297-0.516-0.797-0.641-1.422-0.672 0-0.047 0-0.094 0.016-0.156-1.141-0.031-2.547-0.328-3.172-1.031-0.719-0.797-0.844-2.156-0.703-3.187 0.125-1.016 0.547-2.188 1.406-2.797 0.484-0.328 1.25-0.047 1.313 0.562 0.031 0.266 0.078 1.172 0.328 1.313 0.281 0.141 0.734 0.203 1.188 0.187 0.469-0.453 0.969-0.844 1.531-1.156-0.859-0.078-1.672 0.094-2.531 0.219l0.734-0.719c0.719-0.688 1.672-1.281 2.547-1.734 1.359-0.688 2.891-1.203 4.406-1.344-1.078-0.453-2.312-0.688-3.453-0.953 4.422-0.938 10.094-1.281 14.125 2.172 1.047 0.891 1.875 2.094 2.469 3.469 0.641 0.078 1.453 0.094 1.891-0.141h0.016c0.25-0.141 0.297-1.031 0.328-1.313 0.063-0.594 0.828-0.891 1.313-0.547 0.859 0.609 1.281 1.781 1.422 2.781 0.125 1.031 0.016 2.391-0.719 3.187-0.625 0.703-1.984 1.016-3.109 1.047v0.156c-0.641 0.016-1.172 0.141-1.484 0.672-0.172 0.063-0.328 0.156-0.484 0.266 0.328 0.031 0.656 0.078 0.969 0.109 0.016-0.047 0.047-0.094 0.078-0.125 0.219-0.25 0.672-0.328 0.938-0.359h0.203c0.094-0.313 0.391-0.688 0.812-0.594s0.812 0.578 0.859 0.922c0.625 0.25 1.281 0.703 1.453 1.484 0.109 0.469 0.094 0.875 0.016 1.266-0.266 1.172-1.375 1.891-2.391 2.063-0.078 0.016-0.187 0.031-0.266 0.031 0 0.391 0 0.766-0.016 1.141 0.187-0.141 0.375-0.25 0.594-0.297 0.297-0.078 0.625-0.078 0.953-0.031 0.281-0.281 0.625-0.344 0.797-0.25 0.125 0.078 0.219 0.297 0.219 0.578 0.328 0.156 0.656 0.344 0.922 0.531 0.25-0.125 0.484-0.156 0.594-0.063 0.094 0.094 0.109 0.328 0.031 0.594 0.234 0.25 0.469 0.516 0.641 0.797 0.219-0.078 0.406-0.078 0.484 0.016zM30.266 7.984c0 0.359-0.078 0.672-0.141 0.844 1 0.391 1.516 1.281 1.75 2.063 0.063-0.609-0.156-2.281-0.797-2.953-0.422-0.422-0.812-0.297-0.812 0.047zM29.047 9.547v0c0.75 0.906 0.984 2.406 0.734 3.641 0.625-0.125 1.188-0.359 1.516-0.703 0.109-0.125 0.219-0.281 0.281-0.438-0.063-1.234-0.594-2.469-1.719-2.828-0.187 0.187-0.531 0.281-0.812 0.328v0zM28.469 9.609c-0.219 0-0.469 0-0.688-0.016 0.438 1.188 0.719 2.469 0.828 3.734 0.203 0 0.438-0.016 0.672-0.047 0.344-1.406-0.016-2.984-0.812-3.672zM4.031 10.891c0.234-0.781 0.75-1.672 1.75-2.063-0.063-0.172-0.141-0.484-0.141-0.844 0-0.344-0.406-0.469-0.812-0.047-0.656 0.672-0.859 2.344-0.797 2.953zM4.594 12.484c0.328 0.359 0.891 0.578 1.516 0.703-0.25-1.234-0.016-2.734 0.734-3.641v0 0 0c-0.281-0.047-0.625-0.141-0.812-0.328-1.125 0.359-1.641 1.594-1.719 2.828 0.078 0.156 0.172 0.313 0.281 0.438zM7.359 13.328c0.141-1.281 0.531-2.531 1.141-3.672-0.297 0.063-0.578 0.172-0.859 0.281l-0.703 0.297v-0.016c-0.422 0.812-0.578 1.984-0.313 3.063 0.266 0.031 0.5 0.047 0.734 0.047zM22.406 13.937v0c0.203 1.031 0.281 2.063 0.438 3.094 0.063 0.359 0.172 0.438 0.516 0.266 0.922-0.469 1.313-2.266 1.328-3.297-0.75-0.047-1.516-0.047-2.281-0.063zM18 3.922c-2.422 0-4.406 1.969-4.406 4.391 0 2.438 1.984 4.406 4.406 4.406s4.406-1.969 4.406-4.406c0-2.422-1.984-4.391-4.406-4.391zM21.562 13.906c-1.094-0.016-2.203-0.016-3.297 0v-0.016c-0.016 0.297 0.016 2.203 0.25 2.375 0.641 0.313 2.281 0.266 2.953 0.063 0.313-0.094 0.141-2.141 0.094-2.422zM17.375 17.016c0.266-0.141 0.141-2.625 0.078-3.109v-0.016c-1.125 0.016-2.234 0.016-3.344 0.047-0.109 0.531-0.266 2.828 0.109 2.984 0.75 0.328 2.406 0.297 3.156 0.094zM11.219 14.063c-0.313 1.141 0.016 2.609 1.281 3.172 0.313 0.141 0.5 0.141 0.562-0.25 0.109-0.5 0.141-2.125 0.281-3.016v0c-0.703 0.016-1.422 0.047-2.125 0.094zM9.234 16.031c0.031 0.281-0.219 0.453-0.531 0.562 2.531 2.719 5.359 4.953 9.016 6.156 3.906-1.109 6.687-3.469 9.438-6.188-0.281-0.109-0.5-0.297-0.469-0.531 0.016-0.063 0.031-0.094 0.047-0.141v0 0c-0.516-0.047-1.031-0.109-1.531-0.156-0.547 1.906-2.078 3.063-2.703 1.828-0.156-0.297-0.203-0.672-0.266-0.969-0.219 0.484-0.766 0.469-1.422 0.516-0.766 0.063-1.828 0.078-2.547-0.172-0.172 0.75-0.641 0.75-1.547 0.828-0.812 0.078-2.812 0.234-3.172-0.625-0.063 1.656-2.031 0.578-2.609-0.406-0.187-0.328-0.313-0.656-0.406-1.016-0.453 0.047-0.906 0.094-1.359 0.156 0.031 0.047 0.047 0.109 0.063 0.156zM7.922 25.844c0.031-0.141 0.047-0.297 0.047-0.469-0.328-1.344-1.078-2.875-1.937-3.125-1.297-0.391-3.984 1.359-3.828 3.156 0.734 1.125 2.312 2.063 3.422 2.109 1.031 0.047 2.078-0.641 2.297-1.672zM7.969 23.172c0.187 0.516 0.375 1.203 0.422 1.859 1.937-1.125 4-2.063 6.125-2.719-2.234-1.188-3.938-2.766-5.625-4.453-0.125 0.078-0.297 0.141-0.453 0.203-0.016 0.047-0.016 0.094-0.031 0.141 0.266 0.156 0.453 0.344 0.344 0.578-0.125 0.234-0.5 0.438-0.875 0.531-0.125 0.156-0.297 0.281-0.453 0.375h-0.016c-0.016 0.781-0.016 1.563 0.016 2.344 0.219 0.391 0.406 0.797 0.547 1.141zM9.047 25.766c5.969 0.234 11.937 0.203 17.891 0-2.125-1.234-4.281-2.391-6.687-3.063-0.797 0.359-1.609 0.656-2.438 0.891-0.125 0.047-0.125 0.047-0.25 0-0.688-0.219-1.344-0.469-2.016-0.766-2.328 0.672-4.469 1.687-6.5 2.938h-0.016v0.016c0.016 0 0.016 0 0.016-0.016zM27.547 25.047c0.047-0.656 0.25-1.359 0.438-1.875 0.125-0.344 0.297-0.734 0.516-1.109l-0.016 0.016c0.031-0.797 0.047-1.594 0.047-2.391-0.172-0.094-0.328-0.234-0.469-0.391-0.375-0.078-0.75-0.297-0.875-0.516-0.109-0.234 0.078-0.438 0.344-0.594-0.016-0.031-0.031-0.094-0.031-0.141-0.172-0.047-0.313-0.109-0.438-0.187-1.828 1.703-3.781 3.281-5.984 4.438 2.25 0.672 4.391 1.625 6.469 2.75zM33.672 25.406c0.172-1.797-2.516-3.547-3.828-3.156-0.844 0.25-1.609 1.781-1.937 3.125 0 0.172 0.016 0.328 0.047 0.469 0.219 1.031 1.266 1.719 2.297 1.672 1.109-0.047 2.688-0.984 3.422-2.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opencart\" viewBox=\"0 0 43 28\">\n<title>opencart</title>\n<path d=\"M23.812 24.391c0 1.422-1.141 2.562-2.562 2.562s-2.578-1.141-2.578-2.562 1.156-2.578 2.578-2.578 2.562 1.156 2.562 2.578zM12.109 24.391c0 1.422-1.156 2.562-2.578 2.562s-2.562-1.141-2.562-2.562 1.141-2.578 2.562-2.578 2.578 1.156 2.578 2.578zM0 1.047c4.609 4.859 8.937 5.578 25.937 5.578s9.531 3.781-0.969 13.156c3.328-5.781 14.766-10.906-3.984-10.625-17.984 0.266-19.047-5.203-20.984-8.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-expeditedssl\" viewBox=\"0 0 28 28\">\n<title>expeditedssl</title>\n<path d=\"M14 1c-7.172 0-13 5.828-13 13s5.828 13 13 13 13-5.828 13-13-5.828-13-13-13zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14zM7.75 13c0.141 0 0.25 0.109 0.25 0.25v7.5c0 0.141-0.109 0.25-0.25 0.25h-0.5c-0.141 0-0.25-0.109-0.25-0.25v-7.5c0-0.141 0.109-0.25 0.25-0.25h0.5zM14 14c1.109 0 2 0.891 2 2 0 0.734-0.406 1.375-1 1.719v1.781c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.781c-0.594-0.344-1-0.984-1-1.719 0-1.109 0.891-2 2-2zM14 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM8.5 9.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-1.937 1.563-3.5 3.5-3.5s3.5 1.563 3.5 3.5v1.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-1.5c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5zM22 21v-8c0-0.547-0.453-1-1-1h-14c-0.547 0-1 0.453-1 1v8c0 0.547 0.453 1 1 1h14c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery\" viewBox=\"0 0 36 28\">\n<title>battery</title>\n<path d=\"M30 8v12h-26v-12h26zM32 17h2v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5zM36 11v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5c1.109 0 2 0.891 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-3\" viewBox=\"0 0 36 28\">\n<title>battery-3</title>\n<path d=\"M4 20v-12h20v12h-20zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-2\" viewBox=\"0 0 36 28\">\n<title>battery-2</title>\n<path d=\"M4 20v-12h14v12h-14zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-1\" viewBox=\"0 0 36 28\">\n<title>battery-1</title>\n<path d=\"M4 20v-12h8v12h-8zM34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-battery-0\" viewBox=\"0 0 36 28\">\n<title>battery-0</title>\n<path d=\"M34 9c1.109 0 2 0.891 2 2v6c0 1.109-0.891 2-2 2v2.5c0 1.375-1.125 2.5-2.5 2.5h-29c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h29c1.375 0 2.5 1.125 2.5 2.5v2.5zM34 17v-6h-2v-4.5c0-0.281-0.219-0.5-0.5-0.5h-29c-0.281 0-0.5 0.219-0.5 0.5v15c0 0.281 0.219 0.5 0.5 0.5h29c0.281 0 0.5-0.219 0.5-0.5v-4.5h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mouse-pointer\" viewBox=\"0 0 18 28\">\n<title>mouse-pointer</title>\n<path d=\"M17.703 16.297c0.297 0.281 0.375 0.719 0.219 1.078-0.156 0.375-0.516 0.625-0.922 0.625h-5.969l3.141 7.438c0.219 0.516-0.031 1.094-0.531 1.313l-2.766 1.172c-0.516 0.219-1.094-0.031-1.313-0.531l-2.984-7.063-4.875 4.875c-0.187 0.187-0.438 0.297-0.703 0.297-0.125 0-0.266-0.031-0.375-0.078-0.375-0.156-0.625-0.516-0.625-0.922v-23.5c0-0.406 0.25-0.766 0.625-0.922 0.109-0.047 0.25-0.078 0.375-0.078 0.266 0 0.516 0.094 0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-i-cursor\" viewBox=\"0 0 14 28\">\n<title>i-cursor</title>\n<path d=\"M13 2c-3.313 0-5 1.172-5 3.5v6.5h2v2h-2v8.5c0 2.328 1.687 3.5 5 3.5h1v2h-1c-2.812 0-4.875-0.812-6-2.281-1.125 1.469-3.187 2.281-6 2.281h-1v-2h1c3.313 0 5-1.172 5-3.5v-8.5h-2v-2h2v-6.5c0-2.328-1.687-3.5-5-3.5h-1v-2h1c2.812 0 4.875 0.812 6 2.281 1.125-1.469 3.187-2.281 6-2.281h1v2h-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-group\" viewBox=\"0 0 32 28\">\n<title>object-group</title>\n<path d=\"M32 6h-2v16h2v6h-6v-2h-20v2h-6v-6h2v-16h-2v-6h6v2h20v-2h6v6zM28 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 26v-2h-2v2h2zM26 24v-2h2v-16h-2v-2h-20v2h-2v16h2v2h20zM30 26v-2h-2v2h2zM20 10h6v12h-14v-4h-6v-12h14v4zM8 16h10v-8h-10v8zM24 20v-8h-4v6h-6v2h10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-object-ungroup\" viewBox=\"0 0 36 28\">\n<title>object-ungroup</title>\n<path d=\"M36 12h-2v10h2v6h-6v-2h-14v2h-6v-6h2v-2h-6v2h-6v-6h2v-10h-2v-6h6v2h14v-2h6v6h-2v2h6v-2h6v6zM32 8v2h2v-2h-2zM22 2v2h2v-2h-2zM2 2v2h2v-2h-2zM4 20v-2h-2v2h2zM24 18h-2v2h2v-2zM6 18h14v-2h2v-10h-2v-2h-14v2h-2v10h2v2zM14 26v-2h-2v2h2zM34 26v-2h-2v2h2zM32 22v-10h-2v-2h-6v6h2v6h-6v-2h-6v2h2v2h14v-2h2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note\" viewBox=\"0 0 24 28\">\n<title>sticky-note</title>\n<path d=\"M16 19.5v6.5h-14.5c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5v14.5h-6.5c-0.828 0-1.5 0.672-1.5 1.5zM18 20h5.953c-0.141 0.75-0.547 1.594-1.016 2.063l-2.875 2.875c-0.469 0.469-1.313 0.875-2.063 1.016v-5.953z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sticky-note-o\" viewBox=\"0 0 24 28\">\n<title>sticky-note-o</title>\n<path d=\"M21.875 20h-3.875v3.875c0.266-0.094 0.531-0.234 0.641-0.344l2.891-2.891c0.109-0.109 0.25-0.375 0.344-0.641zM17.5 18h4.5v-14h-20v20h14v-4.5c0-0.828 0.672-1.5 1.5-1.5zM24 3.5v16c0 0.828-0.484 1.984-1.062 2.562l-2.875 2.875c-0.578 0.578-1.734 1.062-2.562 1.062h-16c-0.828 0-1.5-0.672-1.5-1.5v-21c0-0.828 0.672-1.5 1.5-1.5h21c0.828 0 1.5 0.672 1.5 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-jcb\" viewBox=\"0 0 36 28\">\n<title>cc-jcb</title>\n<path d=\"M30.484 15.594c0 0.562-0.375 0.969-0.844 1.062-0.063 0.016-0.203 0.031-0.281 0.031h-2.391v-2.188h2.391c0.078 0 0.219 0.016 0.281 0.031 0.469 0.094 0.844 0.516 0.844 1.062zM30.203 12.266c0 0.547-0.375 0.906-0.828 0.984-0.047 0.016-0.156 0.016-0.234 0.016h-2.172v-2.016h2.172c0.078 0 0.187 0.016 0.234 0.016 0.453 0.078 0.828 0.453 0.828 1zM11.375 14.828v-4.813h-3.563v4.813c0 1.172-0.797 2.047-2.234 2.047-1.219 0-2.422-0.359-3.578-0.922v1.75c1.875 0.516 4.25 0.516 4.25 0.516 3.969 0 5.125-1.516 5.125-3.391zM22.531 17.703v-1.766c-0.812 0.422-1.844 0.828-3.125 0.922-2.25 0.172-3.594-0.922-3.594-2.859s1.344-3.031 3.594-2.859c1.281 0.094 2.297 0.484 3.125 0.906v-1.75c-1.672-0.422-3.25-0.484-3.25-0.484-5.5-0.25-7.063 1.922-7.063 4.188s1.563 4.438 7.063 4.188c0 0 1.578-0.063 3.25-0.484zM34 15.906c0-1.156-1.031-1.906-2.375-2v-0.047c1.219-0.172 1.891-0.969 1.891-1.891 0-1.188-0.984-1.875-2.312-1.937-0.094 0-0.266-0.016-0.406-0.016h-7.109v7.969h7.672c1.516 0 2.641-0.812 2.641-2.078zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-cc-diners-club\" viewBox=\"0 0 36 28\">\n<title>cc-diners-club</title>\n<path d=\"M13.406 19.391v-10.828c-2.172 0.844-3.719 2.953-3.719 5.422s1.547 4.578 3.719 5.406zM21.281 13.984c0-2.469-1.547-4.578-3.719-5.422v10.844c2.172-0.844 3.719-2.953 3.719-5.422zM24.641 13.984c0 5.047-4.094 9.156-9.156 9.156-5.047 0-9.156-4.109-9.156-9.156 0-5.063 4.109-9.156 9.156-9.156 5.063 0 9.156 4.094 9.156 9.156zM30.625 14.094c0-5.969-4.984-10.094-10.453-10.094h-4.703c-5.531 0-10.094 4.125-10.094 10.094 0 5.453 4.562 9.906 10.094 9.906h4.703c5.469 0 10.453-4.453 10.453-9.906zM36 4v20c0 1.094-0.906 2-2 2h-32c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h32c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-clone\" viewBox=\"0 0 28 28\">\n<title>clone</title>\n<path d=\"M26 25.5v-17c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5zM28 8.5v17c0 1.375-1.125 2.5-2.5 2.5h-17c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5zM22 2.5v2.5h-2v-2.5c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5v17c0 0.266 0.234 0.5 0.5 0.5h2.5v2h-2.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-balance-scale\" viewBox=\"0 0 34 28\">\n<title>balance-scale</title>\n<path d=\"M27 7l-6 11h12zM7 7l-6 11h12zM19.828 4c-0.297 0.844-0.984 1.531-1.828 1.828v20.172h9.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-21c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9.5v-20.172c-0.844-0.297-1.531-0.984-1.828-1.828h-7.672c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h7.672c0.422-1.172 1.516-2 2.828-2s2.406 0.828 2.828 2h7.672c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-7.672zM17 4.25c0.688 0 1.25-0.562 1.25-1.25s-0.562-1.25-1.25-1.25-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25zM34 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484v0zM14 18c0 3.219-4.453 4.5-7 4.5s-7-1.281-7-4.5v0c0-0.609 5.453-10.266 6.125-11.484 0.172-0.313 0.516-0.516 0.875-0.516s0.703 0.203 0.875 0.516c0.672 1.219 6.125 10.875 6.125 11.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-o\" viewBox=\"0 0 24 28\">\n<title>hourglass-o</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-3.156 1.188-6.344 5.359-6.344 11.062h16c0-5.703-3.187-9.875-6.344-11.062-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-1\" viewBox=\"0 0 24 28\">\n<title>hourglass-1</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 0.688 0.047 1.359 0.141 2h15.719c0.094-0.641 0.141-1.313 0.141-2zM20 26c0-5.609-3.094-9.75-6.203-11h-3.594c-3.109 1.25-6.203 5.391-6.203 11h16z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-2\" viewBox=\"0 0 24 28\">\n<title>hourglass-2</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM20 2h-16c0 2.281 0.516 4.297 1.328 6h13.344c0.812-1.703 1.328-3.719 1.328-6zM19.109 21c-1.156-3.016-3.234-5.156-5.313-6h-3.594c-2.078 0.844-4.156 2.984-5.313 6h14.219z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass-3\" viewBox=\"0 0 24 28\">\n<title>hourglass-3</title>\n<path d=\"M22 2c0 5.781-2.766 9.969-5.828 12 3.063 2.031 5.828 6.219 5.828 12h1.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5c0-5.781 2.766-9.969 5.828-12-3.063-2.031-5.828-6.219-5.828-12h-1.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h23c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-1.5zM13.656 13.062c3.156-1.188 6.344-5.359 6.344-11.062h-16c0 5.703 3.187 9.875 6.344 11.062 0.391 0.141 0.656 0.516 0.656 0.938s-0.266 0.797-0.656 0.938c-1.344 0.5-2.703 1.563-3.813 3.063h10.938c-1.109-1.5-2.469-2.562-3.813-3.063-0.391-0.141-0.656-0.516-0.656-0.938s0.266-0.797 0.656-0.938z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hourglass\" viewBox=\"0 0 24 28\">\n<title>hourglass</title>\n<path d=\"M23.5 25c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23zM2.031 24c0.297-5.266 4.594-8.094 7.469-10-2.875-1.906-7.172-4.734-7.469-10h19.938c-0.297 5.266-4.594 8.094-7.469 10 2.875 1.906 7.172 4.734 7.469 10h-19.938zM23.5 0c0.281 0 0.5 0.219 0.5 0.5v2c0 0.281-0.219 0.5-0.5 0.5h-23c-0.281 0-0.5-0.219-0.5-0.5v-2c0-0.281 0.219-0.5 0.5-0.5h23z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-grab-o\" viewBox=\"0 0 24 28\">\n<title>hand-grab-o</title>\n<path d=\"M12 6c-1.109 0-2 0.891-2 2v2h-0.5v-1.453c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v6.703l-0.5-0.469v-2.688c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v3.5c0 0.484 0.203 0.938 0.547 1.281l4.844 4.625c0.453 0.453 0.609 0.969 0.609 1.594 0 0.547 0.453 1 1 1h10c0.547 0 1-0.453 1-1v-0.391c0-0.406 0.047-0.812 0.156-1.203l1.687-6.813c0.109-0.391 0.156-0.797 0.156-1.203v-3.844c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v0.5h-0.5v-1.953c0-0.828-0.562-1.594-1.391-1.766-0.109-0.016-0.234-0.031-0.359-0.031-0.969 0-1.75 0.781-1.75 1.75v2h-0.5v-1.906c0-1.047-0.75-1.969-1.797-2.078-0.078-0.016-0.141-0.016-0.203-0.016zM12 4c0.844 0 1.656 0.266 2.328 0.781 0.578-0.344 1.25-0.531 1.922-0.531 1.234 0 2.375 0.594 3.078 1.609 0.297-0.078 0.609-0.109 0.922-0.109 2.094 0 3.75 1.719 3.75 3.797v3.844c0 0.562-0.078 1.141-0.203 1.687l-1.703 6.813c-0.094 0.375-0.094 0.734-0.094 1.109 0 1.656-1.344 3-3 3h-10c-1.781 0-3-1.422-3-3.141l-4.813-4.625c-0.734-0.703-1.188-1.703-1.188-2.734v-3.5c0-2.063 1.687-3.75 3.75-3.75 0.094 0 0.172 0 0.25 0.016 0.125-1.984 1.781-3.516 3.75-3.516 0.531 0 1.047 0.109 1.531 0.328 0.734-0.703 1.703-1.078 2.719-1.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-paper-o\" viewBox=\"0 0 26 28\">\n<title>hand-paper-o</title>\n<path d=\"M13.75 2c-0.969 0-1.75 0.781-1.75 1.75v10.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v12.25l-2.406-3.203c-0.375-0.5-0.969-0.797-1.594-0.797-1.109 0-2 0.906-2 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h10.75c0.719 0 1.344-0.516 1.484-1.219l1.188-6.328c0.047-0.297 0.078-0.609 0.078-0.922v-7.781c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v4.25h-0.5v-8.25c0-0.969-0.781-1.75-1.75-1.75s-1.75 0.781-1.75 1.75v8.25h-0.5v-10.25c0-0.969-0.781-1.75-1.75-1.75zM13.75 0c1.406 0 2.703 0.797 3.344 2.063 0.219-0.047 0.438-0.063 0.656-0.063 2.063 0 3.75 1.687 3.75 3.75v0.266c2.172-0.125 4 1.547 4 3.734v7.781c0 0.438-0.047 0.875-0.125 1.297l-1.188 6.312c-0.297 1.656-1.75 2.859-3.437 2.859h-10.75c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.203 1.781-4 4-4 0.656 0 1.453 0.156 2 0.531v-6.781c0-2.063 1.687-3.75 3.75-3.75 0.219 0 0.438 0.016 0.656 0.063 0.641-1.266 1.937-2.063 3.344-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-scissors-o\" viewBox=\"0 0 28 28\">\n<title>hand-scissors-o</title>\n<path d=\"M16.766 26h-2.766c-1.625 0-2.859-0.703-3.531-2.203-0.234-0.5-0.359-1.047-0.359-1.594v-0.078c-1.281-0.625-2.109-1.937-2.109-3.375 0-0.172 0-0.594 0.078-0.75h-4.078c-2.203 0-4-1.797-4-4s1.797-4 4-4h1.766l-0.688-0.266c-1.547-0.578-2.578-2.078-2.578-3.734 0-2.203 1.797-4 4-4 0.484 0 0.969 0.094 1.422 0.266l9.812 3.734h6.266c2.203 0 4 1.797 4 4v10.437c0 1.844-1.25 3.437-3.031 3.875l-5.297 1.328c-0.938 0.234-1.922 0.359-2.906 0.359zM16 14.891l-2.422 1.109-2.547 1.156c-0.625 0.281-1.031 0.906-1.031 1.594 0 0.969 0.781 1.75 1.75 1.75 0.25 0 0.5-0.047 0.719-0.156l5.281-2.406c-1.016-0.219-1.75-1.141-1.75-2.188v-0.859zM21 19.75c0-0.969-0.781-1.75-1.75-1.75-0.25 0-0.5 0.047-0.719 0.156l-4.531 2.063c-0.938 0.422-1.891 0.797-1.891 1.984 0 1.031 0.719 1.781 1.766 1.781 0.187 0 0.438-0.063 0.594-0.141l5.5-2.5c0.625-0.281 1.031-0.906 1.031-1.594zM17.375 8l-10.156-3.875c-0.234-0.078-0.469-0.125-0.719-0.125-1.094 0-2 0.891-2 2 0 0.828 0.516 1.578 1.281 1.875l8.219 3.125v1h-10c-1.109 0-2 0.891-2 2s0.891 2 2 2h8.359l3.641-1.656v-3.094c0-0.625 0.266-1.234 0.719-1.656l1.734-1.594h-1.078zM16.766 24c0.812 0 1.641-0.094 2.422-0.297l5.297-1.328c0.891-0.219 1.516-1.016 1.516-1.937v-10.437c0-1.109-0.891-2-2-2h-4.813l-2.125 1.969c-0.359 0.328-0.562 0.797-0.562 1.281v4.625c0 0.969 0.797 1.687 1.75 1.687 0.969 0 1.75-0.859 1.75-1.813v-3.25h0.5v3.25c0 0.703-0.344 1.359-0.891 1.781 1.094 0.172 1.891 1.125 1.891 2.219 0 0.875-0.516 1.687-1.313 2.047l-4.844 2.203h1.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-lizard-o\" viewBox=\"0 0 32 28\">\n<title>hand-lizard-o</title>\n<path d=\"M17.984 0c1.266 0 2.484 0.609 3.234 1.641l8.937 12.203c1.203 1.625 1.844 3.578 1.844 5.609v5.547c0 1.656-1.344 3-3 3h-6c-1.656 0-3-1.344-3-3v-2.766l-4.469-2.234h-8.531c-1.656 0-3-1.344-3-3v-0.5c0-2.484 2.016-4.5 4.5-4.5h6.563l0.656-2h-10.719c-2.078 0-3.813-1.594-3.984-3.656-0.656-0.797-1.016-1.813-1.016-2.844v-0.5c0-1.656 1.344-3 3-3h14.984zM30 25v-5.547c0-1.578-0.516-3.156-1.453-4.438l-8.953-12.203c-0.375-0.5-0.969-0.812-1.609-0.812h-14.984c-0.547 0-1 0.453-1 1 0 0.828 0.016 1.406 0.562 2.078 0.203-0.641 0.781-1.078 1.437-1.078h13v0.5h-13c-0.547 0-1 0.453-1 1 0 0.297-0.016 0.609 0.047 0.906 0.172 0.922 1.016 1.594 1.953 1.594h11.422c0.828 0 1.5 0.672 1.5 1.5 0 0.156-0.031 0.328-0.078 0.469l-1 3c-0.203 0.609-0.781 1.031-1.422 1.031h-6.922c-1.375 0-2.5 1.125-2.5 2.5v0.5c0 0.547 0.453 1 1 1h8.766c0.156 0 0.313 0.031 0.453 0.109l4.953 2.469c0.5 0.266 0.828 0.781 0.828 1.344v3.078c0 0.547 0.453 1 1 1h6c0.547 0 1-0.453 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-spock-o\" viewBox=\"0 0 30 28\">\n<title>hand-spock-o</title>\n<path d=\"M7.172 28c-1.609 0-3-1.094-3.391-2.656l-1.578-6.266c-0.125-0.547-0.203-1.125-0.203-1.687 0-0.359 0-0.703-0.078-1.047l-1.813-7.453c-0.078-0.297-0.109-0.594-0.109-0.891 0-1.937 1.469-3.531 3.391-3.734 0.344-1.766 1.859-3.016 3.672-3.016 1.734 0 3.234 1.188 3.641 2.875l1.297 5.437 1.609-6.687c0.406-1.687 1.906-2.875 3.641-2.875 1.859 0 3.391 1.344 3.687 3.156 1.922 0.219 3.313 1.844 3.313 3.766 0 0.297-0.047 0.609-0.109 0.922l-1.922 8c1.25-0.938 2.156-1.844 3.797-1.844 2.172 0 3.984 1.766 3.984 3.953 0 1.313-0.641 2.531-1.672 3.313l-7.922 5.938c-0.688 0.516-1.531 0.797-2.391 0.797h-10.844zM17.25 2c-0.797 0-1.5 0.562-1.687 1.344l-2.562 10.656h-1.984l-2.266-9.406c-0.187-0.781-0.891-1.344-1.687-1.344-1 0-1.75 0.797-1.75 1.766 0 0.156 0.016 0.297 0.047 0.438l2.063 8.547h-0.406l-1.547-6.375c-0.187-0.766-0.891-1.375-1.703-1.375-0.969 0-1.766 0.781-1.766 1.75 0 0.141 0.016 0.281 0.047 0.406l1.813 7.469c0.219 0.906 0.063 1.813 0.297 2.719l1.563 6.266c0.172 0.672 0.766 1.141 1.453 1.141h10.844c0.422 0 0.844-0.141 1.188-0.406l7.922-5.922c0.531-0.406 0.875-1.047 0.875-1.719 0-1.094-0.906-1.953-1.984-1.953-0.438 0-0.859 0.141-1.203 0.406l-4.797 3.594v-3.547c0-0.125 2.016-8.406 2.172-9.078 0.031-0.141 0.063-0.297 0.063-0.453 0-0.969-0.734-1.797-1.734-1.797-0.812 0-1.516 0.562-1.703 1.344l-1.813 7.531h-0.406l2.344-9.75c0.031-0.141 0.047-0.297 0.047-0.438 0-0.984-0.719-1.813-1.734-1.813z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-pointer-o\" viewBox=\"0 0 26 28\">\n<title>hand-pointer-o</title>\n<path d=\"M10 2c-1.109 0-2 0.891-2 2v14l-2.359-3.156c-0.391-0.516-1.016-0.844-1.672-0.844-1.094 0-1.969 0.922-1.969 2 0 0.438 0.141 0.859 0.406 1.203l6 8c0.375 0.5 0.969 0.797 1.594 0.797h11.219c0.453 0 0.859-0.313 0.969-0.75l1.437-5.75c0.25-1 0.375-2.016 0.375-3.031v-3.391c0-0.828-0.641-1.578-1.5-1.578-0.828 0-1.5 0.672-1.5 1.5h-0.5v-0.953c0-0.984-0.75-1.797-1.75-1.797-0.969 0-1.75 0.781-1.75 1.75v1h-0.5v-1.406c0-1.125-0.859-2.094-2-2.094-1.109 0-2 0.891-2 2v1.5h-0.5v-8.906c0-1.125-0.859-2.094-2-2.094zM10 0c2.234 0 4 1.875 4 4.094v3.437c0.172-0.016 0.328-0.031 0.5-0.031 1.016 0 1.969 0.391 2.703 1.078 0.484-0.219 1.016-0.328 1.547-0.328 1.125 0 2.172 0.5 2.875 1.359 0.297-0.078 0.578-0.109 0.875-0.109 1.969 0 3.5 1.641 3.5 3.578v3.391c0 1.172-0.141 2.359-0.438 3.516l-1.437 5.75c-0.328 1.328-1.531 2.266-2.906 2.266h-11.219c-1.25 0-2.453-0.609-3.203-1.594l-6-8c-0.516-0.688-0.797-1.547-0.797-2.406 0-2.188 1.781-4 3.969-4 0.719 0 1.422 0.187 2.031 0.547v-8.547c0-2.203 1.797-4 4-4zM12 22v-6h-0.5v6h0.5zM16 22v-6h-0.5v6h0.5zM20 22v-6h-0.5v6h0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hand-peace-o\" viewBox=\"0 0 24 28\">\n<title>hand-peace-o</title>\n<path d=\"M20.125 10.109c0.578 0 1.156 0.109 1.672 0.359 1.5 0.672 2.203 1.906 2.203 3.531v2.766c0 0.984-0.125 1.969-0.359 2.906l-1.328 5.297c-0.438 1.781-2.031 3.031-3.875 3.031h-10.437c-2.203 0-4-1.797-4-4v-6.266l-3.734-9.812c-0.172-0.453-0.266-0.938-0.266-1.422 0-2.203 1.797-4 4-4 1.656 0 3.156 1.031 3.734 2.578l0.266 0.688v-1.766c0-2.203 1.797-4 4-4s4 1.797 4 4v4.078c0.25-0.047 0.5-0.078 0.75-0.078 1.437 0 2.75 0.828 3.375 2.109zM16.75 10c-0.688 0-1.313 0.406-1.594 1.031l-1.156 2.547-1.109 2.422h0.859c1.047 0 1.969 0.734 2.188 1.75l2.406-5.281c0.109-0.219 0.156-0.469 0.156-0.719 0-0.969-0.781-1.75-1.75-1.75zM20.203 12.109c-1.188 0-1.563 0.953-1.984 1.891l-2.063 4.531c-0.109 0.219-0.156 0.469-0.156 0.719 0 0.969 0.781 1.75 1.75 1.75 0.688 0 1.313-0.406 1.594-1.031l2.5-5.5c0.078-0.156 0.141-0.406 0.141-0.594 0-1.047-0.75-1.766-1.781-1.766zM2 6.5c0 0.25 0.047 0.484 0.125 0.719l3.875 10.156v1.078l1.594-1.734c0.422-0.453 1.031-0.719 1.656-0.719h3.094l1.656-3.641v-8.359c0-1.109-0.891-2-2-2s-2 0.891-2 2v10h-1l-3.125-8.219c-0.297-0.766-1.047-1.281-1.875-1.281-1.109 0-2 0.906-2 2zM18.438 26c0.922 0 1.719-0.625 1.937-1.516l1.328-5.297c0.203-0.781 0.297-1.609 0.297-2.422v-1.422l-2.203 4.844c-0.359 0.797-1.172 1.313-2.047 1.313-1.094 0-2.047-0.797-2.219-1.891-0.422 0.547-1.078 0.891-1.781 0.891h-3.25v-0.5h3.25c0.953 0 1.813-0.781 1.813-1.75 0-0.953-0.719-1.75-1.687-1.75h-4.625c-0.484 0-0.953 0.203-1.281 0.562l-1.969 2.125v4.813c0 1.109 0.891 2 2 2h10.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-trademark\" viewBox=\"0 0 31 28\">\n<title>trademark</title>\n<path d=\"M13.391 8.5v1.828c0 0.266-0.234 0.484-0.5 0.484h-4.656v12.688c0 0.281-0.219 0.5-0.484 0.5h-2.109c-0.281 0-0.5-0.219-0.5-0.5v-12.688h-4.641c-0.281 0-0.5-0.219-0.5-0.484v-1.828c0-0.281 0.219-0.5 0.5-0.5h12.391c0.266 0 0.5 0.219 0.5 0.5zM29.609 8.453l1.203 15.016c0.016 0.141-0.031 0.266-0.125 0.375-0.094 0.094-0.219 0.156-0.359 0.156h-2.094c-0.25 0-0.469-0.203-0.484-0.453l-0.719-9.188-2.953 6.641c-0.078 0.187-0.25 0.297-0.453 0.297h-1.875c-0.187 0-0.359-0.109-0.453-0.297l-2.938-6.672-0.703 9.219c-0.016 0.25-0.234 0.453-0.484 0.453h-2.109c-0.141 0-0.266-0.063-0.359-0.156-0.094-0.109-0.141-0.234-0.141-0.375l1.219-15.016c0.016-0.25 0.234-0.453 0.484-0.453h2.219c0.203 0 0.375 0.125 0.453 0.297l3.437 8.125c0.109 0.25 0.219 0.531 0.313 0.797 0.109-0.266 0.203-0.547 0.313-0.797l3.453-8.125c0.078-0.172 0.25-0.297 0.453-0.297h2.203c0.266 0 0.484 0.203 0.5 0.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-registered\" viewBox=\"0 0 28 28\">\n<title>registered</title>\n<path d=\"M16.281 10.984c0-0.906-0.313-1.547-0.938-1.891-0.313-0.172-0.75-0.281-1.828-0.281h-1.922v4.391h2.531c1.375 0 2.156-0.812 2.156-2.219zM17.094 15.437l3.203 5.828c0.078 0.156 0.078 0.344-0.016 0.484-0.078 0.156-0.25 0.25-0.422 0.25h-2.375c-0.187 0-0.359-0.094-0.438-0.266l-3.031-5.703h-2.422v5.469c0 0.281-0.219 0.5-0.5 0.5h-2.094c-0.281 0-0.5-0.219-0.5-0.5v-15c0-0.281 0.219-0.5 0.5-0.5h4.594c1.641 0 2.359 0.141 2.969 0.375 1.766 0.656 2.859 2.391 2.859 4.516 0 1.922-0.953 3.547-2.469 4.297 0.047 0.078 0.094 0.156 0.141 0.25zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-creative-commons\" viewBox=\"0 0 28 28\">\n<title>creative-commons</title>\n<path d=\"M9.453 19.266c2.562 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.047-0.562l-0.703-1.281c-0.063-0.141-0.219-0.234-0.375-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.297 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.078 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM19.297 19.266c2.578 0 3.953-1.563 4.016-1.625 0.125-0.156 0.156-0.391 0.063-0.562l-0.703-1.281c-0.078-0.141-0.219-0.234-0.391-0.266-0.156-0.016-0.313 0.047-0.422 0.172-0.016 0-1 1.047-2.438 1.047-1.578 0-2.719-1.156-2.719-2.766 0-1.594 1.109-2.734 2.656-2.734 1.313 0 2.156 0.875 2.156 0.875 0.109 0.109 0.25 0.172 0.406 0.156s0.297-0.094 0.375-0.219l0.828-1.219c0.125-0.187 0.109-0.438-0.031-0.609-0.047-0.063-1.313-1.5-3.797-1.5-3.063 0-5.375 2.266-5.375 5.266 0 3.047 2.25 5.266 5.375 5.266zM14 2.5c-6.344 0-11.5 5.156-11.5 11.5s5.156 11.5 11.5 11.5 11.5-5.156 11.5-11.5-5.156-11.5-11.5-11.5zM14 0c7.734 0 14 6.266 14 14s-6.266 14-14 14-14-6.266-14-14 6.266-14 14-14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg\" viewBox=\"0 0 32 28\">\n<title>gg</title>\n<path d=\"M11.5 12.5l6 6-6 6-10.5-10.5 10.5-10.5 2.625 2.625-1.5 1.5-1.125-1.125-7.5 7.5 7.5 7.5 3.016-3.016-4.516-4.484zM20.5 3.5l10.5 10.5-10.5 10.5-2.625-2.625 1.5-1.5 1.125 1.125 7.5-7.5-7.5-7.5-3.016 3.016 4.516 4.484-1.5 1.5-6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gg-circle\" viewBox=\"0 0 28 28\">\n<title>gg-circle</title>\n<path d=\"M11.203 21.156l4.234-4.234-4.359-4.359-1.375 1.375 3 2.984-1.5 1.5-4.359-4.359 4.359-4.359 0.625 0.625 1.359-1.359-1.984-2-7.094 7.094zM16.797 21.031l7.094-7.094-7.094-7.094-4.234 4.234 4.359 4.359 1.375-1.375-3-2.984 1.5-1.5 4.359 4.359-4.359 4.359-0.625-0.625-1.359 1.375zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-tripadvisor\" viewBox=\"0 0 36 28\">\n<title>tripadvisor</title>\n<path d=\"M10.172 15.578c0 0.812-0.656 1.469-1.453 1.469-0.812 0-1.469-0.656-1.469-1.469 0-0.797 0.656-1.453 1.469-1.453 0.797 0 1.453 0.656 1.453 1.453zM28.203 15.563c0 0.812-0.656 1.469-1.469 1.469s-1.469-0.656-1.469-1.469 0.656-1.453 1.469-1.453 1.469 0.641 1.469 1.453zM11.953 15.578c0-1.656-1.359-3.016-3.016-3.016-1.672 0-3.016 1.359-3.016 3.016 0 1.672 1.344 3.016 3.016 3.016 1.656 0 3.016-1.344 3.016-3.016zM29.969 15.563c0-1.656-1.344-3.016-3.016-3.016-1.656 0-3.016 1.359-3.016 3.016 0 1.672 1.359 3.016 3.016 3.016 1.672 0 3.016-1.344 3.016-3.016zM13.281 15.578c0 2.406-1.937 4.359-4.344 4.359s-4.359-1.953-4.359-4.359c0-2.391 1.953-4.344 4.359-4.344s4.344 1.953 4.344 4.344zM31.313 15.563c0 2.406-1.953 4.344-4.359 4.344-2.391 0-4.344-1.937-4.344-4.344s1.953-4.344 4.344-4.344c2.406 0 4.359 1.937 4.359 4.344zM16.25 15.609c0-3.984-3.234-7.219-7.219-7.219-3.969 0-7.203 3.234-7.203 7.219s3.234 7.219 7.203 7.219c3.984 0 7.219-3.234 7.219-7.219zM26.688 6.656c-2.578-1.125-5.484-1.734-8.687-1.734s-6.391 0.609-8.953 1.719c4.953 0.016 8.953 4.016 8.953 8.969 0-4.859 3.859-8.813 8.687-8.953zM34.172 15.609c0-3.984-3.219-7.219-7.203-7.219s-7.219 3.234-7.219 7.219 3.234 7.219 7.219 7.219 7.203-3.234 7.203-7.219zM30.016 6.766h5.984c-0.938 1.094-1.625 2.562-1.797 3.578 1.078 1.484 1.719 3.297 1.719 5.266 0 4.953-4.016 8.953-8.953 8.953-2.812 0-5.313-1.281-6.953-3.297 0 0-0.734 0.875-2.016 2.797-0.219-0.453-1.328-2.031-2-2.812-1.641 2.031-4.156 3.313-6.969 3.313-4.937 0-8.953-4-8.953-8.953 0-1.969 0.641-3.781 1.719-5.266-0.172-1.016-0.859-2.484-1.797-3.578h5.703c3.063-2.047 7.516-3.328 12.297-3.328s8.953 1.281 12.016 3.328z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki\" viewBox=\"0 0 20 28\">\n<title>odnoklassniki</title>\n<path d=\"M10 14.172c-3.906 0-7.094-3.172-7.094-7.078 0-3.922 3.187-7.094 7.094-7.094s7.094 3.172 7.094 7.094c0 3.906-3.187 7.078-7.094 7.078zM10 3.594c-1.922 0-3.484 1.563-3.484 3.5 0 1.922 1.563 3.484 3.484 3.484s3.484-1.563 3.484-3.484c0-1.937-1.563-3.5-3.484-3.5zM18.172 15.031c0.688 1.406-0.094 2.078-1.875 3.234-1.5 0.953-3.563 1.328-4.922 1.469l1.141 1.125 4.172 4.172c0.625 0.641 0.625 1.672 0 2.297l-0.187 0.203c-0.641 0.625-1.672 0.625-2.312 0-1.047-1.062-2.578-2.594-4.172-4.188l-4.172 4.188c-0.641 0.625-1.672 0.625-2.297 0l-0.187-0.203c-0.641-0.625-0.641-1.656 0-2.297 1.062-1.062 2.578-2.594 4.172-4.172l1.125-1.125c-1.344-0.141-3.437-0.5-4.953-1.469-1.781-1.156-2.562-1.828-1.875-3.234 0.406-0.797 1.516-1.469 2.984-0.313 0 0 1.984 1.578 5.187 1.578s5.187-1.578 5.187-1.578c1.469-1.156 2.578-0.484 2.984 0.313z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-odnoklassniki-square\" viewBox=\"0 0 24 28\">\n<title>odnoklassniki-square</title>\n<path d=\"M14.484 9.063c0 1.375-1.109 2.484-2.484 2.484s-2.484-1.109-2.484-2.484 1.109-2.484 2.484-2.484 2.484 1.109 2.484 2.484zM17.828 14.734c-0.281-0.562-1.078-1.047-2.125-0.219 0 0-1.422 1.125-3.703 1.125s-3.703-1.125-3.703-1.125c-1.047-0.828-1.844-0.344-2.125 0.219-0.5 1 0.063 1.484 1.328 2.312 1.078 0.688 2.578 0.953 3.531 1.047l-0.797 0.812c-1.125 1.125-2.219 2.219-2.984 2.969-0.453 0.453-0.453 1.188 0 1.641l0.141 0.141c0.453 0.453 1.188 0.453 1.641 0l2.984-2.984c1.125 1.141 2.219 2.234 2.984 2.984 0.453 0.453 1.188 0.453 1.641 0l0.141-0.141c0.453-0.453 0.453-1.188 0-1.641l-2.984-2.969-0.812-0.812c0.969-0.094 2.438-0.359 3.516-1.047 1.266-0.828 1.828-1.313 1.328-2.312zM17.063 9.063c0-2.797-2.266-5.063-5.063-5.063s-5.063 2.266-5.063 5.063 2.266 5.063 5.063 5.063 5.063-2.266 5.063-5.063zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-get-pocket\" viewBox=\"0 0 27 28\">\n<title>get-pocket</title>\n<path d=\"M24.453 2c1.359 0 2.422 1.094 2.422 2.438v8.109c0 7.484-5.984 13.453-13.422 13.453-7.469 0-13.453-5.969-13.453-13.453v-8.109c0-1.328 1.109-2.438 2.438-2.438h22.016zM13.453 18.625c0.469 0 0.938-0.187 1.281-0.516l6.312-6.062c0.359-0.344 0.578-0.828 0.578-1.328 0-1.016-0.828-1.844-1.844-1.844-0.484 0-0.938 0.187-1.281 0.516l-5.047 4.844-5.047-4.844c-0.344-0.328-0.797-0.516-1.266-0.516-1.016 0-1.844 0.828-1.844 1.844 0 0.5 0.203 0.984 0.562 1.328l6.328 6.062c0.328 0.328 0.797 0.516 1.266 0.516z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wikipedia-w\" viewBox=\"0 0 36 28\">\n<title>wikipedia-w</title>\n<path d=\"M23.344 25.609l-4.609-10.859c-1.828 3.578-3.844 7.313-5.578 10.859-0.016 0.016-0.844 0-0.844-0.016-2.641-6.172-5.406-12.297-8.047-18.484-0.641-1.5-2.781-3.938-4.25-3.922 0-0.172-0.016-0.562-0.016-0.797h9.109v0.781c-1.078 0.063-2.969 0.75-2.438 1.922 1.234 2.797 5.828 13.516 7.063 16.234 0.844-1.672 3.25-6.141 4.234-8.031-0.781-1.594-3.297-7.531-4.094-9-0.547-1-2.031-1.094-3.141-1.109v-0.781l8.016 0.016v0.734c-1.094 0.031-2.141 0.438-1.656 1.469 1.062 2.25 1.719 3.828 2.703 5.891 0.313-0.609 1.953-3.906 2.703-5.672 0.5-1.156-0.219-1.609-2.172-1.656 0.016-0.203 0-0.578 0.016-0.766 2.5-0.016 6.25-0.016 6.922-0.031v0.766c-1.266 0.047-2.578 0.719-3.266 1.781l-3.328 6.906c0.359 0.906 3.563 8.031 3.891 8.813l6.891-15.891c-0.484-1.297-2.047-1.578-2.656-1.594v-0.781l7.187 0.063 0.016 0.031-0.016 0.688c-1.578 0.047-2.531 0.891-3.141 2.266-1.406 3.25-5.812 13.5-8.734 20.172h-0.766z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-safari\" viewBox=\"0 0 28 28\">\n<title>safari</title>\n<path d=\"M14.828 13.953c0 0.516-0.359 1-0.906 1-0.516 0-1-0.375-1-0.906 0-0.516 0.375-1 0.922-1 0.5 0 0.984 0.359 0.984 0.906zM15.062 14.859l5.469-9.078c-0.734 0.688-7.578 6.984-7.766 7.313l-5.453 9.063c0.719-0.672 7.578-7 7.75-7.297zM25.172 14c0 2.047-0.562 4.062-1.625 5.797-0.156-0.078-0.812-0.547-0.938-0.547-0.109 0-0.203 0.094-0.203 0.203 0 0.203 0.734 0.578 0.922 0.688-1.547 2.344-3.938 4.031-6.656 4.703l-0.25-1.047c-0.016-0.141-0.109-0.156-0.234-0.156-0.109 0-0.172 0.156-0.156 0.234l0.25 1.062c-0.75 0.156-1.516 0.234-2.281 0.234-2.047 0-4.062-0.578-5.812-1.641 0.094-0.156 0.688-1.016 0.688-1.141 0-0.109-0.094-0.203-0.203-0.203-0.219 0-0.688 0.938-0.828 1.125-2.359-1.563-4.062-3.984-4.719-6.75l1.078-0.234c0.125-0.031 0.156-0.125 0.156-0.234s-0.156-0.172-0.25-0.156l-1.062 0.234c-0.141-0.719-0.219-1.437-0.219-2.172 0-2.094 0.594-4.156 1.703-5.922 0.156 0.094 0.906 0.609 1.031 0.609 0.109 0 0.203-0.078 0.203-0.187 0-0.219-0.828-0.641-1.016-0.766 1.594-2.328 4.016-4 6.766-4.625l0.234 1.047c0.031 0.125 0.125 0.156 0.234 0.156s0.172-0.156 0.156-0.25l-0.234-1.031c0.688-0.125 1.391-0.203 2.094-0.203v0c2.094 0 4.141 0.594 5.922 1.703-0.109 0.156-0.609 0.891-0.609 1.016 0 0.109 0.078 0.203 0.187 0.203 0.219 0 0.641-0.812 0.75-1 2.312 1.563 3.969 3.953 4.609 6.672l-0.875 0.187c-0.141 0.031-0.156 0.125-0.156 0.25 0 0.109 0.156 0.172 0.234 0.156l0.891-0.203c0.141 0.719 0.219 1.453 0.219 2.187zM26.5 14c0-6.906-5.594-12.5-12.5-12.5s-12.5 5.594-12.5 12.5 5.594 12.5 12.5 12.5 12.5-5.594 12.5-12.5zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-chrome\" viewBox=\"0 0 30 28\">\n<title>chrome</title>\n<path d=\"M13.953 0c2.391-0.016 4.828 0.594 7.047 1.875 2.453 1.422 4.312 3.469 5.5 5.812l-11.594-0.609c-3.281-0.187-6.406 1.656-7.484 4.75l-4.312-6.625c2.688-3.344 6.719-5.187 10.844-5.203zM2.281 6.328l5.266 10.359c1.484 2.922 4.625 4.703 7.875 4.094l-3.594 7.047c-6.703-1.031-11.828-6.828-11.828-13.828 0-2.828 0.844-5.469 2.281-7.672zM27.062 8.969c2.453 6.312 0 13.656-6.062 17.156-2.453 1.422-5.156 2-7.781 1.859l6.328-9.734c1.797-2.766 1.766-6.375-0.375-8.875zM14 9.281c2.609 0 4.719 2.109 4.719 4.719s-2.109 4.719-4.719 4.719-4.719-2.109-4.719-4.719 2.109-4.719 4.719-4.719z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-firefox\" viewBox=\"0 0 27 28\">\n<title>firefox</title>\n<path d=\"M14.109 28c-6.031 0-10.828-3.531-13.031-8.578-2.469-5.609-0.5-14.594 3.891-18.562l-0.172 4.391c0.219-0.281 1.891-0.359 2.156 0 0.906-1.734 3.828-3.031 6.172-3.078-0.891 0.75-2.953 3.484-2.781 4.875 1.141 0.359 2.891 0.375 3.813 0.438 0.281 0.156 0.234 1.109-0.328 1.891 0 0-0.734 1.016-2.719 1.375l0.234 2.953-2.172-1.047c-0.703 1.781 0.984 3.359 2.734 3.063 1.937-0.328 2.625-1.594 3.984-1.516 1.344 0.078 1.875 0.828 1.703 1.531 0 0-0.219 0.844-1.672 0.703-1.234 1.953-2.875 2.812-5.531 2.578 4.031 3.344 9.469 0.313 10.844-2.422 1.375-2.719 0.172-6.766-1.203-7.906 1.625 0.703 2.75 1.422 3.344 3 0.313-3.5-1.297-7.469-4.172-9.797 5.406 1.578 8.703 5.766 8.797 12.453s-5.922 13.656-13.891 13.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-opera\" viewBox=\"0 0 28 28\">\n<title>opera</title>\n<path d=\"M23.328 3.563c-1.641-1.094-3.563-1.719-5.609-1.719-3.328 0-6.266 1.703-8.328 4.266-1.5 1.875-2.547 4.531-2.625 7.562v0.656c0.078 3.031 1.125 5.688 2.625 7.562 2.063 2.562 5 4.266 8.328 4.266 2.047 0 3.969-0.625 5.609-1.719-2.469 2.219-5.75 3.563-9.328 3.563-0.219 0-0.453 0-0.672-0.016-7.422-0.344-13.328-6.469-13.328-13.984 0-7.734 6.266-14 14-14h0.047c3.563 0.016 6.813 1.359 9.281 3.563zM28 14c0 4.078-1.75 7.734-4.531 10.297-1.062 0.641-2.234 0.984-3.469 0.984-1.437 0-2.797-0.469-3.984-1.313 3.172-1.156 5.516-5.172 5.516-9.969 0-4.781-2.328-8.797-5.5-9.969 1.188-0.828 2.531-1.297 3.969-1.297 1.266 0 2.453 0.359 3.531 1.016 2.75 2.562 4.469 6.203 4.469 10.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-internet-explorer\" viewBox=\"0 0 28 28\">\n<title>internet-explorer</title>\n<path d=\"M28 14.641c0 0.547-0.031 1.094-0.109 1.625h-17.984c0 3.109 2.734 5.359 5.734 5.359 2.031 0 3.984-1 5.031-2.766h6.609c-1.781 5.016-6.547 8.375-11.859 8.375-1.922 0-3.844-0.453-5.563-1.297-1.75 0.891-4.203 1.813-6.156 1.813-2.625 0-3.703-1.609-3.703-4.109 0-1.453 0.313-2.906 0.703-4.297 0.25-0.906 1.25-2.75 1.703-3.578 1.922-3.484 4.453-6.828 7.422-9.469-2.391 1.031-4.984 3.625-6.672 5.531 1.313-5.719 6.406-9.766 12.266-9.766 0.234 0 0.469 0 0.703 0.016 1.937-0.891 4.641-1.828 6.766-1.828 2.531 0 4.703 0.969 4.703 3.828 0 1.5-0.578 3.125-1.172 4.469 1.031 1.859 1.578 3.969 1.578 6.094zM26.906 4.641c0-1.75-1.25-2.828-2.969-2.828-1.313 0-2.797 0.531-3.969 1.094 2.531 0.984 4.703 2.797 6.141 5.109 0.391-1.031 0.797-2.281 0.797-3.375zM2 23.969c0 1.813 1.078 2.797 2.859 2.797 1.391 0 2.938-0.625 4.156-1.297-2.547-1.5-4.516-3.891-5.484-6.687-0.719 1.5-1.531 3.5-1.531 5.187zM9.875 12.828h11.375c-0.109-3.016-2.766-5.187-5.688-5.187-2.938 0-5.578 2.172-5.688 5.187z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-television\" viewBox=\"0 0 30 28\">\n<title>television</title>\n<path d=\"M28 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 4.5v15c0 1.375-1.125 2.5-2.5 2.5h-11.5v2h5.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-13c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5.5v-2h-11.5c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-contao\" viewBox=\"0 0 28 28\">\n<title>contao</title>\n<path d=\"M2.156 2h3.078c-0.734 0.672-1.391 1.453-1.969 2.328-2.422 3.734-1.437 7.828-0.5 12.234 0.766 3.578 1.406 6.984 3.641 9.438h-4.25c-1 0-1.813-0.812-1.813-1.813v-20.375c0-1 0.812-1.813 1.813-1.813zM21.031 2h4.813c1 0 1.813 0.812 1.813 1.813v20.375c0 1-0.812 1.813-1.813 1.813h-2.781c2.063-2.047 3.234-5.016 3.063-8.828l-7.328 1.578c-0.094 1.734-0.688 3.406-3.063 3.906-1.328 0.281-2.422-0.031-3.109-0.625-0.844-0.719-1.516-1.656-2.641-7-1.141-5.359-0.906-6.484-0.438-7.484 0.391-0.812 1.266-1.563 2.578-1.844 2.391-0.5 3.609 0.797 4.406 2.344l7.313-1.563c-0.719-1.844-1.672-3.344-2.812-4.484z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-500px\" viewBox=\"0 0 22 28\">\n<title>500px</title>\n<path d=\"M21.891 24.172l-0.094 0.094c-1.172 1.172-2.531 2.094-4.047 2.734-1.578 0.656-3.234 1-4.953 1s-3.391-0.344-4.953-1c-1.516-0.641-2.891-1.563-4.047-2.734-1.172-1.156-2.094-2.516-2.734-4.031-0.391-0.953-0.703-1.937-0.844-2.953v0c-0.063-0.438 0.547-0.531 0.75-0.562 0.484-0.078 0.812-0.047 0.875 0.313 0.016 0.016 0.016 0.031 0.016 0.063 0.063 0.313 0.219 1.25 0.719 2.484 0.516 1.281 1.313 2.469 2.375 3.531 1.016 1.016 2.203 1.813 3.531 2.375 1.359 0.578 2.812 0.875 4.312 0.875 1.484 0 2.938-0.297 4.312-0.875 1.313-0.562 2.5-1.359 3.516-2.375l0.094-0.094c0.109-0.109 0.234-0.141 0.391-0.094 0.141 0.031 0.313 0.156 0.516 0.344v0c0.5 0.516 0.391 0.766 0.266 0.906zM14.516 14.562l-1.031 1.031 0.984 0.984c0.109 0.109 0.313 0.344-0.109 0.766-0.172 0.172-0.344 0.266-0.5 0.266-0.109 0-0.203-0.047-0.297-0.156l-0.969-0.953-1.031 1.031c-0.031 0.031-0.109 0.078-0.234 0.078-0.141 0-0.313-0.078-0.484-0.25l-0.031-0.031c-0.109-0.094-0.281-0.266-0.281-0.453 0-0.094 0.047-0.172 0.125-0.266l1.031-1.016-1.031-1.031c-0.172-0.172-0.094-0.391 0.219-0.703 0.187-0.187 0.344-0.281 0.484-0.281 0.078 0 0.141 0.031 0.203 0.078l1.016 1.031 1.016-1.016c0.172-0.172 0.453-0.094 0.75 0.203 0.187 0.187 0.391 0.453 0.172 0.688zM21.875 15.453c0 1.234-0.25 2.438-0.719 3.563-0.469 1.094-1.125 2.063-1.969 2.906s-1.828 1.5-2.922 1.969c-1.125 0.484-2.328 0.719-3.563 0.719s-2.438-0.234-3.563-0.719c-1.094-0.469-2.078-1.125-2.922-1.969s-1.5-1.813-1.953-2.906c-0.094-0.203-0.234-0.594-0.234-0.625h-0.016c-0.141-0.438 0.484-0.625 0.672-0.688 0.453-0.141 0.797-0.203 0.938 0.187 0.375 1 0.953 1.969 1.516 2.609h0.016v-5.328c0.031-1.313 0.578-2.641 1.594-3.625 1.047-1.031 2.453-1.609 3.953-1.609 3.063 0 5.547 2.469 5.547 5.5 0 3.063-2.5 5.547-5.547 5.547-0.609 0-1.062-0.047-1.75-0.25-0.078-0.031-0.438-0.187-0.203-0.953 0.063-0.203 0.25-0.797 0.688-0.672 0.031 0 0.797 0.187 1.203 0.187 2.172 0 3.875-1.687 3.875-3.844 0-1.016-0.406-1.969-1.125-2.672-0.719-0.719-1.687-1.109-2.734-1.109-1.078 0-2.063 0.438-2.781 1.25-0.625 0.703-1 1.641-1 2.5v6.453c1.125 0.688 2.422 1.047 3.781 1.047 2 0 3.937-0.797 5.328-2.188 1.406-1.406 2.188-3.297 2.188-5.281 0-2-0.781-3.875-2.203-5.297-1.406-1.406-3.281-2.188-5.297-2.188s-3.906 0.781-5.313 2.188c-0.016 0.016-0.906 0.938-1.203 1.359l-0.031 0.031c-0.187 0.266-0.359 0.516-1.141 0.344-0.391-0.094-0.812-0.328-0.812-0.672v-10.625c0-0.281 0.219-0.594 0.594-0.594h13.703c0.469 0 0.469 0.656 0.469 0.859 0 0.219 0 0.859-0.469 0.859h-12.672v7.547h0.016c0.875-0.922 2.391-1.891 3.281-2.266 1.109-0.469 2.359-0.719 3.609-0.719 1.234 0 2.438 0.234 3.563 0.719 1.094 0.469 2.078 1.125 2.922 1.969s1.5 1.813 1.969 2.906c0.469 1.141 0.719 2.328 0.719 3.578zM21.391 6.375c0.297 0.266 0.094 0.547-0.203 0.891-0.187 0.187-0.391 0.406-0.609 0.406-0.094 0-0.172-0.031-0.25-0.109-1.125-0.969-2.141-1.625-3.234-2.078-1.359-0.594-2.812-0.875-4.312-0.875-1.328 0-2.781 0.266-4.094 0.766-0.406 0.156-0.625-0.375-0.703-0.578-0.094-0.25-0.141-0.453-0.125-0.594 0.031-0.156 0.109-0.266 0.25-0.313 1.281-0.562 3.031-0.891 4.672-0.891 1.703 0 3.375 0.344 4.937 1 1.437 0.609 2.609 1.359 3.672 2.375z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-amazon\" viewBox=\"0 0 28 28\">\n<title>amazon</title>\n<path d=\"M24.234 23.063c0.469-0.234 0.828 0.125 0.344 0.75s-4.375 4.188-10.906 4.188-11.531-4.469-13.062-6.312c-0.422-0.484 0.063-0.703 0.344-0.516 4.578 2.781 11.734 7.359 23.281 1.891zM27.469 21.266c0.234 0.313 0 1.687-0.406 2.688-0.406 0.984-1 1.672-1.328 1.937-0.344 0.281-0.594 0.172-0.406-0.234s1.203-2.906 0.797-3.437c-0.406-0.516-2.312-0.266-3-0.203-0.672 0.063-0.812 0.125-0.875-0.016-0.141-0.359 1.359-0.969 2.344-1.094 0.984-0.109 2.562-0.047 2.875 0.359zM21.313 14.344c0 1.719 2.016 3.297 2.016 3.297l-3.547 3.5c-1.391-1.313-2.438-2.406-2.438-2.406-0.156-0.156-0.281-0.344-0.391-0.516-2.828 4.422-11.469 4.141-11.469-2.703 0-6.375 7.547-7.234 10.594-7.344v-1.984c0-0.422 0.156-2.344-2.219-2.344 0 0-2.375 0-3.391 3.094l-4.594-0.422c0-3.078 2.922-6.516 8.422-6.516 5.484 0 7.016 3.563 7.016 5.141v9.203zM10.813 14.672c0 3.172 5.266 3.922 5.266-1.078v-2.531c-2.109 0.063-5.266 0.656-5.266 3.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-plus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-plus-o</title>\n<path d=\"M24 4c1.094 0 2 0.906 2 2v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2zM18 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM6 2.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5zM24 26v-16h-22v16h22zM14 17h3.5c0.281 0 0.5 0.219 0.5 0.5v1c0 0.281-0.219 0.5-0.5 0.5h-3.5v3.5c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-3.5h-3.5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3.5v-3.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v3.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-minus-o\" viewBox=\"0 0 26 28\">\n<title>calendar-minus-o</title>\n<path d=\"M18 17.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-times-o\" viewBox=\"0 0 26 28\">\n<title>calendar-times-o</title>\n<path d=\"M17.359 21.641l-0.719 0.719c-0.187 0.187-0.5 0.187-0.703 0l-2.938-2.953-2.938 2.953c-0.203 0.187-0.516 0.187-0.703 0l-0.719-0.719c-0.187-0.187-0.187-0.5 0-0.703l2.953-2.938-2.953-2.938c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l2.938 2.938 2.938-2.938c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703l-2.938 2.938 2.938 2.938c0.187 0.203 0.187 0.516 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-calendar-check-o\" viewBox=\"0 0 26 28\">\n<title>calendar-check-o</title>\n<path d=\"M20.359 15.062l-8 8c-0.203 0.187-0.516 0.187-0.719 0l-4.5-4.5c-0.187-0.203-0.187-0.516 0-0.703l0.719-0.719c0.187-0.187 0.5-0.187 0.703 0l3.437 3.437 6.937-6.937c0.203-0.187 0.516-0.187 0.703 0l0.719 0.719c0.187 0.187 0.187 0.5 0 0.703zM2 26h22v-16h-22v16zM8 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM20 7v-4.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v4.5c0 0.281 0.219 0.5 0.5 0.5h1c0.281 0 0.5-0.219 0.5-0.5zM26 6v20c0 1.094-0.906 2-2 2h-22c-1.094 0-2-0.906-2-2v-20c0-1.094 0.906-2 2-2h2v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h6v-1.5c0-1.375 1.125-2.5 2.5-2.5h1c1.375 0 2.5 1.125 2.5 2.5v1.5h2c1.094 0 2 0.906 2 2z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-industry\" viewBox=\"0 0 28 28\">\n<title>industry</title>\n<path d=\"M7 0c0.547 0 1 0.453 1 1v13.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v5.922l8.375-6.703c0.172-0.141 0.406-0.219 0.625-0.219 0.547 0 1 0.453 1 1v18c0 0.547-0.453 1-1 1h-26c-0.547 0-1-0.453-1-1v-26c0-0.547 0.453-1 1-1h6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-pin\" viewBox=\"0 0 16 28\">\n<title>map-pin</title>\n<path d=\"M8 17c0.688 0 1.359-0.078 2-0.234v10.234c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-10.234c0.641 0.156 1.312 0.234 2 0.234zM8 0c4.422 0 8 3.578 8 8s-3.578 8-8 8-8-3.578-8-8 3.578-8 8-8zM8 3.5c0.281 0 0.5-0.219 0.5-0.5s-0.219-0.5-0.5-0.5c-3.031 0-5.5 2.469-5.5 5.5 0 0.281 0.219 0.5 0.5 0.5s0.5-0.219 0.5-0.5c0-2.484 2.016-4.5 4.5-4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-signs\" viewBox=\"0 0 28 28\">\n<title>map-signs</title>\n<path d=\"M27.266 4.641c0.203 0.203 0.203 0.516 0 0.719l-2.203 2.203c-0.281 0.281-0.672 0.438-1.062 0.438h-21c-0.547 0-1-0.453-1-1v-4c0-0.547 0.453-1 1-1h9v-1c0-0.547 0.453-1 1-1h2c0.547 0 1 0.453 1 1v1h8c0.391 0 0.781 0.156 1.062 0.438zM12 19h4v8c0 0.547-0.453 1-1 1h-2c-0.547 0-1-0.453-1-1v-8zM25 12c0.547 0 1 0.453 1 1v4c0 0.547-0.453 1-1 1h-21c-0.391 0-0.781-0.156-1.062-0.438l-2.203-2.203c-0.203-0.203-0.203-0.516 0-0.719l2.203-2.203c0.281-0.281 0.672-0.438 1.062-0.438h8v-3h4v3h9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map-o\" viewBox=\"0 0 32 28\">\n<title>map-o</title>\n<path d=\"M31.563 0.172c0.266 0.187 0.438 0.5 0.438 0.828v22c0 0.406-0.25 0.781-0.625 0.922l-10 4c-0.25 0.109-0.5 0.109-0.75 0l-9.625-3.844-9.625 3.844c-0.125 0.063-0.25 0.078-0.375 0.078-0.203 0-0.391-0.063-0.562-0.172-0.266-0.187-0.438-0.5-0.438-0.828v-22c0-0.406 0.25-0.781 0.625-0.922l10-4c0.25-0.109 0.5-0.109 0.75 0l9.625 3.844 9.625-3.844c0.313-0.125 0.656-0.094 0.938 0.094zM11.5 2.281v19.844l9 3.594v-19.844zM2 5.672v19.844l8.5-3.391v-19.844zM30 22.328v-19.844l-8.5 3.391v19.844z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-map\" viewBox=\"0 0 28 28\">\n<title>map</title>\n<path d=\"M8 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM27.5 0c0.266 0 0.5 0.234 0.5 0.5v23c0 0.187-0.109 0.359-0.266 0.438l-7.5 4c-0.078 0.047-0.156 0.063-0.234 0.063-0.266 0-0.5-0.234-0.5-0.5v-23c0-0.187 0.109-0.359 0.266-0.438l7.5-4c0.078-0.047 0.156-0.063 0.234-0.063zM10 0c0.078 0 0.156 0.016 0.219 0.047l8 4c0.172 0.094 0.281 0.266 0.281 0.453v23c0 0.266-0.234 0.5-0.5 0.5-0.078 0-0.156-0.016-0.219-0.047l-8-4c-0.172-0.094-0.281-0.266-0.281-0.453v-23c0-0.266 0.234-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting\" viewBox=\"0 0 28 28\">\n<title>commenting</title>\n<path d=\"M10 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM16 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM22 14c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM28 14c0 5.531-6.266 10-14 10-1.141 0-2.25-0.094-3.297-0.281-1.781 1.781-4.109 3-6.797 3.578-0.422 0.078-0.875 0.156-1.344 0.203-0.25 0.031-0.484-0.141-0.547-0.375v0c-0.063-0.25 0.125-0.406 0.313-0.578 0.984-0.922 2.156-1.656 2.562-4.953-2.984-1.828-4.891-4.547-4.891-7.594 0-5.531 6.266-10 14-10s14 4.469 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-commenting-o\" viewBox=\"0 0 28 28\">\n<title>commenting-o</title>\n<path d=\"M10 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM16 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM22 14c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM14 6c-6.5 0-12 3.656-12 8 0 2.328 1.563 4.547 4.266 6.078l1.359 0.781-0.422 1.5c-0.297 1.109-0.688 1.969-1.094 2.688 1.578-0.656 3.016-1.547 4.297-2.672l0.672-0.594 0.891 0.094c0.672 0.078 1.359 0.125 2.031 0.125 6.5 0 12-3.656 12-8s-5.5-8-12-8zM28 14c0 5.531-6.266 10-14 10-0.766 0-1.531-0.047-2.266-0.125-2.047 1.813-4.484 3.094-7.187 3.781-0.562 0.156-1.172 0.266-1.781 0.344h-0.078c-0.313 0-0.594-0.25-0.672-0.594v-0.016c-0.078-0.391 0.187-0.625 0.422-0.906 0.984-1.109 2.109-2.047 2.844-4.656-3.219-1.828-5.281-4.656-5.281-7.828 0-5.516 6.266-10 14-10v0c7.734 0 14 4.484 14 10z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-houzz\" viewBox=\"0 0 16 28\">\n<title>houzz</title>\n<path d=\"M8 18.609l8-4.609v9.234l-8 4.625v-9.25zM0 14v9.234l8-4.625-8-4.609zM8 0.141v9.234l-8 4.625v-9.234zM8 9.375l8-4.609v9.234z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-vimeo\" viewBox=\"0 0 28 28\">\n<title>vimeo</title>\n<path d=\"M26.703 8.094c-0.109 2.469-1.844 5.859-5.187 10.172-3.469 4.484-6.375 6.734-8.781 6.734-1.484 0-2.734-1.375-3.75-4.109-0.688-2.5-1.375-5.016-2.063-7.531-0.75-2.734-1.578-4.094-2.453-4.094-0.187 0-0.844 0.391-1.984 1.188l-1.203-1.531c1.25-1.109 2.484-2.234 3.719-3.313 1.656-1.469 2.922-2.203 3.766-2.281 1.984-0.187 3.187 1.156 3.656 4.047 0.484 3.125 0.844 5.078 1.031 5.828 0.578 2.594 1.188 3.891 1.875 3.891 0.531 0 1.328-0.828 2.406-2.516 1.062-1.687 1.625-2.969 1.703-3.844 0.141-1.453-0.422-2.172-1.703-2.172-0.609 0-1.234 0.141-1.891 0.406 1.25-4.094 3.641-6.078 7.172-5.969 2.609 0.078 3.844 1.781 3.687 5.094z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-black-tie\" viewBox=\"0 0 24 28\">\n<title>black-tie</title>\n<path d=\"M0 2h24v24h-24v-24zM16.953 19.422l-3.453-9.859 3.453-4.641h-9.906l3.453 4.641-3.453 9.859 4.953 4.75z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fonticons\" viewBox=\"0 0 24 28\">\n<title>fonticons</title>\n<path d=\"M0 2h24v24h-24v-24zM14.187 7l-0.187 0.516 1.172 1.297-0.484 1.781 0.391 0.391 1.672-0.891 1.672 0.891 0.391-0.391-0.484-1.781 1.172-1.297-0.187-0.516h-1.484l-0.828-1.5h-0.5l-0.828 1.5h-1.484zM10.016 9.547c0.641 0 0.891 0.234 0.875 1.234l2.719-0.328c0-2.391-1.641-2.828-3.469-2.828-2.719 0-4.141 1.094-4.141 3.75v1.125h-1.5v2h1.188c0.156 0 0.313 0 0.313 0.125v5.969c0 0.297-0.078 0.391-0.359 0.422l-1.141 0.109v1.375h7v-1.344l-2.328-0.219c-0.281-0.031-0.172-0.078-0.172-0.391v-6.047h2.984l0.594-2h-3.609c-0.156 0 0.031-0.109 0.031-0.234v-1.25c0-0.938 0.031-1.469 1.016-1.469zM19.5 22.5v-1.344l-0.844-0.141c-0.297-0.047-0.156-0.078-0.156-0.391v-8.125h-4.297l-0.359 1.578 1.297 0.344c0.203 0.063 0.359 0.203 0.359 0.422v5.781c0 0.297-0.125 0.359-0.406 0.391l-1.094 0.141v1.344h5.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-reddit-alien\" viewBox=\"0 0 28 28\">\n<title>reddit-alien</title>\n<path d=\"M28 13.219c0 1.219-0.688 2.266-1.703 2.781 0.125 0.484 0.187 0.984 0.187 1.5 0 4.937-5.578 8.937-12.453 8.937-6.859 0-12.437-4-12.437-8.937 0-0.5 0.063-1 0.172-1.469-1.047-0.516-1.766-1.578-1.766-2.812 0-1.719 1.391-3.109 3.109-3.109 0.891 0 1.687 0.375 2.266 0.984 2.109-1.469 4.922-2.422 8.047-2.531l1.813-8.141c0.063-0.281 0.359-0.469 0.641-0.406l5.766 1.266c0.375-0.75 1.172-1.281 2.078-1.281 1.297 0 2.344 1.047 2.344 2.328 0 1.297-1.047 2.344-2.344 2.344-1.281 0-2.328-1.047-2.328-2.328l-5.219-1.156-1.625 7.375c3.141 0.094 5.984 1.031 8.109 2.5 0.562-0.594 1.359-0.953 2.234-0.953 1.719 0 3.109 1.391 3.109 3.109zM6.531 16.328c0 1.297 1.047 2.344 2.328 2.344 1.297 0 2.344-1.047 2.344-2.344 0-1.281-1.047-2.328-2.344-2.328-1.281 0-2.328 1.047-2.328 2.328zM19.187 21.875c0.234-0.234 0.234-0.578 0-0.812-0.219-0.219-0.578-0.219-0.797 0-0.938 0.953-2.953 1.281-4.391 1.281s-3.453-0.328-4.391-1.281c-0.219-0.219-0.578-0.219-0.797 0-0.234 0.219-0.234 0.578 0 0.812 1.484 1.484 4.344 1.594 5.187 1.594s3.703-0.109 5.187-1.594zM19.141 18.672c1.281 0 2.328-1.047 2.328-2.344 0-1.281-1.047-2.328-2.328-2.328-1.297 0-2.344 1.047-2.344 2.328 0 1.297 1.047 2.344 2.344 2.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-edge\" viewBox=\"0 0 28 28\">\n<title>edge</title>\n<path d=\"M1.078 12.422h0.016c0.812-6.469 5.234-12.437 13.141-12.422 4.797 0 8.75 2.25 11.062 6.391 1.188 2.141 1.625 4.422 1.625 6.906v2.938h-17.578c0.078 7.25 10.656 7 15.219 3.813v5.891c-2.672 1.609-8.703 3-13.406 1.203-3.984-1.531-6.766-5.672-6.813-9.703-0.063-5.203 2.578-8.656 6.813-10.625-0.891 1.125-1.578 2.344-1.937 4.453h9.922c0.578-5.922-5.609-5.922-5.609-5.922-5.844 0.203-10.063 3.609-12.453 7.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-credit-card-alt\" viewBox=\"0 0 36 28\">\n<title>credit-card-alt</title>\n<path d=\"M0 23.5v-9.5h36v9.5c0 1.375-1.125 2.5-2.5 2.5h-31c-1.375 0-2.5-1.125-2.5-2.5zM10 20v2h6v-2h-6zM4 20v2h4v-2h-4zM33.5 2c1.375 0 2.5 1.125 2.5 2.5v3.5h-36v-3.5c0-1.375 1.125-2.5 2.5-2.5h31z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-codiepie\" viewBox=\"0 0 27 28\">\n<title>codiepie</title>\n<path d=\"M24.75 20.156l-3.406-1.734c-1.531 2.5-4.25 4.031-7.187 4.031-4.656 0-8.422-3.766-8.422-8.406 0-4.656 3.766-8.422 8.422-8.422 2.734 0 5.297 1.328 6.875 3.578l3.359-1.953c-2.297-3.531-6.188-5.641-10.391-5.641-6.844 0-12.391 5.547-12.391 12.391s5.547 12.391 12.391 12.391c4.438 0 8.547-2.375 10.75-6.234zM16.094 13.953l10.828 5.5c-2.375 5.187-7.141 8.547-12.922 8.547-7.734 0-14-6.266-14-14s6.266-14 14-14c5.5 0 10.031 3.031 12.594 7.812zM24.109 14h-0.609v2.5h-1.5v-5.5h2.125c1.734 0 1.891 3-0.016 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-modx\" viewBox=\"0 0 28 28\">\n<title>modx</title>\n<path d=\"M22.297 11.078l-9.594-6.031 1.437-2.359h13.359zM6.328 15.219l-2.875-1.813v-13.406l18.484 11.609zM22.25 13.109l2.297 1.484v13.406l-8.313-5.234zM21.672 12.781l-7.812 12.531h-13.359l5.563-8.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fort-awesome\" viewBox=\"0 0 26 28\">\n<title>fort-awesome</title>\n<path d=\"M10 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM18 15.75v-3.5c0-0.141-0.109-0.25-0.25-0.25h-1.5c-0.141 0-0.25 0.109-0.25 0.25v3.5c0 0.141 0.109 0.25 0.25 0.25h1.5c0.141 0 0.25-0.109 0.25-0.25zM26 16.25v11.75h-10v-5c0-1.656-1.344-3-3-3s-3 1.344-3 3v5h-10v-11.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-9.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.328 0.438-0.25 0.641-0.25v-6.109c-0.297-0.141-0.5-0.453-0.5-0.781 0-0.469 0.391-0.859 0.859-0.859s0.859 0.391 0.859 0.859c0 0.328-0.203 0.641-0.5 0.781v0.266c0.422-0.094 0.859-0.156 1.297-0.156 0.641 0 1.25 0.234 1.781 0.234 0.484 0 1.031-0.234 1.313-0.234 0.141 0 0.25 0.109 0.25 0.25v3.281c0 0.375-1.266 0.438-1.516 0.438-0.578 0-1.125-0.234-1.719-0.234-0.469 0-0.953 0.078-1.406 0.187v2.078c0.203 0 0.641-0.078 0.641 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v1.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25v9.75h2v-1.75c0-0.141 0.109-0.25 0.25-0.25h1.5c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-usb\" viewBox=\"0 0 36 28\">\n<title>usb</title>\n<path d=\"M35.75 12.578c0.156 0.078 0.25 0.25 0.25 0.422s-0.094 0.344-0.25 0.422l-5 3c-0.078 0.047-0.156 0.078-0.25 0.078-0.078 0-0.172-0.016-0.25-0.063-0.156-0.094-0.25-0.25-0.25-0.438v-2h-13.406c0.5 0.781 0.922 1.703 1.297 2.578 0.75 1.687 1.516 3.422 2.609 3.422h1.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5v5c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1.5h-1.5c-2.391 0-3.469-2.453-4.438-4.609-0.734-1.672-1.5-3.391-2.562-3.391h-5.625c-0.453 1.719-2.016 3-3.875 3-2.203 0-4-1.797-4-4s1.797-4 4-4c1.859 0 3.422 1.281 3.875 3h1.625c1.062 0 1.828-1.719 2.562-3.391 0.969-2.156 2.047-4.609 4.438-4.609h1.672c0.422-1.172 1.516-2 2.828-2 1.656 0 3 1.344 3 3s-1.344 3-3 3c-1.313 0-2.406-0.828-2.828-2h-1.672c-1.094 0-1.859 1.734-2.609 3.422-0.375 0.875-0.797 1.797-1.297 2.578h17.406v-2c0-0.187 0.094-0.344 0.25-0.438s0.359-0.078 0.5 0.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-product-hunt\" viewBox=\"0 0 28 28\">\n<title>product-hunt</title>\n<path d=\"M17.969 11.906c0 1.156-0.938 2.094-2.109 2.094v0h-3.953v-4.203h3.953c1.172 0 2.109 0.938 2.109 2.109zM20.766 11.906c0-2.719-2.188-4.906-4.906-4.906v0h-6.766v14h2.812v-4.203h3.953c2.719 0 4.906-2.188 4.906-4.891zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-mixcloud\" viewBox=\"0 0 36 28\">\n<title>mixcloud</title>\n<path d=\"M25.703 17.156c0-1.25-0.797-2.312-1.891-2.734-0.078 0.484-0.203 0.969-0.359 1.437-0.156 0.5-0.625 0.812-1.125 0.812-0.125 0-0.25-0.016-0.375-0.047-0.641-0.219-0.969-0.891-0.766-1.516 0.234-0.719 0.359-1.469 0.359-2.234 0-3.906-3.187-7.094-7.109-7.094-2.812 0-5.344 1.672-6.469 4.172 1.094 0.281 2.109 0.844 2.938 1.656 0.469 0.469 0.469 1.234 0 1.703s-1.234 0.469-1.703 0c-0.75-0.75-1.75-1.172-2.812-1.172-2.203 0-4 1.781-4 3.984s1.797 3.984 4 3.984h16.344c1.641 0 2.969-1.328 2.969-2.953zM28.094 17.156c0 2.953-2.406 5.344-5.359 5.344h-16.344c-3.531 0-6.391-2.859-6.391-6.375 0-3.203 2.375-5.844 5.453-6.297 1.297-3.813 4.906-6.438 8.984-6.438 4.922 0 8.984 3.766 9.453 8.563 2.391 0.516 4.203 2.656 4.203 5.203zM32 17.156c0 1.781-0.516 3.5-1.516 4.984-0.234 0.344-0.609 0.516-1 0.516v0c-0.234 0-0.469-0.063-0.672-0.203-0.547-0.359-0.688-1.109-0.313-1.656 0.734-1.078 1.109-2.328 1.109-3.641 0-1.297-0.375-2.562-1.109-3.641-0.375-0.547-0.234-1.281 0.313-1.656s1.297-0.219 1.672 0.328c1 1.469 1.516 3.187 1.516 4.969zM36 17.156c0 2.484-0.719 4.875-2.094 6.922-0.234 0.344-0.609 0.531-1 0.531v0c-0.219 0-0.453-0.063-0.656-0.203-0.547-0.375-0.703-1.109-0.328-1.656 1.094-1.656 1.687-3.594 1.687-5.594s-0.594-3.937-1.687-5.578c-0.375-0.547-0.219-1.297 0.328-1.656 0.547-0.375 1.281-0.234 1.656 0.328 1.375 2.031 2.094 4.422 2.094 6.906z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-scribd\" viewBox=\"0 0 24 28\">\n<title>scribd</title>\n<path d=\"M23.438 24.203c0 1.859-1.5 3.375-3.375 3.375s-3.391-1.516-3.391-3.375c0-1.875 1.516-3.391 3.391-3.391s3.375 1.516 3.375 3.391zM19.797 19.812c-2.375 0.313-4.219 2.344-4.219 4.813 0 0.766 0.187 1.516 0.516 2.156-1.406 0.75-3.313 1.219-5.922 1.219-8.313 0-9.609-5.875-9.609-6.656 0-0.797 0.469-3.406 3.406-3.406s3.344 2.516 3.344 3.031c0 0 0 0.531-0.359 1.266 1 0.938 3.359 0.938 3.359 0.938 2.359 0 4.141-1.156 4.141-2.875 0-1.734-2-2.578-6.563-4.719-4.562-2.156-6.281-3.734-6.281-7.656 0-3.938 2.625-7.922 9.172-7.922s9.016 3.672 9.016 6.188-2.141 3.141-2.938 3.141c-0.781 0-3.672 0.266-3.672-4.078-0.516-0.578-2.766-0.578-2.766-0.578-2.266 0-3.266 1.719-3.266 2.766 0 1.062 0.422 2.375 5.141 3.938 7.234 2.406 7.5 5.547 7.5 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle\" viewBox=\"0 0 24 28\">\n<title>pause-circle</title>\n<path d=\"M11 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM18 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-4c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h4c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pause-circle-o\" viewBox=\"0 0 24 28\">\n<title>pause-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM13.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle\" viewBox=\"0 0 24 28\">\n<title>stop-circle</title>\n<path d=\"M17 18.5v-9c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v9c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-stop-circle-o\" viewBox=\"0 0 24 28\">\n<title>stop-circle-o</title>\n<path d=\"M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM12 22.5c4.688 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5-8.5 3.813-8.5 8.5 3.813 8.5 8.5 8.5zM7.5 19c-0.281 0-0.5-0.219-0.5-0.5v-9c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5v9c0 0.281-0.219 0.5-0.5 0.5h-9z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-bag\" viewBox=\"0 0 28 28\">\n<title>shopping-bag</title>\n<path d=\"M27.453 22l0.547 4.891c0.031 0.281-0.063 0.562-0.25 0.781-0.187 0.203-0.469 0.328-0.75 0.328h-26c-0.281 0-0.562-0.125-0.75-0.328-0.187-0.219-0.281-0.5-0.25-0.781l0.547-4.891h26.906zM26 8.891l1.344 12.109h-26.688l1.344-12.109c0.063-0.5 0.484-0.891 1-0.891h4v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h6v2c0 1.109 0.891 2 2 2s2-0.891 2-2v-2h4c0.516 0 0.938 0.391 1 0.891zM20 6v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-2.203-1.797-4-4-4s-4 1.797-4 4v4c0 0.547-0.453 1-1 1s-1-0.453-1-1v-4c0-3.313 2.688-6 6-6s6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shopping-basket\" viewBox=\"0 0 32 28\">\n<title>shopping-basket</title>\n<path d=\"M30 12c1.109 0 2 0.891 2 2s-0.891 2-2 2h-0.234l-1.797 10.344c-0.172 0.953-1 1.656-1.969 1.656h-20c-0.969 0-1.797-0.703-1.969-1.656l-1.797-10.344h-0.234c-1.109 0-2-0.891-2-2s0.891-2 2-2h28zM7.578 24.5c0.547-0.047 0.969-0.531 0.922-1.078l-0.5-6.5c-0.047-0.547-0.531-0.969-1.078-0.922s-0.969 0.531-0.922 1.078l0.5 6.5c0.047 0.516 0.484 0.922 1 0.922h0.078zM14 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM20 23.5v-6.5c0-0.547-0.453-1-1-1s-1 0.453-1 1v6.5c0 0.547 0.453 1 1 1s1-0.453 1-1zM25.5 23.578l0.5-6.5c0.047-0.547-0.375-1.031-0.922-1.078s-1.031 0.375-1.078 0.922l-0.5 6.5c-0.047 0.547 0.375 1.031 0.922 1.078h0.078c0.516 0 0.953-0.406 1-0.922zM7.438 4.562l-1.453 6.438h-2.063l1.578-6.891c0.406-1.828 2.016-3.109 3.891-3.109h2.609c0-0.547 0.453-1 1-1h6c0.547 0 1 0.453 1 1h2.609c1.875 0 3.484 1.281 3.891 3.109l1.578 6.891h-2.063l-1.453-6.438c-0.219-0.922-1.016-1.563-1.953-1.563h-2.609c0 0.547-0.453 1-1 1h-6c-0.547 0-1-0.453-1-1h-2.609c-0.938 0-1.734 0.641-1.953 1.563z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-hashtag\" viewBox=\"0 0 28 28\">\n<title>hashtag</title>\n<path d=\"M15.484 16l1-4h-3.969l-1 4h3.969zM27.484 8.125l-0.875 3.5c-0.063 0.219-0.25 0.375-0.484 0.375h-5.109l-1 4h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.141 0.281 0.094 0.438l-0.875 3.5c-0.047 0.219-0.25 0.375-0.484 0.375h-5.109l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.5c-0.156 0-0.313-0.078-0.406-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-3.969l-1.266 5.125c-0.063 0.219-0.266 0.375-0.484 0.375h-3.516c-0.141 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l1.219-4.875h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.125-0.281-0.094-0.438l0.875-3.5c0.063-0.219 0.25-0.375 0.484-0.375h5.109l1-4h-4.859c-0.156 0-0.297-0.078-0.391-0.187-0.094-0.125-0.141-0.281-0.094-0.438l0.875-3.5c0.047-0.219 0.25-0.375 0.484-0.375h5.109l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h3.969l1.266-5.125c0.063-0.219 0.266-0.375 0.5-0.375h3.5c0.141 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438l-1.219 4.875h4.859c0.156 0 0.297 0.078 0.391 0.187 0.094 0.125 0.125 0.281 0.094 0.438z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth\" viewBox=\"0 0 24 28\">\n<title>bluetooth</title>\n<path d=\"M13.141 16.453l2.312 2.312-2.328 2.328zM13.125 6.906l2.328 2.328-2.312 2.312-0.016-4.641zM11.094 26.031l7.25-7.25-4.781-4.781 4.781-4.781-7.25-7.25v9.547l-3.984-3.984-1.453 1.453 5 5.016-5 5.016 1.453 1.453 3.984-3.984v9.547zM22.328 14c0 11.094-4.219 14-10.328 14v0c-6.109 0-10.328-2.906-10.328-14s4.219-14 10.328-14 10.328 2.906 10.328 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bluetooth-b\" viewBox=\"0 0 16 28\">\n<title>bluetooth-b</title>\n<path d=\"M9.312 22.234l2.703-2.688-2.703-2.688v5.375zM9.312 11.141l2.703-2.688-2.703-2.688v5.375zM9.812 14l5.563 5.563-8.422 8.437v-11.109l-4.641 4.625-1.687-1.687 5.812-5.828-5.812-5.828 1.687-1.687 4.641 4.625v-11.109l8.422 8.437z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-percent\" viewBox=\"0 0 24 28\">\n<title>percent</title>\n<path d=\"M20 20c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM8 8c0-1.094-0.906-2-2-2s-2 0.906-2 2 0.906 2 2 2 2-0.906 2-2zM24 20c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6zM22.5 3c0 0.219-0.078 0.422-0.203 0.594l-16.5 22c-0.187 0.25-0.484 0.406-0.797 0.406h-2.5c-0.547 0-1-0.453-1-1 0-0.219 0.078-0.422 0.203-0.594l16.5-22c0.187-0.25 0.484-0.406 0.797-0.406h2.5c0.547 0 1 0.453 1 1zM12 8c0 3.313-2.688 6-6 6s-6-2.688-6-6 2.688-6 6-6 6 2.688 6 6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-gitlab\" viewBox=\"0 0 28 28\">\n<title>gitlab</title>\n<path d=\"M1.625 11.031l12.375 15.859-13.563-9.844c-0.375-0.281-0.531-0.766-0.391-1.203l1.578-4.813zM8.844 11.031h10.313l-5.156 15.859zM5.75 1.469l3.094 9.562h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0zM26.375 11.031l1.578 4.813c0.141 0.438-0.016 0.922-0.391 1.203l-13.563 9.844 12.375-15.859zM26.375 11.031h-7.219l3.094-9.562c0.172-0.484 0.859-0.484 1.031 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpbeginner\" viewBox=\"0 0 28 28\">\n<title>wpbeginner</title>\n<path d=\"M6 13h2.5v-3.5h-2.5v3.5zM19.078 18.188v-1.437c-1.344 0.469-2.453 0.578-3.797 0.594-3.016 0.016-5.688-1.234-7.5-2.641l0.016 1.5c1.703 1.547 4.312 2.766 7.562 2.75 1.359 0 2.641-0.281 3.719-0.766zM10 13h10v-3.5h-10v3.5zM28 12.5c0 1.984-0.562 3.859-1.547 5.5 0.875 1 1.391 2.234 1.391 3.578 0 3.266-3.094 5.922-6.922 5.922-2.594 0-4.844-1.219-6.031-3.016-0.297 0.016-0.594 0.016-0.891 0.016s-0.594 0-0.891-0.016c-1.188 1.797-3.437 3.016-6.031 3.016-3.828 0-6.922-2.656-6.922-5.922 0-1.344 0.516-2.578 1.391-3.578-0.984-1.641-1.547-3.516-1.547-5.5 0-6.625 6.266-12 14-12s14 5.375 14 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpforms\" viewBox=\"0 0 24 28\">\n<title>wpforms</title>\n<path d=\"M8.047 14.234v2h-3.938v-2h3.938zM8.047 10.25v1.984h-3.938v-1.984h3.938zM19.891 18.234v2h-5.328v-2h5.328zM19.891 14.234v2h-10.5v-2h10.5zM19.891 10.25v1.984h-10.5v-1.984h10.5zM22 23.688v-19.375c0-0.172-0.141-0.313-0.313-0.313h-0.5l-5.906 4-3.281-2.672-3.281 2.672-5.906-4h-0.5c-0.172 0-0.313 0.141-0.313 0.313v19.375c0 0.172 0.141 0.313 0.313 0.313h19.375c0.172 0 0.313-0.141 0.313-0.313zM8.641 6.344l2.891-2.344h-6.344zM15.359 6.344l3.453-2.344h-6.344zM24 4.312v19.375c0 1.281-1.031 2.312-2.312 2.312h-19.375c-1.281 0-2.312-1.031-2.312-2.312v-19.375c0-1.281 1.031-2.312 2.312-2.312h19.375c1.281 0 2.312 1.031 2.312 2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envira\" viewBox=\"0 0 30 28\">\n<title>envira</title>\n<path d=\"M14 12.75c-1.984-3.75-3.813-7.406-9.016-9.875-3.109-1.469-0.328 0.578-0.328 0.578 2.828 1.953 4.125 4.594 5.641 7.484 1.969 3.766 4.937 8.734 9.016 10.484 4.062 1.75 2.141 0.781 0.375-0.531-1.766-1.328-4.266-5.437-5.688-8.141zM8.578 21.234c-5.641-4.469-5.328-9.812-8.578-21.234 29.859 0 22.922 19.828 22.953 22.891l5.047 5.109h-1.625l-4.391-4.453c-2.438 0.266-7.781 2.156-13.406-2.312z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-universal-access\" viewBox=\"0 0 28 28\">\n<title>universal-access</title>\n<path d=\"M21.469 10.266c-0.125-0.531-0.656-0.859-1.203-0.734-2.234 0.531-4.266 0.969-6.266 0.969s-4.031-0.438-6.266-0.969c-0.547-0.125-1.078 0.203-1.203 0.734-0.125 0.547 0.203 1.078 0.734 1.203 1.656 0.391 3.203 0.734 4.734 0.906-0.063 5.281-0.641 6.75-1.297 8.437l-0.141 0.328c-0.203 0.516 0.063 1.094 0.578 1.297 0.109 0.047 0.234 0.063 0.359 0.063 0.406 0 0.781-0.234 0.938-0.641l0.125-0.313c0.438-1.125 0.844-2.172 1.109-4.047h0.656c0.266 1.875 0.672 2.922 1.109 4.047l0.125 0.313c0.156 0.406 0.531 0.641 0.938 0.641 0.125 0 0.25-0.016 0.359-0.063 0.516-0.203 0.781-0.781 0.578-1.297l-0.141-0.328c-0.656-1.687-1.234-3.156-1.297-8.437 1.531-0.172 3.078-0.516 4.734-0.906 0.531-0.125 0.859-0.656 0.734-1.203zM16 8c0-1.109-0.891-2-2-2s-2 0.891-2 2 0.891 2 2 2 2-0.891 2-2zM25 14c0 6.078-4.922 11-11 11s-11-4.922-11-11 4.922-11 11-11 11 4.922 11 11zM14 2c-6.609 0-12 5.391-12 12s5.391 12 12 12 12-5.391 12-12-5.391-12-12-12zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14v0c7.734 0 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wheelchair-alt\" viewBox=\"0 0 24 28\">\n<title>wheelchair-alt</title>\n<path d=\"M22.469 12.703c0.328 0.344 0.5 0.812 0.453 1.281l-0.688 8.609c-0.078 0.875-0.797 1.531-1.656 1.531-0.047 0-0.094 0-0.141-0.016-0.922-0.063-1.594-0.875-1.531-1.781l0.547-6.703-2.234 0.125c0.547 1.125 0.859 2.406 0.859 3.75 0 2.25-0.875 4.297-2.312 5.812l-2.141-2.141c0.875-0.969 1.422-2.266 1.422-3.672 0-3.031-2.453-5.484-5.469-5.484-1.422 0-2.703 0.547-3.687 1.437l-2.141-2.156c1.203-1.141 2.734-1.922 4.438-2.203l4.125-4.688-2.328-1.359-2.828 2.516c-0.688 0.625-1.734 0.562-2.344-0.125s-0.547-1.734 0.125-2.344l3.734-3.328c0.531-0.484 1.313-0.562 1.937-0.187 7.609 4.422 7.625 4.422 7.625 4.422 0.406 0.234 0.641 0.641 0.75 1.062 0.156 0.609 0.047 1.297-0.406 1.828l-3.203 3.625 5.797-0.313c0.484-0.031 0.953 0.141 1.297 0.5zM19.375 5.563c-1.531 0-2.781-1.234-2.781-2.781 0-1.531 1.25-2.781 2.781-2.781 1.547 0 2.797 1.25 2.797 2.781 0 1.547-1.25 2.781-2.797 2.781zM9.578 24.969c1.125 0 2.188-0.359 3.063-0.953l2.172 2.172c-1.437 1.141-3.266 1.813-5.234 1.813-4.703 0-8.516-3.813-8.516-8.5 0-1.984 0.672-3.797 1.813-5.25l2.172 2.172c-0.594 0.875-0.938 1.937-0.938 3.078 0 3.016 2.453 5.469 5.469 5.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-question-circle-o\" viewBox=\"0 0 24 28\">\n<title>question-circle-o</title>\n<path d=\"M13.75 18.75v2.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-2.5c0-0.281 0.219-0.5 0.5-0.5h2.5c0.281 0 0.5 0.219 0.5 0.5zM17.75 11c0 2.219-1.547 3.094-2.688 3.734-0.812 0.469-1.313 0.766-1.313 1.266v0.5c0 0.281-0.219 0.5-0.5 0.5h-2.5c-0.281 0-0.5-0.219-0.5-0.5v-1.062c0-1.922 1.375-2.531 2.484-3.031 0.938-0.438 1.516-0.734 1.516-1.437 0-0.906-1.141-1.578-2.172-1.578-0.547 0-1.125 0.172-1.484 0.422-0.344 0.234-0.672 0.578-1.25 1.297-0.094 0.125-0.234 0.187-0.391 0.187-0.109 0-0.219-0.031-0.297-0.094l-1.687-1.281c-0.203-0.156-0.25-0.453-0.109-0.672 1.281-2.016 3.078-3 5.453-3v0c2.562 0 5.437 2.031 5.437 4.75zM12 4c-5.516 0-10 4.484-10 10s4.484 10 10 10 10-4.484 10-10-4.484-10-10-10zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12v0c6.625 0 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-blind\" viewBox=\"0 0 22 28\">\n<title>blind</title>\n<path d=\"M5.719 4.859c-1.344 0-2.438-1.094-2.438-2.438 0-1.328 1.094-2.422 2.438-2.422s2.422 1.094 2.422 2.422c0 1.344-1.078 2.438-2.422 2.438zM14.328 14.891c0 1.687-1.797 1.313-2.203 0.625l-5.734-6.844c-0.25-0.406-0.438-0.219-0.438-0.219s-0.109 0.125 0.063 0.328l1.906 2.172 0.016 5.531c-1.344 3.906-2.516 7.141-2.516 7.141-0.734 2.094-1.344 3.906-1.875 4.156-0.641 0.328-1.109 0.25-1.609 0.016-0.656-0.297-0.844-1.094-0.797-1.563 0 0 0.031-0.25 3.078-9.656l0.078-6.5-1.328 2.562 0.547 3.469c0.203 1.313-0.906 1.484-0.906 1.484-1.062 0.172-1.281-1.062-1.281-1.094l-0.719-4.672c3.281-5.922 3.297-5.953 3.297-5.953v0c0.25-0.375 0.812-0.531 1.766-0.531 0.844 0 1.375 0.25 1.672 0.625v0l6.625 8.141c0.094 0.063 0.156 0.156 0.219 0.266l0.047 0.047-0.016 0.016c0.078 0.141 0.109 0.297 0.109 0.453zM8.031 17.234c1.5 3.984 2.844 7 2.844 7 0.453 1.156 1.234 2.812 0.094 3.469-1.125 0.656-2.031-0.109-2.281-0.641v0h-0.016c-0.047-0.125-0.094-0.25-0.125-0.391l-1.937-5.484zM20.906 26.484c0.328 0.516 0.609 0.891 0.438 1-0.297 0.187-0.391-0.359-0.719-0.891 0 0-1.766-2.672-6.609-10.328 0.094 0.031 0.266-0.109 0.266-0.109s0.172-0.141 0.172-0.266c4.813 7.859 6.453 10.594 6.453 10.594z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-audio-description\" viewBox=\"0 0 36 28\">\n<title>audio-description</title>\n<path d=\"M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-volume-control-phone\" viewBox=\"0 0 22 28\">\n<title>volume-control-phone</title>\n<path d=\"M9.641 26.391c0-0.375-0.828-3.031-1-3.656-0.094-0.391-0.125-1.031-0.422-1.313-0.203-0.187-0.531-0.219-0.797-0.219-0.734 0-1.469 0.172-2.203 0.172-0.219 0-0.547-0.016-0.734-0.172-0.25-0.203-0.375-0.906-0.469-1.219-0.375-1.297-0.578-2.625-0.578-3.984s0.203-2.688 0.578-3.984c0.094-0.313 0.219-1.016 0.469-1.219 0.187-0.156 0.516-0.172 0.734-0.172 0.734 0 1.469 0.172 2.203 0.172 0.266 0 0.594-0.031 0.797-0.219 0.297-0.281 0.328-0.922 0.422-1.313 0.172-0.625 1-3.281 1-3.656 0-0.531-1.406-1.313-1.859-1.484-0.234-0.094-0.469-0.125-0.703-0.125-0.516 0-1.031 0.141-1.531 0.281-2.562 0.766-3.172 2.328-4.188 4.531-1.094 2.359-1.359 4.609-1.359 7.187s0.266 4.828 1.359 7.187c1.016 2.203 1.625 3.766 4.188 4.531 0.5 0.141 1.016 0.281 1.531 0.281 0.234 0 0.469-0.031 0.703-0.125 0.453-0.172 1.859-0.953 1.859-1.484zM12.125 12.125c-0.266 0-0.516-0.109-0.703-0.297-0.391-0.391-0.406-1.031 0-1.422 0.375-0.375 0.578-0.875 0.578-1.406s-0.203-1.031-0.578-1.422c-0.406-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c0.75 0.75 1.172 1.766 1.172 2.828s-0.422 2.078-1.172 2.828c-0.203 0.187-0.453 0.297-0.703 0.297zM14.953 14.953c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.125-1.141 1.75-2.641 1.75-4.25s-0.625-3.109-1.75-4.25c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c1.516 1.516 2.344 3.516 2.344 5.656s-0.828 4.141-2.344 5.656c-0.187 0.203-0.453 0.297-0.703 0.297zM17.781 17.781c-0.266 0-0.516-0.094-0.703-0.297-0.391-0.391-0.391-1.016 0-1.406 1.875-1.891 2.922-4.406 2.922-7.078s-1.047-5.187-2.922-7.078c-0.391-0.391-0.391-1.016 0-1.406s1.016-0.391 1.406 0c2.266 2.266 3.516 5.281 3.516 8.484s-1.25 6.219-3.516 8.484c-0.187 0.203-0.453 0.297-0.703 0.297z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-braille\" viewBox=\"0 0 34 28\">\n<title>braille</title>\n<path d=\"M3 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM11 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 18.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM23 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 10.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM31 2.5c-1.375 0-2.5 1.125-2.5 2.5s1.125 2.5 2.5 2.5 2.5-1.125 2.5-2.5-1.125-2.5-2.5-2.5zM6 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM14 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM6 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM26 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM14 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 21c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM34 13c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3zM26 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM34 5c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3v0c1.656 0 3 1.344 3 3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-assistive-listening-systems\" viewBox=\"0 0 28 28\">\n<title>assistive-listening-systems</title>\n<path d=\"M2 27c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5 24c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM5.703 18.297l4 4-1.406 1.406-4-4zM11 18c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM22.047 13c0 2.594-1.219 3.984-2.281 5.219-0.984 1.125-1.766 2.016-1.766 3.781 0 3.313-2.688 6-6 6-0.547 0-1-0.453-1-1s0.453-1 1-1c2.203 0 4-1.797 4-4 0-2.516 1.203-3.891 2.25-5.094 0.969-1.109 1.797-2.063 1.797-3.906 0-3.859-3.141-7-7-7s-7 3.141-7 7c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-4.969 4.031-9 9-9s9 4.031 9 9zM14 15c0 0.547-0.453 1-1 1s-1-0.453-1-1 0.453-1 1-1 1 0.453 1 1zM18.5 13c0 0.547-0.453 1-1 1s-1-0.453-1-1c0-1.937-1.563-3.5-3.5-3.5-1.922 0-3.5 1.563-3.5 3.5 0 0.547-0.453 1-1 1s-1-0.453-1-1c0-3.031 2.469-5.5 5.5-5.5s5.5 2.469 5.5 5.5zM24.656 8.484c0.203 0.516-0.063 1.094-0.578 1.297-0.109 0.047-0.234 0.063-0.359 0.063-0.391 0-0.781-0.234-0.922-0.641-0.703-1.828-1.922-3.422-3.5-4.609-0.438-0.328-0.531-0.953-0.203-1.391 0.344-0.438 0.969-0.531 1.406-0.203 1.875 1.406 3.313 3.313 4.156 5.484zM27.937 7.219c0.187 0.516-0.063 1.094-0.578 1.297-0.125 0.047-0.234 0.063-0.359 0.063-0.406 0-0.781-0.234-0.938-0.641-0.938-2.438-2.547-4.562-4.641-6.141-0.453-0.328-0.531-0.953-0.203-1.391 0.328-0.453 0.953-0.531 1.391-0.203 2.406 1.797 4.25 4.234 5.328 7.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-american-sign-language-interpreting\" viewBox=\"0 0 36 28\">\n<title>american-sign-language-interpreting</title>\n<path d=\"M16.125 15c-0.547-0.016-1.062-0.328-1.313-0.859-0.344-0.703-1.031-1.141-1.813-1.141-1.109 0-2 0.891-2 2 0 0.531 0.187 1.047 0.562 1.391l0.156 0.125c0.344 0.313 0.797 0.484 1.281 0.484 0.781 0 1.469-0.438 1.813-1.141 0.25-0.531 0.766-0.844 1.313-0.859zM25 13c0-0.531-0.187-1.047-0.562-1.391l-0.156-0.125c-0.344-0.313-0.797-0.484-1.281-0.484-0.781 0-1.469 0.438-1.813 1.141-0.25 0.531-0.766 0.844-1.313 0.859 0.547 0.016 1.062 0.328 1.313 0.859 0.344 0.703 1.031 1.141 1.813 1.141 1.109 0 2-0.891 2-2zM18.344 9.547c-0.359 0.734-1.266 1.047-2 0.688-0.656-0.328-1.359-0.484-2.094-0.484-0.547 0-1.062 0.094-1.547 0.266 0.094 0 0.203-0.016 0.297-0.016 1.922 0 3.687 1.125 4.516 2.859 0.359 0.75 0.031 1.641-0.719 2-0.187 0.094-0.391 0.141-0.609 0.141 0.219 0 0.422 0.047 0.609 0.141 0.75 0.359 1.078 1.25 0.719 2-0.828 1.734-2.594 2.859-4.516 2.859v0h-0.094c-0.234-0.031-0.453-0.047-0.688-0.063l-4.531-0.422-3.734 1.875c-0.156 0.078-0.297 0.109-0.453 0.109-0.359 0-0.719-0.203-0.891-0.547l-2.5-5c-0.234-0.484-0.063-1.062 0.391-1.328l3.266-1.859 2.312-4.172c0.359-3.219 1.953-6.172 4.484-8.25 0.641-0.531 1.594-0.438 2.109 0.203 0.531 0.641 0.438 1.578-0.203 2.109-0.703 0.594-1.328 1.266-1.828 2 1.219-0.828 2.625-1.391 4.172-1.578 0.828-0.109 1.578 0.469 1.672 1.297 0.109 0.828-0.469 1.578-1.297 1.672-0.906 0.109-1.75 0.422-2.484 0.859 0.5-0.109 1.016-0.156 1.547-0.156 1.188 0 2.344 0.266 3.406 0.781 0.75 0.375 1.062 1.266 0.688 2.016zM33.391 7.047l2.5 5c0.234 0.484 0.063 1.062-0.391 1.328l-3.266 1.859-2.312 4.172c-0.359 3.219-1.953 6.172-4.484 8.25-0.281 0.234-0.625 0.344-0.953 0.344-0.438 0-0.859-0.187-1.156-0.547-0.531-0.641-0.438-1.578 0.203-2.109 0.703-0.594 1.328-1.266 1.828-2-1.219 0.828-2.625 1.391-4.172 1.578-0.063 0.016-0.125 0.016-0.187 0.016-0.75 0-1.391-0.562-1.484-1.313-0.109-0.828 0.469-1.578 1.297-1.672 0.906-0.109 1.75-0.422 2.484-0.859-0.5 0.109-1.016 0.156-1.547 0.156-1.188 0-2.344-0.266-3.406-0.781-0.75-0.375-1.062-1.266-0.688-2.016 0.359-0.734 1.266-1.047 2-0.688 0.656 0.328 1.359 0.484 2.094 0.484 0.547 0 1.062-0.094 1.547-0.266-0.094 0-0.203 0.016-0.297 0.016-1.922 0-3.687-1.125-4.516-2.859-0.359-0.75-0.031-1.641 0.719-2 0.187-0.094 0.391-0.141 0.609-0.141-0.219 0-0.422-0.047-0.609-0.141-0.75-0.359-1.078-1.25-0.719-2 0.828-1.734 2.594-2.859 4.516-2.859v0h0.109c0.219 0.031 0.438 0.047 0.656 0.063l4.547 0.422 3.734-1.875c0.156-0.078 0.297-0.109 0.453-0.109 0.359 0 0.719 0.203 0.891 0.547z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-deaf\" viewBox=\"0 0 28 28\">\n<title>deaf</title>\n<path d=\"M16.5 13c0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.031-2.469-5.5-5.5-5.5s-5.5 2.469-5.5 5.5c0 0.547 0.453 1 1 1s1-0.453 1-1c0-1.937 1.578-3.5 3.5-3.5s3.5 1.563 3.5 3.5zM13.047 4c-4.969 0-9 4.031-9 9 0 0.547 0.453 1 1 1s1-0.453 1-1c0-3.859 3.141-7 7-7s7 3.141 7 7c0 1.844-0.828 2.797-1.797 3.906-1.047 1.203-2.25 2.578-2.25 5.094 0 2.203-1.797 4-4 4-0.547 0-1 0.453-1 1s0.453 1 1 1c3.313 0 6-2.688 6-6 0-1.766 0.781-2.656 1.766-3.781 1.062-1.234 2.281-2.625 2.281-5.219 0-4.969-4.031-9-9-9zM9.234 15.234l3.531 3.531-9.047 9.047c-0.25 0.25-0.656 0.25-0.906 0l-2.625-2.625c-0.25-0.25-0.25-0.656 0-0.906zM25.188 0.187l2.625 2.625c0.25 0.25 0.25 0.656 0 0.922l-3.641 3.641-0.406 0.391-1.109 1.109c-0.672-1.563-1.703-2.938-3.047-4.031l4.656-4.656c0.266-0.25 0.672-0.25 0.922 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide\" viewBox=\"0 0 24 28\">\n<title>glide</title>\n<path d=\"M13.531 8.047c0 0.5-0.109 0.984-0.203 1.469-0.328 1.563-0.641 3.125-0.969 4.688-0.047 0.219-0.047 0.219-0.281 0.234-0.156 0.016-0.328 0.031-0.484 0.031-1.344 0-1.719-1.453-1.719-2.547 0-1.625 0.641-3.797 2.156-4.656 0.25-0.125 0.516-0.219 0.797-0.219 0.641 0 0.703 0.469 0.703 1zM21.125 14.672c0-0.281-1.156-2.109-1.422-2.219-0.125-0.047-0.391-0.125-0.531-0.125-1.281 0-2.438 0.578-3.531 1.203l-0.031-0.031c0.25-1.672 0.812-3.156 0.812-4.891 0-2.484-1.328-3.641-3.781-3.641-0.359 0-0.719 0.047-1.062 0.094-3.078 0.547-4.953 4.062-4.953 6.953 0 3.063 1.766 4.75 4.813 4.75 0.063 0 0.391-0.031 0.391 0.047 0 0.031 0 0.047-0.016 0.078-0.063 0.594-0.25 1.25-0.406 1.828-0.234 0.859-1.047 2.344-2.094 2.344-0.453 0-0.656-0.313-0.656-0.734 0-1.359 1.563-2.172 1.594-2.25 0-0.063-0.078-0.125-0.109-0.156-0.484-0.438-1.281-0.797-1.937-0.797-1.188 0-1.828 1.906-1.828 2.875 0 1.813 1.141 3.063 2.969 3.063 2.703 0 4.672-2.844 5.281-5.187 0.172-0.688 0.297-1.391 0.469-2.078 0.031-0.141 0.078-0.203 0.219-0.281 1.109-0.562 2.281-0.938 3.547-0.938 0.688 0 1.297 0.125 1.984 0.281 0.016 0.016 0.047 0.016 0.063 0.016 0.094 0 0.219-0.109 0.219-0.203zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-glide-g\" viewBox=\"0 0 24 28\">\n<title>glide-g</title>\n<path d=\"M11.625 4.766c0-0.828-0.078-1.547-1.078-1.547-0.422 0-0.844 0.141-1.219 0.359-2.359 1.297-3.328 4.656-3.328 7.187 0 1.687 0.578 3.938 2.641 3.938 0.469 0 1.062 0.125 1.188-0.422 0.5-2.406 1-4.828 1.5-7.234 0.156-0.75 0.297-1.516 0.297-2.281zM23.406 15.016c0 0.156-0.203 0.313-0.359 0.313l-0.094-0.016c-1.062-0.156-2-0.438-3.078-0.438-1.953 0-3.75 0.578-5.484 1.453-0.219 0.109-0.266 0.203-0.328 0.422-0.281 1.062-0.469 2.156-0.734 3.219-0.938 3.641-3.984 8.031-8.156 8.031-2.844 0-4.594-1.937-4.594-4.734 0-1.516 0.984-4.469 2.812-4.469 0.641 0 3.156 0.828 3.172 1.484-0.031 0.125-2.453 1.375-2.453 3.484 0 0.641 0.313 1.141 1.016 1.141 2.484 0 3.625-4.531 3.875-6.438v-0.141c0-0.125-0.5-0.063-0.594-0.063-4.703 0-7.453-2.625-7.453-7.359 0-4.469 2.906-9.922 7.672-10.75 0.547-0.094 1.094-0.141 1.656-0.141 3.781 0 5.844 1.766 5.844 5.625 0 2.609-0.891 5.016-1.266 7.562l0.047 0.047c1.687-0.953 3.469-1.859 5.469-1.859 0.203 0 0.641 0.125 0.828 0.203 0.406 0.156 2.203 2.984 2.203 3.422z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-sign-language\" viewBox=\"0 0 26 28\">\n<title>sign-language</title>\n<path d=\"M12.984 10.516c0.328 0 0.641 0.094 0.922 0.281l3.469 2.312c0.641 0.422 1.219 0.938 1.719 1.516l2.281 2.656c0.391 0.453 0.562 1.062 0.453 1.656l-1.125 6.453c-0.125 0.656-0.656 1.156-1.328 1.234l-8.234 0.875-5.5 0.5h-0.141c-0.812 0-1.5-0.656-1.5-1.5 0-0.781 0.656-1.406 1.437-1.5l4.062-0.5h-7c-0.859 0-1.547-0.719-1.5-1.578 0.047-0.812 0.766-1.422 1.578-1.422l6.906-0.016-8.141-1c-0.844-0.094-1.453-0.859-1.328-1.719 0.125-0.75 0.812-1.25 1.563-1.25h0.156l7.516 0.938-5.484-1.469c-0.781-0.203-1.375-0.922-1.25-1.719 0.125-0.75 0.766-1.266 1.484-1.266 0.109 0 0.203 0.016 0.313 0.031l7 1.5 3.391 0.578c0.031 0 0.063 0.016 0.094 0.016 0.469 0 0.703-0.641 0.281-0.922l-2.906-1.953c-0.719-0.484-0.891-1.453-0.375-2.141 0.281-0.391 0.734-0.594 1.188-0.594zM11.891 13.672l2.906 1.953-3.406-0.578-0.078-0.031-0.562-0.594-3.719-4.094c-0.031-0.031-0.047-0.078-0.078-0.109-0.484-0.641-0.375-1.578 0.297-2.094 0.625-0.484 1.516-0.328 2.063 0.25l2.219 2.297c-0.047 0.047-0.094 0.078-0.141 0.125-0.328 0.453-0.453 1-0.359 1.547 0.094 0.531 0.406 1.016 0.859 1.328zM25.75 6.578l0.234 4.156c0.047 0.766-0.016 1.547-0.172 2.297l-0.75 3.422c-0.125 0.594-0.5 1.078-1.047 1.359l-1.656 0.844c0.016-0.625-0.187-1.219-0.609-1.703l-2.281-2.656c-0.531-0.609-1.141-1.156-1.828-1.609l-3.469-2.312c-0.344-0.234-0.75-0.359-1.188-0.359-0.531 0-1.016 0.219-1.375 0.578l-3.672-4.875c-0.516-0.688-0.359-1.656 0.359-2.141 0.672-0.469 1.594-0.25 2.094 0.406l4.156 5.5-4.094-7.109c-0.438-0.734-0.187-1.687 0.578-2.094 0.719-0.375 1.625-0.078 2.031 0.625l3.766 6.563-2.125-5.266c-0.297-0.75-0.094-1.656 0.625-2.031 0.766-0.406 1.703-0.078 2.063 0.703l3.016 6.484 1.578 3.063c0.25 0.484 0.984 0.281 0.953-0.25l-0.187-3.5c-0.047-0.859 0.625-1.578 1.484-1.594 0.812 0 1.469 0.688 1.516 1.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-low-vision\" viewBox=\"0 0 28 28\">\n<title>low-vision</title>\n<path d=\"M5.234 21.187c-0.031 0-0.063-0.016-0.094-0.031-1.828-1.219-3.656-3.219-4.813-5.078-0.219-0.313-0.328-0.688-0.328-1.078 0-0.812 0.562-1.469 1.016-2.078 1.813-2.469 4.234-4.5 7.063-5.703-0.234-0.422-1.719-3.016-1.719-3.297 0-0.187 0.109-0.359 0.266-0.453 0.313-0.172 1.719-1 2-1 0.172 0 0.344 0.094 0.438 0.25l1.937 3.578c0.984-0.203 2-0.297 3-0.297 5.656 0 10.687 3.203 13.687 7.922 0.203 0.313 0.313 0.688 0.313 1.078s-0.109 0.766-0.313 1.078c-1.859 2.922-4.578 5.344-7.766 6.703 0.234 0.422 1.719 3.016 1.719 3.297 0 0.187-0.094 0.359-0.266 0.453-0.313 0.172-1.719 1-1.984 1-0.187 0-0.359-0.094-0.453-0.25l-1.937-3.578-1-1.859-6.937-12.812 0.109-0.109c-0.531 0.219-1.047 0.453-1.547 0.734 0.187 0.359 7.641 14.047 7.641 14.156 0 0.078-0.063 0.125-0.141 0.141-0.344 0.078-0.781 0.047-1.125 0.047-0.172 0-0.875 0.031-0.938-0.109l-7.125-13.141c-0.453 0.328-0.875 0.688-1.281 1.062 0.344 0.609 6.312 11.594 6.312 11.688 0 0.125-0.078 0.156-0.172 0.156-0.266 0-2.344-0.641-2.422-0.781l-1.656-3.078-3.5-6.453c-0.438 0.531-0.844 1.078-1.219 1.656 0.203 0.297 0.469 0.609 0.641 0.922 0.219 0.406 2.75 5.016 2.75 5.109 0 0.078-0.078 0.156-0.156 0.156zM18.203 19.594l0.766 1.422c2.922-1.188 5.328-3.375 7.031-6.016-1.734-2.672-4.203-4.891-7.172-6.078 1.391 1.328 2.172 3.156 2.172 5.078 0 2.203-1.031 4.281-2.797 5.594zM13.25 10c0 0.406 0.344 0.75 0.75 0.75 0.859 0 1.687 0.344 2.297 0.953s0.953 1.437 0.953 2.297c0 0.406 0.344 0.75 0.75 0.75s0.75-0.344 0.75-0.75c0-2.625-2.125-4.75-4.75-4.75-0.406 0-0.75 0.344-0.75 0.75zM18.969 8.984l-0.141-0.063 0.109 0.109z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo\" viewBox=\"0 0 20 28\">\n<title>viadeo</title>\n<path d=\"M16.406 17.281c0 2.234-0.781 4.203-2.297 5.844-1.578 1.719-3.578 2.516-5.906 2.516-2.312 0-4.328-0.781-5.906-2.516-1.516-1.641-2.297-3.609-2.297-5.844 0-4.641 3.5-8.437 8.203-8.437 0.969 0 1.937 0.156 2.844 0.484-0.313 0.609-0.531 1.281-0.609 1.969-0.703-0.297-1.469-0.438-2.234-0.438-3.547 0-6.156 3.031-6.156 6.469 0 3.5 2.594 6.359 6.156 6.359s6.141-2.859 6.141-6.359c0-0.891-0.156-1.766-0.5-2.594 0.688-0.141 1.344-0.406 1.922-0.766 0.438 1.047 0.641 2.188 0.641 3.313zM13.219 14.328c0 3.938-1.594 7.219-4.969 9.344l-0.219 0.016c-0.328 0-0.656-0.031-0.969-0.078 4.516-1.719 5.344-8.578 5.344-12.766 0-0.531 0-1.078-0.047-1.609 0.562 1.641 0.859 3.359 0.859 5.094zM12.359 9.203v0.031c-0.812-2.391-1.937-4.703-3.219-6.875 1.969 1.328 3.047 4.547 3.219 6.844zM16.172 12.375c-0.969 0-1.828-0.516-2.5-1.172 1.594-0.875 3.609-2.234 4.531-3.859 0.109-0.219 0.297-0.625 0.328-0.875-0.906 2.031-3.219 3.625-5.375 4.125-0.344-0.531-0.547-1.125-0.547-1.766 0-0.75 0.375-1.75 0.938-2.297 0.641-0.609 1.594-0.922 2.453-1.156 1.25-0.344 2.266-1.313 2.812-2.484 0.812 1.156 1.156 2.562 1.156 3.953 0 0.703-0.109 1.984-0.375 2.656-0.578 1.406-1.75 2.875-3.422 2.875z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-viadeo-square\" viewBox=\"0 0 24 28\">\n<title>viadeo-square</title>\n<path d=\"M16.406 16.266c0-0.781-0.141-1.563-0.438-2.297-0.406 0.25-0.859 0.438-1.328 0.531 0.25 0.562 0.344 1.172 0.344 1.781 0 2.406-1.781 4.375-4.219 4.375-2.453 0-4.234-1.969-4.234-4.375 0-2.359 1.797-4.438 4.234-4.438 0.531 0 1.047 0.094 1.531 0.297 0.047-0.469 0.203-0.938 0.422-1.359-0.625-0.219-1.281-0.328-1.953-0.328-3.234 0-5.641 2.609-5.641 5.812s2.422 5.734 5.641 5.734 5.641-2.547 5.641-5.734zM13.625 10.719c0.031 0.375 0.031 0.75 0.031 1.109 0 2.891-0.562 7.594-3.672 8.781 0.219 0.031 0.438 0.047 0.656 0.047h0.156c2.312-1.469 3.422-3.719 3.422-6.422 0-1.203-0.203-2.391-0.594-3.516zM13.625 10.719c-0.078-1.516-0.938-3.859-2.219-4.719 0.875 1.484 1.656 3.078 2.219 4.719zM18.859 9.078c0-0.953-0.234-1.922-0.797-2.719-0.375 0.797-1.078 1.469-1.937 1.703-1.234 0.344-2.328 0.922-2.328 2.391 0 0.422 0.141 0.844 0.375 1.203 1.484-0.344 3.063-1.437 3.687-2.844-0.094 1.25-2.422 2.766-3.328 3.266 0.453 0.453 1.047 0.812 1.719 0.812 1.141 0 1.953-1.016 2.344-1.984 0.187-0.469 0.266-1.344 0.266-1.828zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat\" viewBox=\"0 0 24 28\">\n<title>snapchat</title>\n<path d=\"M19.984 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.313-2.5-1.297-3.094-2.609-0.047-0.125-0.109-0.25-0.109-0.391 0-0.703 1.953-0.562 1.953-1.563 0-0.422-0.516-0.688-0.891-0.688-0.359 0-0.641 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.031-0.594 0.078-1.188 0.078-1.781 0-0.547-0.031-1.297-0.266-1.781-0.75-1.625-2.203-2.578-3.984-2.578-1.953 0-3.437 0.719-4.297 2.578-0.234 0.484-0.266 1.234-0.266 1.781 0 0.594 0.047 1.188 0.078 1.781-0.063 0.031-0.141 0.031-0.219 0.031-0.359 0-0.641-0.234-0.969-0.234-0.391 0-0.875 0.25-0.875 0.688 0 0.969 1.953 0.844 1.953 1.547 0 0.141-0.063 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.719 1.656 0.984 2.141 1.062 0.141 0.375 0.078 1.031 0.641 1.031 0.391 0 0.781-0.141 1.203-0.141 1.641 0 2.078 1.484 3.984 1.484 1.984 0 2.359-1.484 4.016-1.484 0.422 0 0.812 0.125 1.219 0.125 0.547 0 0.484-0.656 0.625-1.016 0.484-0.078 2.141-0.344 2.141-1.062zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-ghost\" viewBox=\"0 0 26 28\">\n<title>snapchat-ghost</title>\n<path d=\"M13.25 2c2.812-0.031 5.141 1.547 6.312 4.078 0.359 0.766 0.422 1.953 0.422 2.797 0 1-0.078 1.984-0.141 2.984 0.125 0.063 0.297 0.109 0.438 0.109 0.562 0 1.031-0.422 1.594-0.422 0.531 0 1.297 0.375 1.297 1 0 1.5-3.141 1.219-3.141 2.531 0 0.234 0.094 0.453 0.187 0.672 0.75 1.641 2.172 3.219 3.859 3.922 0.406 0.172 0.812 0.266 1.25 0.359 0.281 0.063 0.438 0.266 0.438 0.547 0 1.062-2.703 1.5-3.422 1.609-0.313 0.484-0.078 1.625-0.906 1.625-0.641 0-1.281-0.203-1.969-0.203-0.328 0-0.656 0.016-0.969 0.078-1.859 0.313-2.484 2.312-5.531 2.312-2.938 0-3.641-2-5.453-2.312-0.328-0.063-0.656-0.078-0.984-0.078-0.703 0-1.375 0.234-1.937 0.234-0.875 0-0.609-1.156-0.938-1.656-0.719-0.109-3.422-0.547-3.422-1.609 0-0.281 0.156-0.484 0.438-0.547 0.438-0.094 0.844-0.187 1.25-0.359 1.672-0.688 3.125-2.281 3.859-3.922 0.094-0.219 0.187-0.438 0.187-0.672 0-1.313-3.156-1.062-3.156-2.516 0-0.609 0.719-1 1.266-1 0.484 0 0.969 0.406 1.578 0.406 0.172 0 0.344-0.031 0.5-0.109-0.063-0.984-0.141-1.969-0.141-2.969 0-0.844 0.063-2.047 0.422-2.812 1.375-2.969 3.703-4.047 6.813-4.078z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snapchat-square\" viewBox=\"0 0 24 28\">\n<title>snapchat-square</title>\n<path d=\"M20 17.938c0-0.219-0.125-0.375-0.344-0.422-1.422-0.297-2.5-1.297-3.094-2.609-0.063-0.125-0.109-0.25-0.109-0.391 0-0.703 1.937-0.562 1.937-1.563 0-0.422-0.516-0.688-0.891-0.688-0.344 0-0.625 0.25-0.984 0.25-0.063 0-0.125-0.016-0.187-0.031 0.047-0.594 0.078-1.203 0.078-1.797 0-0.531-0.031-1.281-0.266-1.781-0.75-1.625-2.187-2.578-3.984-2.578-1.953 0-3.437 0.734-4.297 2.578-0.234 0.5-0.281 1.25-0.281 1.797 0 0.594 0.047 1.188 0.094 1.781-0.078 0.016-0.156 0.031-0.234 0.031-0.344 0-0.641-0.25-0.969-0.25-0.391 0-0.859 0.266-0.859 0.703 0 0.969 1.937 0.844 1.937 1.547 0 0.141-0.047 0.266-0.109 0.391-0.609 1.313-1.656 2.297-3.094 2.609-0.219 0.047-0.344 0.203-0.344 0.422 0 0.734 1.656 1 2.156 1.078 0.141 0.375 0.078 1.031 0.625 1.031 0.406 0 0.797-0.156 1.203-0.156 1.656 0 2.094 1.484 4 1.484 1.984 0 2.359-1.484 4.031-1.484 0.406 0 0.812 0.141 1.219 0.141 0.531 0 0.484-0.656 0.609-1.016 0.5-0.078 2.156-0.344 2.156-1.078zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-pied-piper\" viewBox=\"0 0 36 28\">\n<title>pied-piper</title>\n<path d=\"M36 0c-4.547 3.016-5.031 5.203-5.422 5.875-0.375 0.688-0.656 3.391-1.313 4.703-0.656 1.328-3.047 2.375-3.719 2.812-0.656 0.438-1.594 2.141-2.359 3.609-3.453-0.141-6.875 0.703-9.844 2.469 0 0-1.437 0.828-4.734 2.797 1.656-0.547 2.438-0.938 2.438-0.938 4.125-1.578 5.219-2.328 8.547-2.875 2.562-0.422 5.875-0.078 7.266 0.109 0.063 0 0.109 0.031 0.156 0.047 0.219 0.125 0.297 0.391 0.172 0.609l-3.031 5.391c-0.141 0.266-0.438 0.406-0.734 0.344-0.75-0.141-2.469-0.375-5.531-0.375-4.438 0-8.047 1.359-12.406 1.422-3.672 0.047-5.109-1.453-5.469-1.937 0-0.016-0.016-0.031-0.016-0.047 0-0.063 0.031-0.094 0.094-0.094 0 0 2.156 0 5.797-0.859 4.141-7.891 7.828-10.656 11.844-10.656 0 0 4.031 0 5.094 3.484 1.281-2.234 1.594-2.766 1.594-2.766 0.297-0.531 1.969-4.344 4.859-7.953v0c2.906-3.609 5.094-4.5 6.719-5.172z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-first-order\" viewBox=\"0 0 24 28\">\n<title>first-order</title>\n<path d=\"M20.656 14c0 0.406-0.016 0.797-0.078 1.188l-3.687-0.219 3.5 1.219c-0.203 0.797-0.516 1.531-0.906 2.203l-3.344-1.609 2.766 2.469c-0.469 0.641-1.031 1.203-1.672 1.687l-2.453-2.781 1.609 3.359c-0.672 0.406-1.406 0.703-2.188 0.922l-1.234-3.563 0.219 3.75c-0.391 0.063-0.781 0.094-1.188 0.094-0.391 0-0.797-0.031-1.188-0.094l0.219-3.719-1.219 3.531c-0.781-0.203-1.516-0.516-2.188-0.922l1.609-3.359-2.453 2.781c-0.641-0.469-1.203-1.047-1.687-1.687l2.781-2.469-3.344 1.625c-0.391-0.688-0.703-1.422-0.906-2.203l3.5-1.234-3.703 0.219c-0.047-0.391-0.078-0.781-0.078-1.188s0.031-0.812 0.078-1.203l3.719 0.219-3.516-1.234c0.203-0.781 0.516-1.516 0.906-2.188l3.344 1.625-2.766-2.484c0.484-0.641 1.047-1.203 1.672-1.687l2.469 2.781-1.609-3.359c0.672-0.391 1.406-0.703 2.188-0.906l1.203 3.5-0.203-3.687c0.375-0.063 0.781-0.094 1.172-0.094 0.406 0 0.797 0.031 1.188 0.094l-0.219 3.703 1.219-3.516c0.781 0.203 1.516 0.516 2.188 0.922l-1.609 3.344 2.469-2.781c0.625 0.484 1.188 1.047 1.672 1.687l-2.766 2.484 3.328-1.625c0.406 0.672 0.703 1.422 0.906 2.203l-3.5 1.219 3.703-0.219c0.063 0.391 0.078 0.797 0.078 1.203zM21.125 14c0-5.078-4.094-9.188-9.125-9.188-5.047 0-9.125 4.109-9.125 9.188 0 5.063 4.078 9.172 9.125 9.172 5.031 0 9.125-4.109 9.125-9.172zM22.266 8.016v11.969l-10.266 5.984-10.266-5.984v-11.969l10.266-5.984zM12 26.859l11.062-6.438v-12.859l-11.062-6.422-11.062 6.422v12.859zM24 7v14l-12 7-12-7v-14l12-7z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-yoast\" viewBox=\"0 0 26 28\">\n<title>yoast</title>\n<path d=\"M5.297 3.406h10.797l-0.406 1.125h-10.391c-2.297 0-4.172 1.891-4.172 4.188v12.047c0 1.969 1.406 3.703 3.344 4.109 0.5 0.109 1.016 0.078 1.531 0.078v1.125h-0.703c-2.922 0-5.297-2.391-5.297-5.313v-12.047c0-2.922 2.375-5.313 5.297-5.313zM18.594 0h3.859l-7.531 20.219c-1.406 3.75-3.109 7.656-7.734 7.781v-3.047c1.734-0.281 2.844-1.234 3.437-2.844 0.203-0.531 0.313-1.078 0.313-1.641s-0.109-1.125-0.313-1.656l-4.453-11.453h3.563l2.922 9.141zM26 8.719v17.359h-12.422c0.25-0.375 0.516-0.734 0.703-1.141h10.594v-16.219c0-1.781-1.125-3.375-2.797-3.969l0.391-1.047c2.125 0.719 3.531 2.781 3.531 5.016z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-themeisle\" viewBox=\"0 0 28 28\">\n<title>themeisle</title>\n<path d=\"M13.312 4.828c0 0.562-0.359 1.188-0.969 1.188-0.625 0-0.969-0.625-0.969-1.188 0-0.547 0.344-1.188 0.969-1.188 0.609 0 0.969 0.641 0.969 1.188zM10.75 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.094 0.531-1.094 1.141v1.781c0 0.609 0.469 1.156 1.094 1.156s1.109-0.531 1.109-1.156zM13.438 26.328v-1.781c0-0.609-0.469-1.141-1.094-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.094-0.547 1.094-1.156zM16.156 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.531 1.109-1.156zM18.875 26.328v-1.781c0-0.609-0.484-1.141-1.109-1.141s-1.109 0.531-1.109 1.141v1.781c0 0.609 0.484 1.156 1.109 1.156s1.109-0.547 1.109-1.156zM23.063 15.641c-1.687 3.234-4.937 5.609-8.672 5.609-5.281 0-8.781-4.625-8.781-9.656 0-0.922 0.109-1.828 0.328-2.719-1.094 1.844-1.625 3.969-1.625 6.094 0 3.297 1.359 6.656 3.906 8.797 0.281-0.531 0.812-0.891 1.422-0.891 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.797-0.781 1.359-0.781 0.547 0 1.062 0.313 1.344 0.781 0.297-0.469 0.812-0.781 1.359-0.781s1.062 0.313 1.359 0.781c0.281-0.469 0.797-0.781 1.344-0.781 0.594 0 1.141 0.359 1.406 0.875 2.375-1.984 3.75-5.031 3.906-8.109zM20.719 15.188c0-0.781-0.344-1.172-1.125-1.172-0.25 0-0.5 0.047-0.734 0.094-0.781 0.156-1.547 0.297-2.328 0.297-2.469 0-3.531-1.437-3.531-3.797 0-1.078 0.203-2.141 0.469-3.187-0.828 1.266-1.297 2.781-1.297 4.297 0 2.953 1.875 5.797 5.063 5.797 1.172 0 2.328-0.422 3.281-1.094 0.109-0.406 0.203-0.812 0.203-1.234zM13.813 4.891c0-0.984-0.688-2.016-1.766-2.016s-1.766 1.031-1.766 2.016c0 1 0.688 2.031 1.766 2.031s1.766-1.031 1.766-2.031zM23.641 10.187c0-2.938-1.891-5.781-5.063-5.781-1.656 0-3.203 0.828-4.312 2.016-0.391 1.297-0.75 2.812-0.75 4.188 0 2.078 0.828 3.281 3.016 3.281 0.75 0 1.484-0.141 2.219-0.297 0.281-0.047 0.547-0.094 0.828-0.094 1.078 0 1.625 0.625 1.625 1.687 0 0.234-0.016 0.484-0.063 0.719 1.578-1.422 2.5-3.594 2.5-5.719zM28 13.578c0 1.969-0.625 5.594-1.984 7.094-1.25 1.359-4.781 3.344-6.609 3.859l-0.063 0.016v1.781c0 0.891-0.688 1.672-1.594 1.672-0.547 0-1.062-0.313-1.344-0.781-0.297 0.469-0.812 0.781-1.359 0.781s-1.062-0.313-1.359-0.781c-0.281 0.469-0.797 0.781-1.344 0.781-0.562 0-1.062-0.313-1.359-0.781-0.281 0.469-0.797 0.781-1.344 0.781-1.031 0-1.609-0.859-1.609-1.797-0.891 0.672-1.953 1.062-3.094 1.062-1.203 0-2.375-0.453-3.297-1.25 0.562-0.016 1.125-0.125 1.656-0.313-1.141-0.313-2.156-1.031-2.844-1.984 0.359 0.078 0.734 0.109 1.109 0.109 0.906 0 1.797-0.25 2.562-0.719-1.203-1.203-3.094-3.219-3.75-4.781-0.313-0.734-0.375-1.719-0.375-2.5 0-2.719 1.109-8.75 4.719-8.75 0.578 0 1.031 0.266 1.266 0.812 0.203-0.297 0.422-0.578 0.656-0.844 0.109-0.141 0.313-0.297 0.391-0.453 0.438-0.688 0.641-1.156 1.188-1.859 1.766-2.25 4.469-3.797 7.375-3.797 0.328 0 0.656 0.016 0.969 0.063 0.594-0.641 1.422-1 2.281-1 0.797 0 1.625 0.328 2.188 0.891 0.047 0.047 0.078 0.125 0.078 0.187 0 0.203-0.562 0.734-0.703 0.891 0.234 0.078 0.859 0.375 0.859 0.656 0 0.156-0.156 0.281-0.25 0.391 1.719 1.516 2.703 3.672 3.078 5.906 0.234-0.281 0.562-0.469 0.938-0.469 0.578 0 1.141 0.391 1.563 0.766 1.141 1.016 1.406 2.906 1.406 4.359z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-google-plus-circle\" viewBox=\"0 0 24 28\">\n<title>google-plus-circle</title>\n<path d=\"M14.328 14.141c0-0.344-0.031-0.672-0.094-1h-5.656v2.063h3.391c-0.25 1.656-1.813 2.578-3.391 2.578-2.078 0-3.734-1.719-3.734-3.781s1.656-3.781 3.734-3.781c0.875 0 1.75 0.297 2.391 0.922l1.625-1.578c-1.109-1.031-2.5-1.563-4.016-1.563-3.328 0-6 2.688-6 6s2.672 6 6 6c3.453 0 5.75-2.438 5.75-5.859zM19.719 14.859h1.703v-1.719h-1.703v-1.719h-1.719v1.719h-1.719v1.719h1.719v1.719h1.719v-1.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-fa\" viewBox=\"0 0 25 28\">\n<title>fa</title>\n<path d=\"M24 8v13.109c0 0.484-0.313 0.844-0.766 0.969-1.672 0.5-3.547 0.812-5.281 0.812-2.344 0-4.328-0.922-6.922-0.922-1.922 0-3.906 0.313-5.781 0.75v5.281h-2.5v-21.375c-1.313-0.516-2.172-1.797-2.172-3.203 0-1.891 1.531-3.422 3.422-3.422s3.422 1.531 3.422 3.422c0 1.406-0.859 2.688-2.172 3.203v1.062c1.75-0.406 3.563-0.688 5.359-0.688 1.031 0 2.063 0.078 3.094 0.234 1.344 0.203 2.703 0.672 4.078 0.672 0.859 0 1.734-0.109 2.578-0.281 0.641-0.125 2.109-0.625 2.641-0.625 0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-handshake-o\" viewBox=\"0 0 36 28\">\n<title>handshake-o</title>\n<path d=\"M3 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM26.016 17.094c-1.234-1.609-2.438-3.25-3.844-4.719l-1.953 2.188c-1.719 1.953-4.797 1.906-6.469-0.094-1.188-1.437-1.188-3.5 0.031-4.922l2.766-3.219c-0.969-0.5-2.141-0.328-3.187-0.328-0.922 0-1.813 0.375-2.469 1.031l-2.469 2.469h-2.422v8.5c0.688 0 1.312-0.094 1.859 0.438l4.641 4.562c0.953 0.922 2.187 1.734 3.547 1.734 0.703 0 1.453-0.234 1.953-0.734 1.172 0.406 2.531-0.25 2.891-1.453 0.75 0.063 1.437-0.172 1.984-0.688 0.359-0.328 0.828-0.984 0.781-1.5 0.141 0.141 0.484 0.156 0.672 0.156 1.859 0 2.828-1.953 1.687-3.422zM28.5 18h1.5v-8h-1.453l-2.453-2.812c-0.656-0.75-1.641-1.188-2.641-1.188h-2.609c-0.875 0-1.719 0.391-2.281 1.047l-3.266 3.797c-0.578 0.688-0.578 1.656-0.016 2.344 0.891 1.062 2.531 1.078 3.453 0.047l3.016-3.406c0.719-0.797 2.031-0.047 1.703 0.969 0.594 0.688 1.234 1.359 1.813 2.047 0.781 0.969 1.531 1.984 2.297 2.969 0.484 0.625 0.844 1.375 0.938 2.188zM33 18c1.313 0 1.313-2 0-2s-1.313 2 0 2zM36 9v10c0 0.547-0.453 1-1 1h-6.781c-0.562 1.359-1.797 2.266-3.234 2.469-0.672 0.984-1.703 1.734-2.859 1.984-0.859 1.094-2.25 1.75-3.641 1.656-2.578 1.453-5.484 0.187-7.406-1.703l-4.484-4.406h-5.594c-0.547 0-1-0.453-1-1v-10.5c0-0.547 0.453-1 1-1h6.578c1.813-1.813 3.062-3.5 5.781-3.5h1.828c1.016 0 2 0.313 2.828 0.875 0.828-0.562 1.813-0.875 2.828-0.875h2.609c2.969 0 4.203 1.937 6 4h5.547c0.547 0 1 0.453 1 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open\" viewBox=\"0 0 28 28\">\n<title>envelope-open</title>\n<path d=\"M28 10.219v15.281c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-15.281c0-0.141 0.063-0.281 0.172-0.375 1.641-1.437 1.656-1.609 9.812-7.562 0.984-0.719 2.719-2.281 4.016-2.281s3.047 1.578 4.016 2.281c8.156 5.953 8.172 6.125 9.812 7.562 0.109 0.094 0.172 0.234 0.172 0.375zM19.187 19.359c2.438-1.766 4.141-3 5.391-3.938 0.219-0.156 0.266-0.469 0.094-0.688l-0.594-0.812c-0.172-0.219-0.484-0.266-0.703-0.094-1.234 0.906-2.922 2.156-5.359 3.906-0.969 0.703-2.719 2.266-4.016 2.266s-3.047-1.563-4.016-2.266c-2.438-1.766-4.125-3-5.359-3.906-0.219-0.172-0.531-0.125-0.703 0.094l-0.594 0.812c-0.172 0.219-0.125 0.531 0.094 0.688 1.25 0.938 2.953 2.172 5.391 3.938 1.219 0.875 3.141 2.641 5.187 2.641 2.063 0 4.031-1.797 5.187-2.641z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-envelope-open-o\" viewBox=\"0 0 28 28\">\n<title>envelope-open-o</title>\n<path d=\"M23.031 14.266l0.609 0.797c0.172 0.219 0.125 0.516-0.078 0.688-1.563 1.219-5.156 3.984-5.313 4.109-1.109 0.906-2.609 2.156-4.234 2.141h-0.031c-1.625 0-3.125-1.234-4.234-2.141-0.172-0.141-3.641-2.812-5.172-4-0.219-0.172-0.266-0.469-0.094-0.688l0.578-0.812c0.172-0.234 0.5-0.281 0.719-0.094 1.062 0.828 2.562 1.984 4.781 3.687 0.781 0.594 2.328 2.047 3.422 2.047h0.031c1.094 0 2.641-1.453 3.422-2.047 2.297-1.766 3.828-2.938 4.891-3.781 0.219-0.172 0.531-0.125 0.703 0.094zM26 25.5v-14.5c-1.563-1.453-1.328-1.328-8.563-6.922-0.781-0.609-2.328-2.078-3.422-2.078h-0.031c-1.094 0-2.641 1.469-3.422 2.078-7.234 5.594-7 5.469-8.563 6.922v14.5c0 0.266 0.234 0.5 0.5 0.5h23c0.266 0 0.5-0.234 0.5-0.5zM28 11v14.5c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-14.5c0-0.562 0.234-1.094 0.641-1.469 3.203-2.969 6.891-5.547 9.109-7.375 1.094-0.906 2.609-2.156 4.234-2.156h0.031c1.625 0 3.141 1.25 4.234 2.156 2.063 1.703 5.984 4.469 9.109 7.375 0.406 0.375 0.641 0.906 0.641 1.469z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-linode\" viewBox=\"0 0 24 28\">\n<title>linode</title>\n<path d=\"M5.156 23.984l3.156 3.344-0.531-3.687-3.375-3.328zM8.687 27.516l4.281-3.406-0.172-3.828-4.688 3.359zM3.828 17.547l3.547 3.328-0.75-5.109-3.828-3.187zM7.734 21.047l4.953-3.344-0.219-5.063-5.5 3.125zM13.172 21.219l1.484 1.25-0.031-3.734-1.609-1.234c0 0.125 0.063 0.344-0.063 0.438l-1.219 0.812 1.328 1.094c0.156 0.125 0.109 1.188 0.109 1.375zM2.156 9.469l4 3.125-1.062-7.266-4.359-2.703zM18.328 19.828l0.234-3.656-3.594 2.562 0.031 3.75zM6.516 12.719l5.828-3.031-0.297-6.891-6.609 2.547zM19.844 18.422l0.313-3.641-3.531-2.219-0.031 1.641 2.25 1.484c0.047 0.031 0.078 0.094 0.063 0.141l-0.109 1.859zM22.828 16.25l0.469-3.469-2.797 2-0.313 3.563zM19.891 18.859l-1.109-0.766-0.125 1.828c0 0.047-0.016 0.094-0.063 0.125l-3.656 2.922c-0.063 0.047-0.156 0.047-0.219 0l-1.531-1.297 0.109 2.516c0 0.047-0.016 0.094-0.063 0.125l-4.578 3.656c-0.031 0.016-0.063 0.031-0.094 0.031-0.047-0.016-0.094-0.016-0.125-0.047l-3.563-3.781c-0.078-0.078-0.844-3.938-0.922-4.328-0.016-0.063 0.031-0.141 0.078-0.172l0.953-0.578c-0.187-0.172-1.453-1.281-1.484-1.437l-1.125-5.484c-0.016-0.063 0.016-0.141 0.094-0.187l1.469-0.703c-0.25-0.187-2.063-1.5-2.109-1.687l-1.5-7.281c-0.016-0.094 0.031-0.172 0.109-0.203l6.766-2.109c0.031 0 0.078 0 0.125 0.016l4.953 2.391c0.047 0.031 0.094 0.094 0.094 0.141l0.313 7.234c0 0.063-0.031 0.125-0.094 0.156l-1.844 0.953 1.969 1.328c0.047 0.016 0.078 0.078 0.078 0.125l0.078 1.922 1.891-1.156c0.047-0.031 0.125-0.031 0.172 0l1.313 0.875 0.047-1.719c0-0.047 0.031-0.109 0.078-0.141l3.219-1.969c0.063-0.031 0.125-0.031 0.172 0l3.828 2.109c0.031 0.031 0.063 0.063 0.078 0.109 0.031 0.109-0.484 3.625-0.531 3.984 0 0.047-0.031 0.094-0.063 0.109l-2.984 2.391c-0.063 0.047-0.141 0.047-0.203 0z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book\" viewBox=\"0 0 26 28\">\n<title>address-book</title>\n<path d=\"M18.766 19.344c0-2.766-0.672-5.844-3.453-5.844-0.859 0.5-2.031 1.359-3.313 1.359s-2.453-0.859-3.313-1.359c-2.781 0-3.453 3.078-3.453 5.844 0 1.547 1.016 2.656 2.266 2.656h9c1.25 0 2.266-1.109 2.266-2.656zM16.063 10.063c0-2.25-1.828-4.062-4.062-4.062s-4.062 1.813-4.062 4.062c0 2.234 1.828 4.047 4.062 4.047s4.062-1.813 4.062-4.047zM26 18.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5v3c0 0.281-0.219 0.5-0.5 0.5h-1.5v2h1.5c0.281 0 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-book-o\" viewBox=\"0 0 26 28\">\n<title>address-book-o</title>\n<path d=\"M16.063 10.063c0 2.234-1.828 4.047-4.062 4.047s-4.062-1.813-4.062-4.047c0-2.25 1.828-4.062 4.062-4.062s4.062 1.813 4.062 4.062zM15.313 13.5c2.984 0 3.453 3.547 3.453 5.844 0 1.313-0.828 2.656-2.266 2.656h-9c-1.437 0-2.266-1.344-2.266-2.656 0-2.203 0.469-5.844 3.375-5.844h0.078c1.031 0.609 2.078 1.359 3.313 1.359s2.281-0.75 3.313-1.359zM26 9.5c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v2h1.5c0.266 0 0.5 0.234 0.5 0.5v3c0 0.266-0.234 0.5-0.5 0.5h-1.5v3.5c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5v3.5h1.5c0.266 0 0.5 0.234 0.5 0.5v3zM22 25.5v-23c0-0.266-0.234-0.5-0.5-0.5h-19c-0.266 0-0.5 0.234-0.5 0.5v23c0 0.266 0.234 0.5 0.5 0.5h19c0.266 0 0.5-0.234 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card\" viewBox=\"0 0 32 28\">\n<title>address-card</title>\n<path d=\"M16 17.672c0-2.422-0.594-5.109-3.063-5.109-0.766 0.438-1.797 1.188-2.938 1.188s-2.172-0.75-2.938-1.188c-2.469 0-3.063 2.688-3.063 5.109 0 1.359 0.891 2.328 2 2.328h8c1.109 0 2-0.969 2-2.328zM13.547 9.547c0-1.953-1.594-3.547-3.547-3.547s-3.547 1.594-3.547 3.547c0 1.969 1.594 3.547 3.547 3.547s3.547-1.578 3.547-3.547zM28 17.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM28 13.438v-0.875c0-0.313-0.25-0.562-0.562-0.562h-8.875c-0.313 0-0.562 0.25-0.562 0.562v0.875c0 0.313 0.25 0.562 0.562 0.562h8.875c0.313 0 0.562-0.25 0.562-0.562zM28 9.5v-1c0-0.281-0.219-0.5-0.5-0.5h-9c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h9c0.281 0 0.5-0.219 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-5.5v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-12v-1.5c0-0.281-0.219-0.5-0.5-0.5h-1c-0.281 0-0.5 0.219-0.5 0.5v1.5h-5.5c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-address-card-o\" viewBox=\"0 0 32 28\">\n<title>address-card-o</title>\n<path d=\"M16 17.672c0 1.359-0.891 2.328-2 2.328h-8c-1.109 0-2-0.969-2-2.328 0-2.422 0.594-5.109 3.062-5.109 0.766 0.438 1.797 1.188 2.938 1.188s2.172-0.75 2.938-1.188c2.469 0 3.062 2.688 3.062 5.109zM13.547 9.547c0 1.969-1.594 3.547-3.547 3.547s-3.547-1.578-3.547-3.547c0-1.953 1.594-3.547 3.547-3.547s3.547 1.594 3.547 3.547zM28 16.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM28 12.563v0.875c0 0.313-0.25 0.562-0.562 0.562h-8.875c-0.313 0-0.562-0.25-0.562-0.562v-0.875c0-0.313 0.25-0.562 0.562-0.562h8.875c0.313 0 0.562 0.25 0.562 0.562zM28 8.5v1c0 0.281-0.219 0.5-0.5 0.5h-9c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h9c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-19c0-0.266-0.234-0.5-0.5-0.5h-27c-0.266 0-0.5 0.234-0.5 0.5v19c0 0.266 0.234 0.5 0.5 0.5h5.5v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h12v-1.5c0-0.281 0.219-0.5 0.5-0.5h1c0.281 0 0.5 0.219 0.5 0.5v1.5h5.5c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle\" viewBox=\"0 0 28 28\">\n<title>user-circle</title>\n<path d=\"M23.797 20.922c-0.406-2.922-1.594-5.516-4.25-5.875-1.375 1.5-3.359 2.453-5.547 2.453s-4.172-0.953-5.547-2.453c-2.656 0.359-3.844 2.953-4.25 5.875 2.172 3.063 5.75 5.078 9.797 5.078s7.625-2.016 9.797-5.078zM20 10c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6zM28 14c0 7.703-6.25 14-14 14-7.734 0-14-6.281-14-14 0-7.734 6.266-14 14-14s14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-circle-o\" viewBox=\"0 0 28 28\">\n<title>user-circle-o</title>\n<path d=\"M14 0c7.734 0 14 6.266 14 14 0 7.688-6.234 14-14 14-7.75 0-14-6.297-14-14 0-7.734 6.266-14 14-14zM23.672 21.109c1.453-2 2.328-4.453 2.328-7.109 0-6.609-5.391-12-12-12s-12 5.391-12 12c0 2.656 0.875 5.109 2.328 7.109 0.562-2.797 1.922-5.109 4.781-5.109 1.266 1.234 2.984 2 4.891 2s3.625-0.766 4.891-2c2.859 0 4.219 2.312 4.781 5.109zM20 11c0-3.313-2.688-6-6-6s-6 2.688-6 6 2.688 6 6 6 6-2.688 6-6z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-user-o\" viewBox=\"0 0 24 28\">\n<title>user-o</title>\n<path d=\"M18.766 12.25c2.203 0.641 5.234 2.812 5.234 9.922 0 3.219-2.391 5.828-5.328 5.828h-13.344c-2.938 0-5.328-2.609-5.328-5.828 0-7.109 3.031-9.281 5.234-9.922-0.781-1.234-1.234-2.688-1.234-4.25 0-4.406 3.594-8 8-8s8 3.594 8 8c0 1.563-0.453 3.016-1.234 4.25zM12 2c-3.313 0-6 2.688-6 6s2.688 6 6 6 6-2.688 6-6-2.688-6-6-6zM18.672 26c1.828 0 3.328-1.703 3.328-3.828 0-4.922-1.656-8-4.75-8.156-1.406 1.234-3.234 1.984-5.25 1.984s-3.844-0.75-5.25-1.984c-3.094 0.156-4.75 3.234-4.75 8.156 0 2.125 1.5 3.828 3.328 3.828h13.344z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-id-badge\" viewBox=\"0 0 20 28\">\n<title>id-badge</title>\n<path d=\"M16 19.656c0 1.344-0.891 2.344-2 2.344h-8c-1.109 0-2-1-2-2.344 0-2.438 0.609-5.141 3.062-5.141 0.766 0.719 1.797 1.172 2.938 1.172s2.172-0.453 2.938-1.172c2.453 0 3.062 2.703 3.062 5.141zM13.594 11.547c0 1.969-1.609 3.547-3.594 3.547s-3.594-1.578-3.594-3.547c0-1.953 1.609-3.547 3.594-3.547s3.594 1.594 3.594 3.547zM18 25.5v-21.5h-16v21.5c0 0.266 0.234 0.5 0.5 0.5h15c0.266 0 0.5-0.234 0.5-0.5zM20 2.5v23c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-23c0-1.375 1.125-2.5 2.5-2.5h5.5v1.5c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5v-1.5h5.5c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license\" viewBox=\"0 0 32 28\">\n<title>drivers-license</title>\n<path d=\"M14 18.937c0-2.063-0.5-4.438-2.562-4.438-0.625 0.625-1.484 1-2.438 1s-1.813-0.375-2.438-1c-2.063 0-2.562 2.375-2.562 4.438 0 1.141 0.75 2.063 1.672 2.063h6.656c0.922 0 1.672-0.922 1.672-2.063zM12 12c0-1.656-1.344-3-3-3s-3 1.344-3 3 1.344 3 3 3 3-1.344 3-3zM28 19.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM22 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-5c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h5c0.281 0 0.5-0.219 0.5-0.5zM28 15.5v-1c0-0.281-0.219-0.5-0.5-0.5h-3c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h3c0.281 0 0.5-0.219 0.5-0.5zM28 11.5v-1c0-0.281-0.219-0.5-0.5-0.5h-11c-0.281 0-0.5 0.219-0.5 0.5v1c0 0.281 0.219 0.5 0.5 0.5h11c0.281 0 0.5-0.219 0.5-0.5zM2 6h28v-1.5c0-0.281-0.219-0.5-0.5-0.5h-27c-0.281 0-0.5 0.219-0.5 0.5v1.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-drivers-license-o\" viewBox=\"0 0 32 28\">\n<title>drivers-license-o</title>\n<path d=\"M14 18.937c0 1.141-0.75 2.063-1.672 2.063h-6.656c-0.922 0-1.672-0.922-1.672-2.063 0-2.063 0.5-4.438 2.562-4.438 0.625 0.625 1.484 1 2.438 1s1.813-0.375 2.438-1c2.063 0 2.562 2.375 2.562 4.438zM12 12c0 1.656-1.344 3-3 3s-3-1.344-3-3 1.344-3 3-3 3 1.344 3 3zM28 18.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM22 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-5c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h5c0.281 0 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-3c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h3c0.281 0 0.5 0.219 0.5 0.5zM28 10.5v1c0 0.281-0.219 0.5-0.5 0.5h-11c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h11c0.281 0 0.5 0.219 0.5 0.5zM30 23.5v-17.5h-28v17.5c0 0.266 0.234 0.5 0.5 0.5h27c0.266 0 0.5-0.234 0.5-0.5zM32 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-27c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h27c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-quora\" viewBox=\"0 0 28 28\">\n<title>quora</title>\n<path d=\"M19.609 12.297c0-6.516-2.031-9.859-6.797-9.859-4.688 0-6.719 3.344-6.719 9.859 0 6.484 2.031 9.797 6.719 9.797 0.75 0 1.422-0.078 2.047-0.266v0c-0.969-1.906-2.109-3.828-4.328-3.828-0.422 0-0.844 0.063-1.234 0.25l-0.766-1.516c0.922-0.797 2.406-1.422 4.312-1.422 2.984 0 4.5 1.437 5.719 3.266 0.703-1.563 1.047-3.672 1.047-6.281zM25.703 22.172h1.828c0.109 1.125-0.453 5.828-5.563 5.828-3.094 0-4.719-1.797-5.953-3.891v0c-1.016 0.281-2.109 0.422-3.203 0.422-6.25 0-12.359-4.984-12.359-12.234 0-7.313 6.125-12.297 12.359-12.297 6.359 0 12.406 4.953 12.406 12.297 0 4.094-1.906 7.422-4.672 9.562 0.891 1.344 1.813 2.234 3.094 2.234 1.406 0 1.969-1.078 2.063-1.922z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-free-code-camp\" viewBox=\"0 0 36 28\">\n<title>free-code-camp</title>\n<path d=\"M7.078 25.578c0 0.438-0.391 0.844-0.828 0.844-0.063 0-0.141-0.031-0.203-0.047v0c-0.875-0.203-2-1.516-2.531-2.188-2.438-3.078-3.516-6.672-3.516-10.563 0-3.625 1.094-6.734 3.328-9.594 0.516-0.672 2.047-2.438 2.953-2.438 0.391 0 0.797 0.313 0.797 0.719 0 0.469-0.688 1.109-0.984 1.406-0.859 0.891-1.656 1.797-2.297 2.875-1.328 2.219-1.859 4.438-1.859 7.016 0 2.766 0.516 5.266 1.922 7.672 0.594 1.016 1.297 1.859 2.125 2.703 0.328 0.359 1.094 1.062 1.094 1.594zM28.063 23.484c0 0.578-0.391 1.062-1 1.062h-16.891c-0.547 0-1-0.453-1-1 0-0.578 0.391-1.062 1-1.062h16.891c0.547 0 1 0.453 1 1zM24.703 13.937c0 1.312-0.297 2.531-1.047 3.641-0.516 0.766-1.563 1.75-2.391 2.172-0.125 0.078-0.281 0.156-0.422 0.156-0.125 0-0.359-0.141-0.359-0.281 0-0.453 1.906-1.531 1.906-3.625 0-0.688-0.172-1.453-0.547-2.031-0.109-0.156-0.5-0.656-0.719-0.656-0.047 0-0.047 0.031-0.047 0.078 0 0.375 0.234 0.734 0.234 1.125 0 0.5-0.609 0.75-1.031 0.75-0.734 0-1.031-0.516-1.031-1.188 0-0.453 0.047-0.922 0.047-1.375 0-0.328-0.016-0.422-0.156-0.719-0.219-0.422-0.938-1.281-1.453-1.281-0.141 0-0.187 0-0.187 0.141 0 0.219 0.5 0.453 0.5 1.25 0 2.078-2.859 2.453-2.859 4.531 0 0.938 0.125 1.719 0.656 2.5 0.328 0.484 0.688 0.766 1.234 0.984 0.141 0.047 0.281 0.063 0.281 0.234s-0.141 0.25-0.281 0.25c-0.078 0-0.438-0.141-0.516-0.172v0c-2.406-0.875-4.234-2.969-4.234-5.594 0-3.109 3.734-5.828 3.734-8.813 0-0.578-0.094-0.984-0.391-1.469-0.172-0.281-0.594-0.828-0.875-1-0.125-0.063-0.297-0.172-0.297-0.328 0-0.266 0.453-0.313 0.641-0.313 0.562 0 1.203 0.203 1.719 0.453 2.172 1.031 2.625 2.609 3 4.797 0.094 0.516 0.281 2.156 1.031 2.156 0.484 0 0.797-0.328 0.797-0.797 0-0.703-0.625-1.469-0.625-1.859 0-0.109 0.063-0.156 0.156-0.156 0.391 0 1.203 0.828 1.453 1.094 1.516 1.609 2.078 3.172 2.078 5.344zM36 14.391c0 2.75-0.734 5.5-2.156 7.859-0.656 1.094-2.812 4.156-4.234 4.156-0.328 0-0.719-0.406-0.719-0.734 0-0.531 1.828-2.234 2.281-2.812 1.937-2.438 2.859-5.187 2.859-8.297 0-2.562-0.313-4.641-1.453-6.969-0.703-1.437-1.437-2.406-2.547-3.563-0.359-0.375-1.141-1.078-1.141-1.641 0-0.391 0.406-0.812 0.797-0.812 1.031 0 2.516 1.906 3.063 2.641 2.094 2.812 2.984 5.703 3.219 9.172 0.016 0.328 0.031 0.672 0.031 1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-telegram\" viewBox=\"0 0 28 28\">\n<title>telegram</title>\n<path d=\"M18.578 20.422l2.297-10.828c0.203-0.953-0.344-1.328-0.969-1.094l-13.5 5.203c-0.922 0.359-0.906 0.875-0.156 1.109l3.453 1.078 8.016-5.047c0.375-0.25 0.719-0.109 0.438 0.141l-6.484 5.859-0.25 3.563c0.359 0 0.516-0.156 0.703-0.344l1.687-1.625 3.5 2.578c0.641 0.359 1.094 0.172 1.266-0.594zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer\" viewBox=\"0 0 16 28\">\n<title>thermometer</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-14.172h2v14.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-3\" viewBox=\"0 0 16 28\">\n<title>thermometer-3</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-10.172h2v10.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-2\" viewBox=\"0 0 16 28\">\n<title>thermometer-2</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-6.172h2v6.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-1\" viewBox=\"0 0 16 28\">\n<title>thermometer-1</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.25 0.781-2.391 2-2.828v-2.172h2v2.172c1.219 0.438 2 1.578 2 2.828zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-thermometer-0\" viewBox=\"0 0 16 28\">\n<title>thermometer-0</title>\n<path d=\"M10 21c0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.641 1.328-3 3-3s3 1.375 3 3zM12 21c0-1.641-0.781-3.078-2-4v-12c0-1.656-1.344-3-3-3s-3 1.344-3 3v12c-1.219 0.922-2 2.359-2 4 0 2.766 2.234 5 5 5s5-2.234 5-5zM14 21c0 3.859-3.141 7-7 7s-7-3.141-7-7c0-1.906 0.766-3.625 2-4.891v-11.109c0-2.766 2.234-5 5-5s5 2.234 5 5v11.109c1.234 1.266 2 2.984 2 4.891zM16 12v2h-3v-2h3zM16 8v2h-3v-2h3zM16 4v2h-3v-2h3z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-shower\" viewBox=\"0 0 30 28\">\n<title>shower</title>\n<path d=\"M22.391 3.891c0.203 0.203 0.203 0.516 0 0.719l-9.781 9.781c-0.203 0.203-0.516 0.203-0.719 0l-1.281-1.281c-0.203-0.203-0.203-0.516 0-0.719l0.688-0.688c-1.516-1.906-1.703-4.516-0.547-6.594-0.719-0.688-1.687-1.109-2.75-1.109-2.203 0-4 1.797-4 4v20h-4v-20c0-4.406 3.594-8 8-8 2.25 0 4.281 0.938 5.734 2.438 1.969-0.797 4.25-0.5 5.969 0.859l0.688-0.688c0.203-0.203 0.516-0.203 0.719 0zM21 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM25 10c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM29 8c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM22 11c0-0.547 0.453-1 1-1s1 0.453 1 1-0.453 1-1 1-1-0.453-1-1zM27 10c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 14c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM25 12c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 16c-0.547 0-1-0.453-1-1s0.453-1 1-1 1 0.453 1 1-0.453 1-1 1zM23 14c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM21 16c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM19 18c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1zM17 20c0.547 0 1 0.453 1 1s-0.453 1-1 1-1-0.453-1-1 0.453-1 1-1z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bath\" viewBox=\"0 0 28 28\">\n<title>bath</title>\n<path d=\"M26 17v3c0 1.781-0.781 3.359-2 4.469v3.031c0 0.281-0.219 0.5-0.5 0.5h-1c-0.281 0-0.5-0.219-0.5-0.5v-1.844c-0.625 0.219-1.297 0.344-2 0.344h-12c-0.703 0-1.375-0.125-2-0.344v1.719c0 0.344-0.219 0.625-0.5 0.625h-1c-0.281 0-0.5-0.281-0.5-0.625v-2.906c-1.219-1.109-2-2.688-2-4.469v-3h24zM11 10.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 9.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 8.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM11 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM28 14.5v1c0 0.281-0.219 0.5-0.5 0.5h-27c-0.281 0-0.5-0.219-0.5-0.5v-1c0-0.281 0.219-0.5 0.5-0.5h1.5v-10c0-2.203 1.797-4 4-4 1.125 0 2.141 0.469 2.875 1.219 0.969-0.391 2.125-0.25 2.984 0.422l0.344-0.344c0.094-0.094 0.25-0.094 0.344 0l0.656 0.656c0.094 0.094 0.094 0.25 0 0.344l-4.906 4.906c-0.094 0.094-0.25 0.094-0.344 0l-0.656-0.656c-0.094-0.094-0.094-0.25 0-0.344l0.344-0.344c-0.75-0.953-0.844-2.266-0.266-3.313-0.359-0.344-0.844-0.547-1.375-0.547-1.109 0-2 0.891-2 2v10h23.5c0.281 0 0.5 0.219 0.5 0.5zM14 7.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM12 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 6.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM14 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM13 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM16 5.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM15 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5zM17 4.5c0 0.281-0.219 0.5-0.5 0.5s-0.5-0.219-0.5-0.5 0.219-0.5 0.5-0.5 0.5 0.219 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-podcast\" viewBox=\"0 0 24 28\">\n<title>podcast</title>\n<path d=\"M15.531 18.625c0 1.031-0.109 2.063-0.266 3.078-0.234 1.625-0.469 3.297-0.859 4.891-0.281 1.141-1.344 1.406-2.375 1.406s-2.094-0.266-2.375-1.406c-0.391-1.594-0.625-3.266-0.859-4.891-0.156-1.016-0.266-2.047-0.266-3.078 0-2.109 1.703-2.625 3.5-2.625s3.5 0.516 3.5 2.625zM24 12c0 5.063-3.125 9.391-7.562 11.156-0.172 0.063-0.359-0.094-0.328-0.281 0.047-0.328 0.094-0.672 0.156-1.031 0.031-0.25 0.063-0.5 0.094-0.734 0.016-0.094 0.063-0.156 0.141-0.187 3.25-1.656 5.5-5.031 5.5-8.922 0-5.703-4.781-10.297-10.547-9.984-5.281 0.281-9.484 4.781-9.453 10.063 0.031 3.891 2.297 7.25 5.563 8.875 0.078 0.031 0.125 0.109 0.141 0.187 0.031 0.219 0.063 0.453 0.094 0.703 0.063 0.375 0.109 0.719 0.172 1.062 0.031 0.187-0.172 0.344-0.344 0.266-4.641-1.813-7.875-6.438-7.609-11.766 0.297-6.047 5.172-11 11.219-11.375 6.969-0.438 12.766 5.094 12.766 11.969zM15.531 11.5c0 1.937-1.563 3.5-3.5 3.5s-3.5-1.563-3.5-3.5 1.563-3.5 3.5-3.5 3.5 1.563 3.5 3.5zM20.031 12c0 2.578-1.234 4.891-3.125 6.344-0.156 0.125-0.375 0.016-0.406-0.187-0.047-0.438-0.172-0.953-0.453-1.437-0.063-0.094-0.047-0.219 0.047-0.313 1.188-1.094 1.937-2.656 1.937-4.406 0-3.531-3.078-6.359-6.687-5.969-2.766 0.313-5.016 2.594-5.281 5.375-0.203 1.969 0.578 3.781 1.906 5 0.094 0.094 0.109 0.219 0.047 0.313-0.281 0.484-0.406 1-0.453 1.453-0.031 0.187-0.25 0.297-0.406 0.172-1.937-1.5-3.172-3.859-3.125-6.516 0.094-4.156 3.469-7.625 7.609-7.812 4.594-0.219 8.391 3.437 8.391 7.984z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-maximize\" viewBox=\"0 0 28 28\">\n<title>window-maximize</title>\n<path d=\"M4 22h20v-12h-20v12zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-minimize\" viewBox=\"0 0 28 28\">\n<title>window-minimize</title>\n<path d=\"M28 20.5v3c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-3c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-window-restore\" viewBox=\"0 0 32 28\">\n<title>window-restore</title>\n<path d=\"M4 24h12v-8h-12v8zM20 16h8v-12h-12v4h1.5c1.375 0 2.5 1.125 2.5 2.5v5.5zM32 2.5v15c0 1.375-1.125 2.5-2.5 2.5h-9.5v5.5c0 1.375-1.125 2.5-2.5 2.5h-15c-1.375 0-2.5-1.125-2.5-2.5v-15c0-1.375 1.125-2.5 2.5-2.5h9.5v-5.5c0-1.375 1.125-2.5 2.5-2.5h15c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle\" viewBox=\"0 0 28 28\">\n<title>times-rectangle</title>\n<path d=\"M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-times-rectangle-o\" viewBox=\"0 0 28 28\">\n<title>times-rectangle-o</title>\n<path d=\"M19.641 17.359l-2.281 2.281c-0.203 0.203-0.516 0.203-0.719 0l-2.641-2.641-2.641 2.641c-0.203 0.203-0.516 0.203-0.719 0l-2.281-2.281c-0.203-0.203-0.203-0.516 0-0.719l2.641-2.641-2.641-2.641c-0.203-0.203-0.203-0.516 0-0.719l2.281-2.281c0.203-0.203 0.516-0.203 0.719 0l2.641 2.641 2.641-2.641c0.203-0.203 0.516-0.203 0.719 0l2.281 2.281c0.203 0.203 0.203 0.516 0 0.719l-2.641 2.641 2.641 2.641c0.203 0.203 0.203 0.516 0 0.719zM4 22h20v-16h-20v16zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-bandcamp\" viewBox=\"0 0 28 28\">\n<title>bandcamp</title>\n<path d=\"M16.719 18.406l4.781-8.813h-10.219l-4.781 8.813h10.219zM28 14c0 7.734-6.266 14-14 14s-14-6.266-14-14 6.266-14 14-14 14 6.266 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-grav\" viewBox=\"0 0 28 28\">\n<title>grav</title>\n<path d=\"M20.172 7.438c-0.5-0.562-1.313 0.391-0.875 0.906 0.422 0.516 1.813 0.141 0.875-0.906zM13.984 11.281c-0.172 0.172-0.438 0.172-0.594 0-0.172-0.156-0.172-0.422 0-0.578 0.156-0.172 0.422-0.172 0.594 0 0.156 0.156 0.156 0.422 0 0.578zM16.562 12.437l-0.547 0.547c-0.25 0.266-0.672 0.266-0.938 0l-0.594-0.594c-0.25-0.266-0.25-0.672 0-0.938l0.547-0.547c0.25-0.25 0.672-0.25 0.938 0l0.594 0.609c0.25 0.25 0.25 0.672 0 0.922zM14.859 10.406c-0.156 0.156-0.422 0.156-0.594 0-0.156-0.172-0.156-0.438 0-0.594 0.172-0.172 0.438-0.172 0.594 0 0.172 0.156 0.172 0.422 0 0.594zM21.156 8.875c-0.703 1.328-2.547 1.875-3.672 1.078-1.125-0.812-1.906-2.438-0.672-3.844 1.219-1.406 2.297-0.969 3.375 0.047 0.672 0.641 1.656 1.406 0.969 2.719zM24.297 16.406c0.141-0.906-1.156-0.938-1.437-1.453-0.766-1.359-1.563-2.078-3.078-1.719 0.656-0.453 1.328-0.344 1.328-0.344 0.016-0.359 0-0.734-0.531-1.406 0.219-0.703 0.016-1.266 0.016-1.266 0.875-0.484 1.516-1.375 1.641-2.438 0.203-1.75-1.062-3.344-2.812-3.547-1.25-0.141-2.469 0.438-3.063 1.453-1.313 2.266 0.078 4 1.266 4.594-0.812-0.078-1.937-0.672-2.266-1.937-0.375-1.453 0.156-2.812 0.5-3.469 0 0-0.25-0.328-0.453-0.5 0 0-0.781 0-1.391 0.297 0.672-0.859 1.422-0.812 1.422-0.812 0-0.359-0.031-0.844-0.203-1.219-0.313-0.641-1.406-0.734-1.828 0.234 0.016-0.047 0.031-0.078 0.063-0.109-0.281 0.672-0.063 3.156 0.953 4.922-0.141 0.078-0.516 0.344-0.734 0.562-1.219 0.547-3.172 3.406-3.172 3.406-1.594 0.609-4.375 2.875-4 4.5v0c0.016 0.172 0.078 0.313 0.172 0.422-0.156 0.125-0.313 0.281-0.469 0.469-0.672 0.781-0.297 1.984 1 1.375 0.891-0.406 1.687-1.141 2.063-1.719 0 0-0.328-0.281-0.938-0.25 1.563-0.375 1.953-0.531 2.625-0.516 0.453 0.219 0.453-1.937 0.453-1.937 0-0.828-0.125-1.75-0.625-2.344 0.703 0.688 1.641 1.844 1.578 3.422-0.047 1.031-0.859 1.297-0.859 1.297-0.516 0.938-2.438 3.719-1.719 5.984 0 0-0.547-0.844-0.578-1.25-0.984 1.094-2.641 2.953-1.406 3.641 1.5 0.828 6.156-5 7.141-8.031 1.953-1.172 3.125-2.672 3.609-3.672 1.25 2.484 5.406 5.359 5.734 3.359zM28.031 14c0 7.734-6.281 14-14.016 14s-14.016-6.266-14.016-14 6.281-14 14.016-14 14.016 6.266 14.016 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-etsy\" viewBox=\"0 0 24 28\">\n<title>etsy</title>\n<path d=\"M8.094 2.859v10.234c3.625 0.031 5.531-0.156 5.531-0.156 1.469-0.047 1.687-0.422 2.031-1.859l0.516-2.219h1.609l-0.219 5.031 0.109 4.984h-1.609l-0.453-1.984c-0.328-1.484-0.969-1.844-2.016-1.859 0 0-1.344-0.125-5.5-0.125v8.687c0 1.625 0.891 2.391 2.766 2.391h5.578c1.875 0 3.563-0.187 4.719-2.859l1.453-3.375h1.391c-0.109 0.672-0.859 6.875-0.969 8.25-5.141-0.187-7.344-0.187-7.344-0.187h-9.812l-5.875 0.187v-1.594l1.984-0.391c1.391-0.266 1.813-0.672 1.828-1.813 0.094-3.781 0.125-10.047 0.125-10.047s0.047-6.281-0.125-10.078c-0.047-1.297-0.438-1.609-1.828-1.875l-1.984-0.375v-1.594l5.875 0.187h10.969s2.172 0 5.844-0.422c-0.219 2.391-0.484 7.906-0.484 7.906h-1.453l-0.5-1.937c-0.609-2.422-1.422-3.719-2.922-3.719h-8.563c-0.641 0-0.672 0.219-0.672 0.609z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-imdb\" viewBox=\"0 0 24 28\">\n<title>imdb</title>\n<path d=\"M14.406 12.453v2.844c0 0.562 0.109 1.078-0.594 1.062v-4.828c0.688 0 0.594 0.359 0.594 0.922zM19.344 13.953v1.891c0 0.313 0.094 0.828-0.359 0.828-0.094 0-0.172-0.047-0.219-0.141-0.125-0.297-0.063-2.547-0.063-2.578 0-0.219-0.063-0.734 0.281-0.734 0.422 0 0.359 0.422 0.359 0.734zM2.812 17.641h1.906v-7.375h-1.906v7.375zM9.594 17.641h1.656v-7.375h-2.484l-0.438 3.453c-0.156-1.156-0.313-2.312-0.5-3.453h-2.469v7.375h1.672v-4.875l0.703 4.875h1.188l0.672-4.984v4.984zM16.234 12.875c0-0.469 0.016-0.969-0.078-1.406-0.25-1.297-1.813-1.203-2.828-1.203h-1.422v7.375c4.969 0 4.328 0.344 4.328-4.766zM21.187 15.953v-2.078c0-1-0.047-1.734-1.281-1.734-0.516 0-0.859 0.156-1.203 0.531v-2.406h-1.828v7.375h1.719l0.109-0.469c0.328 0.391 0.688 0.562 1.203 0.562 1.141 0 1.281-0.875 1.281-1.781zM24 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-19c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h19c1.375 0 2.5 1.125 2.5 2.5z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-ravelry\" viewBox=\"0 0 34 28\">\n<title>ravelry</title>\n<path d=\"M17.859 27.078c-0.063-0.016-0.109-0.031-0.172-0.063 0 0-5.141-3.016-6.875-7.891-0.578-0.094-1.797-0.375-2.734-0.578v0c1.359 4.422 5.141 7.797 9.781 8.531zM7.844 17.609l2.625 0.438c-0.891-2.672-1-5.719-1-5.719-1.047 1.016-1.609 2.406-1.891 3.5v0c0.047 0.609 0.125 1.203 0.266 1.781zM9.562 8.094v0c-0.484 0.719-0.875 1.5-1.203 2.312 0.516-0.547 0.938-0.906 1.156-1.062-0.031-0.469 0.047-1.25 0.047-1.25zM32.016 14.875c0-6.813-5.5-12.344-12.25-12.344-3.125 0-5.969 1.188-8.141 3.141-0.328 0.641-0.547 1.453-0.703 2.5 3.328-2.828 9.266-2.125 9.266-2.125 1.484 0.063 1.313 1.375 1.297 1.781-5.406-0.453-8.062 1.094-10.687 3.328 0 0 0.516 5 1.703 7.031 6.844 0.313 12.047-3.406 12.047-3.406 0.656-0.469 1.234-0.516 1.359 0.297 0.094 0.656 0.141 1.547-0.609 1.891-2.281 1.062-4.797 1.734-7.297 2.094-1.625 0.234-2.531 0.297-4.953 0.25 2.312 5.375 8.094 6.844 8.094 6.844 1.813 0.297 3.187 0.063 4.109-0.234v0c4-2.031 6.766-6.219 6.766-11.047zM33.172 14.297c-0.109 1.062-0.281 2.297-0.625 3.313-1.406 4.172-3.359 6.891-7.812 9.375-0.406 0.281-0.844 0.547-1.281 0.688-0.797 0.281-1.656 0.344-2.547 0.25-0.375 0.031-0.75 0.047-1.141 0.047-5.953 0-10.984-4.062-12.5-9.609-0.047 0-0.094-0.016-0.141-0.016-0.359 2.812 1.719 6.609 1.719 6.609s0.125 0.187 0.844 1.281c-3.984-2.109-4.094-8.328-4.094-8.328-0.953-0.359-4.266-1.484-4.844-2.406 0 0 2.594 1.422 4.828 1.703-0.016-0.016 0.031-0.5 0.031-0.5 0.141-1.906 0.797-3.391 1.469-4.531 0.438-2.141 1.406-4.078 2.75-5.703 0.234-0.969 0.609-2.125 1.266-3.344 0.281-0.531 0.547-0.875 1.266-1.203 4.75-2.219 9.438-2.781 14.25-0.281v0c4.609 2.406 7.109 7.438 6.563 12.656z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-eercast\" viewBox=\"0 0 27 28\">\n<title>eercast</title>\n<path d=\"M20.953 12.25c0.547-0.844-0.094-2.984-2-4.25-1.891-1.266-4.312-1.172-4.875-0.328-0.547 0.828 0.625 0.297 2.766 1.094 3.531 1.313 3.563 4.328 4.109 3.484zM26.625 21.219c-4.422 10.875-24.344 8.125-23.922-5.984 0.047-1.797 0.547-3 1.062-4.719-3.297 13.5 15.094 21.359 22.641 10.703 0.281-0.391 0.359-0.359 0.219 0zM22.891 14.203c0 4.422-3.563 8.016-7.953 8.016s-7.953-3.594-7.953-8.016 3.563-8.016 7.953-8.016 7.953 3.594 7.953 8.016zM27.375 9.703c-5.563-12.625-28.531-7.969-25.984 9.203-5.281-17.203 16.484-25.094 24.531-12.844 0.656 1 1.406 2.75 1.453 3.641zM26.406 15.047c0.266-5.281-3.391-8.891-8.328-10.25-0.078 0-0.422-0.141 0.219-0.203 12.063 0.406 12.5 19.688-0.641 19.906 4.281-1.188 8.484-4.156 8.75-9.453z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-microchip\" viewBox=\"0 0 24 28\">\n<title>microchip</title>\n<path d=\"M3 20v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 16v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 12v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 8v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM3 4v2h-1.75c-0.141 0-0.25-0.109-0.25-0.25v-0.25h-0.75c-0.141 0-0.25-0.109-0.25-0.25v-0.5c0-0.141 0.109-0.25 0.25-0.25h0.75v-0.25c0-0.141 0.109-0.25 0.25-0.25h1.75zM20 1.5v23c0 0.828-0.672 1.5-1.5 1.5h-13c-0.828 0-1.5-0.672-1.5-1.5v-23c0-0.828 0.672-1.5 1.5-1.5h13c0.828 0 1.5 0.672 1.5 1.5zM24 20.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 16.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 12.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 8.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25zM24 4.75v0.5c0 0.141-0.109 0.25-0.25 0.25h-0.75v0.25c0 0.141-0.109 0.25-0.25 0.25h-1.75v-2h1.75c0.141 0 0.25 0.109 0.25 0.25v0.25h0.75c0.141 0 0.25 0.109 0.25 0.25z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-snowflake-o\" viewBox=\"0 0 26 28\">\n<title>snowflake-o</title>\n<path d=\"M24.469 17.453l-2.609 0.516 2.906 1.672c0.469 0.266 0.641 0.891 0.359 1.359s-0.891 0.641-1.359 0.359l-2.906-1.656 0.859 2.5c0.438 1.25-1.469 1.891-1.891 0.656l-1.594-4.688-4.234-2.438v4.891l3.25 3.719c0.875 0.984-0.641 2.312-1.5 1.313l-1.75-2v3.344c0 0.547-0.453 1-1 1s-1-0.453-1-1v-3.344l-1.75 2c-0.859 1-2.375-0.328-1.5-1.313l3.25-3.719v-4.891l-4.234 2.438-1.594 4.688c-0.422 1.234-2.328 0.594-1.891-0.656l0.859-2.5-2.906 1.656c-0.469 0.281-1.078 0.109-1.359-0.359s-0.109-1.094 0.359-1.359l2.906-1.672-2.609-0.516c-1.297-0.266-0.906-2.219 0.391-1.969l4.844 0.969 4.234-2.453-4.234-2.453-4.844 0.969c-0.063 0.016-0.141 0.016-0.203 0.016-1.188 0-1.359-1.75-0.187-1.984l2.609-0.516-2.906-1.672c-0.469-0.266-0.641-0.891-0.359-1.359 0.281-0.484 0.891-0.641 1.359-0.359l2.906 1.656-0.859-2.5c-0.438-1.25 1.469-1.891 1.891-0.656l1.594 4.688 4.234 2.438v-4.891l-3.25-3.719c-0.875-0.984 0.641-2.312 1.5-1.313l1.75 2v-3.344c0-0.547 0.453-1 1-1s1 0.453 1 1v3.344l1.75-2c0.859-1 2.375 0.328 1.5 1.313l-3.25 3.719v4.891l4.234-2.438 1.594-4.688c0.422-1.234 2.328-0.594 1.891 0.656l-0.859 2.5 2.906-1.656c0.469-0.281 1.078-0.109 1.359 0.359s0.109 1.094-0.359 1.359l-2.906 1.672 2.609 0.516c1.172 0.234 1 1.984-0.187 1.984-0.063 0-0.141 0-0.203-0.016l-4.844-0.969-4.234 2.453 4.234 2.453 4.844-0.969c1.297-0.25 1.687 1.703 0.391 1.969z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-superpowers\" viewBox=\"0 0 28 28\">\n<title>superpowers</title>\n<path d=\"M23.016 14.516c0.281-5-3.547-9.141-8.5-9.438-4.922-0.297-9.281 3.453-9.562 8.406-0.281 5 3.547 9.141 8.516 9.438 4.922 0.297 9.281-3.437 9.547-8.406zM28 0l-5.453 5.437c2.484 2.422 3.828 5.797 3.609 9.266-0.344 5.812-4.813 10.453-10.547 11.234l-15.609 2.063 5.422-5.422c-2.484-2.422-3.813-5.797-3.609-9.266 0.359-5.828 4.813-10.469 10.563-11.25 5.203-0.688 10.422-1.375 15.625-2.063z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-wpexplorer\" viewBox=\"0 0 28 28\">\n<title>wpexplorer</title>\n<path d=\"M14.812 16.063l2.547 5.141h-0.797l-2.734-5.469-2.672 5.469h-0.766l2.797-5.844-1.219-0.516 0.328-0.766 3.75 1.594-0.328 0.781zM8.797 6.813l4.75 2.031-2.031 4.75-4.75-2.031zM14.172 9.703l3.75 1.609-1.609 3.734-3.734-1.594zM18.562 12.047l2.984 1.266-1.281 2.969-2.969-1.266zM26.25 14c0-6.75-5.5-12.25-12.25-12.25s-12.25 5.5-12.25 12.25 5.5 12.25 12.25 12.25 12.25-5.5 12.25-12.25zM28 14c0 7.719-6.281 14-14 14s-14-6.281-14-14 6.281-14 14-14 14 6.281 14 14z\"/>\n</symbol>\n<symbol id=\"FontAwesomeicon-meetup\" viewBox=\"0 0 30 28\">\n<title>meetup</title>\n<path d=\"M20.844 19.281c-0.172-1.125-2.234-0.25-2.359-1.484-0.172-1.75 2.391-5.531 2.188-7-0.187-1.313-1.062-1.594-1.828-1.609-0.734-0.016-0.922 0.109-1.172 0.25-0.156 0.094-0.359 0.266-0.641-0.016-0.344-0.328-0.609-0.641-1.062-0.703-0.672-0.109-0.969 0.109-1.453 0.531-0.187 0.156-0.656 0.703-1.094 0.5-0.187-0.094-0.844-0.422-1.313-0.625-0.891-0.391-2.188 0.25-2.656 1.094-0.703 1.25-2.078 6.188-2.281 6.844-0.469 1.453 0.594 2.656 2.016 2.578 0.609-0.031 1-0.25 1.391-0.953 0.219-0.406 2.281-5.891 2.438-6.156 0.109-0.187 0.484-0.438 0.797-0.281 0.313 0.172 0.375 0.516 0.328 0.828-0.063 0.531-1.531 3.875-1.578 4.25-0.187 1.25 1.469 1.453 2.109 0.219 0.203-0.391 2.5-5.063 2.703-5.375 0.234-0.344 0.406-0.453 0.641-0.438 0.172 0 0.453 0.047 0.391 0.594-0.078 0.516-1.922 3.953-2.125 4.797-0.25 1.125 0.359 2.266 1.359 2.766 0.625 0.313 3.422 0.859 3.203-0.609zM5.984 22.656c0.063 0.313-0.125 0.609-0.438 0.672-0.297 0.063-0.594-0.125-0.656-0.438-0.063-0.297 0.125-0.609 0.422-0.672s0.609 0.125 0.672 0.438zM14.891 26.766c0.25 0.359 0.156 0.844-0.187 1.094-0.359 0.25-0.844 0.156-1.094-0.203-0.234-0.359-0.141-0.844 0.203-1.094 0.359-0.25 0.844-0.156 1.078 0.203zM2.766 14.078c-0.375 0.562-1.125 0.703-1.672 0.313-0.547-0.375-0.688-1.141-0.313-1.687 0.375-0.562 1.125-0.703 1.672-0.328 0.547 0.391 0.688 1.141 0.313 1.703zM22.922 24.656c0.391 0.578 0.25 1.375-0.328 1.781-0.578 0.391-1.359 0.25-1.75-0.328s-0.25-1.375 0.313-1.781c0.578-0.406 1.359-0.25 1.766 0.328zM24.672 15.219c1.437 2.359 0.828 5.469-1.437 7.063-0.953 0.672-2.031 0.969-3.109 0.938-0.656 2.578-3.797 3.531-5.75 1.781-0.063 0.047-0.141 0.094-0.203 0.156-2.141 1.484-5.047 0.953-6.531-1.219-0.531-0.781-0.797-1.672-0.828-2.562-3.578-0.594-4.922-5.141-2.25-7.641-1.547-2.562 0.031-5.875 2.922-6.281 1.375-3.625 5.891-5.344 8.953-2.969 3.687-1.219 7.453 1.609 7.156 5.531 2.25 0.688 2.891 3.656 1.078 5.203zM7.109 4.906c0.281 0.422 0.187 1-0.234 1.297-0.406 0.281-0.984 0.187-1.266-0.234s-0.187-1 0.234-1.297c0.406-0.281 0.984-0.187 1.266 0.234zM9.594 0.516c0.078 0.344-0.141 0.688-0.484 0.766s-0.688-0.141-0.766-0.5c-0.063-0.344 0.156-0.688 0.5-0.766s0.688 0.141 0.75 0.5zM28.125 15.328c0.094 0.422-0.172 0.828-0.578 0.906-0.406 0.094-0.812-0.172-0.891-0.578-0.094-0.422 0.172-0.828 0.578-0.922 0.406-0.078 0.812 0.187 0.891 0.594zM17.75 1.375c0.328 0.562 0.156 1.312-0.422 1.656-0.562 0.344-1.297 0.156-1.625-0.406-0.344-0.578-0.156-1.328 0.406-1.672s1.297-0.156 1.641 0.422zM29.406 11.625c0.078 0.313-0.125 0.609-0.422 0.688-0.313 0.063-0.609-0.141-0.672-0.438-0.063-0.313 0.125-0.625 0.438-0.688 0.297-0.063 0.594 0.125 0.656 0.438zM26.422 7.859c0.313 0.469 0.203 1.109-0.25 1.437-0.469 0.313-1.109 0.203-1.422-0.266s-0.203-1.109 0.266-1.437c0.453-0.328 1.094-0.203 1.406 0.266z\"/>\n</symbol>\n</defs>\n</svg>\n','no'),(154,'ct_svg_sets_Linearicons 0','<?xml version=\"1.0\"?>\n<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" style=\"position: absolute; width: 0; height: 0; overflow: hidden;\" version=\"1.1\">\n<defs>\n<symbol id=\"Lineariconsicon-home\" viewBox=\"0 0 20 20\">\n<title>home</title>\n<path class=\"path1\" d=\"M19.871 12.165l-8.829-9.758c-0.274-0.303-0.644-0.47-1.042-0.47-0 0 0 0 0 0-0.397 0-0.767 0.167-1.042 0.47l-8.829 9.758c-0.185 0.205-0.169 0.521 0.035 0.706 0.096 0.087 0.216 0.129 0.335 0.129 0.136 0 0.272-0.055 0.371-0.165l2.129-2.353v8.018c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-8.018l2.129 2.353c0.185 0.205 0.501 0.221 0.706 0.035s0.221-0.501 0.035-0.706zM12 19h-4v-4.5c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v4.5zM16 18.5c0 0.276-0.224 0.5-0.5 0.5h-2.5v-4.5c0-0.827-0.673-1.5-1.5-1.5h-3c-0.827 0-1.5 0.673-1.5 1.5v4.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-9.123l5.7-6.3c0.082-0.091 0.189-0.141 0.3-0.141s0.218 0.050 0.3 0.141l5.7 6.3v9.123z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-apartment\" viewBox=\"0 0 20 20\">\n<title>apartment</title>\n<path class=\"path1\" d=\"M14 6h1v1h-1v-1z\"/>\n<path class=\"path2\" d=\"M14 8h1v1h-1v-1z\"/>\n<path class=\"path3\" d=\"M14 10h1v1h-1v-1z\"/>\n<path class=\"path4\" d=\"M14 12h1v1h-1v-1z\"/>\n<path class=\"path5\" d=\"M14 16h1v1h-1v-1z\"/>\n<path class=\"path6\" d=\"M14 14h1v1h-1v-1z\"/>\n<path class=\"path7\" d=\"M6 6h1v1h-1v-1z\"/>\n<path class=\"path8\" d=\"M6 8h1v1h-1v-1z\"/>\n<path class=\"path9\" d=\"M6 10h1v1h-1v-1z\"/>\n<path class=\"path10\" d=\"M6 12h1v1h-1v-1z\"/>\n<path class=\"path11\" d=\"M6 16h1v1h-1v-1z\"/>\n<path class=\"path12\" d=\"M6 14h1v1h-1v-1z\"/>\n<path class=\"path13\" d=\"M4 6h1v1h-1v-1z\"/>\n<path class=\"path14\" d=\"M4 8h1v1h-1v-1z\"/>\n<path class=\"path15\" d=\"M4 10h1v1h-1v-1z\"/>\n<path class=\"path16\" d=\"M4 12h1v1h-1v-1z\"/>\n<path class=\"path17\" d=\"M4 16h1v1h-1v-1z\"/>\n<path class=\"path18\" d=\"M4 14h1v1h-1v-1z\"/>\n<path class=\"path19\" d=\"M8 6h1v1h-1v-1z\"/>\n<path class=\"path20\" d=\"M8 8h1v1h-1v-1z\"/>\n<path class=\"path21\" d=\"M8 10h1v1h-1v-1z\"/>\n<path class=\"path22\" d=\"M8 12h1v1h-1v-1z\"/>\n<path class=\"path23\" d=\"M8 16h1v1h-1v-1z\"/>\n<path class=\"path24\" d=\"M8 14h1v1h-1v-1z\"/>\n<path class=\"path25\" d=\"M18.5 19h-0.5v-13.5c0-0.763-0.567-1.549-1.291-1.791l-4.709-1.57v-1.64c0-0.158-0.075-0.307-0.202-0.401s-0.291-0.123-0.442-0.078l-9.042 2.713c-0.737 0.221-1.314 0.997-1.314 1.766v14.5h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h18c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM16.393 4.658c0.318 0.106 0.607 0.507 0.607 0.842v13.5h-5v-15.806l4.393 1.464zM2 4.5c0-0.329 0.287-0.714 0.602-0.808l8.398-2.52v17.828h-9v-14.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pencil\" viewBox=\"0 0 20 20\">\n<title>pencil</title>\n<path class=\"path1\" d=\"M19.104 0.896c-0.562-0.562-1.309-0.871-2.104-0.871s-1.542 0.309-2.104 0.871l-12.75 12.75c-0.052 0.052-0.091 0.114-0.116 0.183l-2 5.5c-0.066 0.183-0.021 0.387 0.116 0.524 0.095 0.095 0.223 0.146 0.354 0.146 0.057 0 0.115-0.010 0.171-0.030l5.5-2c0.069-0.025 0.131-0.065 0.183-0.116l12.75-12.75c0.562-0.562 0.871-1.309 0.871-2.104s-0.309-1.542-0.871-2.104zM5.725 17.068l-4.389 1.596 1.596-4.389 11.068-11.068 2.793 2.793-11.068 11.068zM18.396 4.396l-0.896 0.896-2.793-2.793 0.896-0.896c0.373-0.373 0.869-0.578 1.396-0.578s1.023 0.205 1.396 0.578c0.373 0.373 0.578 0.869 0.578 1.396s-0.205 1.023-0.578 1.396z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magic-wand\" viewBox=\"0 0 20 20\">\n<title>magic-wand</title>\n<path class=\"path1\" d=\"M11.5 7c-0.276 0-0.5-0.224-0.5-0.5 0-1.378-1.122-2.5-2.5-2.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c1.378 0 2.5-1.122 2.5-2.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 1.378 1.122 2.5 2.5 2.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-1.378 0-2.5 1.122-2.5 2.5 0 0.276-0.224 0.5-0.5 0.5zM10.301 3.5c0.49 0.296 0.903 0.708 1.199 1.199 0.296-0.49 0.708-0.903 1.199-1.199-0.49-0.296-0.903-0.708-1.199-1.199-0.296 0.49-0.708 0.903-1.199 1.199z\"/>\n<path class=\"path2\" d=\"M1.5 10c-0.276 0-0.5-0.224-0.5-0.5s-0.224-0.5-0.5-0.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.276 0 0.5-0.224 0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5c0 0.276 0.224 0.5 0.5 0.5s0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5c-0.276 0-0.5 0.224-0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.147 15.939l-10.586-10.586c-0.283-0.283-0.659-0.438-1.061-0.438s-0.778 0.156-1.061 0.438l-0.586 0.586c-0.283 0.283-0.438 0.659-0.438 1.061s0.156 0.778 0.438 1.061l10.586 10.586c0.283 0.283 0.659 0.438 1.061 0.438s0.778-0.156 1.061-0.438l0.586-0.586c0.283-0.283 0.438-0.659 0.438-1.061s-0.156-0.778-0.438-1.061zM5.561 6.646l0.586-0.586c0.094-0.094 0.219-0.145 0.354-0.145s0.26 0.052 0.354 0.145l1.439 1.439-1.293 1.293-1.439-1.439c-0.195-0.195-0.195-0.512 0-0.707zM17.439 17.354l-0.586 0.586c-0.094 0.094-0.219 0.145-0.353 0.145s-0.26-0.052-0.353-0.145l-8.439-8.439 1.293-1.293 8.439 8.439c0.195 0.195 0.195 0.512 0 0.707z\"/>\n<path class=\"path4\" d=\"M3.5 5c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 2.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n<path class=\"path5\" d=\"M3.5 15c-0.276 0-0.5-0.224-0.5-0.5 0-0.827-0.673-1.5-1.5-1.5-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.827 0 1.5-0.673 1.5-1.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 0.827 0.673 1.5 1.5 1.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-0.827 0-1.5 0.673-1.5 1.5 0 0.276-0.224 0.5-0.5 0.5zM2.998 12.5c0.19 0.143 0.359 0.312 0.502 0.502 0.143-0.19 0.312-0.359 0.502-0.502-0.19-0.143-0.359-0.312-0.502-0.502-0.143 0.19-0.312 0.359-0.502 0.502z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-drop\" viewBox=\"0 0 20 20\">\n<title>drop</title>\n<path class=\"path1\" d=\"M10 20c-1.614 0-3.118-0.655-4.236-1.845-1.133-1.206-1.757-2.859-1.757-4.655 0-2.943 1.308-5.049 2.693-7.278 1.070-1.723 2.177-3.504 2.817-5.853 0.059-0.218 0.257-0.368 0.482-0.368s0.423 0.151 0.482 0.368c0.641 2.35 1.749 4.132 2.821 5.855 1.387 2.229 2.697 4.335 2.697 7.277 0 1.799-0.62 3.452-1.746 4.654-1.115 1.19-2.626 1.846-4.254 1.846zM10 2.113c-0.674 1.776-1.574 3.225-2.45 4.636-1.364 2.196-2.543 4.093-2.543 6.751 0 3.136 2.147 5.5 4.993 5.5 2.85 0 5-2.364 5-5.5 0-2.657-1.18-4.553-2.546-6.749-0.878-1.411-1.78-2.861-2.454-4.638z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lighter\" viewBox=\"0 0 20 20\">\n<title>lighter</title>\n<path class=\"path1\" d=\"M17.5 9h-0.69l-0.855-1.722c-0.084-0.17-0.258-0.278-0.448-0.278h-4.007c-0.276 0-0.5 0.224-0.5 0.5v1.5h-1.211l-3.856-6.678c-0.138-0.239-0.444-0.321-0.683-0.183l-3.464 2c-0.239 0.138-0.321 0.444-0.183 0.683l4 6.928c0.093 0.16 0.261 0.25 0.433 0.25 0.085 0 0.171-0.022 0.25-0.067l2.714-1.567v8.134c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-9c0-0.276-0.224-0.5-0.5-0.5zM17 15h-1v-3h1v3zM12 8h3.197l0.497 1h-3.694v-1zM6.219 10.817l-3.5-6.062 2.598-1.5 3.5 6.062-2.598 1.5zM10 18v-8h6.497c0.001 0 0.002 0 0.004 0s0.001-0 0.002-0h0.497v1h-1.5c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h1.5v2h-7z\"/>\n<path class=\"path2\" d=\"M15.5 6c-0.75 0-1.115-0.354-1.289-0.652-0.331-0.565-0.275-1.418 0.169-2.606 0.299-0.799 0.668-1.459 0.684-1.487 0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255c0.016 0.028 0.385 0.688 0.684 1.487 0.444 1.189 0.5 2.041 0.169 2.606-0.174 0.297-0.539 0.652-1.289 0.652zM15.5 2.64c-0.063 0.146-0.127 0.302-0.187 0.463-0.453 1.218-0.297 1.64-0.238 1.741 0.025 0.043 0.092 0.156 0.425 0.156s0.401-0.114 0.426-0.156c0.059-0.101 0.216-0.525-0.243-1.751-0.059-0.158-0.121-0.31-0.183-0.453z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-poop\" viewBox=\"0 0 20 20\">\n<title>poop</title>\n<path class=\"path1\" d=\"M17.057 13.303c-0.077-0.044-0.157-0.087-0.239-0.129 0.955-0.749 1.181-1.568 1.181-2.174 0-1.419-1.193-2.655-3.175-3.409 0.115-0.351 0.175-0.72 0.175-1.091 0-1.93-1.57-3.5-3.5-3.5-0.684 0-1.5-0.173-1.5-1 0-0.453 0.578-0.948 0.779-1.085 0.183-0.123 0.264-0.35 0.2-0.561s-0.258-0.354-0.478-0.354c-1.567 0-3.178 0.515-4.418 1.413-0.633 0.458-1.135 0.988-1.493 1.575-0.391 0.641-0.589 1.318-0.589 2.012 0 0.288 0.024 0.574 0.070 0.855-0.849 0.41-1.566 0.951-2.090 1.581-0.641 0.77-0.98 1.657-0.98 2.564 0 0.546 0.123 1.103 0.356 1.641-0.888 0.854-1.356 1.836-1.356 2.859 0 1.525 1.028 2.936 2.893 3.973 1.773 0.985 4.119 1.527 6.607 1.527 2.558 0 4.879-0.333 6.535-0.937 2.45-0.893 2.965-2.159 2.965-3.063 0-0.728-0.337-1.787-1.943-2.697zM15.693 18.124c-1.55 0.565-3.749 0.876-6.193 0.876-2.32 0-4.494-0.498-6.121-1.402-1.534-0.852-2.379-1.953-2.379-3.098 0-0.797 0.41-1.461 0.867-1.952 0.115 0.164 0.24 0.324 0.377 0.479 0.796 0.909 1.904 1.603 3.118 1.953 0.046 0.013 0.093 0.020 0.139 0.020 0.217 0 0.417-0.142 0.48-0.361 0.077-0.265-0.076-0.542-0.342-0.619-2.074-0.599-3.639-2.327-3.639-4.020 0-1.224 0.88-2.399 2.329-3.155 0.524 1.443 1.63 2.641 3.004 3.127 0.055 0.019 0.111 0.029 0.167 0.029 0.206 0 0.399-0.128 0.471-0.333 0.092-0.26-0.044-0.546-0.305-0.638-1.52-0.537-2.667-2.269-2.667-4.029 0-1.012 0.592-1.998 1.668-2.777 0.744-0.538 1.643-0.918 2.578-1.1-0.144 0.258-0.246 0.554-0.246 0.877 0 0.967 0.657 2 2.5 2 1.378 0 2.5 1.122 2.5 2.5 0 0.271-0.042 0.533-0.125 0.784-0.408-0.111-0.841-0.204-1.295-0.277-0.273-0.044-0.529 0.142-0.573 0.414s0.142 0.529 0.414 0.573c1.387 0.223 2.563 0.647 3.401 1.226 0.538 0.372 1.179 0.982 1.179 1.78 0 0.645-0.428 1.218-1.273 1.705-0.915-0.325-1.986-0.564-3.169-0.702-0.274-0.032-0.523 0.164-0.555 0.439s0.164 0.523 0.439 0.555c1.686 0.197 3.112 0.604 4.122 1.176 0.655 0.371 1.436 0.989 1.436 1.827 0 1.060-1.255 1.74-2.307 2.124z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sun\" viewBox=\"0 0 20 20\">\n<title>sun</title>\n<path class=\"path1\" d=\"M9.5 14.993c-2.477 0-4.493-2.015-4.493-4.493s2.015-4.493 4.493-4.493 4.493 2.015 4.493 4.493-2.015 4.493-4.493 4.493zM9.5 7.007c-1.926 0-3.493 1.567-3.493 3.493s1.567 3.493 3.493 3.493 3.493-1.567 3.493-3.493-1.567-3.493-3.493-3.493z\"/>\n<path class=\"path2\" d=\"M9.5 5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 20c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M3.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M18.5 11h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 6c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M2.5 18c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path8\" d=\"M16.5 18c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path9\" d=\"M14.5 6c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l2-2c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-2 2c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-moon\" viewBox=\"0 0 20 20\">\n<title>moon</title>\n<path class=\"path1\" d=\"M10.25 20c-2.738 0-5.312-1.066-7.248-3.002s-3.002-4.51-3.002-7.248c0-2.251 0.723-4.375 2.090-6.143 0.655-0.847 1.439-1.585 2.331-2.194 0.899-0.614 1.888-1.083 2.938-1.392 0.192-0.057 0.399 0.007 0.527 0.161s0.151 0.369 0.060 0.547c-0.645 1.257-0.945 2.455-0.945 3.772 0 4.687 3.813 8.5 8.5 8.5 1.317 0 2.515-0.3 3.772-0.945 0.178-0.091 0.393-0.068 0.547 0.060s0.217 0.335 0.161 0.527c-0.31 1.050-0.778 2.039-1.392 2.938-0.609 0.892-1.347 1.676-2.194 2.331-1.768 1.367-3.893 2.090-6.143 2.090zM6.57 1.365c-3.374 1.445-5.57 4.689-5.57 8.385 0 5.1 4.15 9.25 9.25 9.25 3.696 0 6.94-2.197 8.385-5.57-1.024 0.383-2.058 0.57-3.135 0.57-2.538 0-4.923-0.988-6.717-2.782s-2.783-4.18-2.783-6.718c0-1.077 0.188-2.111 0.57-3.135z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud\" viewBox=\"0 0 20 20\">\n<title>cloud</title>\n<path class=\"path1\" d=\"M16.006 16h-10.006c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.602 0 3.137 0.643 4.26 1.775 0.088-0.194 0.196-0.38 0.325-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.178 1.017 0.061-0.003 0.122-0.004 0.184-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994zM6 5c-2.757 0-5 2.243-5 5s2.243 5 5 5h10.006c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.354 0-0.699 0.061-1.026 0.18-0.218 0.080-0.462-0.001-0.59-0.195s-0.104-0.45 0.056-0.619c0.357-0.376 0.554-0.865 0.554-1.379 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.23 0.312-0.365 0.678-0.388 1.057-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.193c-0.11-0.156-0.229-0.307-0.354-0.447-0.949-1.068-2.312-1.681-3.74-1.681z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-upload\" viewBox=\"0 0 20 20\">\n<title>cloud-upload</title>\n<path class=\"path1\" d=\"M16.006 16h-3.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h2.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 12.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v3.793c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3.793l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-download\" viewBox=\"0 0 20 20\">\n<title>cloud-download</title>\n<path class=\"path1\" d=\"M16.006 16h-2.506c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.506c1.651 0 2.994-1.343 2.994-2.994s-1.343-2.994-2.994-2.994c-0.352 0-0.696 0.060-1.023 0.179-0.218 0.079-0.462-0.002-0.589-0.196s-0.104-0.45 0.056-0.618c0.355-0.373 0.55-0.862 0.55-1.377 0-1.103-0.897-2-2-2-0.642 0-1.229 0.297-1.61 0.814-0.229 0.31-0.362 0.677-0.386 1.061-0.013 0.212-0.159 0.393-0.364 0.451s-0.423-0.021-0.545-0.195l-0.005-0.007c-0.107-0.152-0.226-0.302-0.351-0.442-0.949-1.068-2.312-1.681-3.74-1.681-2.757 0-5 2.243-5 5s2.243 5 5 5h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-3.308 0-6-2.692-6-6s2.692-6 6-6c1.603 0 3.137 0.643 4.261 1.775 0.087-0.195 0.196-0.381 0.324-0.555 0.564-0.764 1.467-1.22 2.415-1.22 1.654 0 3 1.346 3 3 0 0.351-0.061 0.694-0.176 1.017 0.061-0.003 0.122-0.004 0.183-0.004 2.202 0 3.994 1.792 3.994 3.994s-1.792 3.994-3.994 3.994z\"/>\n<path class=\"path2\" d=\"M12.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-1.146 1.146v-3.793c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3.793l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-sync\" viewBox=\"0 0 20 20\">\n<title>cloud-sync</title>\n<path class=\"path1\" d=\"M16.006 8.012c-0.061 0-0.122 0.001-0.183 0.004 0.116-0.322 0.177-0.666 0.177-1.017 0-1.654-1.346-3-3-3-0.948 0-1.851 0.456-2.415 1.22-0.129 0.174-0.237 0.36-0.324 0.555-1.123-1.132-2.658-1.775-4.261-1.775-3.308 0-6 2.692-6 6s2.692 6 6 6h10.006c2.202 0 3.994-1.792 3.994-3.994s-1.792-3.994-3.994-3.994zM16.006 15h-10.006c-2.757 0-5-2.243-5-5s2.243-5 5-5c1.428 0 2.791 0.613 3.74 1.681 0.125 0.141 0.243 0.29 0.351 0.442l0.005 0.007c0.122 0.174 0.34 0.253 0.545 0.195s0.351-0.238 0.364-0.451c0.024-0.384 0.157-0.751 0.386-1.061 0.382-0.517 0.969-0.814 1.611-0.814 1.103 0 2 0.897 2 2 0 0.515-0.195 1.004-0.55 1.377-0.16 0.168-0.183 0.424-0.056 0.618s0.371 0.275 0.589 0.196c0.327-0.119 0.671-0.179 1.023-0.179 1.651 0 2.994 1.343 2.994 2.994s-1.343 2.994-2.994 2.994z\"/>\n<path class=\"path2\" d=\"M6.404 11.959c-0.132 0.027-0.268 0.041-0.404 0.041-1.103 0-2-0.897-2-2v-0.293l0.146 0.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1-1c-0.195-0.195-0.512-0.195-0.707 0l-1 1c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l0.146-0.146v0.293c0 1.654 1.346 3 3 3 0.203 0 0.406-0.021 0.604-0.061 0.271-0.055 0.445-0.32 0.39-0.59s-0.319-0.445-0.59-0.39z\"/>\n<path class=\"path3\" d=\"M9.146 10.146l-0.146 0.146v-0.293c0-1.654-1.346-3-3-3-0.203 0-0.406 0.021-0.604 0.061-0.271 0.055-0.445 0.32-0.39 0.59s0.32 0.445 0.59 0.39c0.132-0.027 0.268-0.041 0.404-0.041 1.103 0 2 0.897 2 2v0.293l-0.146-0.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1 1c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cloud-check\" viewBox=\"0 0 20 20\">\n<title>cloud-check</title>\n<path class=\"path1\" d=\"M16 16h-9.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9.5c1.654 0 3-1.346 3-3s-1.346-3-3-3c-0.343 0-0.68 0.057-1 0.17-0.217 0.077-0.458-0.005-0.584-0.197s-0.105-0.446 0.051-0.615c0.344-0.371 0.533-0.853 0.533-1.359 0-1.103-0.897-2-2-2-1.055 0-1.931 0.823-1.996 1.875-0.013 0.212-0.159 0.393-0.363 0.45s-0.423-0.020-0.545-0.194c-0.937-1.334-2.468-2.131-4.096-2.131-2.757 0-5 2.243-5 5 0 0.152 0.007 0.305 0.020 0.455 0.025 0.275-0.178 0.518-0.453 0.543s-0.518-0.178-0.543-0.453c-0.016-0.18-0.024-0.363-0.024-0.545 0-3.308 2.692-6 6-6 1.611 0 3.143 0.65 4.261 1.776 0.471-1.050 1.527-1.776 2.739-1.776 1.654 0 3 1.346 3 3 0 0.346-0.059 0.685-0.172 1.004 0.057-0.002 0.115-0.004 0.172-0.004 2.206 0 4 1.794 4 4s-1.794 4-4 4z\"/>\n<path class=\"path2\" d=\"M3.5 15.5c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1.646 1.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-database\" viewBox=\"0 0 20 20\">\n<title>database</title>\n<path class=\"path1\" d=\"M18.067 1.609c-0.497-0.326-1.193-0.615-2.069-0.858-1.742-0.484-4.050-0.75-6.498-0.75s-4.756 0.267-6.498 0.75c-0.877 0.243-1.573 0.532-2.069 0.858-0.619 0.407-0.933 0.874-0.933 1.391v12c0 0.517 0.314 0.985 0.933 1.391 0.497 0.326 1.193 0.615 2.069 0.858 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.877-0.243 1.573-0.532 2.069-0.858 0.619-0.406 0.933-0.874 0.933-1.391v-12c0-0.517-0.314-0.985-0.933-1.391zM3.27 1.714c1.658-0.46 3.87-0.714 6.23-0.714s4.573 0.254 6.23 0.714c1.795 0.499 2.27 1.059 2.27 1.286s-0.474 0.787-2.27 1.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286s0.474-0.787 2.27-1.286zM15.73 16.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.751c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 12.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286zM15.73 8.286c-1.658 0.46-3.87 0.714-6.23 0.714s-4.573-0.254-6.23-0.714c-1.795-0.499-2.27-1.059-2.27-1.286v-2.566c0.492 0.309 1.164 0.583 2.002 0.816 1.742 0.484 4.050 0.75 6.498 0.75s4.756-0.267 6.498-0.75c0.838-0.233 1.511-0.507 2.002-0.816v2.566c0 0.227-0.474 0.787-2.27 1.286z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-lock\" viewBox=\"0 0 20 20\">\n<title>lock</title>\n<path class=\"path1\" d=\"M14.5 8h-0.5v-1.5c0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5v1.5h-0.5c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5zM6 6.5c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v1.5h-7v-1.5zM15 17.5c0 0.276-0.224 0.5-0.5 0.5h-10c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5v8z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cog\" viewBox=\"0 0 20 20\">\n<title>cog</title>\n<path class=\"path1\" d=\"M7.631 19.702c-0.041 0-0.083-0.005-0.125-0.016-0.898-0.231-1.761-0.587-2.564-1.059-0.233-0.137-0.315-0.434-0.186-0.671 0.159-0.292 0.243-0.622 0.243-0.957 0-1.103-0.897-2-2-2-0.334 0-0.665 0.084-0.957 0.243-0.237 0.129-0.534 0.047-0.671-0.186-0.472-0.804-0.828-1.666-1.059-2.564-0.065-0.254 0.077-0.515 0.325-0.598 0.814-0.274 1.362-1.036 1.362-1.895s-0.547-1.621-1.362-1.895c-0.248-0.084-0.39-0.344-0.325-0.598 0.231-0.898 0.587-1.761 1.059-2.564 0.137-0.233 0.434-0.315 0.671-0.186 0.291 0.159 0.622 0.243 0.957 0.243 1.103 0 2-0.897 2-2 0-0.334-0.084-0.665-0.243-0.957-0.129-0.237-0.047-0.534 0.186-0.671 0.804-0.472 1.666-0.828 2.564-1.059 0.254-0.065 0.515 0.077 0.598 0.325 0.274 0.814 1.036 1.362 1.895 1.362s1.621-0.547 1.895-1.362c0.084-0.248 0.345-0.39 0.598-0.325 0.898 0.231 1.761 0.587 2.564 1.059 0.233 0.137 0.315 0.434 0.186 0.671-0.159 0.292-0.243 0.622-0.243 0.957 0 1.103 0.897 2 2 2 0.334 0 0.665-0.084 0.957-0.243 0.237-0.129 0.534-0.047 0.671 0.186 0.472 0.804 0.828 1.666 1.059 2.564 0.065 0.254-0.077 0.515-0.325 0.598-0.814 0.274-1.362 1.036-1.362 1.895s0.547 1.621 1.362 1.895c0.248 0.084 0.39 0.344 0.325 0.598-0.231 0.898-0.587 1.761-1.059 2.564-0.137 0.233-0.434 0.315-0.671 0.186-0.292-0.159-0.622-0.243-0.957-0.243-1.103 0-2 0.897-2 2 0 0.334 0.084 0.665 0.243 0.957 0.129 0.237 0.047 0.534-0.186 0.671-0.804 0.472-1.666 0.828-2.564 1.059-0.254 0.065-0.515-0.077-0.598-0.325-0.274-0.814-1.036-1.362-1.895-1.362s-1.621 0.547-1.895 1.362c-0.070 0.207-0.264 0.341-0.474 0.341zM10 17c1.127 0 2.142 0.628 2.655 1.602 0.52-0.161 1.026-0.369 1.51-0.622-0.108-0.314-0.164-0.646-0.164-0.98 0-1.654 1.346-3 3-3 0.334 0 0.666 0.056 0.98 0.164 0.253-0.484 0.462-0.989 0.622-1.51-0.974-0.512-1.602-1.527-1.602-2.655s0.628-2.142 1.602-2.655c-0.161-0.52-0.369-1.026-0.622-1.51-0.314 0.108-0.646 0.164-0.98 0.164-1.654 0-3-1.346-3-3 0-0.334 0.056-0.666 0.164-0.98-0.484-0.253-0.989-0.462-1.51-0.622-0.512 0.974-1.527 1.602-2.655 1.602s-2.142-0.628-2.655-1.602c-0.52 0.16-1.026 0.369-1.51 0.622 0.108 0.314 0.164 0.646 0.164 0.98 0 1.654-1.346 3-3 3-0.334 0-0.666-0.056-0.98-0.164-0.253 0.484-0.462 0.989-0.622 1.51 0.974 0.512 1.602 1.527 1.602 2.655s-0.628 2.142-1.602 2.655c0.16 0.52 0.369 1.026 0.622 1.51 0.314-0.108 0.646-0.164 0.98-0.164 1.654 0 3 1.346 3 3 0 0.334-0.056 0.666-0.164 0.98 0.484 0.253 0.989 0.462 1.51 0.622 0.512-0.974 1.527-1.602 2.655-1.602z\"/>\n<path class=\"path2\" d=\"M10 13c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 8c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-trash\" viewBox=\"0 0 20 20\">\n<title>trash</title>\n<path class=\"path1\" d=\"M15.5 2h-3.5v-0.5c0-0.827-0.673-1.5-1.5-1.5h-2c-0.827 0-1.5 0.673-1.5 1.5v0.5h-3.5c-0.827 0-1.5 0.673-1.5 1.5v1c0 0.652 0.418 1.208 1 1.414v12.586c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-12.586c0.582-0.206 1-0.762 1-1.414v-1c0-0.827-0.673-1.5-1.5-1.5zM8 1.5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v0.5h-3v-0.5zM14.5 19h-10c-0.276 0-0.5-0.224-0.5-0.5v-12.5h11v12.5c0 0.276-0.224 0.5-0.5 0.5zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-12c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n<path class=\"path2\" d=\"M12.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M9.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 7c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dice\" viewBox=\"0 0 20 20\">\n<title>dice</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M5.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M5.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M13.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M13.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path7\" d=\"M15.5 19h-12c-1.378 0-2.5-1.122-2.5-2.5v-12c0-1.378 1.122-2.5 2.5-2.5h12c1.378 0 2.5 1.122 2.5 2.5v12c0 1.378-1.122 2.5-2.5 2.5zM3.5 3c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.827 0.673 1.5 1.5 1.5h12c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart\" viewBox=\"0 0 20 20\">\n<title>heart</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.094-0.052-2.326-1.301-4.592-3.347-1.341-1.21-2.411-2.448-3.183-3.68-0.984-1.571-1.482-3.139-1.482-4.66 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.521-0.499 3.089-1.482 4.66-0.771 1.232-1.842 2.47-3.182 3.68-2.266 2.046-4.498 3.295-4.592 3.347-0.076 0.042-0.159 0.063-0.243 0.063zM5.25 3c-2.343 0-4.25 1.907-4.25 4.25 0 3.040 2.35 5.802 4.321 7.585 1.76 1.592 3.544 2.708 4.179 3.087 0.635-0.379 2.419-1.495 4.179-3.087 1.971-1.782 4.321-4.545 4.321-7.585 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star\" viewBox=\"0 0 20 20\">\n<title>star</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-5.261-2.869-5.261 2.869c-0.168 0.092-0.373 0.079-0.529-0.032s-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276s0.363 0.107 0.447 0.276l2.386 4.772 5.749 0.958c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-3.818 3.818 0.958 5.746c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093zM10 15c0.082 0 0.165 0.020 0.239 0.061l4.599 2.508-0.831-4.987c-0.027-0.159 0.025-0.322 0.14-0.436l3.313-3.313-5.042-0.84c-0.158-0.026-0.293-0.127-0.365-0.27l-2.053-4.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.075-0.041 0.157-0.061 0.239-0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-half\" viewBox=\"0 0 20 20\">\n<title>star-half</title>\n<path class=\"path1\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.098 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path2\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path3\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path4\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path5\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.958-5.746-3.818-3.818c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l5.749-0.958 2.386-4.772c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-2.053 4.106c-0.072 0.143-0.207 0.243-0.365 0.27l-5.042 0.84 3.313 3.313c0.114 0.114 0.166 0.276 0.14 0.436l-0.831 4.987 4.599-2.508c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.199 0.678s-0.436 0.332-0.678 0.199l-0.261-0.142-5.261 2.869c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-star-empty\" viewBox=\"0 0 20 20\">\n<title>star-empty</title>\n<path class=\"path1\" d=\"M5.499 8.333c-0.24 0-0.452-0.173-0.493-0.418-0.045-0.272 0.139-0.53 0.411-0.575l1.749-0.291 0.386-0.772c0.123-0.247 0.424-0.347 0.671-0.224s0.347 0.424 0.224 0.671l-0.5 1c-0.072 0.143-0.207 0.243-0.365 0.27l-2 0.333c-0.028 0.005-0.056 0.007-0.083 0.007z\"/>\n<path class=\"path2\" d=\"M2.5 10c-0.128 0-0.256-0.049-0.354-0.146l-1-1c-0.132-0.132-0.18-0.328-0.123-0.506s0.209-0.31 0.394-0.341l2-0.333c0.273-0.045 0.53 0.139 0.575 0.411s-0.139 0.53-0.411 0.575l-1.042 0.174 0.313 0.313c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M14.833 15c-0.24 0-0.452-0.173-0.493-0.418l-0.333-2c-0.027-0.159 0.025-0.322 0.14-0.436l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-0.818 0.818 0.291 1.746c0.045 0.272-0.139 0.53-0.411 0.575-0.028 0.005-0.055 0.007-0.083 0.007z\"/>\n<path class=\"path4\" d=\"M15.5 19c-0.082 0-0.164-0.020-0.239-0.061l-3-1.636c-0.242-0.132-0.332-0.436-0.2-0.678s0.436-0.332 0.678-0.2l2.099 1.145-0.165-0.987c-0.045-0.272 0.139-0.53 0.411-0.575s0.53 0.139 0.575 0.411l0.333 2c0.031 0.189-0.048 0.379-0.203 0.49-0.086 0.061-0.188 0.093-0.29 0.093z\"/>\n<path class=\"path5\" d=\"M5.334 14c-0.027 0-0.055-0.002-0.083-0.007-0.272-0.045-0.456-0.303-0.411-0.575l0.124-0.746-0.818-0.818c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l1 1c0.114 0.114 0.166 0.276 0.14 0.436l-0.167 1c-0.041 0.245-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path6\" d=\"M4.5 19c-0.102 0-0.204-0.031-0.29-0.093-0.156-0.111-0.235-0.301-0.203-0.49l0.5-3c0.045-0.272 0.303-0.456 0.575-0.411s0.456 0.303 0.411 0.575l-0.331 1.987 1.099-0.599c0.242-0.132 0.546-0.043 0.678 0.199s0.043 0.546-0.2 0.678l-2 1.091c-0.075 0.041-0.157 0.061-0.239 0.061z\"/>\n<path class=\"path7\" d=\"M8.5 16.818c-0.177 0-0.349-0.094-0.439-0.261-0.132-0.242-0.043-0.546 0.2-0.678l1.5-0.818c0.149-0.081 0.33-0.081 0.479 0l0.5 0.273c0.242 0.132 0.332 0.436 0.2 0.678s-0.436 0.332-0.678 0.2l-0.261-0.142-1.261 0.688c-0.076 0.041-0.158 0.061-0.239 0.061z\"/>\n<path class=\"path8\" d=\"M17.5 10c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l0.313-0.313-2.042-0.34c-0.272-0.045-0.456-0.303-0.411-0.575s0.303-0.456 0.575-0.411l3 0.5c0.185 0.031 0.337 0.162 0.394 0.341s0.010 0.374-0.123 0.506l-1 1c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path9\" d=\"M13.501 8.167c-0.027 0-0.055-0.002-0.083-0.007l-1-0.167c-0.158-0.026-0.293-0.127-0.365-0.27l-1-2c-0.123-0.247-0.023-0.547 0.224-0.671s0.547-0.023 0.671 0.224l0.886 1.772 0.749 0.125c0.272 0.045 0.456 0.303 0.411 0.575-0.041 0.244-0.253 0.418-0.493 0.418z\"/>\n<path class=\"path10\" d=\"M9 5c-0.075 0-0.151-0.017-0.223-0.053-0.247-0.123-0.347-0.424-0.224-0.671l1-2c0.085-0.169 0.258-0.276 0.447-0.276 0 0 0 0 0 0 0.189 0 0.363 0.107 0.447 0.276l0.5 1c0.123 0.247 0.023 0.547-0.224 0.671s-0.547 0.023-0.671-0.224l-0.053-0.106-0.553 1.106c-0.088 0.175-0.264 0.277-0.448 0.277z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-flag\" viewBox=\"0 0 20 20\">\n<title>flag</title>\n<path class=\"path1\" d=\"M1.5 19c-0.276 0-0.5-0.224-0.5-0.5v-15c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M3.5 10c-0.104 0-0.21-0.033-0.3-0.1-0.221-0.166-0.266-0.479-0.1-0.7 0.067-0.090 1.676-2.2 3.9-2.2 1.694 0 2.813 0.599 3.801 1.127 0.875 0.468 1.631 0.873 2.699 0.873 2.192 0 3.758-2.080 4.65-3.718-0.698 0.397-1.59 0.718-2.65 0.718-2.207 0-3.347-1.14-4.354-2.146-0.995-0.995-1.854-1.854-3.646-1.854-2.224 0-3.587 1.782-3.6 1.8-0.166 0.221-0.479 0.266-0.7 0.1s-0.266-0.479-0.1-0.7c0.067-0.090 1.681-2.2 4.4-2.2 2.207 0 3.347 1.14 4.354 2.146 0.995 0.995 1.854 1.854 3.646 1.854 2.224 0 3.587-1.782 3.6-1.8 0.147-0.196 0.415-0.257 0.632-0.143s0.32 0.368 0.242 0.601c-0.021 0.064-0.533 1.581-1.558 3.119-0.612 0.918-1.282 1.653-1.991 2.185-0.918 0.688-1.902 1.037-2.925 1.037-1.318 0-2.26-0.504-3.171-0.991-0.97-0.519-1.886-1.009-3.329-1.009-1.73 0-3.087 1.782-3.1 1.8-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-envelope\" viewBox=\"0 0 20 20\">\n<title>envelope</title>\n<path class=\"path1\" d=\"M17.5 6h-16c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h16c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM17.5 7c0.030 0 0.058 0.003 0.087 0.008l-7.532 5.021c-0.29 0.193-0.819 0.193-1.109 0l-7.532-5.021c0.028-0.005 0.057-0.008 0.087-0.008h16zM17.5 17h-16c-0.276 0-0.5-0.224-0.5-0.5v-8.566l7.391 4.927c0.311 0.207 0.71 0.311 1.109 0.311s0.798-0.104 1.109-0.311l7.391-4.927v8.566c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paperclip\" viewBox=\"0 0 20 20\">\n<title>paperclip</title>\n<path class=\"path1\" d=\"M9.5 20c-2.481 0-4.5-2.019-4.5-4.5v-12c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v11c0 1.378-1.122 2.5-2.5 2.5s-2.5-1.122-2.5-2.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827 0.673 1.5 1.5 1.5s1.5-0.673 1.5-1.5v-11c0-1.378-1.122-2.5-2.5-2.5s-2.5 1.122-2.5 2.5v12c0 1.93 1.57 3.5 3.5 3.5s3.5-1.57 3.5-3.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7c0 2.481-2.019 4.5-4.5 4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-inbox\" viewBox=\"0 0 20 20\">\n<title>inbox</title>\n<path class=\"path1\" d=\"M19.557 10.383l-2.698-6.168c-0.298-0.682-1.115-1.216-1.859-1.216h-10c-0.744 0-1.561 0.534-1.859 1.216l-2.698 6.168c-0.248 0.568-0.443 1.497-0.443 2.117v4c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.619-0.194-1.549-0.443-2.117zM4.057 4.617c0.141-0.323 0.591-0.617 0.943-0.617h10c0.352 0 0.802 0.294 0.943 0.617l2.698 6.168c0.030 0.069 0.060 0.148 0.089 0.233-0.075-0.012-0.152-0.018-0.23-0.018h-6c-0.276 0-0.5 0.224-0.5 0.5v0.5c0 1.103-0.897 2-2 2s-2-0.897-2-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-6c-0.078 0-0.155 0.006-0.23 0.018 0.029-0.085 0.058-0.164 0.089-0.233l2.698-6.168zM19 16.5c0 0.276-0.224 0.5-0.5 0.5h-17c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5h5.5c0 1.654 1.346 3 3 3s3-1.346 3-3h5.5c0.276 0 0.5 0.224 0.5 0.5v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-eye\" viewBox=\"0 0 20 20\">\n<title>eye</title>\n<path class=\"path1\" d=\"M19.872 10.166c-0.047-0.053-1.182-1.305-2.956-2.572-1.047-0.748-2.1-1.344-3.13-1.773-1.305-0.544-2.579-0.82-3.786-0.82s-2.481 0.276-3.786 0.82c-1.030 0.429-2.083 1.026-3.13 1.773-1.774 1.267-2.909 2.52-2.956 2.572-0.171 0.19-0.171 0.479 0 0.669 0.047 0.053 1.182 1.305 2.956 2.572 1.047 0.748 2.1 1.344 3.13 1.773 1.305 0.544 2.579 0.82 3.786 0.82s2.481-0.276 3.786-0.82c1.030-0.429 2.083-1.026 3.13-1.773 1.774-1.267 2.909-2.52 2.956-2.572 0.171-0.19 0.171-0.479 0-0.669zM12.574 6.438c0.907 0.763 1.426 1.873 1.426 3.062 0 2.206-1.794 4-4 4s-4-1.794-4-4c0-1.188 0.519-2.299 1.426-3.062 0.822-0.268 1.691-0.438 2.574-0.438s1.752 0.17 2.574 0.438zM16.317 12.606c-1.533 1.092-3.873 2.394-6.317 2.394s-4.784-1.302-6.317-2.394c-1.157-0.824-2.042-1.658-2.489-2.106 0.447-0.448 1.332-1.281 2.489-2.106 0.53-0.378 1.156-0.78 1.85-1.145-0.347 0.688-0.533 1.455-0.533 2.251 0 2.757 2.243 5 5 5s5-2.243 5-5c0-0.796-0.186-1.563-0.533-2.251 0.694 0.365 1.32 0.768 1.85 1.145 1.157 0.824 2.042 1.658 2.489 2.106-0.447 0.448-1.332 1.281-2.489 2.106z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-printer\" viewBox=\"0 0 20 20\">\n<title>printer</title>\n<path class=\"path1\" d=\"M18.5 4h-1.5v-2.5c0-0.827-0.673-1.5-1.5-1.5h-11c-0.827 0-1.5 0.673-1.5 1.5v2.5h-1.5c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h1.5v2.5c0 0.827 0.673 1.5 1.5 1.5h11c0.827 0 1.5-0.673 1.5-1.5v-2.5h1.5c0.827 0 1.5-0.673 1.5-1.5v-9c0-0.827-0.673-1.5-1.5-1.5zM4 1.5c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v2.5h-12v-2.5zM15.5 19h-11c-0.276 0-0.5-0.224-0.5-0.5v-6.5h12v6.5c0 0.276-0.224 0.5-0.5 0.5zM19 14.5c0 0.276-0.224 0.5-0.5 0.5h-1.5v-3h0.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5v3h-1.5c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h17c0.276 0 0.5 0.224 0.5 0.5v9z\"/>\n<path class=\"path2\" d=\"M14.5 14h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 16h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 9c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM16.5 7c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-empty\" viewBox=\"0 0 20 20\">\n<title>file-empty</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-file-add\" viewBox=\"0 0 20 20\">\n<title>file-add</title>\n<path class=\"path1\" d=\"M17.854 5.646l-4.5-4.5c-0.094-0.094-0.221-0.146-0.354-0.146h-9.5c-0.827 0-1.5 0.673-1.5 1.5v16c0 0.827 0.673 1.5 1.5 1.5h13c0.827 0 1.5-0.673 1.5-1.5v-12.5c0-0.133-0.053-0.26-0.146-0.354zM16.793 6h-3.293c-0.276 0-0.5-0.224-0.5-0.5v-3.293l3.793 3.793zM16.5 19h-13c-0.276 0-0.5-0.224-0.5-0.5v-16c0-0.276 0.224-0.5 0.5-0.5h8.5v3.5c0 0.827 0.673 1.5 1.5 1.5h3.5v11.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 13h-2.5v-2.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.5h-2.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h2.5v2.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-2.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter\" viewBox=\"0 0 20 20\">\n<title>enter</title>\n<path class=\"path1\" d=\"M17.5 2h-9c-0.827 0-1.5 0.673-1.5 1.5v3c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h7.564l-3.842 1.647c-0.685 0.294-1.222 1.108-1.222 1.853v9.5h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5h2.5v1.5c0 0.433 0.18 0.801 0.495 1.008 0.174 0.114 0.376 0.172 0.589 0.172 0.173 0 0.354-0.038 0.532-0.114l5.162-2.212c0.685-0.294 1.222-1.108 1.222-1.854v-12c0-0.827-0.673-1.5-1.5-1.5zM18 15.5c0 0.351-0.294 0.796-0.616 0.934l-5.162 2.212c-0.096 0.041-0.159 0.038-0.177 0.027s-0.045-0.069-0.045-0.173v-12c0-0.351 0.294-0.796 0.616-0.934l5.333-2.286c0.033 0.066 0.051 0.141 0.051 0.22v12z\"/>\n<path class=\"path2\" d=\"M8.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit\" viewBox=\"0 0 20 20\">\n<title>exit</title>\n<path class=\"path1\" d=\"M11.5 8c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.827-0.673-1.5-1.5-1.5h-9c-0.827 0-1.5 0.673-1.5 1.5v12c0 0.746 0.537 1.56 1.222 1.853l5.162 2.212c0.178 0.076 0.359 0.114 0.532 0.114 0.213-0 0.416-0.058 0.589-0.172 0.314-0.207 0.495-0.575 0.495-1.008v-1.5h2.5c0.827 0 1.5-0.673 1.5-1.5v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5h-2.5v-9.5c0-0.746-0.537-1.56-1.222-1.853l-3.842-1.647h7.564c0.276 0 0.5 0.224 0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5zM6.384 5.566c0.322 0.138 0.616 0.584 0.616 0.934v12c0 0.104-0.028 0.162-0.045 0.173s-0.081 0.014-0.177-0.027l-5.162-2.212c-0.322-0.138-0.616-0.583-0.616-0.934v-12c0-0.079 0.018-0.153 0.051-0.22l5.333 2.286z\"/>\n<path class=\"path2\" d=\"M18.354 9.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.293l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-graduation-hat\" viewBox=\"0 0 20 20\">\n<title>graduation-hat</title>\n<path class=\"path1\" d=\"M18.658 7.026l-9-3c-0.103-0.034-0.214-0.034-0.316 0l-9 3c-0.204 0.068-0.342 0.259-0.342 0.474s0.138 0.406 0.342 0.474l2.658 0.886v2.64c0 0.133 0.053 0.26 0.146 0.354 0.088 0.088 2.194 2.146 6.354 2.146 1.513 0 2.924-0.272 4.195-0.809 0.254-0.107 0.373-0.401 0.266-0.655s-0.401-0.373-0.655-0.266c-1.147 0.485-2.427 0.73-3.805 0.73-1.945 0-3.376-0.504-4.234-0.926-0.635-0.313-1.060-0.629-1.266-0.799v-2.081l5.342 1.781c0.051 0.017 0.105 0.026 0.158 0.026s0.107-0.009 0.158-0.026l5.342-1.781v0.892c-0.582 0.206-1 0.762-1 1.414 0 0.611 0.367 1.137 0.892 1.371l-0.877 3.508c-0.037 0.149-0.004 0.308 0.091 0.429s0.24 0.192 0.394 0.192h2c0.154 0 0.299-0.071 0.394-0.192s0.128-0.28 0.091-0.429l-0.877-3.508c0.525-0.234 0.892-0.76 0.892-1.371 0-0.652-0.418-1.208-1-1.414v-1.226l2.658-0.886c0.204-0.068 0.342-0.259 0.342-0.474s-0.138-0.406-0.342-0.474zM15.5 11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5-0.5-0.224-0.5-0.5 0.224-0.5 0.5-0.5zM15.14 16l0.36-1.438 0.36 1.438h-0.719zM15.46 7.986l-5.877-0.98c-0.273-0.045-0.53 0.139-0.575 0.411s0.139 0.53 0.411 0.575l4.014 0.669-3.932 1.311-7.419-2.473 7.419-2.473 7.419 2.473-1.459 0.486z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-license\" viewBox=\"0 0 20 20\">\n<title>license</title>\n<path class=\"path1\" d=\"M18.5 18h-17c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v13c0 0.827-0.673 1.5-1.5 1.5zM1.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-13c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M9.5 6h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 9h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M9.5 11h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M9.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M8.5 15h-5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M17.943 6.544l-0.813-0.591-0.311-0.956h-1.005l-0.813-0.591-0.813 0.591h-1.005l-0.311 0.956-0.813 0.591 0.311 0.956-0.311 0.956 0.813 0.591 0.132 0.406c-0.002 0.016-0.002 0.031-0.002 0.047v5c0 0.202 0.122 0.385 0.309 0.462s0.402 0.035 0.545-0.108l1.146-1.146 1.146 1.146c0.096 0.096 0.223 0.147 0.354 0.146 0.064 0 0.129-0.012 0.191-0.038 0.187-0.077 0.309-0.26 0.309-0.462v-5c0-0.016-0.001-0.032-0.002-0.047l0.132-0.406 0.813-0.591-0.311-0.956 0.311-0.956zM13.233 6.926l0.488-0.355 0.187-0.574h0.604l0.488-0.355 0.488 0.355h0.604l0.187 0.574 0.488 0.355-0.187 0.574 0.187 0.574-0.488 0.355-0.187 0.574h-0.604l-0.488 0.355-0.488-0.355h-0.604l-0.187-0.574-0.488-0.355 0.187-0.574-0.187-0.574zM15.354 12.646c-0.195-0.195-0.512-0.195-0.707 0l-0.646 0.646v-3.29h0.187l0.813 0.591 0.813-0.591h0.187v3.29l-0.646-0.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-music-note\" viewBox=\"0 0 20 20\">\n<title>music-note</title>\n<path class=\"path1\" d=\"M19.82 1.116c-0.114-0.095-0.264-0.135-0.41-0.108l-11 2c-0.238 0.043-0.411 0.25-0.411 0.492v11.399c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-10.084l10-1.847v8.33c-0.136-0.092-0.286-0.179-0.448-0.26-0.824-0.412-1.907-0.639-3.052-0.639s-2.228 0.227-3.052 0.639c-0.934 0.467-1.448 1.128-1.448 1.861s0.514 1.395 1.448 1.861c0.824 0.412 1.907 0.639 3.052 0.639s2.228-0.227 3.052-0.639c0.934-0.467 1.448-1.128 1.448-1.861v-13c0-0.148-0.066-0.289-0.18-0.384zM4.5 18c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5 3.5 0.792 3.5 1.5-1.497 1.5-3.5 1.5zM9 5.399v-1.482l10-1.818v1.453l-10 1.847zM15.5 16c-2.003 0-3.5-0.792-3.5-1.5s1.497-1.5 3.5-1.5c2.003 0 3.5 0.792 3.5 1.5s-1.497 1.5-3.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-film-play\" viewBox=\"0 0 20 20\">\n<title>film-play</title>\n<path class=\"path1\" d=\"M7.5 15c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-9c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l6 4.5c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-6 4.5c-0.088 0.066-0.194 0.1-0.3 0.1zM8 6.5v7l4.667-3.5-4.667-3.5z\"/>\n<path class=\"path2\" d=\"M19.5 2h-19c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276 0.224 0.5 0.5 0.5h19c0.276 0 0.5-0.224 0.5-0.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3 11h-2v-2h2v2zM3 8h-2v-2h2v2zM1 12h2v2h-2v-2zM4 3h12v14h-12v-14zM17 9h2v2h-2v-2zM17 8v-2h2v2h-2zM17 12h2v2h-2v-2zM19 5h-2v-2h2v2zM3 3v2h-2v-2h2zM1 15h2v2h-2v-2zM17 17v-2h2v2h-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera-video\" viewBox=\"0 0 20 20\">\n<title>camera-video</title>\n<path class=\"path1\" d=\"M19.131 17.053c-0 0-0 0-0 0-0.242-0-0.485-0.097-0.724-0.288l-3.438-2.751c-0.552-0.442-0.969-1.308-0.969-2.015v-3c0-0.707 0.416-1.573 0.969-2.015l3.438-2.751c0.239-0.191 0.482-0.288 0.724-0.288 0.433-0 0.869 0.326 0.869 1.053v11c0 0.278-0.064 0.512-0.19 0.694-0.157 0.228-0.405 0.359-0.679 0.359zM19 5.040l-3.407 2.725c-0.31 0.248-0.593 0.837-0.593 1.234v3c0 0.398 0.283 0.986 0.593 1.234l3.407 2.725v-10.919z\"/>\n<path class=\"path2\" d=\"M11.5 17h-10c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h10c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-camera\" viewBox=\"0 0 20 20\">\n<title>camera</title>\n<path class=\"path1\" d=\"M9.5 15c-2.481 0-4.5-2.019-4.5-4.5s2.019-4.5 4.5-4.5c2.481 0 4.5 2.019 4.5 4.5s-2.019 4.5-4.5 4.5zM9.5 7c-1.93 0-3.5 1.57-3.5 3.5s1.57 3.5 3.5 3.5 3.5-1.57 3.5-3.5-1.57-3.5-3.5-3.5z\"/>\n<path class=\"path2\" d=\"M17.5 18h-16c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h1.5c0.415 0 1.060-0.267 1.354-0.561l0.586-0.586c0.487-0.487 1.373-0.854 2.061-0.854h5c0.688 0 1.574 0.367 2.061 0.854l0.586 0.586c0.293 0.293 0.939 0.561 1.354 0.561h1.5c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-1.5c-0.688 0-1.574-0.367-2.061-0.854l-0.586-0.586c-0.293-0.293-0.939-0.561-1.354-0.561h-5c-0.415 0-1.060 0.267-1.354 0.561l-0.586 0.586c-0.487 0.487-1.372 0.854-2.061 0.854h-1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-picture\" viewBox=\"0 0 20 20\">\n<title>picture</title>\n<path class=\"path1\" d=\"M18.5 20h-17c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h17c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM1.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h17c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-17z\"/>\n<path class=\"path2\" d=\"M13 9c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM13 6c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.5 2h-15c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-12c0-0.276-0.224-0.5-0.5-0.5zM3 11.69l3.209-3.611c0.082-0.092 0.189-0.144 0.302-0.145s0.221 0.048 0.305 0.138l5.533 5.928h-9.349v-2.31zM17 14h-3.283l-6.169-6.61c-0.279-0.299-0.651-0.461-1.049-0.456s-0.766 0.176-1.037 0.481l-2.462 2.77v-7.185h14v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-book\" viewBox=\"0 0 20 20\">\n<title>book</title>\n<path class=\"path1\" d=\"M14.5 18h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M16.5 3c-0.276 0-0.5 0.224-0.5 0.5v15c0 0.276-0.224 0.5-0.5 0.5h-11c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5h9c0.827 0 1.5-0.673 1.5-1.5v-12c0-0.827-0.673-1.5-1.5-1.5h-10c-0.827 0-1.5 0.673-1.5 1.5v15c0 1.378 1.122 2.5 2.5 2.5h11c0.827 0 1.5-0.673 1.5-1.5v-15c0-0.276-0.224-0.5-0.5-0.5zM3.5 2h10c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5h-9c-0.562 0-1.082 0.187-1.5 0.501v-13.001c0-0.276 0.224-0.5 0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bookmark\" viewBox=\"0 0 20 20\">\n<title>bookmark</title>\n<path class=\"path1\" d=\"M15.5 20c-0.143 0-0.283-0.062-0.38-0.175l-5.62-6.557-5.62 6.557c-0.136 0.159-0.357 0.216-0.553 0.144s-0.327-0.26-0.327-0.469v-18c0-0.276 0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5v18c0 0.209-0.13 0.396-0.327 0.469-0.057 0.021-0.115 0.031-0.173 0.031zM9.5 12c0.146 0 0.285 0.064 0.38 0.175l5.12 5.974v-16.148h-11v16.148l5.12-5.974c0.095-0.111 0.234-0.175 0.38-0.175z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-user\" viewBox=\"0 0 20 20\">\n<title>user</title>\n<path class=\"path1\" d=\"M9.5 11c-3.033 0-5.5-2.467-5.5-5.5s2.467-5.5 5.5-5.5 5.5 2.467 5.5 5.5-2.467 5.5-5.5 5.5zM9.5 1c-2.481 0-4.5 2.019-4.5 4.5s2.019 4.5 4.5 4.5c2.481 0 4.5-2.019 4.5-4.5s-2.019-4.5-4.5-4.5z\"/>\n<path class=\"path2\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5 0-0.068 0.014-1.685 1.225-3.3 0.705-0.94 1.67-1.687 2.869-2.219 1.464-0.651 3.283-0.981 5.406-0.981s3.942 0.33 5.406 0.981c1.199 0.533 2.164 1.279 2.869 2.219 1.211 1.615 1.225 3.232 1.225 3.3 0 0.827-0.673 1.5-1.5 1.5zM9.5 13c-3.487 0-6.060 0.953-7.441 2.756-1.035 1.351-1.058 2.732-1.059 2.746 0 0.274 0.224 0.498 0.5 0.498h16c0.276 0 0.5-0.224 0.5-0.5-0-0.012-0.023-1.393-1.059-2.744-1.382-1.803-3.955-2.756-7.441-2.756z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-users\" viewBox=\"0 0 20 20\">\n<title>users</title>\n<path class=\"path1\" d=\"M18.5 18h-11c-0.827 0-1.5-0.673-1.5-1.5 0-0.048 0.011-1.19 0.924-2.315 0.525-0.646 1.241-1.158 2.128-1.522 1.071-0.44 2.4-0.662 3.948-0.662s2.876 0.223 3.948 0.662c0.887 0.364 1.603 0.876 2.128 1.522 0.914 1.125 0.924 2.267 0.924 2.315 0 0.827-0.673 1.5-1.5 1.5zM7 16.503c0.001 0.275 0.225 0.497 0.5 0.497h11c0.275 0 0.499-0.223 0.5-0.497-0.001-0.035-0.032-0.895-0.739-1.734-0.974-1.157-2.793-1.768-5.261-1.768s-4.287 0.612-5.261 1.768c-0.707 0.84-0.738 1.699-0.739 1.734z\"/>\n<path class=\"path2\" d=\"M13 11c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4c0 2.206-1.794 4-4 4zM13 4c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path3\" d=\"M4.5 18h-3c-0.827 0-1.5-0.673-1.5-1.5 0-0.037 0.008-0.927 0.663-1.8 0.378-0.505 0.894-0.904 1.533-1.188 0.764-0.34 1.708-0.512 2.805-0.512 0.179 0 0.356 0.005 0.527 0.014 0.276 0.015 0.487 0.25 0.473 0.526s-0.25 0.488-0.526 0.473c-0.153-0.008-0.312-0.012-0.473-0.012-3.894 0-3.997 2.379-4 2.503 0.001 0.274 0.225 0.497 0.5 0.497h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M5 12c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM5 7c-1.103 0-2 0.897-2 2s0.897 2 2 2 2-0.897 2-2c0-1.103-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-shirt\" viewBox=\"0 0 20 20\">\n<title>shirt</title>\n<path class=\"path1\" d=\"M13.5 19h-8c-0.827 0-1.5-0.673-1.5-1.5v-9.306l-2.342 0.781c-0.262 0.087-0.545-0.054-0.632-0.316l-1-3c-0.079-0.236 0.028-0.494 0.251-0.605l6-3c0.155-0.077 0.339-0.069 0.486 0.022s0.237 0.252 0.237 0.425c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.173 0.090-0.334 0.237-0.425s0.331-0.099 0.486-0.022l6 3c0.223 0.111 0.329 0.369 0.251 0.605l-1 3c-0.087 0.262-0.37 0.404-0.632 0.316l-2.342-0.781v9.306c0 0.827-0.673 1.5-1.5 1.5zM4.5 7c0.104 0 0.206 0.032 0.292 0.094 0.13 0.094 0.208 0.245 0.208 0.406v10c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.161 0.077-0.312 0.208-0.406s0.298-0.12 0.45-0.069l2.526 0.842 0.705-2.114-4.973-2.487c-0.351 1.562-1.749 2.733-3.415 2.733s-3.065-1.171-3.415-2.733l-4.973 2.487 0.705 2.114 2.526-0.842c0.052-0.017 0.105-0.026 0.158-0.026z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-store\" viewBox=\"0 0 20 20\">\n<title>store</title>\n<path class=\"path1\" d=\"M18 9.5v-1c0-0.078-0.018-0.154-0.053-0.224l-2-4c-0.085-0.169-0.258-0.276-0.447-0.276h-12c-0.189 0-0.363 0.107-0.447 0.276l-2 4c-0.035 0.069-0.053 0.146-0.053 0.224v1c0 0.816 0.393 1.542 1 1.999v6.501h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6.501c0.607-0.457 1-1.182 1-1.999zM11.5 11c-0.827 0-1.5-0.673-1.5-1.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5zM2 9.5v-0.5h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5zM9 5v3h-2.86l0.75-3h2.11zM12.11 5l0.75 3h-2.86v-3h2.11zM6 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM14 9h3v0.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5v-0.5zM16.691 8h-2.801l-0.75-3h2.051l1.5 3zM3.809 5h2.051l-0.75 3h-2.801l1.5-3zM3 11.95c0.162 0.033 0.329 0.050 0.5 0.050 0.817 0 1.544-0.394 2-1.002 0.456 0.608 1.183 1.002 2 1.002s1.544-0.394 2-1.002c0.361 0.48 0.89 0.827 1.5 0.951v6.050h-8v-6.050zM16 18h-4v-6.050c0.61-0.124 1.139-0.471 1.5-0.951 0.456 0.608 1.183 1.002 2 1.002 0.171 0 0.338-0.017 0.5-0.050v6.050z\"/>\n<path class=\"path2\" d=\"M14 14.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M5.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3-3c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path5\" d=\"M8.5 17c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l1-1c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-1 1c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cart\" viewBox=\"0 0 20 20\">\n<title>cart</title>\n<path class=\"path1\" d=\"M8 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM8 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path2\" d=\"M15 20c-1.103 0-2-0.897-2-2s0.897-2 2-2 2 0.897 2 2-0.897 2-2 2zM15 17c-0.551 0-1 0.449-1 1s0.449 1 1 1 1-0.449 1-1-0.449-1-1-1z\"/>\n<path class=\"path3\" d=\"M17.539 4.467c-0.251-0.297-0.63-0.467-1.039-0.467h-12.243l-0.099-0.596c-0.131-0.787-0.859-1.404-1.658-1.404h-1c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1c0.307 0 0.621 0.266 0.671 0.569l1.671 10.027c0.131 0.787 0.859 1.404 1.658 1.404h10c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-10c-0.307 0-0.621-0.266-0.671-0.569l-0.247-1.48 9.965-0.867c0.775-0.067 1.483-0.721 1.611-1.489l0.671-4.027c0.067-0.404-0.038-0.806-0.289-1.102zM16.842 5.404l-0.671 4.027c-0.053 0.316-0.391 0.629-0.711 0.657l-10.043 0.873-0.994-5.962h12.076c0.117 0 0.215 0.040 0.276 0.113s0.085 0.176 0.066 0.291z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tag\" viewBox=\"0 0 20 20\">\n<title>tag</title>\n<path class=\"path1\" d=\"M7.5 19.085c-0.401 0-0.778-0.156-1.061-0.438l-5.086-5.086c-0.283-0.283-0.438-0.659-0.438-1.061s0.156-0.778 0.438-1.061l8.586-8.586c0.487-0.487 1.372-0.854 2.061-0.854h4.5c0.827 0 1.5 0.673 1.5 1.5v4.5c0 0.688-0.367 1.574-0.853 2.061l-8.586 8.586c-0.283 0.283-0.659 0.438-1.061 0.438zM12 3c-0.415 0-1.060 0.267-1.353 0.561l-8.586 8.586c-0.094 0.094-0.145 0.219-0.145 0.354s0.052 0.26 0.145 0.353l5.086 5.086c0.094 0.094 0.219 0.145 0.354 0.145s0.26-0.052 0.354-0.145l8.586-8.586c0.293-0.293 0.561-0.939 0.561-1.354v-4.5c0-0.276-0.224-0.5-0.5-0.5h-4.5z\"/>\n<path class=\"path2\" d=\"M14.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone-handset\" viewBox=\"0 0 20 20\">\n<title>phone-handset</title>\n<path class=\"path1\" d=\"M16 20c-1.771 0-3.655-0.502-5.6-1.492-1.793-0.913-3.564-2.22-5.122-3.78s-2.863-3.333-3.775-5.127c-0.988-1.946-1.49-3.83-1.49-5.601 0-1.148 1.070-2.257 1.529-2.68 0.661-0.609 1.701-1.32 2.457-1.32 0.376 0 0.816 0.246 1.387 0.774 0.425 0.394 0.904 0.928 1.383 1.544 0.289 0.372 1.73 2.271 1.73 3.182 0 0.747-0.845 1.267-1.739 1.816-0.346 0.212-0.703 0.432-0.961 0.639-0.276 0.221-0.325 0.338-0.333 0.364 0.949 2.366 3.85 5.267 6.215 6.215 0.021-0.007 0.138-0.053 0.363-0.333 0.207-0.258 0.427-0.616 0.639-0.961 0.55-0.894 1.069-1.739 1.816-1.739 0.911 0 2.81 1.441 3.182 1.73 0.616 0.479 1.15 0.958 1.544 1.383 0.528 0.57 0.774 1.011 0.774 1.387 0 0.756-0.711 1.799-1.319 2.463-0.424 0.462-1.533 1.537-2.681 1.537zM3.994 1c-0.268 0.005-0.989 0.333-1.773 1.055-0.744 0.686-1.207 1.431-1.207 1.945 0 6.729 8.264 15 14.986 15 0.513 0 1.258-0.465 1.944-1.213 0.723-0.788 1.051-1.512 1.056-1.781-0.032-0.19-0.558-0.929-1.997-2.037-1.237-0.952-2.24-1.463-2.498-1.469-0.018 0.005-0.13 0.048-0.357 0.336-0.197 0.251-0.408 0.594-0.613 0.926-0.56 0.911-1.089 1.772-1.858 1.772-0.124 0-0.246-0.024-0.363-0.071-2.625-1.050-5.729-4.154-6.779-6.779-0.126-0.315-0.146-0.809 0.474-1.371 0.33-0.299 0.786-0.579 1.228-0.851 0.332-0.204 0.676-0.415 0.926-0.613 0.288-0.227 0.331-0.339 0.336-0.357-0.007-0.258-0.517-1.261-1.469-2.498-1.108-1.439-1.847-1.964-2.037-1.997z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-phone\" viewBox=\"0 0 20 20\">\n<title>phone</title>\n<path class=\"path1\" d=\"M17.894 8.897c-1.041 0-2.928-0.375-3.516-0.963-0.361-0.361-0.446-0.813-0.515-1.177-0.085-0.448-0.136-0.581-0.332-0.666-0.902-0.388-2.196-0.61-3.551-0.61-1.34 0-2.62 0.219-3.512 0.6-0.194 0.083-0.244 0.216-0.327 0.663-0.068 0.365-0.152 0.819-0.512 1.179-0.328 0.328-1.015 0.554-1.533 0.685-0.668 0.169-1.384 0.267-1.963 0.267-0.664 0-1.113-0.126-1.372-0.386-0.391-0.391-0.641-0.926-0.685-1.467-0.037-0.456 0.051-1.132 0.68-1.762 1.022-1.022 2.396-1.819 4.086-2.368 1.554-0.506 3.322-0.773 5.114-0.773 1.804 0 3.587 0.27 5.156 0.782 1.705 0.556 3.093 1.361 4.124 2.393 1.050 1.050 0.79 2.443 0.012 3.221-0.257 0.257-0.7 0.382-1.354 0.382zM9.98 4.481c1.507 0 2.908 0.246 3.946 0.691 0.713 0.306 0.833 0.938 0.92 1.398 0.052 0.275 0.097 0.513 0.24 0.656 0.252 0.252 1.706 0.671 2.809 0.671 0.481 0 0.633-0.082 0.652-0.094 0.31-0.314 0.698-1.086-0.017-1.802-1.805-1.805-5.010-2.882-8.574-2.882-3.535 0-6.709 1.065-8.493 2.848-0.288 0.288-0.42 0.616-0.391 0.974 0.025 0.302 0.17 0.614 0.39 0.836 0.019 0.012 0.173 0.098 0.67 0.098 1.098 0 2.541-0.411 2.789-0.659 0.141-0.141 0.185-0.379 0.236-0.654 0.086-0.462 0.203-1.095 0.917-1.4 1.026-0.439 2.413-0.68 3.905-0.68z\"/>\n<path class=\"path2\" d=\"M16.5 18h-13c-0.671 0-1.29-0.264-1.743-0.743s-0.682-1.112-0.645-1.782c0.004-0.077 0.118-1.901 1.27-3.739 0.682-1.088 1.586-1.955 2.686-2.577 1.361-0.769 3.020-1.159 4.932-1.159s3.571 0.39 4.932 1.159c1.101 0.622 2.005 1.489 2.686 2.577 1.152 1.839 1.266 3.663 1.27 3.739 0.037 0.67-0.192 1.303-0.645 1.782s-1.072 0.743-1.743 0.743zM10 9c-3.117 0-5.388 1.088-6.749 3.233-1.030 1.623-1.139 3.282-1.14 3.299-0.022 0.392 0.111 0.761 0.373 1.038s0.623 0.43 1.017 0.43h13c0.393 0 0.754-0.153 1.017-0.43s0.395-0.646 0.373-1.039c-0.001-0.016-0.111-1.675-1.14-3.298-1.362-2.145-3.633-3.233-6.749-3.233z\"/>\n<path class=\"path3\" d=\"M10 16c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 11c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pushpin\" viewBox=\"0 0 20 20\">\n<title>pushpin</title>\n<path class=\"path1\" d=\"M18 6.793l-5.293-5.293c-0.188-0.188-0.44-0.292-0.707-0.292s-0.519 0.104-0.707 0.292l-0.293 0.293c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-2.793 2.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-0.293 0.293c-0.39 0.39-0.39 1.024 0 1.414l1.553 1.553-4.95 6.435c-0.153 0.199-0.135 0.481 0.043 0.658 0.097 0.097 0.225 0.146 0.354 0.146 0.107 0 0.214-0.034 0.305-0.104l6.435-4.95 1.553 1.553c0.188 0.188 0.44 0.292 0.707 0.292s0.519-0.104 0.707-0.292l0.293-0.293c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l2.793-2.793c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l0.293-0.293c0.188-0.188 0.292-0.44 0.292-0.707s-0.104-0.519-0.292-0.707zM4.234 15.266l2.533-3.293 0.76 0.76-3.293 2.533zM17 7.793c-0.101 0.101-0.358 0.207-0.5 0.207h-1c-0.41 0-0.917 0.21-1.207 0.5l-2.793 2.793c-0.29 0.29-0.5 0.797-0.5 1.207v1c0 0.142-0.106 0.399-0.207 0.5l-0.292 0.292c-0 0-0.001 0-0.001 0v0.001l-5.293-5.293 0.293-0.293c0.101-0.101 0.358-0.207 0.5-0.207h1c0.41 0 0.917-0.21 1.207-0.5l2.793-2.793c0.29-0.29 0.5-0.797 0.5-1.207v-1c0-0.142 0.106-0.399 0.207-0.5l0.293-0.293 5.293 5.293-0.293 0.293z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map-marker\" viewBox=\"0 0 20 20\">\n<title>map-marker</title>\n<path class=\"path1\" d=\"M10 20c-0.153 0-0.298-0.070-0.393-0.191-0.057-0.073-1.418-1.814-2.797-4.385-0.812-1.513-1.46-2.999-1.925-4.416-0.587-1.787-0.884-3.472-0.884-5.008 0-3.308 2.692-6 6-6s6 2.692 6 6c0 1.536-0.298 3.22-0.884 5.008-0.465 1.417-1.113 2.903-1.925 4.416-1.38 2.571-2.74 4.312-2.797 4.385-0.095 0.121-0.24 0.191-0.393 0.191zM10 1c-2.757 0-5 2.243-5 5 0 3.254 1.463 6.664 2.691 8.951 0.902 1.681 1.809 3.014 2.309 3.71 0.502-0.699 1.415-2.040 2.318-3.726 1.223-2.283 2.682-5.687 2.682-8.935 0-2.757-2.243-5-5-5z\"/>\n<path class=\"path2\" d=\"M10 9c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 4c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-map\" viewBox=\"0 0 20 20\">\n<title>map</title>\n<path class=\"path1\" d=\"M18.763 1.075c-0.147-0.091-0.331-0.099-0.486-0.022l-5.776 2.888-5.776-2.888c-0.141-0.070-0.306-0.070-0.447 0l-6 3c-0.169 0.085-0.276 0.258-0.276 0.447v15c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l5.776-2.888 5.776 2.888c0.141 0.070 0.307 0.070 0.447 0l6-3c0.169-0.085 0.276-0.258 0.276-0.447v-15c-0-0.173-0.090-0.334-0.237-0.425zM6 16.191l-5 2.5v-13.882l5-2.5v13.882zM7 2.309l5 2.5v13.882l-5-2.5v-13.882zM18 16.191l-5 2.5v-13.882l5-2.5v13.882z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-location\" viewBox=\"0 0 20 20\">\n<title>location</title>\n<path class=\"path1\" d=\"M8.5 20c-0.043 0-0.087-0.006-0.13-0.017-0.218-0.059-0.37-0.257-0.37-0.483v-7.5h-7.5c-0.226 0-0.424-0.152-0.483-0.37s0.037-0.449 0.232-0.562l19-11c0.196-0.113 0.444-0.081 0.604 0.079s0.193 0.408 0.079 0.604l-11 19c-0.091 0.157-0.258 0.249-0.433 0.249zM2.362 11h6.138c0.276 0 0.5 0.224 0.5 0.5v6.138l9.128-15.766-15.766 9.128z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-calendar-full\" viewBox=\"0 0 20 20\">\n<title>calendar-full</title>\n<path class=\"path1\" d=\"M18.5 2h-2.5v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-10v-0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v0.5h-2.5c-0.827 0-1.5 0.673-1.5 1.5v14c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-14c0-0.827-0.673-1.5-1.5-1.5zM1.5 3h2.5v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h10v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5h2.5c0.276 0 0.5 0.224 0.5 0.5v2.5h-18v-2.5c0-0.276 0.224-0.5 0.5-0.5zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-10.5h18v10.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M7.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M10.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M16.5 10h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M4.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M7.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M10.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M13.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M16.5 12h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path11\" d=\"M4.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path12\" d=\"M7.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path13\" d=\"M10.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path14\" d=\"M13.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path15\" d=\"M16.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path16\" d=\"M4.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path17\" d=\"M7.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path18\" d=\"M10.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path19\" d=\"M13.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path20\" d=\"M16.5 16h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-keyboard\" viewBox=\"0 0 20 20\">\n<title>keyboard</title>\n<path class=\"path1\" d=\"M17.5 16h-16c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM1.5 6c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M3.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M16.5 8h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M4.5 10h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M3.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M11.5 14h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M14.5 14h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M16.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2.5v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M5.5 12h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path10\" d=\"M6 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path11\" d=\"M8 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path12\" d=\"M10 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path13\" d=\"M12 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path14\" d=\"M14 7.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path15\" d=\"M7 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path16\" d=\"M9 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path17\" d=\"M11 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path18\" d=\"M13 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path19\" d=\"M15 9.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path20\" d=\"M8 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path21\" d=\"M10 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n<path class=\"path22\" d=\"M12 11.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-spell-check\" viewBox=\"0 0 20 20\">\n<title>spell-check</title>\n<path class=\"path1\" d=\"M4.5 14c-0.276 0-0.5 0.224-0.5 0.5v0.001c-0.418-0.315-0.938-0.501-1.5-0.501-1.378 0-2.5 1.122-2.5 2.5s1.122 2.5 2.5 2.5c0.562 0 1.082-0.187 1.5-0.501v0.001c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM2.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M8.5 14c-0.562 0-1.082 0.187-1.5 0.501v-4.001c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.001c0.418 0.315 0.938 0.501 1.5 0.501 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5zM8.5 18c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M14.5 19c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5c0.439 0 0.872 0.116 1.25 0.335 0.239 0.138 0.321 0.444 0.183 0.683s-0.444 0.321-0.683 0.183c-0.227-0.131-0.486-0.2-0.75-0.2-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5c0.264 0 0.523-0.069 0.75-0.2 0.239-0.138 0.545-0.057 0.683 0.182s0.057 0.545-0.182 0.683c-0.379 0.219-0.811 0.335-1.25 0.335z\"/>\n<path class=\"path4\" d=\"M11.5 10.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-screen\" viewBox=\"0 0 20 20\">\n<title>screen</title>\n<path class=\"path1\" d=\"M17.5 2h-16c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h7.5v2h-3.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h8c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-2h7.5c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5zM18 13.5c0 0.276-0.224 0.5-0.5 0.5h-16c-0.276 0-0.5-0.224-0.5-0.5v-10c0-0.276 0.224-0.5 0.5-0.5h16c0.276 0 0.5 0.224 0.5 0.5v10z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smartphone\" viewBox=\"0 0 20 20\">\n<title>smartphone</title>\n<path class=\"path1\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M14.5 20h-9c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h9c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM5.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-9z\"/>\n<path class=\"path3\" d=\"M13.5 16h-7c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM7 15h6v-12h-6v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-tablet\" viewBox=\"0 0 20 20\">\n<title>tablet</title>\n<path class=\"path1\" d=\"M16.5 20h-13c-0.827 0-1.5-0.673-1.5-1.5v-17c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v17c0 0.827-0.673 1.5-1.5 1.5zM3.5 1c-0.276 0-0.5 0.224-0.5 0.5v17c0 0.276 0.224 0.5 0.5 0.5h13c0.276 0 0.5-0.224 0.5-0.5v-17c0-0.276-0.224-0.5-0.5-0.5h-13z\"/>\n<path class=\"path2\" d=\"M10.5 18h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15.5 16h-11c-0.276 0-0.5-0.224-0.5-0.5v-13c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5v13c0 0.276-0.224 0.5-0.5 0.5zM5 15h10v-12h-10v12z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop\" viewBox=\"0 0 20 20\">\n<title>laptop</title>\n<path class=\"path1\" d=\"M3.5 14h13c0.827 0 1.5-0.673 1.5-1.5v-8c0-0.827-0.673-1.5-1.5-1.5h-13c-0.827 0-1.5 0.673-1.5 1.5v8c0 0.827 0.673 1.5 1.5 1.5zM3 4.5c0-0.276 0.224-0.5 0.5-0.5h13c0.276 0 0.5 0.224 0.5 0.5v8c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-8z\"/>\n<path class=\"path2\" d=\"M19.5 15h-19c-0.276 0-0.5 0.224-0.5 0.5v1c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-1c0-0.276-0.224-0.5-0.5-0.5zM18.5 17h-17c-0.276 0-0.5-0.224-0.5-0.5v-0.5h18v0.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-laptop-phone\" viewBox=\"0 0 20 20\">\n<title>laptop-phone</title>\n<path class=\"path1\" d=\"M11.5 14h-8c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h13c0.827 0 1.5 0.673 1.5 1.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5h-13c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M11.5 18h-10c-0.827 0-1.5-0.673-1.5-1.5v-1c0-0.276 0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.5v0.5c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 18h-4c-0.827 0-1.5-0.673-1.5-1.5v-8c0-0.827 0.673-1.5 1.5-1.5h4c0.827 0 1.5 0.673 1.5 1.5v8c0 0.827-0.673 1.5-1.5 1.5zM14.5 8c-0.276 0-0.5 0.224-0.5 0.5v8c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5v-8c0-0.276-0.224-0.5-0.5-0.5h-4z\"/>\n<path class=\"path4\" d=\"M16.5 16c-0.132 0-0.26-0.053-0.353-0.147s-0.147-0.222-0.147-0.353 0.053-0.261 0.147-0.353c0.093-0.093 0.222-0.147 0.353-0.147s0.261 0.053 0.353 0.147c0.093 0.093 0.147 0.222 0.147 0.353s-0.053 0.261-0.147 0.353c-0.093 0.093-0.222 0.147-0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-power-switch\" viewBox=\"0 0 20 20\">\n<title>power-switch</title>\n<path class=\"path1\" d=\"M9.5 12c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M9.5 19c-2.003 0-3.887-0.78-5.303-2.197s-2.197-3.3-2.197-5.303c0-1.648 0.525-3.212 1.517-4.523 0.96-1.268 2.324-2.215 3.84-2.666 0.265-0.079 0.543 0.072 0.622 0.337s-0.072 0.543-0.337 0.622c-2.733 0.814-4.643 3.376-4.643 6.231 0 3.584 2.916 6.5 6.5 6.5s6.5-2.916 6.5-6.5c0-2.855-1.909-5.417-4.643-6.231-0.265-0.079-0.415-0.357-0.337-0.622s0.357-0.415 0.622-0.337c1.517 0.451 2.88 1.398 3.84 2.666 0.993 1.311 1.517 2.875 1.517 4.523 0 2.003-0.78 3.887-2.197 5.303s-3.3 2.197-5.303 2.197z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bubble\" viewBox=\"0 0 20 20\">\n<title>bubble</title>\n<path class=\"path1\" d=\"M0.5 19c-0.225 0-0.422-0.15-0.482-0.367s0.032-0.447 0.225-0.562c1.691-1.014 2.392-2.489 2.641-3.179-1.838-1.407-2.884-3.354-2.884-5.392 0-1.029 0.258-2.026 0.768-2.964 0.486-0.894 1.18-1.695 2.061-2.381 1.787-1.39 4.156-2.156 6.671-2.156s4.884 0.766 6.671 2.156c0.881 0.685 1.575 1.486 2.061 2.381 0.51 0.937 0.768 1.934 0.768 2.964s-0.258 2.026-0.768 2.964c-0.486 0.894-1.18 1.695-2.061 2.381-1.787 1.39-4.156 2.156-6.671 2.156-1.033 0-2.047-0.129-3.016-0.385-0.429 0.286-1.231 0.793-2.189 1.27-1.488 0.74-2.764 1.115-3.794 1.115zM9.5 3c-4.687 0-8.5 2.916-8.5 6.5 0 1.815 1.005 3.562 2.756 4.792 0.172 0.121 0.25 0.336 0.196 0.539-0.117 0.436-0.515 1.633-1.58 2.788 1.302-0.456 2.704-1.247 3.739-1.959 0.123-0.085 0.277-0.11 0.421-0.069 0.948 0.271 1.947 0.409 2.968 0.409 4.687 0 8.5-2.916 8.5-6.5s-3.813-6.5-8.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-heart-pulse\" viewBox=\"0 0 20 20\">\n<title>heart-pulse</title>\n<path class=\"path1\" d=\"M9.5 19c-0.084 0-0.167-0.021-0.243-0.063-0.116-0.065-2.877-1.611-5.369-4.082-0.196-0.194-0.197-0.511-0.003-0.707s0.511-0.197 0.707-0.003c1.979 1.962 4.186 3.346 4.908 3.776 0.723-0.431 2.932-1.817 4.908-3.776 0.196-0.194 0.513-0.193 0.707 0.003s0.193 0.513-0.003 0.707c-2.493 2.471-5.253 4.017-5.369 4.082-0.076 0.042-0.159 0.063-0.243 0.063z\"/>\n<path class=\"path2\" d=\"M1.279 11c-0.188 0-0.368-0.106-0.453-0.287-0.548-1.165-0.826-2.33-0.826-3.463 0-2.895 2.355-5.25 5.25-5.25 0.98 0 2.021 0.367 2.931 1.034 0.532 0.39 0.985 0.86 1.319 1.359 0.334-0.499 0.787-0.969 1.319-1.359 0.91-0.667 1.951-1.034 2.931-1.034 2.895 0 5.25 2.355 5.25 5.25 0 1.133-0.278 2.298-0.826 3.463-0.118 0.25-0.415 0.357-0.665 0.24s-0.357-0.415-0.24-0.665c0.485-1.031 0.731-2.053 0.731-3.037 0-2.343-1.907-4.25-4.25-4.25-1.703 0-3.357 1.401-3.776 2.658-0.068 0.204-0.259 0.342-0.474 0.342s-0.406-0.138-0.474-0.342c-0.419-1.257-2.073-2.658-3.776-2.658-2.343 0-4.25 1.907-4.25 4.25 0 0.984 0.246 2.006 0.731 3.037 0.118 0.25 0.010 0.548-0.24 0.665-0.069 0.032-0.141 0.048-0.212 0.048z\"/>\n<path class=\"path3\" d=\"M10.515 15c-0.005 0-0.009-0-0.013-0-0.202-0.004-0.569-0.109-0.753-0.766l-1.217-4.334-0.807 3.279c-0.158 0.643-0.525 0.778-0.73 0.8s-0.592-0.027-0.889-0.62l-0.606-1.211c-0.029-0.058-0.056-0.094-0.076-0.117-0.003 0.004-0.007 0.009-0.011 0.015-0.37 0.543-1.192 0.953-1.913 0.953h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.421 0 0.921-0.272 1.087-0.516 0.223-0.327 0.547-0.501 0.891-0.478 0.374 0.025 0.708 0.279 0.917 0.696l0.445 0.89 0.936-3.803c0.158-0.64 0.482-0.779 0.726-0.783s0.572 0.125 0.751 0.76l1.284 4.576 1.178-3.608c0.205-0.628 0.582-0.736 0.788-0.745s0.59 0.068 0.847 0.677l0.724 1.719c0.136 0.322 0.578 0.616 0.927 0.616h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.747 0-1.559-0.539-1.849-1.228l-0.592-1.406-1.274 3.9c-0.207 0.634-0.566 0.733-0.771 0.733z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-construction\" viewBox=\"0 0 20 20\">\n<title>construction</title>\n<path class=\"path1\" d=\"M20 5v-1.5c0-0.276-0.224-0.5-0.5-0.5h-3.5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5c-0 0-0 0-0 0h-5.5c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h1.5v6h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-3h10v3h-0.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-0.5v-6h1.5c0.276 0 0.5-0.224 0.5-0.5v-4.5c0-0 0-0 0-0zM19 4.793l-4.207 4.207h-3.586l5-5h2.793v0.793zM6.207 9l5-5h3.586l-5 5h-3.586zM1.207 9l5-5h3.586l-5 5h-3.586zM4.793 4l-3.793 3.793v-3.793h3.793zM3 16v-6h1v6h-1zM5 12v-2h10v2h-10zM17 16h-1v-6h1v6zM16.207 9l2.793-2.793v2.793h-2.793z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pie-chart\" viewBox=\"0 0 20 20\">\n<title>pie-chart</title>\n<path class=\"path1\" d=\"M8.5 20c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010s3.74-2.49 6.010-2.49c0.276 0 0.5 0.224 0.5 0.5v7.5h7.5c0.276 0 0.5 0.224 0.5 0.5 0 2.27-0.884 4.405-2.49 6.010s-3.74 2.49-6.010 2.49zM8 4.016c-3.903 0.258-7 3.516-7 7.484 0 4.136 3.364 7.5 7.5 7.5 3.967 0 7.225-3.097 7.484-7h-7.484c-0.276 0-0.5-0.224-0.5-0.5v-7.484z\"/>\n<path class=\"path2\" d=\"M18.5 10h-8c-0.276 0-0.5-0.224-0.5-0.5v-8c0-0.276 0.224-0.5 0.5-0.5 2.27 0 4.405 0.884 6.010 2.49s2.49 3.74 2.49 6.010c0 0.276-0.224 0.5-0.5 0.5zM11 9h6.984c-0.247-3.738-3.246-6.736-6.984-6.984v6.984z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chart-bars\" viewBox=\"0 0 20 20\">\n<title>chart-bars</title>\n<path class=\"path1\" d=\"M17.5 20h-16c-0.827 0-1.5-0.673-1.5-1.5v-16c0-0.827 0.673-1.5 1.5-1.5h16c0.827 0 1.5 0.673 1.5 1.5v16c0 0.827-0.673 1.5-1.5 1.5zM1.5 2c-0.276 0-0.5 0.224-0.5 0.5v16c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-16c0-0.276-0.224-0.5-0.5-0.5h-16z\"/>\n<path class=\"path2\" d=\"M6.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v9c0 0.276-0.224 0.5-0.5 0.5zM5 16h1v-8h-1v8z\"/>\n<path class=\"path3\" d=\"M10.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-12c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v12c0 0.276-0.224 0.5-0.5 0.5zM9 16h1v-11h-1v11z\"/>\n<path class=\"path4\" d=\"M14.5 17h-2c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5zM13 16h1v-4h-1v4z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-gift\" viewBox=\"0 0 20 20\">\n<title>gift</title>\n<path class=\"path1\" d=\"M18.5 5h-3.001c0.315-0.418 0.501-0.938 0.501-1.5 0-1.378-1.122-2.5-2.5-2.5-1.39 0-2.556 1.101-3.127 1.758-0.346 0.397-0.644 0.823-0.873 1.235-0.229-0.412-0.527-0.837-0.873-1.235-0.571-0.656-1.737-1.758-3.127-1.758-1.378 0-2.5 1.122-2.5 2.5 0 0.562 0.187 1.082 0.501 1.5h-3.001c-0.276 0-0.5 0.224-0.5 0.5v3c0 0.276 0.224 0.5 0.5 0.5h0.5v9.5c0 0.827 0.673 1.5 1.5 1.5h14c0.827 0 1.5-0.673 1.5-1.5v-9.5h0.5c0.276 0 0.5-0.224 0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5zM11.127 3.414c0.782-0.899 1.647-1.414 2.373-1.414 0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5h-3.378c0.173-0.442 0.523-1.032 1.005-1.586zM11 19h-3v-13h3v13zM4 3.5c0-0.827 0.673-1.5 1.5-1.5 0.726 0 1.591 0.515 2.373 1.414 0.482 0.554 0.832 1.144 1.005 1.586h-3.378c-0.827 0-1.5-0.673-1.5-1.5zM1 6h6v2h-6v-2zM2 18.5v-9.5h5v10h-4.5c-0.276 0-0.5-0.224-0.5-0.5zM17 18.5c0 0.276-0.224 0.5-0.5 0.5h-4.5v-10h5v9.5zM18 8h-6v-2h6v2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-diamond\" viewBox=\"0 0 20 20\">\n<title>diamond</title>\n<path class=\"path1\" d=\"M18.9 7.2l-3-4c-0.077-0.103-0.191-0.172-0.318-0.193l-6-1c-0.054-0.009-0.11-0.009-0.164 0l-6 1c-0.127 0.021-0.241 0.090-0.318 0.193l-3 4c-0.143 0.191-0.131 0.457 0.028 0.634l9 10c0.095 0.105 0.23 0.166 0.372 0.166s0.277-0.060 0.372-0.166l9-10c0.16-0.178 0.172-0.443 0.028-0.634zM12.786 7l-3.286 9.037-3.286-9.037h6.572zM6.707 6l2.793-2.793 2.793 2.793h-5.586zM10.957 3.25l3.698 0.616-1.233 1.849-2.466-2.465zM5.578 5.715l-1.233-1.849 3.698-0.616-2.465 2.465zM4.67 6.156l-2.985 0.597 1.791-2.388 1.194 1.791zM5.177 7.075l2.974 8.179-6.692-7.436 3.718-0.744zM13.823 7.075l3.718 0.744-6.692 7.436 2.974-8.179zM14.33 6.156l1.194-1.791 1.791 2.388-2.985-0.597z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-linearicons\" viewBox=\"0 0 20 20\">\n<title>linearicons</title>\n<path class=\"path1\" d=\"M19.5 16h-0.5c-0.579 0-1 0.631-1 1.5 0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-1c0-0.276-0.224-0.5-0.5-0.5-0.138 0-0.263 0.056-0.354 0.147-0.196-0.094-0.415-0.147-0.646-0.147-0.827 0-1.5 0.673-1.5 1.5 0 0.175 0.031 0.343 0.086 0.5h-1.086c-0.406 0-1.019-0.277-1.288-0.58l-1.044-1.181 9.207-10.408c0.161-0.182 0.165-0.447 0.024-0.633l-2.999-3.998c-0.094-0.126-0.243-0.2-0.4-0.2h-13c-0.157 0-0.306 0.074-0.4 0.2l-2.999 3.998c-0.141 0.186-0.136 0.451 0.024 0.633l9.207 10.408-1.044 1.181c-0.289 0.327-0.795 0.58-1.038 0.58h-0.25v-0.5c0-0.827-0.673-1.5-1.5-1.5-0.282 0-0.545 0.078-0.77 0.213-0.127-0.135-0.292-0.213-0.48-0.213-0.308 0-0.537 0.243-0.702 0.455-0.152 0.195-0.309 0.449-0.442 0.716l-0.106 0.211v-0.882c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-3c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v3c0 0.827 0.673 1.5 1.5 1.5 0.282 0 0.545-0.078 0.77-0.214 0.127 0.135 0.292 0.214 0.48 0.214 0.308 0 0.537-0.243 0.702-0.455 0.152-0.195 0.309-0.449 0.442-0.716l0.106-0.211v0.882c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276 0.224 0.5 0.5 0.5h0.75c0.556 0 1.324-0.395 1.787-0.918l0.963-1.089 0.963 1.088c0.463 0.523 1.339 0.918 2.037 0.918h2.5c0.384 0 0.734-0.145 1-0.383 0.266 0.238 0.616 0.383 1 0.383 0.827 0 1.5-0.673 1.5-1.5 0-0.249 0.061-0.422 0.103-0.5h0.397c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM1.145 5.474l2.605-3.474h12.5l2.605 3.474-8.855 10.011-8.855-10.011zM15.5 18c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5 0.5 0.224 0.5 0.5-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M2.5 15c0.132 0 0.261-0.053 0.353-0.147s0.147-0.222 0.147-0.353-0.053-0.26-0.147-0.353c-0.093-0.093-0.222-0.147-0.353-0.147s-0.26 0.053-0.353 0.147c-0.093 0.093-0.147 0.222-0.147 0.353s0.053 0.261 0.147 0.353c0.093 0.093 0.222 0.147 0.353 0.147z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-dinner\" viewBox=\"0 0 20 20\">\n<title>dinner</title>\n<path class=\"path1\" d=\"M8 0.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.306 0.252 2.397 0.455 3.274 0.198 0.854 0.353 1.529 0.13 1.811-0.186 0.234-0.717 0.37-1.581 0.406-0.002-0.162-0.004-0.326-0.004-0.49v-4c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v4c0 0.165-0.001 0.328-0.004 0.49-0.861-0.037-1.391-0.174-1.577-0.408-0.225-0.283-0.069-0.959 0.128-1.814 0.202-0.875 0.453-1.965 0.453-3.267 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.189-0.237 2.217-0.427 3.043-0.258 1.118-0.461 2.002 0.064 2.662 0.39 0.49 1.101 0.733 2.333 0.785-0.112 2.79-0.516 5.19-0.851 7.177-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284-0.334-1.985-0.738-4.384-0.851-7.172 1.235-0.050 1.946-0.292 2.337-0.783 0.524-0.659 0.32-1.541 0.062-2.659-0.191-0.827-0.429-1.857-0.429-3.048zM6.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.701 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n<path class=\"path2\" d=\"M15.882 14.162c-0.393-2.331-0.881-5.231-0.882-8.662v-5c0-0.227-0.153-0.425-0.372-0.483s-0.45 0.038-0.562 0.235c-2.019 3.534-3.016 8.931-3.058 9.159-0.027 0.146 0.013 0.296 0.108 0.41s0.236 0.18 0.384 0.18h2.235c-0.175 1.544-0.409 2.935-0.617 4.166-0.446 2.644-0.74 4.39 0.012 5.279 0.311 0.368 0.772 0.555 1.37 0.555s1.059-0.187 1.37-0.555c0.752-0.89 0.458-2.638 0.012-5.284zM12.111 9c0.248-1.171 0.882-3.887 1.889-6.317v2.817c0 1.236-0.063 2.403-0.163 3.5h-1.727zM15.106 18.799c-0.073 0.086-0.215 0.201-0.606 0.201s-0.533-0.114-0.606-0.2c-0.452-0.535-0.145-2.357 0.211-4.467 0.129-0.762 0.267-1.585 0.396-2.467 0.129 0.881 0.267 1.702 0.395 2.463 0.356 2.112 0.663 3.936 0.211 4.472z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-coffee-cup\" viewBox=\"0 0 20 20\">\n<title>coffee-cup</title>\n<path class=\"path1\" d=\"M10 15c-1.654 0-3-1.346-3-3s1.346-3 3-3 3 1.346 3 3-1.346 3-3 3zM10 10c-1.103 0-2 0.897-2 2s0.897 2 2 2c1.103 0 2-0.897 2-2s-0.897-2-2-2z\"/>\n<path class=\"path2\" d=\"M15.904 2.056l-0.177-0.707c-0.189-0.756-0.948-1.349-1.728-1.349h-8c-0.78 0-1.538 0.593-1.728 1.349l-0.177 0.707c-0.631 0.177-1.096 0.757-1.096 1.444v1c0 0.663 0.432 1.226 1.029 1.424l0.901 12.614c0.058 0.806 0.762 1.462 1.57 1.462h7c0.808 0 1.512-0.656 1.57-1.462l0.901-12.614c0.597-0.198 1.029-0.761 1.029-1.424v-1c0-0.687-0.464-1.267-1.096-1.444zM6 1h8c0.319 0 0.68 0.282 0.757 0.591l0.102 0.409h-9.719l0.102-0.409c0.077-0.309 0.438-0.591 0.757-0.591zM14.892 7h-9.783l-0.071-1h9.926l-0.071 1zM14.249 16h-8.497l-0.571-8h9.64l-0.571 8zM13.5 19h-7c-0.29 0-0.552-0.244-0.573-0.533l-0.105-1.467h8.355l-0.105 1.467c-0.021 0.289-0.283 0.533-0.573 0.533zM16 4.5c0 0.276-0.224 0.5-0.5 0.5h-11c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.275 0.224-0.499 0.499-0.5 0.001 0 0.001 0 0.002 0s0.002-0 0.003-0h10.997c0.276 0 0.5 0.224 0.5 0.5v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-leaf\" viewBox=\"0 0 20 20\">\n<title>leaf</title>\n<path class=\"path1\" d=\"M19.883 0.178c-0.095-0.113-0.235-0.178-0.382-0.178l-0.51-0c-5.040-0.002-9.021-0.003-11.952 0.698-1.575 0.377-2.793 0.946-3.723 1.739-1.004 0.856-1.688 1.977-2.093 3.429-0.269 0.964-0.395 2.705 0.136 4.437 0.196 0.64 0.502 1.244 0.91 1.799-1.216 1.905-2.267 4.414-2.267 7.399 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-4.605 2.728-8.021 4.354-9.646 1.167-1.167 2.486-2.152 3.816-2.848 1.238-0.648 2.421-1.005 3.331-1.005 0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5c-1.084 0-2.396 0.387-3.794 1.12-1.418 0.743-2.822 1.789-4.059 3.027-0.522 0.522-1.15 1.218-1.774 2.070-0.242-0.381-0.43-0.785-0.559-1.207-0.5-1.632-0.316-3.204-0.129-3.875 1.43-5.125 6.862-5.138 16.717-5.135-1.175 6.288-3.366 10.358-6.516 12.101-2.922 1.617-5.82 0.735-6.931 0.28-0.234-0.096-0.47-0.214-0.699-0.35-0.237-0.141-0.544-0.063-0.685 0.174s-0.063 0.544 0.174 0.685c0.272 0.162 0.552 0.302 0.832 0.417 0.622 0.254 1.624 0.58 2.865 0.687 0.274 0.024 0.545 0.035 0.814 0.035 1.469 0 2.849-0.353 4.115-1.053 1.609-0.89 3.001-2.339 4.139-4.304 1.334-2.305 2.338-5.362 2.983-9.086 0.025-0.145-0.015-0.294-0.11-0.407z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-paw\" viewBox=\"0 0 20 20\">\n<title>paw</title>\n<path class=\"path1\" d=\"M3 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM3 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path2\" d=\"M6.998 8c-1.12 0-1.998-1.318-1.998-3s0.878-3 1.998-3 1.998 1.318 1.998 3-0.878 3-1.998 3zM6.998 3c-0.471 0-0.998 0.855-0.998 2s0.527 2 0.998 2 0.998-0.855 0.998-2-0.527-2-0.998-2z\"/>\n<path class=\"path3\" d=\"M12 8c-1.122 0-2-1.318-2-3s0.878-3 2-3 2 1.318 2 3-0.878 3-2 3zM12 3c-0.472 0-1 0.855-1 2s0.528 2 1 2 1-0.855 1-2-0.528-2-1-2z\"/>\n<path class=\"path4\" d=\"M16 12c-1.122 0-2-1.322-2-3.011s0.878-3.011 2-3.011 2 1.322 2 3.011-0.878 3.011-2 3.011zM16 6.978c-0.472 0-1 0.86-1 2.011s0.528 2.011 1 2.011 1-0.86 1-2.011-0.528-2.011-1-2.011z\"/>\n<path class=\"path5\" d=\"M13 18c-0.868 0-1.455-0.294-1.972-0.553-0.48-0.24-0.894-0.447-1.528-0.447-0.631 0-1.045 0.207-1.525 0.447-0.519 0.259-1.107 0.553-1.975 0.553-0.556 0-1.079-0.303-1.437-0.831-0.627-0.926-0.637-2.331-0.028-3.855 1.097-2.742 2.906-4.314 4.964-4.314s3.868 1.572 4.964 4.314c0.609 1.524 0.599 2.929-0.028 3.855-0.357 0.528-0.881 0.831-1.437 0.831zM9.5 16c0.869 0 1.457 0.294 1.975 0.553 0.479 0.24 0.893 0.447 1.525 0.447 0.218 0 0.44-0.143 0.609-0.391 0.432-0.637 0.404-1.73-0.073-2.923-0.937-2.342-2.408-3.686-4.036-3.686s-3.099 1.343-4.036 3.686c-0.477 1.193-0.504 2.286-0.073 2.923 0.168 0.249 0.39 0.391 0.609 0.391 0.632 0 1.047-0.207 1.528-0.448 0.518-0.259 1.106-0.553 1.972-0.553z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-rocket\" viewBox=\"0 0 20 20\">\n<title>rocket</title>\n<path class=\"path1\" d=\"M13.5 9c-1.378 0-2.5-1.122-2.5-2.5s1.122-2.5 2.5-2.5 2.5 1.122 2.5 2.5-1.122 2.5-2.5 2.5zM13.5 5c-0.827 0-1.5 0.673-1.5 1.5s0.673 1.5 1.5 1.5 1.5-0.673 1.5-1.5-0.673-1.5-1.5-1.5z\"/>\n<path class=\"path2\" d=\"M0.5 20c-0.13 0-0.258-0.051-0.354-0.146-0.137-0.137-0.183-0.342-0.116-0.524 1.539-4.231 3.157-6.377 4.808-6.377 0.545 0 1.054 0.234 1.515 0.694 0.728 0.728 0.754 1.453 0.648 1.933-0.334 1.508-2.464 2.985-6.33 4.391-0.056 0.020-0.114 0.030-0.171 0.030zM4.839 13.952c-0.495 0-1.078 0.434-1.685 1.255-0.597 0.807-1.197 1.957-1.788 3.427 1.335-0.537 2.408-1.082 3.199-1.625 1.067-0.733 1.383-1.3 1.46-1.646s-0.047-0.677-0.379-1.009c-0.27-0.27-0.534-0.401-0.808-0.401z\"/>\n<path class=\"path3\" d=\"M19.5 0c-2.595 0-4.907 0.44-6.874 1.308-1.621 0.716-3.009 1.72-4.126 2.986-0.208 0.236-0.401 0.475-0.58 0.715-0.862 0.057-1.744 0.4-2.624 1.020-0.745 0.524-1.493 1.25-2.225 2.157-1.23 1.524-1.986 3.027-2.018 3.090-0.109 0.219-0.044 0.485 0.154 0.628 0.088 0.064 0.191 0.095 0.293 0.095 0.128 0 0.256-0.049 0.353-0.145 0.005-0.005 0.483-0.475 1.298-0.936 0.672-0.38 1.708-0.827 2.961-0.906 0.317 0.811 1.224 1.781 1.659 2.216s1.405 1.342 2.216 1.659c-0.079 1.253-0.526 2.289-0.906 2.961-0.462 0.816-0.931 1.293-0.935 1.297-0.173 0.173-0.195 0.447-0.052 0.646 0.097 0.134 0.249 0.208 0.406 0.208 0.076 0 0.152-0.017 0.223-0.053 0.063-0.032 1.566-0.788 3.090-2.018 0.907-0.732 1.633-1.48 2.157-2.225 0.62-0.881 0.962-1.762 1.020-2.624 0.239-0.178 0.478-0.371 0.715-0.58 1.266-1.117 2.27-2.505 2.986-4.126 0.868-1.966 1.308-4.279 1.308-6.874v-0.5h-0.5zM3.107 9.808c0.953-1.383 2.41-3.098 4.052-3.637-0.649 1.137-0.985 2.181-1.106 2.843-1.159 0.071-2.158 0.408-2.946 0.794zM10.193 16.89c0.386-0.788 0.723-1.786 0.793-2.944 0.661-0.121 1.706-0.457 2.842-1.105-0.54 1.639-2.254 3.096-3.636 4.049zM15.044 10.75c-2.080 1.835-4.234 2.25-4.544 2.25-0.002 0-0.207-0.004-0.759-0.393-0.385-0.271-0.834-0.657-1.262-1.085s-0.814-0.877-1.085-1.262c-0.389-0.552-0.393-0.757-0.393-0.759 0-0.31 0.415-2.464 2.25-4.544 2.196-2.488 5.557-3.849 9.744-3.95-0.101 4.187-1.461 7.548-3.95 9.744z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-briefcase\" viewBox=\"0 0 20 20\">\n<title>briefcase</title>\n<path class=\"path1\" d=\"M18.5 5h-4.5v-1.5c0-0.827-0.673-1.5-1.5-1.5h-5c-0.827 0-1.5 0.673-1.5 1.5v1.5h-4.5c-0.827 0-1.5 0.673-1.5 1.5v11c0 0.827 0.673 1.5 1.5 1.5h17c0.827 0 1.5-0.673 1.5-1.5v-11c0-0.827-0.673-1.5-1.5-1.5zM7 3.5c0-0.276 0.224-0.5 0.5-0.5h5c0.276 0 0.5 0.224 0.5 0.5v1.5h-6v-1.5zM1.5 6h17c0.276 0 0.5 0.224 0.5 0.5v7.5h-2v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-8v-0.5c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v0.5h-2v-7.5c0-0.276 0.224-0.5 0.5-0.5zM16 14v1h-1v-1h1zM5 14v1h-1v-1h1zM18.5 18h-17c-0.276 0-0.5-0.224-0.5-0.5v-2.5h2v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h8v0.5c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5-0.224 0.5-0.5v-0.5h2v2.5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bus\" viewBox=\"0 0 20 20\">\n<title>bus</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M13.5 5h-7c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h7c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 6h-11c-0.276 0-0.5 0.224-0.5 0.5v5c0 0.276 0.224 0.5 0.5 0.5h4.998c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h4.996c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h0.998c0.276 0 0.5-0.224 0.5-0.5v-5c0-0.276-0.224-0.5-0.5-0.5zM5 7h10v4h-0.349l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-3.197l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.626 1.084h-2.849v-4z\"/>\n<path class=\"path5\" d=\"M15.616 1.783c-1.363-0.519-3.253-0.783-5.616-0.783s-4.252 0.263-5.616 0.783c-1.971 0.751-2.384 1.892-2.384 2.717v11c0 1.207 0.86 2.217 2 2.45v1.050c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h6v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.050c1.14-0.232 2-1.242 2-2.45v-11c0-0.825-0.414-1.966-2.384-2.717zM6 19h-1v-1h1v1zM14 19v-1h1v1h-1zM17 15.5c0 0.827-0.673 1.5-1.5 1.5h-11c-0.827 0-1.5-0.673-1.5-1.5v-11c0-0.743 0.586-1.343 1.741-1.783 1.232-0.469 3.050-0.717 5.259-0.717s4.028 0.248 5.259 0.717c1.155 0.44 1.741 1.040 1.741 1.783v11z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-car\" viewBox=\"0 0 20 20\">\n<title>car</title>\n<path class=\"path1\" d=\"M5.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M14.5 16c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM14.5 14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M16.958 11.907c-0.13-0.792-0.553-3.214-1.011-4.131-0.305-0.61-1.088-1.077-2.326-1.386-1.006-0.251-2.292-0.39-3.621-0.39s-2.615 0.138-3.621 0.39c-1.238 0.31-2.021 0.776-2.326 1.386-0.458 0.916-0.881 3.339-1.011 4.131-0.699 0.479-1.042 1.172-1.042 2.093v2.5c0 0.652 0.418 1.208 1 1.414v1.086c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1h8v1c0 0.551 0.449 1 1 1h1c0.551 0 1-0.449 1-1v-1.086c0.582-0.206 1-0.762 1-1.414v-2.5c0-0.921-0.343-1.614-1.042-2.093zM4.947 8.224c0.297-0.593 2.168-1.224 5.053-1.224s4.756 0.63 5.053 1.224c0.287 0.575 0.606 2.096 0.803 3.183-0.098-0.029-0.199-0.056-0.303-0.080-0.267-0.063-0.555-0.114-0.863-0.156l-2.899-2.077c-0.224-0.161-0.537-0.109-0.698 0.115s-0.109 0.537 0.115 0.698l1.566 1.122c-0.85-0.028-1.782-0.028-2.775-0.028-0.117 0-0.233 0-0.349 0l-2.874-1.916c-0.23-0.153-0.54-0.091-0.693 0.139s-0.091 0.54 0.139 0.693l1.644 1.096c-1.341 0.024-2.507 0.097-3.42 0.314-0.104 0.025-0.205 0.052-0.303 0.080 0.198-1.087 0.516-2.608 0.804-3.183zM5 19h-1v-1h1v1zM15 19v-1h1v1h-1zM17 16.5c0 0.276-0.224 0.5-0.5 0.5h-13c-0.276 0-0.5-0.224-0.5-0.5v-2.5c0-0.924 0.486-1.417 1.678-1.701 1.255-0.299 3.14-0.299 5.322-0.299s4.066 0 5.322 0.299c1.192 0.284 1.678 0.777 1.678 1.701v2.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-train\" viewBox=\"0 0 20 20\">\n<title>train</title>\n<path class=\"path1\" d=\"M14.5 15h-10c-1.378 0-2.5-1.122-2.5-2.5v-10c0-1.378 1.122-2.5 2.5-2.5h10c1.378 0 2.5 1.122 2.5 2.5v10c0 1.378-1.122 2.5-2.5 2.5zM4.5 1c-0.827 0-1.5 0.673-1.5 1.5v10c0 0.827 0.673 1.5 1.5 1.5h10c0.827 0 1.5-0.673 1.5-1.5v-10c0-0.827-0.673-1.5-1.5-1.5h-10z\"/>\n<path class=\"path2\" d=\"M18.947 19.276l-2-4c-0.123-0.247-0.424-0.347-0.671-0.224s-0.347 0.424-0.224 0.671l0.138 0.276h-13.382l0.138-0.276c0.123-0.247 0.023-0.547-0.224-0.671s-0.547-0.023-0.671 0.224l-2 4c-0.123 0.247-0.023 0.547 0.224 0.671 0.072 0.036 0.148 0.053 0.223 0.053 0.183 0 0.36-0.101 0.448-0.277l0.362-0.724h16.382l0.362 0.724c0.088 0.175 0.264 0.277 0.448 0.277 0.075 0 0.151-0.017 0.223-0.053 0.247-0.123 0.347-0.424 0.224-0.671zM1.809 18l0.5-1h14.382l0.5 1h-15.382z\"/>\n<path class=\"path3\" d=\"M5.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM5.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M13.5 13c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM13.5 11c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M12.5 3h-6c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M14.5 4h-10c-0.276 0-0.5 0.224-0.5 0.5v4c0 0.276 0.224 0.5 0.5 0.5h10c0.276 0 0.5-0.224 0.5-0.5v-4c0-0.276-0.224-0.5-0.5-0.5zM5 5h4v3h-4v-3zM14 8h-4v-3h4v3z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bicycle\" viewBox=\"0 0 20 20\">\n<title>bicycle</title>\n<path class=\"path1\" d=\"M5.5 9.002c-0.828 0-1.502-0.674-1.502-1.502s0.674-1.502 1.502-1.502 1.502 0.674 1.502 1.502-0.674 1.502-1.502 1.502zM5.5 6.998c-0.277 0-0.502 0.225-0.502 0.502s0.225 0.502 0.502 0.502 0.502-0.225 0.502-0.502-0.225-0.502-0.502-0.502z\"/>\n<path class=\"path2\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-2.998c0-0.772 0.581-1.543 1.324-1.756l1.5-0.429-3.26-2.173-1.71 1.71c-0.094 0.094-0.221 0.146-0.354 0.146h-2.002c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1.795l1.854-1.854c0.169-0.169 0.433-0.195 0.631-0.063l3.668 2.445c0.55 0.367 0.548 0.797 0.522 0.966s-0.156 0.579-0.791 0.761l-1.577 0.452c-0.313 0.090-0.599 0.468-0.599 0.795v2.998c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M15 20c-2.206 0-4-1.794-4-4s1.794-4 4-4 4 1.794 4 4-1.794 4-4 4zM15 13c-1.654 0-3 1.346-3 3s1.346 3 3 3 3-1.346 3-3-1.346-3-3-3z\"/>\n<path class=\"path4\" d=\"M3.999 20c-2.205 0-3.999-1.794-3.999-3.999s1.794-3.999 3.999-3.999 3.999 1.794 3.999 3.999-1.794 3.999-3.999 3.999zM3.999 13.002c-1.654 0-2.999 1.345-2.999 2.999s1.345 2.999 2.999 2.999 2.999-1.345 2.999-2.999-1.345-2.999-2.999-2.999z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-wheelchair\" viewBox=\"0 0 20 20\">\n<title>wheelchair</title>\n<path class=\"path1\" d=\"M17.854 13.146c-0.195-0.195-0.512-0.195-0.707 0l-0.651 0.651-2.729-2.656c-0.002-0.002-0.003-0.003-0.005-0.004-0.007-0.007-0.015-0.013-0.022-0.019-0.006-0.005-0.011-0.009-0.017-0.014s-0.013-0.010-0.020-0.014c-0.007-0.005-0.014-0.010-0.021-0.014-0.006-0.003-0.011-0.007-0.017-0.010-0.008-0.005-0.017-0.010-0.026-0.014-0.006-0.003-0.011-0.005-0.017-0.008-0.009-0.004-0.018-0.008-0.027-0.012-0.007-0.003-0.014-0.005-0.021-0.007-0.008-0.003-0.016-0.006-0.024-0.008s-0.018-0.004-0.027-0.006c-0.007-0.001-0.013-0.003-0.020-0.004-0.010-0.002-0.020-0.003-0.031-0.004-0.006-0.001-0.011-0.002-0.017-0.002-0.010-0.001-0.020-0.001-0.030-0.001-0.006-0-0.012-0-0.019-0-0.009 0-0.018 0.001-0.026 0.002s-0.016 0.001-0.023 0.002c-0.007 0.001-0.015 0.002-0.022 0.003-0.009 0.002-0.019 0.003-0.028 0.005-0.002 0.001-0.004 0.001-0.007 0.001l-3.945 0.953c-0.106 0.026-0.199 0.013-0.26-0.035s-0.095-0.135-0.095-0.244v-1.688h3.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.5v-3.050c0.162 0.033 0.329 0.050 0.5 0.050 1.378 0 2.5-1.122 2.5-2.5s-1.122-2.5-2.5-2.5-2.5 1.122-2.5 2.5c0 0.816 0.393 1.542 1 1.999v6.189c0 0.416 0.174 0.792 0.476 1.030 0.218 0.172 0.49 0.262 0.777 0.262 0.111 0 0.223-0.013 0.336-0.041l3.677-0.888 2.885 2.808c0.097 0.094 0.223 0.142 0.349 0.142 0.128 0 0.256-0.049 0.354-0.146l1-1c0.195-0.195 0.195-0.512 0-0.707zM9.5 2c0.827 0 1.5 0.673 1.5 1.5s-0.673 1.5-1.5 1.5c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5z\"/>\n<path class=\"path2\" d=\"M7.5 20c-3.584 0-6.5-2.916-6.5-6.5 0-1.547 0.552-3.045 1.556-4.22 0.992-1.161 2.363-1.939 3.862-2.191 0.272-0.046 0.53 0.138 0.576 0.41s-0.138 0.53-0.41 0.576c-2.655 0.446-4.583 2.727-4.583 5.424 0 3.033 2.467 5.5 5.5 5.5 2.697 0 4.978-1.927 5.424-4.583 0.046-0.272 0.304-0.456 0.576-0.41s0.456 0.303 0.41 0.576c-0.251 1.498-1.029 2.87-2.191 3.862-1.174 1.003-2.673 1.556-4.22 1.556z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-select\" viewBox=\"0 0 20 20\">\n<title>select</title>\n<path class=\"path1\" d=\"M5.5 15h-4c-0.827 0-1.5-0.673-1.5-1.5v-12c0-0.827 0.673-1.5 1.5-1.5h14c0.827 0 1.5 0.673 1.5 1.5v7c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-7c0-0.276-0.224-0.5-0.5-0.5h-14c-0.276 0-0.5 0.224-0.5 0.5v12c0 0.276 0.224 0.5 0.5 0.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13 20c-0.198 0-0.386-0.119-0.464-0.314l-1.697-4.242-2.963 3.386c-0.137 0.157-0.357 0.212-0.552 0.139s-0.324-0.26-0.324-0.468v-15c0-0.198 0.117-0.377 0.298-0.457s0.392-0.046 0.539 0.087l11 10c0.153 0.139 0.205 0.358 0.13 0.55s-0.26 0.32-0.466 0.32h-4.261l1.726 4.314c0.103 0.256-0.022 0.547-0.279 0.65l-2.5 1c-0.061 0.024-0.124 0.036-0.186 0.036zM11 14c0.028 0 0.056 0.002 0.084 0.007 0.172 0.029 0.315 0.146 0.38 0.307l1.814 4.536 1.572-0.629-1.814-4.536c-0.062-0.154-0.043-0.329 0.050-0.466s0.248-0.22 0.414-0.22h3.707l-9.207-8.37v12.539l2.624-2.999c0.096-0.109 0.233-0.171 0.376-0.171z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-earth\" viewBox=\"0 0 20 20\">\n<title>earth</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929s-5.182 1.040-7.071 2.929c-1.889 1.889-2.929 4.4-2.929 7.071s1.040 5.182 2.929 7.071c1.889 1.889 4.4 2.929 7.071 2.929s5.182-1.040 7.071-2.929c1.889-1.889 2.929-4.4 2.929-7.071s-1.040-5.182-2.929-7.071zM18.397 6.761c-0.195-0.351-0.685-0.518-1.325-0.736-0.687-0.234-0.93-0.94-1.211-1.758-0.244-0.71-0.496-1.443-1.095-1.899 1.639 1.027 2.924 2.567 3.631 4.393zM15.591 10.191c0.076 0.677 0.154 1.378-0.687 2.322-0.227 0.255-0.36 0.61-0.501 0.986-0.326 0.871-0.634 1.694-1.946 1.706-0.037-0.044-0.141-0.21-0.234-0.733-0.085-0.482-0.134-1.106-0.187-1.765-0.080-1.012-0.171-2.16-0.421-3.112-0.32-1.217-0.857-1.936-1.641-2.198-0.342-0.114-0.692-0.17-1.068-0.17-0.278 0-0.53 0.030-0.752 0.056-0.173 0.020-0.337 0.040-0.475 0.040 0 0-0 0-0 0-0.234 0-0.499 0-0.826-0.748-0.469-1.075-0.123-2.798 1.254-3.707 0.755-0.498 1.276-0.711 1.742-0.711 0.372 0 0.773 0.129 1.342 0.433 0.672 0.358 1.199 0.404 1.583 0.404 0.152 0 0.29-0.008 0.423-0.016 0.112-0.007 0.217-0.013 0.315-0.013 0.22 0 0.398 0.029 0.607 0.171 0.385 0.263 0.585 0.844 0.796 1.458 0.32 0.932 0.683 1.988 1.835 2.38 0.155 0.053 0.421 0.143 0.61 0.222-0.163 0.168-0.435 0.411-0.702 0.649-0.172 0.154-0.367 0.328-0.583 0.525-0.624 0.569-0.55 1.235-0.484 1.822zM1.001 9.923c0.108 0.019 0.224 0.042 0.344 0.067 0.562 0.12 0.825 0.228 0.94 0.289-0.053 0.103-0.16 0.255-0.231 0.355-0.247 0.351-0.555 0.788-0.438 1.269 0.079 0.325 0.012 0.723-0.103 1.091-0.332-0.938-0.513-1.946-0.513-2.996 0-0.026 0.001-0.051 0.001-0.077zM10 19c-3.425 0-6.41-1.924-7.93-4.747 0.262-0.499 0.748-1.603 0.521-2.569 0.016-0.097 0.181-0.331 0.28-0.472 0.271-0.385 0.608-0.863 0.358-1.37-0.175-0.356-0.644-0.596-1.566-0.804-0.214-0.048-0.422-0.087-0.599-0.118 0.536-4.455 4.338-7.919 8.935-7.919 1.578 0 3.062 0.409 4.352 1.125-0.319-0.139-0.608-0.161-0.84-0.161-0.127 0-0.253 0.007-0.375 0.015-0.119 0.007-0.242 0.014-0.364 0.014-0.284 0-0.638-0.034-1.112-0.287-0.724-0.385-1.266-0.55-1.812-0.55-0.676 0-1.362 0.262-2.293 0.876-0.805 0.531-1.411 1.343-1.707 2.288-0.289 0.921-0.258 1.864 0.087 2.654 0.407 0.932 0.944 1.348 1.742 1.348 0 0 0 0 0 0 0.197 0 0.389-0.023 0.592-0.047 0.205-0.024 0.416-0.049 0.635-0.049 0.271 0 0.51 0.038 0.751 0.118 0.439 0.147 0.763 0.639 0.991 1.504s0.314 1.966 0.391 2.936c0.064 0.81 0.124 1.574 0.257 2.151 0.081 0.35 0.185 0.616 0.32 0.813 0.201 0.294 0.489 0.456 0.811 0.456 0.884 0 1.59-0.285 2.099-0.847 0.423-0.467 0.639-1.044 0.813-1.508 0.102-0.273 0.208-0.556 0.311-0.672 1.137-1.277 1.020-2.329 0.934-3.098-0.063-0.564-0.064-0.764 0.164-0.972 0.212-0.193 0.405-0.366 0.575-0.518 0.363-0.324 0.625-0.558 0.809-0.758 0.126-0.138 0.422-0.461 0.34-0.865-0.001-0.004-0.002-0.007-0.002-0.011 0.343 0.951 0.53 1.976 0.53 3.044 0 4.963-4.037 9-9 9z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-smile\" viewBox=\"0 0 20 20\">\n<title>smile</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M9.5 17c-3.584 0-6.5-2.916-6.5-6.5 0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.033 2.467 5.5 5.5 5.5s5.5-2.467 5.5-5.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5c0 3.584-2.916 6.5-6.5 6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sad\" viewBox=\"0 0 20 20\">\n<title>sad</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M5.499 15c-0.105 0-0.21-0.033-0.3-0.1-0.221-0.166-0.265-0.479-0.099-0.7 0.502-0.668 1.159-1.221 1.901-1.6 0.778-0.398 1.619-0.599 2.499-0.599s1.721 0.202 2.499 0.599c0.742 0.379 1.399 0.932 1.901 1.6 0.166 0.221 0.121 0.534-0.099 0.7s-0.534 0.121-0.7-0.099c-0.859-1.144-2.172-1.8-3.601-1.8s-2.741 0.656-3.601 1.8c-0.098 0.131-0.248 0.2-0.4 0.2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-neutral\" viewBox=\"0 0 20 20\">\n<title>neutral</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M13.5 13h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mustache\" viewBox=\"0 0 20 20\">\n<title>mustache</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M6.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM6.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M12.5 8c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM12.5 6c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path4\" d=\"M15.923 12.233c-0.111-0.175-0.318-0.264-0.521-0.224-0.187 0.037-0.368 0.056-0.536 0.056-0 0-0 0-0 0-0.872-0-1.402-0.503-1.962-1.036-0.533-0.506-1.084-1.030-1.903-1.030-0.597 0-1.133 0.263-1.5 0.679-0.367-0.416-0.903-0.679-1.5-0.679-0.819 0-1.37 0.524-1.903 1.030-0.561 0.533-1.090 1.036-1.962 1.036-0.169 0-0.349-0.019-0.536-0.056-0.203-0.041-0.411 0.048-0.521 0.224s-0.101 0.401 0.023 0.567c1.157 1.543 2.642 1.867 3.685 1.867 0.621 0 1.115-0.117 1.355-0.187 0.531-0.154 1.018-0.542 1.36-1.028 0.343 0.486 0.83 0.873 1.36 1.028 0.24 0.070 0.734 0.187 1.355 0.187 1.042-0 2.528-0.324 3.685-1.867 0.124-0.166 0.134-0.391 0.023-0.567zM7.86 13.52c-0.188 0.055-0.579 0.147-1.076 0.147-0.585 0-1.349-0.131-2.069-0.654 0.935-0.179 1.556-0.768 2.070-1.258 0.492-0.468 0.815-0.755 1.214-0.755 0.551 0 1 0.449 1 1 0 0.611-0.554 1.349-1.14 1.52zM12.215 13.667c-0.497 0-0.887-0.092-1.076-0.147-0.586-0.17-1.14-0.909-1.14-1.52 0-0.551 0.449-1 1-1 0.4 0 0.722 0.287 1.214 0.755 0.515 0.489 1.135 1.079 2.070 1.257-0.721 0.523-1.485 0.654-2.069 0.654z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-alarm\" viewBox=\"0 0 20 20\">\n<title>alarm</title>\n<path class=\"path1\" d=\"M16.8 15.101c-1.144-0.859-1.8-2.172-1.8-3.601v-3c0-2.513-1.694-4.638-4-5.292l-0-0.708c0-0.827-0.673-1.5-1.5-1.5s-1.5 0.673-1.5 1.5v0.708c-2.306 0.655-4 2.779-4 5.292v3c0 1.429-0.656 2.741-1.8 3.601-0.172 0.129-0.242 0.354-0.174 0.558s0.259 0.342 0.474 0.342h4.55c-0.033 0.164-0.051 0.331-0.051 0.5 0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5c0-0.168-0.017-0.336-0.050-0.5h4.55c0.215 0 0.406-0.138 0.474-0.342s-0.002-0.429-0.174-0.558zM9 2.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.523c-0.165-0.015-0.331-0.023-0.5-0.023s-0.335 0.008-0.5 0.023v-0.523zM11 16.5c0 0.827-0.673 1.5-1.5 1.5s-1.5-0.673-1.5-1.5c0-0.171 0.030-0.34 0.086-0.5h2.828c0.056 0.16 0.086 0.329 0.086 0.5zM3.742 15c0.255-0.309 0.477-0.646 0.659-1.001 0.398-0.778 0.599-1.619 0.599-2.499v-3c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5v3c0 0.88 0.202 1.721 0.599 2.499 0.182 0.356 0.404 0.692 0.659 1.001h-11.517z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bullhorn\" viewBox=\"0 0 20 20\">\n<title>bullhorn</title>\n<path class=\"path1\" d=\"M19.389 3.099c-0.578-1.735-1.346-2.099-1.889-2.099-0.011 0-0.023 0-0.035 0.001-0.553 0.012-1.536 0.299-3.008 0.731-3.084 0.903-7.744 2.269-12.458 2.269-1.14 0-2 1.505-2 3.5s0.86 3.5 2 3.5c0.369 0 0.738 0.008 1.105 0.024l1.666 6.628c0.19 0.756 0.949 1.348 1.729 1.348h1.313c0.433 0 0.801-0.18 1.008-0.495s0.229-0.723 0.060-1.121l-2.577-6.048c3.136 0.462 6.022 1.308 8.154 1.932 1.472 0.431 2.455 0.719 3.008 0.731 0.012 0 0.023 0.001 0.035 0.001 0.542 0 1.31-0.364 1.889-2.099 0.394-1.183 0.611-2.746 0.611-4.401s-0.217-3.218-0.611-4.401zM16 7.5c0-0.513 0.022-1.015 0.064-1.496 0.513 0.052 0.936 0.716 0.936 1.496s-0.422 1.445-0.936 1.496c-0.042-0.481-0.064-0.983-0.064-1.496zM1 7.5c0-1.526 0.592-2.5 1-2.5 1.135 0 2.264-0.076 3.368-0.204-0.237 0.758-0.368 1.697-0.368 2.704s0.13 1.946 0.368 2.704c-1.104-0.128-2.233-0.204-3.368-0.204-0.408 0-1-0.974-1-2.5zM7.961 17.776c0.041 0.096 0.038 0.16 0.026 0.178s-0.069 0.046-0.174 0.046h-1.313c-0.319 0-0.681-0.282-0.759-0.592l-1.588-6.319c0.335 0.027 0.669 0.059 1 0.097l2.808 6.59zM6.489 10.353c-0.304-0.687-0.489-1.748-0.489-2.853 0-1.122 0.18-2.163 0.488-2.852 3.185-0.473 6.096-1.325 8.25-1.957 0.415-0.122 0.811-0.238 1.171-0.339-0.103 0.215-0.203 0.463-0.298 0.747-0.394 1.183-0.611 2.746-0.611 4.401s0.217 3.218 0.611 4.401c0.095 0.284 0.195 0.532 0.298 0.747-0.36-0.101-0.756-0.217-1.171-0.339-2.155-0.631-5.065-1.484-8.25-1.957zM18.44 11.585c-0.373 1.12-0.778 1.415-0.94 1.415s-0.567-0.296-0.94-1.415c-0.157-0.47-0.283-1.009-0.375-1.596 0.486-0.056 0.943-0.331 1.276-0.775 0.348-0.464 0.539-1.073 0.539-1.714s-0.192-1.251-0.539-1.714c-0.333-0.444-0.79-0.719-1.276-0.775 0.093-0.586 0.219-1.126 0.375-1.596 0.373-1.12 0.778-1.416 0.94-1.416s0.567 0.296 0.94 1.415c0.361 1.084 0.56 2.534 0.56 4.085s-0.199 3.001-0.56 4.085z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-high\" viewBox=\"0 0 20 20\">\n<title>volume-high</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M15.545 17.209c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.761-1.432 2.771-3.554 2.771-5.821s-1.010-4.389-2.771-5.821c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.995 1.623 3.14 4.028 3.14 6.597s-1.144 4.974-3.14 6.597c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path4\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-medium\" viewBox=\"0 0 20 20\">\n<title>volume-medium</title>\n<path class=\"path1\" d=\"M13.653 14.881c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 1.057-0.859 1.663-2.133 1.663-3.493s-0.606-2.633-1.662-3.493c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c1.291 1.050 2.031 2.606 2.031 4.269s-0.74 3.218-2.031 4.269c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path3\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume-low\" viewBox=\"0 0 20 20\">\n<title>volume-low</title>\n<path class=\"path1\" d=\"M11.762 12.552c-0.145 0-0.289-0.063-0.388-0.184-0.174-0.214-0.142-0.529 0.072-0.703 0.352-0.287 0.554-0.711 0.554-1.164s-0.202-0.878-0.554-1.164c-0.214-0.174-0.247-0.489-0.072-0.703s0.489-0.247 0.703-0.072c0.587 0.477 0.923 1.184 0.923 1.94s-0.337 1.463-0.923 1.94c-0.093 0.075-0.204 0.112-0.315 0.112z\"/>\n<path class=\"path2\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-volume\" viewBox=\"0 0 20 20\">\n<title>volume</title>\n<path class=\"path1\" d=\"M8.15 3.207c-0.247 0-0.494 0.104-0.736 0.309l-4.098 3.483h-1.816c-0.827 0-1.5 0.673-1.5 1.5v4c0 0.827 0.673 1.5 1.5 1.5h1.816l4.098 3.483c0.241 0.205 0.489 0.309 0.736 0.309 0 0 0 0 0 0 0.272 0 0.516-0.132 0.67-0.362 0.119-0.179 0.18-0.408 0.18-0.68v-12.5c0-0.72-0.427-1.043-0.85-1.043zM1 12.5v-4c0-0.276 0.224-0.5 0.5-0.5h1.5v5h-1.5c-0.276 0-0.5-0.224-0.5-0.5zM8 16.669l-4-3.4v-5.538l4-3.4v12.338z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-mic\" viewBox=\"0 0 20 20\">\n<title>mic</title>\n<path class=\"path1\" d=\"M9.5 14c-1.93 0-3.5-1.57-3.5-3.5v-6c0-1.93 1.57-3.5 3.5-3.5s3.5 1.57 3.5 3.5v6c0 1.93-1.57 3.5-3.5 3.5zM9.5 2c-1.378 0-2.5 1.122-2.5 2.5v6c0 1.378 1.122 2.5 2.5 2.5s2.5-1.122 2.5-2.5v-6c0-1.378-1.122-2.5-2.5-2.5z\"/>\n<path class=\"path2\" d=\"M16 10.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.033-2.467 5.5-5.5 5.5s-5.5-2.467-5.5-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 3.416 2.649 6.225 6 6.481v2.019h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h4c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-1.5v-2.019c3.351-0.256 6-3.065 6-6.481z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hourglass\" viewBox=\"0 0 20 20\">\n<title>hourglass</title>\n<path class=\"path1\" d=\"M16 3.5v-0.5c0-0.392-0.241-0.733-0.717-1.014-0.344-0.203-0.821-0.382-1.419-0.531-1.172-0.293-2.722-0.454-4.364-0.454s-3.192 0.161-4.364 0.454c-0.598 0.149-1.075 0.328-1.419 0.531-0.476 0.281-0.717 0.622-0.717 1.014v0.5c0 2.631 1.593 4.999 4 6.002v1.997c-2.407 1.003-4 3.371-4 6.002v0.5c0 0.392 0.241 0.733 0.717 1.014 0.344 0.203 0.821 0.382 1.419 0.531 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.598-0.149 1.075-0.328 1.419-0.531 0.476-0.281 0.717-0.623 0.717-1.014v-0.5c0-2.631-1.593-4.999-4-6.002v-1.997c2.407-1.003 4-3.371 4-6.002zM5.612 2.369c1.066-0.238 2.447-0.369 3.888-0.369s2.823 0.131 3.888 0.369c1.15 0.257 1.498 0.534 1.589 0.631-0.091 0.097-0.439 0.374-1.589 0.631-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.15-0.257-1.498-0.534-1.589-0.631 0.091-0.097 0.439-0.374 1.589-0.631zM11.333 12.313c2.193 0.775 3.667 2.86 3.667 5.187v0.473c-0.042 0.057-0.324 0.37-1.612 0.657-1.066 0.238-2.447 0.369-3.888 0.369s-2.823-0.131-3.888-0.369c-1.287-0.288-1.57-0.6-1.612-0.657v-0.473c0-2.327 1.473-4.412 3.667-5.187 0.2-0.071 0.333-0.259 0.333-0.471v-2.683c0-0.212-0.134-0.401-0.333-0.471-1.976-0.699-3.368-2.461-3.624-4.506 0.3 0.135 0.666 0.257 1.093 0.364 1.172 0.293 2.722 0.454 4.364 0.454s3.192-0.161 4.364-0.454c0.428-0.107 0.794-0.229 1.093-0.364-0.256 2.045-1.647 3.807-3.624 4.506-0.2 0.071-0.333 0.26-0.333 0.471v2.683c0 0.212 0.134 0.401 0.333 0.471z\"/>\n<path class=\"path2\" d=\"M13.667 16.529c-2.262-0.799-3.667-2.726-3.667-5.029v-3.025c0.6-0.059 1.178-0.225 1.723-0.495 0.247-0.123 0.348-0.423 0.225-0.67s-0.423-0.348-0.67-0.225c-0.555 0.276-1.153 0.416-1.778 0.416s-1.223-0.14-1.778-0.416c-0.247-0.123-0.547-0.022-0.67 0.225s-0.022 0.547 0.225 0.67c0.545 0.271 1.122 0.436 1.723 0.495v3.025c0 2.302-1.405 4.229-3.667 5.029-0.21 0.074-0.346 0.279-0.332 0.501s0.172 0.409 0.39 0.458c0.982 0.22 2.477 0.512 4.109 0.512s3.127-0.292 4.109-0.512c0.218-0.049 0.377-0.236 0.39-0.458s-0.122-0.427-0.332-0.501zM9.5 17c-0.877 0-1.701-0.087-2.437-0.205 0.665-0.421 1.244-0.952 1.711-1.575 0.293-0.391 0.536-0.812 0.726-1.254 0.19 0.442 0.433 0.863 0.726 1.254 0.466 0.622 1.045 1.153 1.711 1.575-0.736 0.117-1.56 0.205-2.437 0.205z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-undo\" viewBox=\"0 0 20 20\">\n<title>undo</title>\n<path class=\"path1\" d=\"M17.51 4.49c-1.605-1.605-3.74-2.49-6.010-2.49s-4.405 0.884-6.010 2.49-2.49 3.74-2.49 6.010v1.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-1.293c0-4.136 3.364-7.5 7.5-7.5s7.5 3.364 7.5 7.5-3.364 7.5-7.5 7.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c2.27 0 4.405-0.884 6.010-2.49s2.49-3.74 2.49-6.010c0-2.27-0.884-4.405-2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-redo\" viewBox=\"0 0 20 20\">\n<title>redo</title>\n<path class=\"path1\" d=\"M2.49 4.49c1.605-1.605 3.74-2.49 6.010-2.49s4.405 0.884 6.010 2.49 2.49 3.74 2.49 6.010v1.293l2.146-2.146c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3 3c-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.146 2.146v-1.293c0-4.136-3.364-7.5-7.5-7.5s-7.5 3.364-7.5 7.5c0 4.136 3.364 7.5 7.5 7.5 0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5c-2.27 0-4.405-0.884-6.010-2.49s-2.49-3.74-2.49-6.010c0-2.27 0.884-4.405 2.49-6.010z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sync\" viewBox=\"0 0 20 20\">\n<title>sync</title>\n<path class=\"path1\" d=\"M19.854 8.646c-0.195-0.195-0.512-0.195-0.707 0l-1.149 1.149c-0.051-2.060-0.878-3.99-2.341-5.452-1.511-1.511-3.52-2.343-5.657-2.343-2.974 0-5.686 1.635-7.077 4.266-0.129 0.244-0.036 0.547 0.208 0.676s0.547 0.036 0.676-0.208c1.217-2.303 3.59-3.734 6.193-3.734 3.789 0 6.885 3.027 6.997 6.789l-1.143-1.143c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M16.869 13.058c-0.244-0.129-0.547-0.036-0.676 0.208-1.217 2.303-3.59 3.734-6.193 3.734-3.789 0-6.885-3.027-6.997-6.789l1.143 1.143c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.149-1.149c0.051 2.060 0.878 3.99 2.341 5.452 1.511 1.511 3.52 2.343 5.657 2.343 2.974 0 5.686-1.635 7.077-4.266 0.129-0.244 0.036-0.547-0.208-0.676z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-history\" viewBox=\"0 0 20 20\">\n<title>history</title>\n<path class=\"path1\" d=\"M17.071 2.929c-1.889-1.889-4.4-2.929-7.071-2.929-3.094 0-5.975 1.425-7.853 3.807v-1.307c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v2.972c0 0.229 0.155 0.428 0.377 0.485 0.097 0.025 0.195 0.019 0.284-0.011v0l2.853-0.972c0.261-0.089 0.401-0.373 0.312-0.634s-0.373-0.401-0.634-0.312l-1.49 0.508c1.688-2.208 4.32-3.534 7.152-3.534 4.963 0 9 4.037 9 9s-4.037 9-9 9c-3.316 0-6.354-1.815-7.928-4.737-0.131-0.243-0.434-0.334-0.677-0.203s-0.334 0.434-0.203 0.677c1.749 3.246 5.125 5.263 8.809 5.263 2.671 0 5.182-1.040 7.071-2.929s2.929-4.4 2.929-7.071c0-2.671-1.040-5.182-2.929-7.071z\"/>\n<path class=\"path2\" d=\"M10 10.5c-0.084 0-0.167-0.021-0.243-0.063l-4.5-2.5c-0.241-0.134-0.328-0.438-0.194-0.68s0.438-0.328 0.68-0.194l4.24 2.355 5.249-3.34c0.233-0.148 0.542-0.080 0.69 0.153s0.080 0.542-0.153 0.69l-5.5 3.5c-0.082 0.052-0.175 0.078-0.268 0.078z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-clock\" viewBox=\"0 0 20 20\">\n<title>clock</title>\n<path class=\"path1\" d=\"M16.32 17.113c1.729-1.782 2.68-4.124 2.68-6.613 0-2.37-0.862-4.608-2.438-6.355l0.688-0.688 0.647 0.646c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l0.647 0.646-0.688 0.688c-1.747-1.576-3.985-2.438-6.355-2.438s-4.608 0.862-6.355 2.438l-0.688-0.688 0.646-0.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l0.646-0.646 0.688 0.688c-1.576 1.747-2.438 3.985-2.438 6.355 0 2.489 0.951 4.831 2.68 6.613l-2.034 2.034c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.354-0.147l2.060-2.059c1.705 1.428 3.836 2.206 6.087 2.206s4.382-0.778 6.087-2.206l2.059 2.059c0.098 0.098 0.226 0.147 0.354 0.147s0.256-0.049 0.353-0.147c0.195-0.195 0.195-0.512 0-0.707l-2.034-2.034zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M15.129 7.25c-0.138-0.239-0.444-0.321-0.683-0.183l-4.92 2.841-3.835-2.685c-0.226-0.158-0.538-0.103-0.696 0.123s-0.103 0.538 0.123 0.696l4.096 2.868c0.001 0.001 0.002 0.001 0.002 0.002 0.009 0.006 0.018 0.012 0.027 0.017 0.002 0.001 0.004 0.003 0.006 0.004 0.009 0.005 0.018 0.010 0.027 0.015 0.002 0.001 0.004 0.002 0.006 0.003 0.010 0.005 0.020 0.009 0.031 0.014 0.006 0.003 0.013 0.005 0.019 0.007 0.004 0.001 0.008 0.003 0.013 0.005 0.007 0.002 0.014 0.004 0.021 0.006 0.004 0.001 0.008 0.002 0.012 0.003 0.007 0.002 0.014 0.003 0.022 0.005 0.004 0.001 0.008 0.002 0.012 0.002 0.007 0.001 0.014 0.002 0.021 0.003 0.005 0.001 0.010 0.001 0.015 0.002 0.006 0.001 0.012 0.001 0.018 0.002 0.009 0.001 0.018 0.001 0.027 0.001 0.002 0 0.004 0 0.006 0 0 0 0-0 0-0s0 0 0.001 0c0.019 0 0.037-0.001 0.056-0.003 0.001-0 0.002-0 0.003-0 0.018-0.002 0.036-0.005 0.054-0.010 0.002-0 0.003-0.001 0.005-0.001 0.017-0.004 0.034-0.009 0.050-0.015 0.003-0.001 0.006-0.002 0.008-0.003 0.016-0.006 0.031-0.012 0.046-0.020 0.004-0.002 0.007-0.004 0.011-0.006 0.005-0.003 0.011-0.005 0.016-0.008l5.196-3c0.239-0.138 0.321-0.444 0.183-0.683z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-download\" viewBox=\"0 0 20 20\">\n<title>download</title>\n<path class=\"path1\" d=\"M14.853 9.647c-0.195-0.195-0.512-0.195-0.707 0l-4.146 4.146v-11.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v11.293l-4.146-4.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.147l5-5c0.195-0.195 0.195-0.512-0-0.707z\"/>\n<path class=\"path2\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-upload\" viewBox=\"0 0 20 20\">\n<title>upload</title>\n<path class=\"path1\" d=\"M17.5 19h-16c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h16c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M14.854 8.646l-5-5c-0.195-0.195-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l4.146-4.146v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l4.146 4.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-enter-down\" viewBox=\"0 0 20 20\">\n<title>enter-down</title>\n<path class=\"path1\" d=\"M12.854 11.646c-0.195-0.195-0.512-0.195-0.707 0l-2.146 2.146v-12.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v12.293l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-exit-up\" viewBox=\"0 0 20 20\">\n<title>exit-up</title>\n<path class=\"path1\" d=\"M15.5 20h-12c-0.827 0-1.5-0.673-1.5-1.5v-10c0-0.827 0.673-1.5 1.5-1.5h4c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-4c-0.276 0-0.5 0.224-0.5 0.5v10c0 0.276 0.224 0.5 0.5 0.5h12c0.276 0 0.5-0.224 0.5-0.5v-10c0-0.276-0.224-0.5-0.5-0.5h-4c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.827 0 1.5 0.673 1.5 1.5v10c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M12.853 3.646l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.147-2.146v11.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.293l2.147 2.146c0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.146c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bug\" viewBox=\"0 0 20 20\">\n<title>bug</title>\n<path class=\"path1\" d=\"M17.5 12h-1.515c-0.062-1.099-0.33-2.153-0.781-3.102 1.036-0.305 1.795-1.264 1.795-2.398 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 0.761-0.57 1.392-1.306 1.487-0.174-0.266-0.365-0.521-0.571-0.762-0.108-0.126-0.219-0.246-0.333-0.362 0.14-0.439 0.21-0.896 0.21-1.363 0-2.481-2.019-4.5-4.5-4.5s-4.5 2.019-4.5 4.5c0 0.467 0.071 0.924 0.21 1.363-0.114 0.116-0.225 0.236-0.333 0.362-0.207 0.241-0.397 0.496-0.571 0.762-0.736-0.095-1.306-0.726-1.306-1.487 0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5c0 1.134 0.759 2.093 1.795 2.398-0.451 0.949-0.718 2.003-0.781 3.102h-1.514c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.515c0.062 1.099 0.33 2.153 0.781 3.102-1.036 0.305-1.795 1.264-1.795 2.398 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-0.761 0.57-1.392 1.306-1.487 0.174 0.266 0.365 0.521 0.571 0.762 1.23 1.435 2.871 2.225 4.622 2.225s3.393-0.79 4.622-2.225c0.207-0.241 0.397-0.496 0.571-0.762 0.736 0.095 1.306 0.726 1.306 1.487 0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5c0-1.134-0.759-2.093-1.795-2.398 0.451-0.949 0.718-2.003 0.781-3.102h1.514c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM9.5 2c1.93 0 3.5 1.57 3.5 3.5 0 0.215-0.019 0.426-0.057 0.634-1.022-0.738-2.205-1.134-3.443-1.134s-2.421 0.395-3.443 1.134c-0.038-0.208-0.057-0.419-0.057-0.634 0-1.93 1.57-3.5 3.5-3.5zM4 12.5c0-3.385 2.201-6.173 5-6.473v12.946c-2.799-0.3-5-3.088-5-6.473zM10 18.973v-12.946c2.799 0.3 5 3.088 5 6.473s-2.201 6.173-5 6.473z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-code\" viewBox=\"0 0 20 20\">\n<title>code</title>\n<path class=\"path1\" d=\"M5 15c-0.128 0-0.256-0.049-0.354-0.146l-4-4c-0.195-0.195-0.195-0.512 0-0.707l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.646 3.646 3.646 3.646c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path2\" d=\"M15 15c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.646-3.646-3.646-3.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l4 4c0.195 0.195 0.195 0.512 0 0.707l-4 4c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path3\" d=\"M7.5 15c-0.091 0-0.182-0.025-0.265-0.076-0.234-0.146-0.305-0.455-0.159-0.689l5-8c0.146-0.234 0.455-0.305 0.689-0.159s0.305 0.455 0.159 0.689l-5 8c-0.095 0.152-0.258 0.235-0.424 0.235z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-link\" viewBox=\"0 0 20 20\">\n<title>link</title>\n<path class=\"path1\" d=\"M10.682 12.998c-0.943 0-1.886-0.359-2.604-1.077-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0c1.046 1.046 2.747 1.046 3.793 0l3.636-3.636c1.046-1.046 1.046-2.747 0-3.793s-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0s1.436 3.772 0 5.207l-3.636 3.636c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n<path class=\"path2\" d=\"M4.682 18.998c-0.943 0-1.886-0.359-2.604-1.077-1.436-1.436-1.436-3.772 0-5.207l3.636-3.636c1.436-1.436 3.772-1.436 5.207 0 0.195 0.195 0.195 0.512 0 0.707s-0.512 0.195-0.707 0c-1.046-1.046-2.747-1.046-3.793 0l-3.636 3.636c-1.046 1.046-1.046 2.747 0 3.793s2.747 1.046 3.793 0l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.718 0.718-1.661 1.077-2.604 1.077z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-unlink\" viewBox=\"0 0 20 20\">\n<title>unlink</title>\n<path class=\"path1\" d=\"M13.5 11.5c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l3.068-3.068c0.507-0.507 0.786-1.18 0.786-1.896s-0.279-1.39-0.786-1.896c-1.046-1.046-2.747-1.046-3.793 0l-3.068 3.068c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l3.068-3.068c1.436-1.436 3.772-1.436 5.207 0 0.695 0.695 1.078 1.62 1.078 2.604s-0.383 1.908-1.078 2.604l-3.068 3.068c-0.098 0.098-0.226 0.147-0.354 0.147z\"/>\n<path class=\"path2\" d=\"M4.682 19c-0.983 0-1.908-0.383-2.604-1.078-1.436-1.436-1.436-3.772 0-5.207l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-1.046 1.046-1.046 2.747 0 3.793 0.507 0.507 1.18 0.786 1.896 0.786s1.39-0.279 1.896-0.786l3.068-3.068c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.068 3.068c-0.695 0.695-1.62 1.078-2.604 1.078z\"/>\n<path class=\"path3\" d=\"M5.5 7c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path4\" d=\"M7.5 6c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M4.5 9h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M15.5 17c-0.128 0-0.256-0.049-0.354-0.146l-2-2c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2 2c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n<path class=\"path7\" d=\"M17.5 13h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M11.5 19c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-up\" viewBox=\"0 0 20 20\">\n<title>thumbs-up</title>\n<path class=\"path1\" d=\"M18.916 11.208c0.443-0.511 0.695-1.355 0.695-2.159 0-0.531-0.115-0.996-0.333-1.345-0.284-0.454-0.738-0.704-1.278-0.704h-2.618c1.425-2.591 1.785-4.543 1.070-5.807-0.499-0.881-1.413-1.193-2.045-1.193-0.25 0-0.462 0.185-0.495 0.433-0.179 1.319-1.188 2.893-2.768 4.318-1.514 1.365-3.374 2.456-5.286 3.11-0.241-0.508-0.758-0.86-1.356-0.86h-3c-0.827 0-1.5 0.673-1.5 1.5v9c0 0.827 0.673 1.5 1.5 1.5h3c0.634 0 1.176-0.395 1.396-0.952 1.961 0.246 2.699 0.64 3.414 1.022 0.895 0.478 1.739 0.93 4.503 0.93 0.72 0 1.398-0.188 1.91-0.529 0.5-0.333 0.82-0.801 0.926-1.343 0.399-0.162 0.753-0.536 1.024-1.092 0.264-0.541 0.435-1.232 0.435-1.761 0-0.099-0.006-0.19-0.017-0.274 0.253-0.186 0.48-0.473 0.667-0.851 0.27-0.545 0.432-1.228 0.432-1.826 0-0.424-0.079-0.777-0.234-1.051-0.013-0.022-0.026-0.044-0.039-0.065zM4.5 18h-3c-0.276 0-0.5-0.224-0.5-0.5v-9c0-0.276 0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5v8.999c0 0 0 0.001 0 0.001-0 0.276-0.224 0.5-0.5 0.5zM18.339 10.274c-0.151 0.304-0.304 0.414-0.37 0.414-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5c0.042 0 0.072 0 0.117 0.078 0.066 0.117 0.104 0.32 0.104 0.558 0 0.445-0.126 0.974-0.328 1.382-0.198 0.399-0.399 0.544-0.487 0.544-0.276 0-0.5 0.224-0.5 0.5 0 0.177 0.092 0.333 0.231 0.422 0.031 0.317-0.117 1.165-0.501 1.718-0.145 0.209-0.298 0.329-0.418 0.329-0.276 0-0.5 0.224-0.5 0.5 0 0.88-0.972 1.281-1.875 1.281-2.513 0-3.217-0.376-4.032-0.812-0.762-0.407-1.618-0.865-3.781-1.134v-8.187c2.101-0.689 4.152-1.877 5.812-3.373 1.593-1.436 2.639-2.988 2.994-4.426 0.272 0.087 0.579 0.271 0.776 0.618 0.334 0.59 0.584 2.096-1.493 5.557-0.093 0.154-0.095 0.347-0.006 0.504s0.255 0.254 0.435 0.254h3.483c0.199 0 0.327 0.070 0.43 0.234 0.117 0.187 0.181 0.477 0.181 0.815 0 0.424-0.102 0.882-0.272 1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-thumbs-down\" viewBox=\"0 0 20 20\">\n<title>thumbs-down</title>\n<path class=\"path1\" d=\"M18.916 8.792c0.443 0.511 0.695 1.355 0.695 2.159 0 0.531-0.115 0.996-0.333 1.345-0.284 0.454-0.738 0.704-1.278 0.704h-2.618c1.425 2.591 1.785 4.543 1.070 5.807-0.499 0.881-1.413 1.193-2.045 1.193-0.25 0-0.462-0.185-0.495-0.433-0.179-1.319-1.188-2.893-2.768-4.318-1.514-1.365-3.374-2.456-5.286-3.11-0.241 0.508-0.758 0.86-1.356 0.86h-3c-0.827 0-1.5-0.673-1.5-1.5v-9c0-0.827 0.673-1.5 1.5-1.5h3c0.634 0 1.176 0.395 1.396 0.952 1.961-0.246 2.699-0.64 3.414-1.022 0.895-0.478 1.739-0.93 4.503-0.93 0.72 0 1.398 0.188 1.91 0.529 0.5 0.333 0.82 0.801 0.926 1.343 0.399 0.162 0.753 0.536 1.024 1.092 0.264 0.541 0.435 1.232 0.435 1.761 0 0.099-0.006 0.19-0.017 0.274 0.253 0.186 0.48 0.473 0.667 0.851 0.27 0.545 0.432 1.228 0.432 1.826 0 0.424-0.079 0.777-0.234 1.051-0.013 0.022-0.026 0.044-0.039 0.065zM4.5 2h-3c-0.276 0-0.5 0.224-0.5 0.5v9c0 0.276 0.224 0.5 0.5 0.5h3c0.276 0 0.5-0.224 0.5-0.5v-8.999c0-0 0-0.001 0-0.001-0-0.276-0.224-0.5-0.5-0.5zM18.339 9.726c-0.151-0.304-0.304-0.414-0.37-0.414-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5c0.042 0 0.072 0 0.117-0.078 0.066-0.117 0.104-0.32 0.104-0.558 0-0.445-0.126-0.974-0.328-1.382-0.198-0.399-0.399-0.544-0.487-0.544-0.276 0-0.5-0.224-0.5-0.5 0-0.177 0.092-0.333 0.231-0.422 0.031-0.317-0.117-1.165-0.501-1.718-0.145-0.209-0.298-0.329-0.418-0.329-0.276 0-0.5-0.224-0.5-0.5 0-0.88-0.972-1.281-1.875-1.281-2.513 0-3.217 0.376-4.032 0.812-0.762 0.407-1.618 0.865-3.781 1.134v8.187c2.101 0.689 4.152 1.877 5.812 3.373 1.593 1.436 2.639 2.988 2.994 4.426 0.272-0.087 0.579-0.271 0.776-0.618 0.334-0.59 0.584-2.096-1.493-5.557-0.093-0.154-0.095-0.347-0.006-0.504s0.255-0.254 0.435-0.254h3.483c0.199 0 0.327-0.070 0.43-0.234 0.117-0.187 0.181-0.477 0.181-0.815 0-0.424-0.102-0.882-0.272-1.225z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-magnifier\" viewBox=\"0 0 20 20\">\n<title>magnifier</title>\n<path class=\"path1\" d=\"M18.869 19.162l-5.943-6.484c1.339-1.401 2.075-3.233 2.075-5.178 0-2.003-0.78-3.887-2.197-5.303s-3.3-2.197-5.303-2.197-3.887 0.78-5.303 2.197-2.197 3.3-2.197 5.303 0.78 3.887 2.197 5.303 3.3 2.197 5.303 2.197c1.726 0 3.362-0.579 4.688-1.645l5.943 6.483c0.099 0.108 0.233 0.162 0.369 0.162 0.121 0 0.242-0.043 0.338-0.131 0.204-0.187 0.217-0.503 0.031-0.706zM1 7.5c0-3.584 2.916-6.5 6.5-6.5s6.5 2.916 6.5 6.5-2.916 6.5-6.5 6.5-6.5-2.916-6.5-6.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross\" viewBox=\"0 0 20 20\">\n<title>cross</title>\n<path class=\"path1\" d=\"M10.707 10.5l5.646-5.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.646 5.646-5.646-5.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.646 5.646-5.646 5.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l5.646-5.646 5.646 5.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-5.646-5.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu\" viewBox=\"0 0 20 20\">\n<title>menu</title>\n<path class=\"path1\" d=\"M17.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-list\" viewBox=\"0 0 20 20\">\n<title>list</title>\n<path class=\"path1\" d=\"M19.5 16h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M19.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M19.5 6h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M1.5 7c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path5\" d=\"M1.5 12c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5c0 0.827-0.673 1.5-1.5 1.5zM1.5 10c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path6\" d=\"M1.5 17c-0.827 0-1.5-0.673-1.5-1.5s0.673-1.5 1.5-1.5 1.5 0.673 1.5 1.5-0.673 1.5-1.5 1.5zM1.5 15c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5 0.5-0.224 0.5-0.5-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up\" viewBox=\"0 0 20 20\">\n<title>chevron-up</title>\n<path class=\"path1\" d=\"M0 15c0 0.128 0.049 0.256 0.146 0.354 0.195 0.195 0.512 0.195 0.707 0l8.646-8.646 8.646 8.646c0.195 0.195 0.512 0.195 0.707 0s0.195-0.512 0-0.707l-9-9c-0.195-0.195-0.512-0.195-0.707 0l-9 9c-0.098 0.098-0.146 0.226-0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down\" viewBox=\"0 0 20 20\">\n<title>chevron-down</title>\n<path class=\"path1\" d=\"M0 6c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l8.646 8.646 8.646-8.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-9 9c-0.195 0.195-0.512 0.195-0.707 0l-9-9c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left\" viewBox=\"0 0 20 20\">\n<title>chevron-left</title>\n<path class=\"path1\" d=\"M14 20c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-8.646-8.646 8.646-8.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-9 9c-0.195 0.195-0.195 0.512 0 0.707l9 9c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right\" viewBox=\"0 0 20 20\">\n<title>chevron-right</title>\n<path class=\"path1\" d=\"M5 20c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l8.646-8.646-8.646-8.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l9 9c0.195 0.195 0.195 0.512 0 0.707l-9 9c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up\" viewBox=\"0 0 20 20\">\n<title>arrow-up</title>\n<path class=\"path1\" d=\"M9.146 0.646l-6 6c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l5.146-5.146v16.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-16.293l5.146 5.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.354s-0.049-0.256-0.146-0.354l-6-6c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down\" viewBox=\"0 0 20 20\">\n<title>arrow-down</title>\n<path class=\"path1\" d=\"M9.854 19.354l6-6c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5.146 5.146v-16.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v16.293l-5.146-5.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.354s0.049 0.256 0.146 0.354l6 6c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left\" viewBox=\"0 0 20 20\">\n<title>arrow-left</title>\n<path class=\"path1\" d=\"M0.646 10.146l6-6c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5.146 5.146h16.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-16.293l5.146 5.146c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.354 0.146s-0.256-0.049-0.354-0.146l-6-6c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right\" viewBox=\"0 0 20 20\">\n<title>arrow-right</title>\n<path class=\"path1\" d=\"M19.354 10.146l-6-6c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l5.146 5.146h-16.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h16.293l-5.146 5.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l6-6c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-move\" viewBox=\"0 0 20 20\">\n<title>move</title>\n<path class=\"path1\" d=\"M18.354 10.146l-3-3c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2.146 2.146h-6.793v-6.793l2.146 2.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-3-3c-0.195-0.195-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l2.146-2.146v6.793h-6.793l2.146-2.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3 3c-0.195 0.195-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2.146-2.146h6.793v6.793l-2.146-2.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3 3c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2.146 2.146v-6.793h6.793l-2.146 2.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l3-3c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-warning\" viewBox=\"0 0 20 20\">\n<title>warning</title>\n<path class=\"path1\" d=\"M18.5 19h-18c-0.178 0-0.342-0.094-0.432-0.248s-0.091-0.343-0.004-0.498l9-16c0.089-0.157 0.255-0.255 0.436-0.255s0.347 0.097 0.436 0.255l9 16c0.087 0.155 0.085 0.344-0.004 0.498s-0.254 0.248-0.432 0.248zM1.355 18h16.29l-8.145-14.48-8.145 14.48z\"/>\n<path class=\"path2\" d=\"M9.5 14c-0.276 0-0.5-0.224-0.5-0.5v-5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v5c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 17c-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-question-circle\" viewBox=\"0 0 20 20\">\n<title>question-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.5 15c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5 1.93 0 3.5-1.57 3.5-3.5s-1.57-3.5-3.5-3.5-3.5 1.57-3.5 3.5c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5c0-2.481 2.019-4.5 4.5-4.5s4.5 2.019 4.5 4.5c0 2.312-1.753 4.223-4 4.472v1.528c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M9.5 18c-0 0 0 0 0 0-0.276 0-0.5-0.224-0.5-0.5v-1c0-0.276 0.224-0.5 0.5-0.5 0 0 0 0 0 0 0.276 0 0.5 0.224 0.5 0.5v1c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-menu-circle\" viewBox=\"0 0 20 20\">\n<title>menu-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M14.5 8h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M14.5 11h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 14h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-checkmark-circle\" viewBox=\"0 0 20 20\">\n<title>checkmark-circle</title>\n<path class=\"path1\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M7.5 14.5c-0.128 0-0.256-0.049-0.354-0.146l-3-3c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l2.646 2.646 6.646-6.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-7 7c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-cross-circle\" viewBox=\"0 0 20 20\">\n<title>cross-circle</title>\n<path class=\"path1\" d=\"M14.332 14.126l-4.080-3.626 4.080-3.626c0.206-0.183 0.225-0.499 0.042-0.706s-0.499-0.225-0.706-0.042l-4.168 3.705-4.168-3.705c-0.206-0.183-0.522-0.165-0.706 0.042s-0.165 0.522 0.042 0.706l4.080 3.626-4.080 3.626c-0.206 0.183-0.225 0.499-0.042 0.706 0.099 0.111 0.236 0.168 0.374 0.168 0.118 0 0.237-0.042 0.332-0.126l4.168-3.705 4.168 3.705c0.095 0.085 0.214 0.126 0.332 0.126 0.138 0 0.275-0.057 0.374-0.168 0.183-0.206 0.165-0.522-0.042-0.706z\"/>\n<path class=\"path2\" d=\"M9.5 20c-2.538 0-4.923-0.988-6.718-2.782s-2.782-4.18-2.782-6.717c0-2.538 0.988-4.923 2.782-6.718s4.18-2.783 6.718-2.783c2.538 0 4.923 0.988 6.718 2.783s2.782 4.18 2.782 6.718-0.988 4.923-2.782 6.717c-1.794 1.794-4.18 2.782-6.718 2.782zM9.5 2c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5 8.5-3.813 8.5-8.5-3.813-8.5-8.5-8.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-plus-circle\" viewBox=\"0 0 20 20\">\n<title>plus-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 10h-5.5v-5.5c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v5.5h-5.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.5v5.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-5.5h5.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-circle-minus\" viewBox=\"0 0 20 20\">\n<title>circle-minus</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.5 11h-12c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h12c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-up-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M9.147 4.647l-4 4c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l3.146-3.147v10.293c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-10.293l3.147 3.146c0.195 0.195 0.512 0.195 0.707 0 0.098-0.098 0.146-0.226 0.146-0.353s-0.049-0.256-0.147-0.353l-4-4c-0.195-0.195-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-down-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M9.853 16.353l4-4c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.146 3.147v-10.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v10.293l-3.147-3.146c-0.195-0.195-0.512-0.195-0.707 0-0.098 0.098-0.146 0.226-0.146 0.353s0.049 0.256 0.147 0.353l4 4c0.195 0.195 0.512 0.195 0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-left-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M3.647 10.147l4-4c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-3.147 3.146h10.293c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-10.293l3.146 3.147c0.195 0.195 0.195 0.512 0 0.707-0.098 0.098-0.226 0.146-0.353 0.146s-0.256-0.049-0.353-0.147l-4-4c-0.195-0.195-0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-arrow-right-circle\" viewBox=\"0 0 20 20\">\n<title>arrow-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15.353 10.147l-4-4c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l3.147 3.146h-10.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h10.293l-3.146 3.147c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.353 0.146s0.256-0.049 0.353-0.147l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-up-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-up-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c-1.794 1.794-2.782 4.18-2.782 6.718s0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.717-0.988-4.923-2.782-6.718-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782zM18 10.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M15 12c0 0.128-0.049 0.256-0.146 0.354-0.195 0.195-0.512 0.195-0.707 0l-4.646-4.646-4.646 4.646c-0.195 0.195-0.512 0.195-0.707 0s-0.195-0.512 0-0.707l5-5c0.195-0.195 0.512-0.195 0.707 0l5 5c0.098 0.098 0.146 0.226 0.146 0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-down-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-down-circle</title>\n<path class=\"path1\" d=\"M16.218 17.218c1.794-1.794 2.782-4.18 2.782-6.718s-0.988-4.923-2.782-6.717-4.18-2.782-6.718-2.782-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782zM1 10.5c0-4.687 3.813-8.5 8.5-8.5s8.5 3.813 8.5 8.5c0 4.687-3.813 8.5-8.5 8.5s-8.5-3.813-8.5-8.5z\"/>\n<path class=\"path2\" d=\"M4 9c0-0.128 0.049-0.256 0.146-0.354 0.195-0.195 0.512-0.195 0.707 0l4.646 4.646 4.646-4.646c0.195-0.195 0.512-0.195 0.707 0s0.195 0.512 0 0.707l-5 5c-0.195 0.195-0.512 0.195-0.707 0l-5-5c-0.098-0.098-0.146-0.226-0.146-0.354z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-left-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-left-circle</title>\n<path class=\"path1\" d=\"M2.782 3.782c1.794-1.794 4.18-2.782 6.718-2.782s4.923 0.988 6.718 2.782 2.782 4.18 2.782 6.717-0.988 4.923-2.782 6.718-4.18 2.782-6.718 2.782-4.923-0.988-6.718-2.782-2.782-4.18-2.782-6.718 0.988-4.923 2.782-6.717zM9.5 19c4.687 0 8.5-3.813 8.5-8.5s-3.813-8.5-8.5-8.5c-4.687 0-8.5 3.813-8.5 8.5s3.813 8.5 8.5 8.5z\"/>\n<path class=\"path2\" d=\"M11 16c0.128 0 0.256-0.049 0.354-0.146 0.195-0.195 0.195-0.512 0-0.707l-4.646-4.646 4.646-4.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-5 5c-0.195 0.195-0.195 0.512 0 0.707l5 5c0.098 0.098 0.226 0.146 0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-chevron-right-circle\" viewBox=\"0 0 20 20\">\n<title>chevron-right-circle</title>\n<path class=\"path1\" d=\"M16.218 3.782c-1.794-1.794-4.18-2.782-6.718-2.782s-4.923 0.988-6.718 2.782-2.782 4.18-2.782 6.717 0.988 4.923 2.782 6.718 4.18 2.782 6.718 2.782 4.923-0.988 6.718-2.782 2.782-4.18 2.782-6.718-0.988-4.923-2.782-6.717zM9.5 19c-4.687 0-8.5-3.813-8.5-8.5s3.813-8.5 8.5-8.5c4.687 0 8.5 3.813 8.5 8.5s-3.813 8.5-8.5 8.5z\"/>\n<path class=\"path2\" d=\"M8 16c-0.128 0-0.256-0.049-0.354-0.146-0.195-0.195-0.195-0.512 0-0.707l4.646-4.646-4.646-4.646c-0.195-0.195-0.195-0.512 0-0.707s0.512-0.195 0.707 0l5 5c0.195 0.195 0.195 0.512 0 0.707l-5 5c-0.098 0.098-0.226 0.146-0.354 0.146z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-crop\" viewBox=\"0 0 20 20\">\n<title>crop</title>\n<path class=\"path1\" d=\"M19.5 15h-3c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h3c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M12.5 15h-7c-0.276 0-0.5-0.224-0.5-0.5v-7c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6.5h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M5.5 4c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v3c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M14.5 20c-0.276 0-0.5-0.224-0.5-0.5v-13.5h-13.5c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5v14c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-expand\" viewBox=\"0 0 20 20\">\n<title>frame-expand</title>\n<path class=\"path1\" d=\"M18.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M0.5 7c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M3.5 18h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 18h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-frame-contract\" viewBox=\"0 0 20 20\">\n<title>frame-contract</title>\n<path class=\"path1\" d=\"M14.5 9h-2c-0.827 0-1.5-0.673-1.5-1.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.276 0.224 0.5 0.5 0.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M6.5 9h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.276 0 0.5-0.224 0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v2c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path3\" d=\"M11.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.827 0.673-1.5 1.5-1.5h2c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-2c-0.276 0-0.5 0.224-0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 16c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276-0.224-0.5-0.5-0.5h-2c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h2c0.827 0 1.5 0.673 1.5 1.5v2c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-layers\" viewBox=\"0 0 20 20\">\n<title>layers</title>\n<path class=\"path1\" d=\"M10 12c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.185-0.078-0.306-0.26-0.306-0.461s0.121-0.383 0.306-0.461l9.5-4c0.124-0.052 0.264-0.052 0.388 0l9.5 4c0.185 0.078 0.306 0.26 0.306 0.461s-0.121 0.383-0.306 0.461l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039zM1.788 7.5l8.212 3.457 8.212-3.457-8.212-3.457-8.212 3.457z\"/>\n<path class=\"path2\" d=\"M10 15c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n<path class=\"path3\" d=\"M10 18c-0.066 0-0.132-0.013-0.194-0.039l-9.5-4c-0.254-0.107-0.374-0.4-0.267-0.655s0.4-0.374 0.655-0.267l9.306 3.918 9.306-3.918c0.254-0.107 0.548 0.012 0.655 0.267s-0.012 0.548-0.267 0.655l-9.5 4c-0.062 0.026-0.128 0.039-0.194 0.039z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-funnel\" viewBox=\"0 0 20 20\">\n<title>funnel</title>\n<path class=\"path1\" d=\"M16.23 3.307c-0.396-0.268-0.949-0.504-1.643-0.702-1.366-0.39-3.172-0.605-5.087-0.605s-3.722 0.215-5.087 0.605c-0.694 0.198-1.246 0.434-1.643 0.702-0.637 0.43-0.77 0.886-0.77 1.193v0.5c0 0.428 0.321 1.133 0.639 1.609l4.891 7.336c0.251 0.376 0.471 1.103 0.471 1.555v3c0 0.173 0.090 0.334 0.237 0.425 0.080 0.050 0.171 0.075 0.263 0.075 0.076 0 0.153-0.018 0.224-0.053l2-1c0.169-0.085 0.276-0.258 0.276-0.447v-2c0-0.452 0.22-1.179 0.471-1.555l4.891-7.336c0.317-0.476 0.639-1.182 0.639-1.609v-0.5c0-0.307-0.134-0.763-0.77-1.193zM4.688 3.567c1.279-0.365 2.988-0.567 4.812-0.567s3.534 0.201 4.812 0.567c1.378 0.394 1.688 0.816 1.688 0.933s-0.31 0.54-1.688 0.933c-1.279 0.365-2.988 0.567-4.812 0.567s-3.534-0.201-4.812-0.567c-1.378-0.394-1.688-0.816-1.688-0.933s0.31-0.54 1.688-0.933zM10.639 13.391c-0.358 0.537-0.639 1.464-0.639 2.109v1.691l-1 0.5v-2.191c0-0.646-0.281-1.572-0.639-2.109l-4.88-7.32c0.274 0.117 0.585 0.226 0.932 0.324 1.366 0.39 3.172 0.605 5.087 0.605s3.722-0.215 5.087-0.605c0.346-0.099 0.658-0.207 0.932-0.325l-4.88 7.32z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format\" viewBox=\"0 0 20 20\">\n<title>text-format</title>\n<path class=\"path1\" d=\"M16.5 19h-14c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h14c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.96 15.303l-2.57-5.996c-0.001-0.001-0.001-0.003-0.002-0.004l-3.428-8c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3.428 8c-0.001 0.002-0.001 0.003-0.002 0.005l-2.57 5.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l2.442-5.697h6.198l2.442 5.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM6.83 9l2.67-6.231 2.67 6.231h-5.341z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-format-remove\" viewBox=\"0 0 20 20\">\n<title>text-format-remove</title>\n<path class=\"path1\" d=\"M13.5 1h-12c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h5.41l-1.903 11.418c-0.045 0.272 0.139 0.53 0.411 0.575 0.028 0.005 0.056 0.007 0.083 0.007 0.24 0 0.452-0.173 0.493-0.418l1.93-11.582h5.576c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M10.5 16h-9c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path3\" d=\"M15.707 16.5l1.646-1.646c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-1.646 1.646-1.646-1.646c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.646 1.646-1.646 1.646c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l1.646-1.646 1.646 1.646c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.646-1.646z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-size\" viewBox=\"0 0 20 20\">\n<title>text-size</title>\n<path class=\"path1\" d=\"M6.96 16.303l-1.284-2.996c-0.001-0.001-0.001-0.003-0.002-0.004l-1.714-4c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-1.714 4c-0.001 0.001-0.001 0.003-0.002 0.004l-1.284 2.996c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM2.544 13l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path2\" d=\"M19.962 16.308l-2.083-5c-0.001-0.001-0.001-0.003-0.002-0.004l-2.915-6.996c-0.078-0.186-0.26-0.308-0.462-0.308s-0.384 0.121-0.462 0.308l-2.915 6.996c-0.001 0.001-0.001 0.003-0.002 0.004l-2.083 5c-0.106 0.255 0.014 0.548 0.269 0.654s0.548-0.014 0.654-0.269l1.955-4.692h5.167l1.955 4.692c0.080 0.192 0.266 0.308 0.462 0.308 0.064 0 0.129-0.012 0.192-0.039 0.255-0.106 0.375-0.399 0.269-0.654zM12.333 11l2.167-5.2 2.167 5.2h-4.333z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-bold\" viewBox=\"0 0 20 20\">\n<title>bold</title>\n<path class=\"path1\" d=\"M10 9h-2.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h2.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 8h2c0.551 0 1-0.449 1-1s-0.449-1-1-1h-2v2z\"/>\n<path class=\"path2\" d=\"M11 15h-3.5c-0.276 0-0.5-0.224-0.5-0.5v-3c0-0.276 0.224-0.5 0.5-0.5h3.5c1.103 0 2 0.897 2 2s-0.897 2-2 2zM8 14h3c0.551 0 1-0.449 1-1s-0.449-1-1-1h-3v2z\"/>\n<path class=\"path3\" d=\"M11 18h-5.5c-0.827 0-1.5-0.673-1.5-1.5v-13c0-0.827 0.673-1.5 1.5-1.5h4.5c2.757 0 5 2.243 5 5 0 0.824-0.202 1.628-0.587 2.349 1.013 0.945 1.587 2.253 1.587 3.651 0 2.757-2.243 5-5 5zM5.5 3c-0.276 0-0.5 0.224-0.5 0.5v13c0 0.276 0.224 0.5 0.5 0.5h5.5c2.206 0 4-1.794 4-4 0-1.237-0.561-2.385-1.539-3.151-0.211-0.165-0.253-0.466-0.1-0.682 0.418-0.646 0.639-1.395 0.639-2.167 0-2.206-1.794-4-4-4h-4.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-italic\" viewBox=\"0 0 20 20\">\n<title>italic</title>\n<path class=\"path1\" d=\"M15.5 2h-4.001c-0.001 0-0.003 0-0.004 0h-3.995c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.39l-2.8 14h-3.59c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h3.999c0.001 0 0.001 0 0.002 0s0.001-0 0.002-0h3.997c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5h-3.39l2.8-14h3.59c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-underline\" viewBox=\"0 0 20 20\">\n<title>underline</title>\n<path class=\"path1\" d=\"M14.5 18h-9c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h9c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M10 15c-2.757 0-5-2.243-5-5v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.206 1.794 4 4 4s4-1.794 4-4v-7.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v7.5c0 2.757-2.243 5-5 5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-strikethrough\" viewBox=\"0 0 20 20\">\n<title>strikethrough</title>\n<path class=\"path1\" d=\"M16.5 2h-14c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h6.5v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5h6.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n<path class=\"path2\" d=\"M9.5 18c-0.276 0-0.5-0.224-0.5-0.5v-4c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v4c0 0.276-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 12h-18c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h18c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM1 11h17v-1h-17v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-highlight\" viewBox=\"0 0 20 20\">\n<title>highlight</title>\n<path class=\"path1\" d=\"M19.854 9.646c-0.195-0.195-0.512-0.195-0.707 0l-3.586 3.586c-0.585 0.585-1.537 0.585-2.121 0l-4.672-4.672c-0.282-0.282-0.437-0.658-0.437-1.061s0.155-0.779 0.437-1.061l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-3.586 3.586c-0.471 0.471-0.73 1.098-0.73 1.768 0 0.285 0.048 0.563 0.138 0.824l-7.322 7.322c-0.094 0.094-0.146 0.221-0.146 0.354v1.5c0 0.276 0.224 0.5 0.5 0.5h9.5c0.133 0 0.26-0.053 0.354-0.146l3.322-3.322c0.261 0.091 0.539 0.138 0.824 0.138 0.669 0 1.297-0.259 1.768-0.73l3.586-3.586c0.195-0.195 0.195-0.512 0-0.707zM9.793 17h-8.793v-0.793l7.002-7.002c0.020 0.021 0.039 0.042 0.059 0.062l4.672 4.672c0.020 0.020 0.041 0.040 0.062 0.059l-3.002 3.002z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-left\" viewBox=\"0 0 20 20\">\n<title>text-align-left</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M13.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M13.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-center\" viewBox=\"0 0 20 20\">\n<title>text-align-center</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M15.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M15.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-right\" viewBox=\"0 0 20 20\">\n<title>text-align-right</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-11c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h11c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-text-align-justify\" viewBox=\"0 0 20 20\">\n<title>text-align-justify</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-line-spacing\" viewBox=\"0 0 20 20\">\n<title>line-spacing</title>\n<path class=\"path1\" d=\"M18.5 5h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M18.5 9h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M18.5 13h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M18.5 17h-10c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h10c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M5.146 13.646l-1.146 1.146v-8.586l1.146 1.146c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-2-2c-0.195-0.195-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707s0.512 0.195 0.707 0l1.146-1.146v8.586l-1.146-1.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-increase\" viewBox=\"0 0 20 20\">\n<title>indent-increase</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M2.5 14c-0.076 0-0.153-0.017-0.224-0.053-0.169-0.085-0.276-0.258-0.276-0.447v-6c0-0.189 0.107-0.363 0.276-0.447s0.372-0.066 0.524 0.047l4 3c0.126 0.094 0.2 0.243 0.2 0.4s-0.074 0.306-0.2 0.4l-4 3c-0.088 0.066-0.194 0.1-0.3 0.1zM3 8.5v4l2.667-2-2.667-2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-indent-decrease\" viewBox=\"0 0 20 20\">\n<title>indent-decrease</title>\n<path class=\"path1\" d=\"M17.5 5h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path2\" d=\"M17.5 8h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M17.5 11h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M17.5 14h-8c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M17.5 17h-15c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h15c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M6.5 14c-0.106 0-0.212-0.034-0.3-0.1l-4-3c-0.126-0.094-0.2-0.243-0.2-0.4s0.074-0.306 0.2-0.4l4-3c0.152-0.114 0.354-0.132 0.524-0.047s0.276 0.258 0.276 0.447v6c0 0.189-0.107 0.363-0.276 0.447-0.071 0.035-0.147 0.053-0.224 0.053zM3.333 10.5l2.667 2v-4l-2.667 2z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pilcrow\" viewBox=\"0 0 20 20\">\n<title>pilcrow</title>\n<path class=\"path1\" d=\"M15.5 2h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h3v14.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-14.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 9h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-ltr\" viewBox=\"0 0 20 20\">\n<title>direction-ltr</title>\n<path class=\"path1\" d=\"M15.354 17.146l-2-2c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l1.146 1.146h-9.293c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h9.293l-1.146 1.146c-0.195 0.195-0.195 0.512 0 0.707 0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l2-2c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-direction-rtl\" viewBox=\"0 0 20 20\">\n<title>direction-rtl</title>\n<path class=\"path1\" d=\"M15.5 1h-8.5c-2.206 0-4 1.794-4 4s1.794 4 4 4h1v4.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h3v11.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-11.5h2.5c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5zM8 8h-1c-1.654 0-3-1.346-3-3s1.346-3 3-3h1v6z\"/>\n<path class=\"path2\" d=\"M14.5 17h-9.293l1.146-1.146c0.195-0.195 0.195-0.512 0-0.707s-0.512-0.195-0.707 0l-2 2c-0.195 0.195-0.195 0.512 0 0.707l2 2c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146c0.195-0.195 0.195-0.512 0-0.707l-1.146-1.146h9.293c0.276 0 0.5-0.224 0.5-0.5s-0.224-0.5-0.5-0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-page-break\" viewBox=\"0 0 20 20\">\n<title>page-break</title>\n<path class=\"path1\" d=\"M17.5 9h-15c-0.827 0-1.5-0.673-1.5-1.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.276 0.224 0.5 0.5 0.5h15c0.276 0 0.5-0.224 0.5-0.5v-6c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v6c0 0.827-0.673 1.5-1.5 1.5z\"/>\n<path class=\"path2\" d=\"M1.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path3\" d=\"M4.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path4\" d=\"M7.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path5\" d=\"M10.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path6\" d=\"M13.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path7\" d=\"M16.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path8\" d=\"M19.5 11h-1c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h1c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n<path class=\"path9\" d=\"M18.5 20c-0.276 0-0.5-0.224-0.5-0.5v-6c0-0.276-0.224-0.5-0.5-0.5h-15c-0.276 0-0.5 0.224-0.5 0.5v6c0 0.276-0.224 0.5-0.5 0.5s-0.5-0.224-0.5-0.5v-6c0-0.827 0.673-1.5 1.5-1.5h15c0.827 0 1.5 0.673 1.5 1.5v6c0 0.276-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-alpha-asc\" viewBox=\"0 0 20 20\">\n<title>sort-alpha-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M19.96 7.303l-3-7c-0.079-0.184-0.26-0.303-0.46-0.303s-0.381 0.119-0.46 0.303l-3 7c-0.109 0.254 0.009 0.548 0.263 0.657s0.548-0.009 0.657-0.263l1.156-2.697h2.769l1.156 2.697c0.081 0.19 0.266 0.303 0.46 0.303 0.066 0 0.133-0.013 0.197-0.041 0.254-0.109 0.371-0.403 0.263-0.657zM15.544 4l0.956-2.231 0.956 2.231h-1.912z\"/>\n<path class=\"path3\" d=\"M18.5 20h-4c-0.178 0-0.343-0.095-0.432-0.249s-0.090-0.344-0.002-0.499l3.573-6.252h-3.138c-0.276 0-0.5-0.224-0.5-0.5s0.224-0.5 0.5-0.5h4c0.178 0 0.343 0.095 0.432 0.249s0.090 0.344 0.002 0.499l-3.573 6.252h3.138c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-sort-amount-asc\" viewBox=\"0 0 20 20\">\n<title>sort-amount-asc</title>\n<path class=\"path1\" d=\"M8.854 14.646c-0.195-0.195-0.512-0.195-0.707 0l-3.146 3.146v-17.293c0-0.276-0.224-0.5-0.5-0.5s-0.5 0.224-0.5 0.5v17.293l-3.146-3.146c-0.195-0.195-0.512-0.195-0.707 0s-0.195 0.512 0 0.707l4 4c0.098 0.098 0.226 0.146 0.354 0.146s0.256-0.049 0.354-0.146l4-4c0.195-0.195 0.195-0.512 0-0.707z\"/>\n<path class=\"path2\" d=\"M13.5 5h-2c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h2c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 4h1v-1h-1v1z\"/>\n<path class=\"path3\" d=\"M15.5 9h-4c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h4c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 8h3v-1h-3v1z\"/>\n<path class=\"path4\" d=\"M17.5 13h-6c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h6c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 12h5v-1h-5v1z\"/>\n<path class=\"path5\" d=\"M19.5 17h-8c-0.276 0-0.5-0.224-0.5-0.5v-2c0-0.276 0.224-0.5 0.5-0.5h8c0.276 0 0.5 0.224 0.5 0.5v2c0 0.276-0.224 0.5-0.5 0.5zM12 16h7v-1h-7v1z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-hand\" viewBox=\"0 0 20 20\">\n<title>hand</title>\n<path class=\"path1\" d=\"M17 4c-0.364 0-0.706 0.098-1 0.269v-1.269c0-1.103-0.897-2-2-2-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339s-1.614 0.56-1.887 1.339c-0.318-0.214-0.701-0.339-1.113-0.339-1.103 0-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.851 0 1.642-0.277 2.352-0.822 0.667-0.513 1.246-1.255 1.72-2.204 0.934-1.868 1.428-4.452 1.428-7.474v-3.5c0-1.103-0.897-2-2-2zM18 9.5c0 2.867-0.457 5.296-1.322 7.026-0.564 1.128-1.574 2.474-3.178 2.474h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.813c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-7.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-6.5c0-0.551 0.449-1 1-1s1 0.449 1 1v7.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-4.5c0-0.551 0.449-1 1-1s1 0.449 1 1v3.5z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-up\" viewBox=\"0 0 20 20\">\n<title>pointer-up</title>\n<path class=\"path1\" d=\"M17 8c-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.412 0-0.794 0.125-1.113 0.339-0.274-0.779-1.016-1.339-1.887-1.339-0.364 0-0.706 0.098-1 0.269v-3.269c0-1.103-0.897-2-2-2s-2 0.897-2 2v7.373l-1.346-2.333c-0.261-0.475-0.687-0.813-1.199-0.953-0.499-0.136-1.018-0.064-1.462 0.202-0.907 0.544-1.253 1.774-0.77 2.742 0.030 0.061 0.668 1.368 2.66 5.35 0.938 1.875 1.967 3.216 3.059 3.984 0.857 0.603 1.449 0.634 1.559 0.634h5c0.848 0 1.632-0.245 2.331-0.73 0.676-0.468 1.259-1.152 1.734-2.033 0.939-1.743 1.435-4.246 1.435-7.237 0-1.103-0.897-2-2-2zM16.685 16.763c-0.549 1.021-1.548 2.237-3.185 2.237h-4.99c-0.039-0.003-0.46-0.050-1.095-0.525-0.633-0.474-1.605-1.472-2.638-3.54-2.027-4.054-2.65-5.331-2.656-5.343-0.001-0.002-0.001-0.003-0.002-0.004-0.251-0.503-0.073-1.162 0.389-1.439 0.208-0.125 0.451-0.158 0.685-0.095 0.249 0.068 0.458 0.236 0.587 0.472 0.002 0.003 0.004 0.007 0.006 0.010l1.561 2.705c0.319 0.583 0.678 0.828 1.067 0.729 0.39-0.099 0.587-0.489 0.587-1.157v-7.812c0-0.551 0.449-1 1-1s1 0.449 1 1v6.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-1.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1v1.5c0 0.276 0.224 0.5 0.5 0.5s0.5-0.224 0.5-0.5v-0.5c0-0.551 0.449-1 1-1s1 0.449 1 1c0 2.826-0.455 5.165-1.315 6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-right\" viewBox=\"0 0 20 20\">\n<title>pointer-right</title>\n<path class=\"path1\" d=\"M12 17c0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.412-0.125-0.794-0.339-1.113 0.779-0.274 1.339-1.016 1.339-1.887 0-0.364-0.098-0.706-0.269-1h3.269c1.103 0 2-0.897 2-2s-0.897-2-2-2h-7.373l2.333-1.346c0.475-0.261 0.813-0.687 0.953-1.199 0.136-0.499 0.064-1.018-0.202-1.462-0.544-0.907-1.774-1.253-2.742-0.77-0.061 0.030-1.368 0.668-5.35 2.66-1.875 0.938-3.216 1.967-3.984 3.059-0.603 0.857-0.634 1.449-0.634 1.559v5c0 0.848 0.245 1.632 0.73 2.331 0.468 0.676 1.152 1.259 2.033 1.734 1.743 0.939 4.246 1.435 7.237 1.435 1.103 0 2-0.897 2-2zM3.237 16.685c-1.021-0.549-2.237-1.548-2.237-3.185v-4.99c0.003-0.039 0.050-0.46 0.525-1.095 0.474-0.633 1.472-1.605 3.54-2.638 4.054-2.027 5.331-2.65 5.343-2.656 0.002-0.001 0.003-0.001 0.004-0.002 0.503-0.251 1.162-0.073 1.439 0.389 0.125 0.208 0.158 0.451 0.095 0.685-0.068 0.249-0.236 0.458-0.472 0.587-0.003 0.002-0.007 0.004-0.010 0.006l-2.705 1.561c-0.583 0.319-0.828 0.678-0.729 1.067 0.099 0.39 0.489 0.587 1.157 0.587h7.812c0.551 0 1 0.449 1 1s-0.449 1-1 1h-6.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h1.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1h-1.5c-0.276 0-0.5 0.224-0.5 0.5s0.224 0.5 0.5 0.5h0.5c0.551 0 1 0.449 1 1s-0.449 1-1 1c-2.826 0-5.165-0.455-6.763-1.315z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-down\" viewBox=\"0 0 20 20\">\n<title>pointer-down</title>\n<path class=\"path1\" d=\"M17 12c-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.412 0-0.794-0.125-1.113-0.339-0.274 0.779-1.016 1.339-1.887 1.339-0.364 0-0.706-0.098-1-0.269v3.269c0 1.103-0.897 2-2 2s-2-0.897-2-2v-7.373l-1.346 2.333c-0.261 0.475-0.687 0.813-1.199 0.953-0.499 0.136-1.018 0.064-1.462-0.202-0.907-0.544-1.253-1.774-0.77-2.742 0.030-0.061 0.668-1.368 2.66-5.35 0.938-1.875 1.967-3.216 3.059-3.984 0.857-0.603 1.449-0.634 1.559-0.634h5c0.848 0 1.632 0.245 2.331 0.73 0.676 0.468 1.259 1.152 1.734 2.033 0.939 1.743 1.435 4.246 1.435 7.237 0 1.103-0.897 2-2 2zM16.685 3.237c-0.549-1.021-1.548-2.237-3.185-2.237h-4.99c-0.039 0.003-0.46 0.050-1.095 0.525-0.633 0.474-1.605 1.472-2.638 3.54-2.027 4.054-2.65 5.331-2.656 5.343-0.001 0.002-0.001 0.003-0.002 0.004-0.251 0.503-0.073 1.162 0.389 1.439 0.208 0.125 0.451 0.158 0.685 0.095 0.249-0.068 0.458-0.236 0.587-0.472 0.002-0.003 0.004-0.007 0.006-0.010l1.561-2.705c0.319-0.583 0.678-0.828 1.067-0.729 0.39 0.099 0.587 0.489 0.587 1.157v7.812c0 0.551 0.449 1 1 1s1-0.449 1-1v-6.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v1.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1v-1.5c0-0.276 0.224-0.5 0.5-0.5s0.5 0.224 0.5 0.5v0.5c0 0.551 0.449 1 1 1s1-0.449 1-1c0-2.826-0.455-5.165-1.315-6.763z\"/>\n</symbol>\n<symbol id=\"Lineariconsicon-pointer-left\" viewBox=\"0 0 20 20\">\n<title>pointer-left</title>\n<path class=\"path1\" d=\"M8 17c0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.412 0.125-0.794 0.339-1.113-0.779-0.274-1.339-1.016-1.339-1.887 0-0.364 0.098-0.706 0.269-1h-3.269c-1.103 0-2-0.897-2-2s0.897-2 2-2h7.373l-2.333-1.346c-0.475-0.261-0.813-0.687-0.953-1.199-0.136-0.499-0.064-1.018 0.202-1.462 0.544-0.907 1.774-1.253 2.742-0.77 0.061 0.030 1.368 0.668 5.35 2.66 1.875 0.938 3.216 1.967 3.984 3.059 0.603 0.857 0.634 1.449 0.634 1.559v5c0 0.848-0.245 1.632-0.73 2.331-0.468 0.676-1.152 1.259-2.033 1.734-1.743 0.939-4.246 1.435-7.237 1.435-1.103 0-2-0.897-2-2zM16.763 16.685c1.021-0.549 2.237-1.548 2.237-3.185v-4.99c-0.003-0.039-0.050-0.46-0.525-1.095-0.474-0.633-1.472-1.605-3.54-2.638-4.054-2.027-5.331-2.65-5.343-2.656-0.002-0.001-0.003-0.001-0.004-0.002-0.503-0.251-1.162-0.073-1.439 0.389-0.125 0.208-0.158 0.451-0.095 0.685 0.068 0.249 0.236 0.458 0.472 0.587 0.003 0.002 0.007 0.004 0.010 0.006l2.705 1.561c0.583 0.319 0.828 0.678 0.729 1.067-0.099 0.39-0.489 0.587-1.157 0.587h-7.812c-0.551 0-1 0.449-1 1s0.449 1 1 1h6.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-1.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1h1.5c0.276 0 0.5 0.224 0.5 0.5s-0.224 0.5-0.5 0.5h-0.5c-0.551 0-1 0.449-1 1s0.449 1 1 1c2.826 0 5.165-0.455 6.763-1.315z\"/>\n</symbol>\n</defs>\n</svg>\n','no'),(155,'ct_svg_sets_names','a:2:{s:12:\"Font Awesome\";i:1;s:11:\"Linearicons\";i:1;}','no'),(156,'oxygen_vsb_history_limit','','yes'),(157,'oxygen_vsb_preview_dropdown_limit','','yes'),(158,'oxygen_vsb_preview_dropdown_exclude_non_public','true','yes'),(159,'oxygen_vsb_enable_selector_detector','','yes'),(160,'oxygen_vsb_enable_default_designsets','true','yes'),(161,'oxygen_vsb_enable_3rdp_designsets','true','yes'),(162,'oxygen_vsb_enable_connection','','yes'),(163,'oxygen_vsb_google_maps_api_key','','yes'),(164,'oxygen_vsb_show_all_acf_fields','true','yes'),(165,'oxygen_vsb_enable_google_fonts_cache','true','yes'),(166,'oxygen_vsb_enable_ie_layout_improvements','true','yes'),(167,'oxygen_vsb_enable_signature_validation','true','yes'),(168,'oxygen_vsb_enable_signature_frontend_errors','false','yes'),(169,'oxygen_vsb_disable_google_fonts','true','yes'),(170,'oxygen_vsb_block_category_label','','yes'),(171,'oxygen_vsb_full_page_block_category_label','','yes'),(172,'oxygen_vsb_options_users_access_list','a:0:{}','yes'),(173,'oxygen_vsb_options_users_access_enable_elements','a:0:{}','yes'),(174,'oxygen_vsb_options_users_access_advanced_tab','a:0:{}','yes'),(175,'oxygen_vsb_options_users_access_drag_n_drop','a:0:{}','yes'),(176,'oxygen_vsb_options_users_access_enabled_elements','a:0:{}','yes'),(177,'oxygen_vsb_options_users_access_disable_classes','a:0:{}','yes'),(178,'oxygen_vsb_options_users_access_disable_ids','a:0:{}','yes'),(179,'oxygen_vsb_options_role_access_enable_elements','a:0:{}','yes'),(180,'oxygen_vsb_options_role_access_advanced_tab','a:0:{}','yes'),(181,'oxygen_vsb_options_role_access_drag_n_drop','a:0:{}','yes'),(182,'oxygen_vsb_options_role_access_enabled_elements','a:0:{}','yes'),(183,'oxygen_vsb_options_role_access_disable_classes','a:0:{}','yes'),(184,'oxygen_vsb_options_role_access_disable_ids','a:0:{}','yes'),(185,'oxygen_vsb_access_role_editor','','yes'),(186,'oxygen_vsb_access_role_author','','yes'),(187,'oxygen_vsb_access_role_contributor','','yes'),(188,'oxygen_vsb_access_role_subscriber','','yes'),(189,'oxygen_vsb_ignore_post_type_post','','yes'),(190,'oxygen_vsb_ignore_post_type_page','','yes'),(191,'oxygen_vsb_ignore_post_type_user_request','','yes'),(192,'oxygen_vsb_ignore_post_type_wp_block','','yes'),(193,'oxygen_vsb_ignore_post_type_wp_template','','yes'),(194,'oxygen_vsb_ignore_post_type_wp_template_part','','yes'),(195,'oxygen_vsb_ignore_post_type_wp_global_styles','','yes'),(196,'oxygen_vsb_ignore_post_type_wp_navigation','','yes'),(198,'oxygen-vsb-activated','1','yes'),(607,'oxyninja_db_version','1.0','no'),(608,'oxyninja_storage','a:10:{s:6:\"slider\";i:1;s:2:\"id\";i:0;s:5:\"badge\";i:1;s:9:\"classlock\";i:1;s:17:\"sizing_stylesheet\";i:1;s:18:\"spacing_stylesheet\";i:1;s:11:\"pastebutton\";i:1;s:10:\"icons_core\";i:0;s:13:\"icons_woocore\";i:0;s:18:\"deleteOnDeactivate\";i:0;}','no'),(745,'nonce_key','[q=]xGZ#JH~`k-.-8c,, MMV<6@(n6IIIVg@O4UYDxhbb2QJ=wqQrdN%FI s12n3','no'),(746,'nonce_salt','M4.1:X(pFlW3xuJ<cW=SgLb0G$T }!nIx~?&Gb%B& <@aC0`*epROdFWcGZ4:*[>','no'),(754,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.0.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.0.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.0.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.0.1\";s:7:\"version\";s:5:\"6.0.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1658738199;s:15:\"version_checked\";s:5:\"6.0.1\";s:12:\"translations\";a:0:{}}','no'),(755,'auth_key','?T^9E{;h #B!a!JbaXpO`y6do{`K`m5h1R8[ 9T<j-bOL]uR VEjHf/)s G,n,J@','no'),(756,'auth_salt','tYF--CfM]e&a*Z[}dRseZBPe7|)rg]Ic^p[6VG>8<vvTSP*?@x>wm=6k,hx*q}om','no'),(757,'logged_in_key','bF_c: pu*G&Vlj^z[4m=q8Hz0_<MI8l@c@^=<|G@UKqg-;q~&/(&kU~>}qS)= I3','no'),(758,'logged_in_salt','O1JE<R>|u;>)7aJl~>U.dRZ!+z|yLQB5!v$GyrIS&]aOdTyb[2_Di`@@fmXoZ+hx','no'),(759,'user_count','1','no'),(760,'db_upgraded','','yes'),(765,'secure_auth_key','Hy3kRLUZ].Lsz(<D+Da6a-d?n%,5:bhHd,i>,ZlQ]I,QOtMdM8qFRm=>)QjdJer`','no'),(766,'secure_auth_salt','13c T;}&MHu_ogcm9hp&wJA6MTQO-:Hh=:1uO[{QHGIM_C}#x^LVb87-gMa)nAYF','no'),(773,'can_compress_scripts','1','no'),(788,'oxygen_vsb_presets_updated_3_4','1','yes'),(791,'oxygen_vsb_source_sites','a:1:{s:25:\"automatic-css-style-guide\";a:3:{s:5:\"label\";s:25:\"Automatic CSS Style Guide\";s:3:\"url\";s:27:\"https://ui.automaticcss.com\";s:9:\"accesskey\";s:12:\"B/k04maU6N5U\";}}','yes'),(792,'ct_svg_sets_version','3.2','no'),(793,'oxygen_license_status','valid','yes'),(794,'oxygen_vsb_is_agency_bundle','1','yes'),(795,'oxygen_vsb_is_composite_elements_agency_bundle','1','yes'),(796,'oxygen_woocommerce_license_key','b89d1bd31dd01422e5b0cb64ccd309f5','yes'),(797,'oxygen_woocommerce_license_status','valid','yes'),(798,'oxyninja_license_key','f537691be8af59e34791aaba062a02c3','yes'),(799,'oxyninja_license_status','valid','yes'),(808,'ct_global_settings','a:13:{s:5:\"fonts\";a:2:{s:4:\"Text\";s:6:\"Gotham\";s:7:\"Display\";s:6:\"Gotham\";}s:7:\"scripts\";a:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:15:\"indicateParents\";s:4:\"true\";s:21:\"classSuggestionsLimit\";s:2:\"50\";s:8:\"headings\";a:6:{s:2:\"H1\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H2\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H3\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H4\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H5\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}s:2:\"H6\";a:4:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:5:\"color\";s:0:\"\";}}s:9:\"body_text\";a:5:{s:14:\"font-size-unit\";s:2:\"px\";s:9:\"font-size\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:5:\"color\";s:1:\"#\";}s:5:\"links\";a:4:{s:3:\"all\";a:5:{s:5:\"color\";s:14:\"var(--primary)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:4:\"none\";s:11:\"hover_color\";s:20:\"var(--primary-hover)\";s:21:\"hover_text-decoration\";s:4:\"none\";}s:9:\"text_link\";a:5:{s:5:\"color\";s:14:\"var(--primary)\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:20:\"var(--primary-hover)\";s:21:\"hover_text-decoration\";s:0:\"\";}s:12:\"link_wrapper\";a:5:{s:5:\"color\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:21:\"hover_text-decoration\";s:0:\"\";}s:6:\"button\";a:3:{s:18:\"border-radius-unit\";s:2:\"px\";s:11:\"font-weight\";s:0:\"\";s:13:\"border-radius\";s:0:\"\";}}s:8:\"sections\";a:8:{s:26:\"container-padding-top-unit\";s:2:\"px\";s:29:\"container-padding-bottom-unit\";s:2:\"px\";s:27:\"container-padding-left-unit\";s:2:\"px\";s:28:\"container-padding-right-unit\";s:2:\"px\";s:21:\"container-padding-top\";s:2:\"75\";s:24:\"container-padding-bottom\";s:2:\"75\";s:22:\"container-padding-left\";s:2:\"20\";s:23:\"container-padding-right\";s:2:\"20\";}s:7:\"columns\";a:8:{s:11:\"padding-top\";s:2:\"20\";s:16:\"padding-top-unit\";s:2:\"px\";s:14:\"padding-bottom\";s:2:\"20\";s:19:\"padding-bottom-unit\";s:2:\"px\";s:12:\"padding-left\";s:2:\"20\";s:17:\"padding-left-unit\";s:2:\"px\";s:13:\"padding-right\";s:2:\"20\";s:18:\"padding-right-unit\";s:2:\"px\";}s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:3:\"woo\";a:35:{s:20:\"--button-radius-unit\";s:2:\"px\";s:19:\"--input-radius-unit\";s:2:\"px\";s:29:\"--widget-title-font-size-unit\";s:2:\"px\";s:13:\"--primary-cta\";s:7:\"#65bec2\";s:19:\"--primary-cta-hover\";s:7:\"#6799b2\";s:18:\"--primary-cta-text\";s:7:\"#ffffff\";s:15:\"--secondary-cta\";s:7:\"#666666\";s:21:\"--secondary-cta-hover\";s:7:\"#999999\";s:20:\"--secondary-cta-text\";s:7:\"#ffffff\";s:14:\"--tertiary-cta\";s:7:\"#65bec2\";s:20:\"--tertiary-cta-hover\";s:7:\"#6799b2\";s:25:\"--tertiary-cta-background\";s:7:\"#ffffff\";s:17:\"--disabled-button\";s:7:\"#cccccc\";s:15:\"--button-radius\";s:1:\"4\";s:15:\"--standard-link\";s:7:\"#6799b2\";s:21:\"--standard-link-hover\";s:7:\"#65bec2\";s:14:\"--input-border\";s:7:\"#d3ced2\";s:20:\"--input-focus-border\";s:7:\"#65bec2\";s:24:\"--input-placeholder-text\";s:7:\"#d3ced2\";s:18:\"--input-background\";s:7:\"#ffffff\";s:14:\"--input-radius\";s:1:\"4\";s:13:\"--text-normal\";s:7:\"#666666\";s:13:\"--text-strong\";s:7:\"#000000\";s:12:\"--info-color\";s:7:\"#00adef\";s:13:\"--error-color\";s:7:\"#e96199\";s:15:\"--message-color\";s:7:\"#65bec2\";s:18:\"--sale-badge-color\";s:7:\"#65bec2\";s:21:\"--star-rating-primary\";s:7:\"#65bec2\";s:20:\"--star-rating-greyed\";s:7:\"#d3d3d3\";s:15:\"--border-normal\";s:7:\"#d3ced2\";s:14:\"--border-image\";s:7:\"#d3ced2\";s:16:\"--box-background\";s:7:\"#ffffff\";s:24:\"--widget-title-font-size\";s:0:\"\";s:26:\"--widget-title-font-weight\";s:0:\"\";s:26:\"--widget-title-font-family\";s:0:\"\";}s:9:\"max-width\";s:4:\"1600\";s:11:\"breakpoints\";a:3:{s:6:\"tablet\";s:3:\"992\";s:15:\"phone-landscape\";s:3:\"768\";s:14:\"phone-portrait\";s:3:\"480\";}}','yes');
INSERT INTO `wp_options` VALUES (809,'ct_components_classes','a:1104:{s:14:\"pad-section--s\";a:3:{s:3:\"key\";s:14:\"pad-section--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"text--s\";a:3:{s:3:\"key\";s:7:\"text--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"bg--accent\";a:3:{s:3:\"key\";s:10:\"bg--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"bg--accent-comp\";a:3:{s:3:\"key\";s:15:\"bg--accent-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"bg--accent-dark\";a:3:{s:3:\"key\";s:15:\"bg--accent-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"bg--accent-light\";a:3:{s:3:\"key\";s:16:\"bg--accent-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--accent-medium\";a:3:{s:3:\"key\";s:17:\"bg--accent-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-10\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-20\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-40\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-60\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-80\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--accent-trans-90\";a:3:{s:3:\"key\";s:19:\"bg--accent-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"bg--accent-ultra-dark\";a:3:{s:3:\"key\";s:21:\"bg--accent-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--accent-ultra-light\";a:3:{s:3:\"key\";s:22:\"bg--accent-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"bg--base\";a:3:{s:3:\"key\";s:8:\"bg--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"bg--base-comp\";a:3:{s:3:\"key\";s:13:\"bg--base-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"bg--base-dark\";a:3:{s:3:\"key\";s:13:\"bg--base-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"bg--base-light\";a:3:{s:3:\"key\";s:14:\"bg--base-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"bg--base-medium\";a:3:{s:3:\"key\";s:15:\"bg--base-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-10\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-20\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-40\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-60\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-80\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--base-trans-90\";a:3:{s:3:\"key\";s:17:\"bg--base-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--base-ultra-dark\";a:3:{s:3:\"key\";s:19:\"bg--base-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--base-ultra-light\";a:3:{s:3:\"key\";s:20:\"bg--base-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"bg--primary\";a:3:{s:3:\"key\";s:11:\"bg--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"bg--primary-comp\";a:3:{s:3:\"key\";s:16:\"bg--primary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"bg--primary-dark\";a:3:{s:3:\"key\";s:16:\"bg--primary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--primary-light\";a:3:{s:3:\"key\";s:17:\"bg--primary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--primary-medium\";a:3:{s:3:\"key\";s:18:\"bg--primary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-10\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-20\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-40\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-60\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-80\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--primary-trans-90\";a:3:{s:3:\"key\";s:20:\"bg--primary-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--primary-ultra-dark\";a:3:{s:3:\"key\";s:22:\"bg--primary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--primary-ultra-light\";a:3:{s:3:\"key\";s:23:\"bg--primary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"bg--secondary\";a:3:{s:3:\"key\";s:13:\"bg--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--secondary-comp\";a:3:{s:3:\"key\";s:18:\"bg--secondary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--secondary-dark\";a:3:{s:3:\"key\";s:18:\"bg--secondary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--secondary-light\";a:3:{s:3:\"key\";s:19:\"bg--secondary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--secondary-medium\";a:3:{s:3:\"key\";s:20:\"bg--secondary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-10\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-20\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-40\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-60\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-80\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"bg--secondary-trans-90\";a:3:{s:3:\"key\";s:22:\"bg--secondary-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--secondary-ultra-dark\";a:3:{s:3:\"key\";s:24:\"bg--secondary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--secondary-ultra-light\";a:3:{s:3:\"key\";s:25:\"bg--secondary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"bg--shade-dark\";a:3:{s:3:\"key\";s:14:\"bg--shade-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"bg--shade-light\";a:3:{s:3:\"key\";s:15:\"bg--shade-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"bg--shade-medium\";a:3:{s:3:\"key\";s:16:\"bg--shade-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"bg--shade-ultra-dark\";a:3:{s:3:\"key\";s:20:\"bg--shade-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"bg--shade-ultra-light\";a:3:{s:3:\"key\";s:21:\"bg--shade-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"box-shadow--l\";a:3:{s:3:\"key\";s:13:\"box-shadow--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"box-shadow--m\";a:3:{s:3:\"key\";s:13:\"box-shadow--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"box-shadow--xl\";a:3:{s:3:\"key\";s:14:\"box-shadow--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"btn--accent\";a:3:{s:3:\"key\";s:11:\"btn--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:5:\"false\";}}s:9:\"btn--base\";a:3:{s:3:\"key\";s:9:\"btn--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"btn--l\";a:3:{s:3:\"key\";s:6:\"btn--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"btn--m\";a:3:{s:3:\"key\";s:6:\"btn--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"btn--outline\";a:3:{s:3:\"key\";s:12:\"btn--outline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"btn--primary\";a:3:{s:3:\"key\";s:12:\"btn--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:5:\"false\";}}s:6:\"btn--s\";a:3:{s:3:\"key\";s:6:\"btn--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:5:\"false\";}}s:14:\"btn--secondary\";a:3:{s:3:\"key\";s:14:\"btn--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"btn--xl\";a:3:{s:3:\"key\";s:7:\"btn--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"btn--xs\";a:3:{s:3:\"key\";s:7:\"btn--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:3:{s:17:\"padding-left-unit\";s:1:\" \";s:15:\"selector-locked\";s:5:\"false\";s:12:\"padding-left\";s:16:\"var(--btn-pad-y)\";}}s:8:\"btn--xxl\";a:3:{s:3:\"key\";s:8:\"btn--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"gap--m\";a:3:{s:3:\"key\";s:6:\"gap--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"gap--s\";a:3:{s:3:\"key\";s:6:\"gap--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"grid--3\";a:3:{s:3:\"key\";s:7:\"grid--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--l-1\";a:3:{s:3:\"key\";s:9:\"grid--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-bottom--s\";a:3:{s:3:\"key\";s:16:\"margin-bottom--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"margin-top--l\";a:3:{s:3:\"key\";s:13:\"margin-top--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"margin-top--m\";a:3:{s:3:\"key\";s:13:\"margin-top--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"pad--l\";a:3:{s:3:\"key\";s:6:\"pad--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"pad--m\";a:3:{s:3:\"key\";s:6:\"pad--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"pad--s\";a:3:{s:3:\"key\";s:6:\"pad--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"pad--xl\";a:3:{s:3:\"key\";s:7:\"pad--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"pad--xs\";a:3:{s:3:\"key\";s:7:\"pad--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"pad--xxl\";a:3:{s:3:\"key\";s:8:\"pad--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"rounded--l\";a:3:{s:3:\"key\";s:10:\"rounded--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"rounded--m\";a:3:{s:3:\"key\";s:10:\"rounded--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"rounded--s\";a:3:{s:3:\"key\";s:10:\"rounded--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"rounded--xl\";a:3:{s:3:\"key\";s:11:\"rounded--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"rounded--xs\";a:3:{s:3:\"key\";s:11:\"rounded--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"rounded--xxl\";a:3:{s:3:\"key\";s:12:\"rounded--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"text--xs\";a:3:{s:3:\"key\";s:8:\"text--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"tabs-0118-tab\";a:4:{s:3:\"key\";s:13:\"tabs-0118-tab\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:16:{s:18:\"border-radius-unit\";s:1:\" \";s:16:\"margin-left-unit\";s:1:\" \";s:16:\"padding-top-unit\";s:3:\"rem\";s:17:\"padding-left-unit\";s:3:\"rem\";s:18:\"padding-right-unit\";s:3:\"rem\";s:19:\"padding-bottom-unit\";s:3:\"rem\";s:14:\"font-size-unit\";s:1:\" \";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:16:\"background-color\";s:24:\"var(--shade-ultra-light)\";s:5:\"color\";s:17:\"var(--shade-dark)\";s:11:\"margin-left\";s:14:\"var(--space-s)\";s:11:\"padding-top\";s:2:\".8\";s:12:\"padding-left\";s:3:\"1.8\";s:13:\"padding-right\";s:3:\"1.8\";s:14:\"padding-bottom\";s:2:\".8\";s:9:\"font-size\";s:13:\"var(--text-s)\";}s:13:\"first-of-type\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}s:20:\"tabs-0118-tab-active\";a:3:{s:3:\"key\";s:20:\"tabs-0118-tab-active\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:16:\"background-color\";s:14:\"var(--primary)\";s:5:\"color\";s:18:\"var(--shade-white)\";}}s:22:\"tabs-contents-0118-tab\";a:3:{s:3:\"key\";s:22:\"tabs-contents-0118-tab\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:11:\"padding-top\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";}}s:18:\"bg--shade-trans-10\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--shade-trans-20\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--shade-trans-40\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--shade-trans-60\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--shade-trans-80\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--shade-trans-90\";a:3:{s:3:\"key\";s:18:\"bg--shade-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--400\";a:3:{s:3:\"key\";s:9:\"text--400\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--500\";a:3:{s:3:\"key\";s:9:\"text--500\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--700\";a:3:{s:3:\"key\";s:9:\"text--700\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"text--l\";a:3:{s:3:\"key\";s:7:\"text--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"bg--shade\";a:3:{s:3:\"key\";s:9:\"bg--shade\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:0:{}}s:7:\"grid--4\";a:3:{s:3:\"key\";s:7:\"grid--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"btn--white\";a:3:{s:3:\"key\";s:10:\"btn--white\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"acss-style-guide__h-accent\";a:3:{s:3:\"key\";s:26:\"acss-style-guide__h-accent\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:7:{s:14:\"font-size-unit\";s:1:\" \";s:19:\"letter-spacing-unit\";s:2:\"em\";s:5:\"color\";s:12:\"var(--white)\";s:11:\"font-weight\";s:3:\"700\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:3:\".05\";}}s:20:\"acss-style-guide__h1\";a:3:{s:3:\"key\";s:20:\"acss-style-guide__h1\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:3:{s:15:\"margin-top-unit\";s:1:\" \";s:5:\"color\";s:18:\"var(--shade-white)\";s:10:\"margin-top\";s:14:\"var(--space-s)\";}}s:22:\"acss-style-guide__lede\";a:3:{s:3:\"key\";s:22:\"acss-style-guide__lede\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:7:{s:14:\"font-size-unit\";s:2:\"vh\";s:15:\"margin-top-unit\";s:1:\" \";s:10:\"width-unit\";s:1:\" \";s:14:\"max-width-unit\";s:1:\" \";s:5:\"color\";s:18:\"var(--shade-white)\";s:10:\"margin-top\";s:14:\"var(--space-s)\";s:9:\"max-width\";s:4:\"38ch\";}}s:29:\"acss-section-intro__container\";a:3:{s:3:\"key\";s:29:\"acss-section-intro__container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:7:{s:10:\"width-unit\";s:1:\"%\";s:19:\"padding-bottom-unit\";s:1:\" \";s:5:\"width\";s:3:\"100\";s:14:\"padding-bottom\";s:15:\"var(--space-xs)\";s:19:\"border-bottom-color\";s:24:\"var(--shade-ultra-light)\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-style\";s:5:\"solid\";}}s:21:\"acss-color__container\";a:3:{s:3:\"key\";s:21:\"acss-color__container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:10:\"width-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:1:\" \";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:14:\"var(--space-l)\";}}s:17:\"acss-color__title\";a:3:{s:3:\"key\";s:17:\"acss-color__title\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:5:{s:14:\"font-size-unit\";s:1:\" \";s:5:\"color\";s:16:\"var(--base-dark)\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:14:\"text-transform\";s:9:\"uppercase\";s:11:\"font-weight\";s:3:\"700\";}}s:26:\"acss-color-card__container\";a:4:{s:3:\"key\";s:26:\"acss-color-card__container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:3:{s:10:\"page-width\";a:1:{s:8:\"original\";a:11:{s:20:\"grid-column-gap-unit\";s:1:\" \";s:7:\"display\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"4\";s:21:\"grid-column-min-width\";s:1:\"0\";s:18:\"grid-justify-items\";s:7:\"stretch\";s:15:\"grid-column-gap\";s:14:\"var(--space-s)\";s:17:\"grid-row-behavior\";s:4:\"Auto\";s:14:\"grid-row-count\";s:1:\"1\";s:19:\"grid-row-min-height\";s:1:\"0\";s:19:\"grid-row-max-height\";s:1:\"1\";s:16:\"grid-align-items\";s:7:\"stretch\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:3:{s:7:\"display\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:1:\"0\";s:17:\"grid-column-count\";s:1:\"2\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:3:{s:7:\"display\";s:4:\"grid\";s:21:\"grid-column-min-width\";s:1:\"0\";s:17:\"grid-column-count\";s:1:\"2\";}}}s:8:\"original\";a:14:{s:20:\"grid-column-gap-unit\";s:1:\" \";s:10:\"width-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:1:\" \";s:15:\"min-height-unit\";s:3:\"rem\";s:7:\"display\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"7\";s:21:\"grid-column-min-width\";s:1:\"0\";s:15:\"grid-column-gap\";s:14:\"var(--space-s)\";s:5:\"width\";s:3:\"100\";s:18:\"grid-justify-items\";s:7:\"stretch\";s:10:\"text-align\";s:4:\"left\";s:16:\"grid-align-items\";s:7:\"stretch\";s:10:\"margin-top\";s:14:\"var(--space-s)\";s:10:\"min-height\";s:2:\"15\";}}s:24:\"acss-color-card__wrapper\";a:3:{s:3:\"key\";s:24:\"acss-color-card__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:19:{s:18:\"border-radius-unit\";s:1:\" \";s:14:\"min-width-unit\";s:3:\"rem\";s:15:\"min-height-unit\";s:3:\"rem\";s:16:\"padding-top-unit\";s:1:\" \";s:17:\"padding-left-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:1:\" \";s:19:\"padding-bottom-unit\";s:1:\" \";s:10:\"width-unit\";s:1:\"%\";s:11:\"height-unit\";s:1:\"%\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:11:\"padding-top\";s:14:\"var(--space-s)\";s:12:\"padding-left\";s:14:\"var(--space-s)\";s:13:\"padding-right\";s:14:\"var(--space-s)\";s:14:\"padding-bottom\";s:14:\"var(--space-s)\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:15:\"justify-content\";s:8:\"flex-end\";s:5:\"width\";s:3:\"100\";s:10:\"custom-css\";s:20:\"aspect-ratio: 1 / 1;\";}}s:19:\"acss-section__title\";a:3:{s:3:\"key\";s:19:\"acss-section__title\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:3:{s:14:\"font-size-unit\";s:1:\" \";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:17:\"var(--shade-dark)\";}}s:18:\"acss-section__lede\";a:3:{s:3:\"key\";s:18:\"acss-section__lede\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:5:{s:15:\"margin-top-unit\";s:1:\" \";s:14:\"max-width-unit\";s:1:\" \";s:5:\"color\";s:16:\"var(--base-dark)\";s:10:\"margin-top\";s:15:\"var(--space-xs)\";s:9:\"max-width\";s:4:\"60ch\";}}s:22:\"acss-section__subtitle\";a:3:{s:3:\"key\";s:22:\"acss-section__subtitle\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:19:{s:16:\"padding-top-unit\";s:2:\"em\";s:17:\"padding-left-unit\";s:2:\"em\";s:18:\"padding-right-unit\";s:2:\"em\";s:19:\"padding-bottom-unit\";s:2:\"em\";s:18:\"border-radius-unit\";s:1:\" \";s:14:\"font-size-unit\";s:1:\" \";s:15:\"margin-top-unit\";s:1:\" \";s:11:\"padding-top\";s:3:\".75\";s:12:\"padding-left\";s:3:\"1.5\";s:13:\"padding-right\";s:3:\"1.5\";s:14:\"padding-bottom\";s:3:\".75\";s:16:\"background-color\";s:14:\"var(--primary)\";s:5:\"color\";s:18:\"var(--shade-white)\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:7:\"display\";s:4:\"flex\";s:11:\"line-height\";s:1:\"1\";s:10:\"margin-top\";s:14:\"var(--space-l)\";s:11:\"font-weight\";s:3:\"600\";}}s:21:\"acss-color-card__name\";a:3:{s:3:\"key\";s:21:\"acss-color-card__name\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:15:{s:14:\"font-size-unit\";s:1:\" \";s:16:\"padding-top-unit\";s:3:\"rem\";s:19:\"padding-bottom-unit\";s:3:\"rem\";s:17:\"padding-left-unit\";s:3:\"rem\";s:18:\"padding-right-unit\";s:3:\"rem\";s:18:\"border-radius-unit\";s:1:\" \";s:9:\"font-size\";s:14:\"var(--text-xs)\";s:5:\"color\";s:11:\"var(--base)\";s:11:\"font-weight\";s:3:\"700\";s:14:\"padding-bottom\";s:2:\".4\";s:11:\"padding-top\";s:2:\".4\";s:12:\"padding-left\";s:2:\".8\";s:13:\"padding-right\";s:2:\".8\";s:16:\"background-color\";s:18:\"var(--shade-white)\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";}}s:29:\"acss-typography__family-title\";a:3:{s:3:\"key\";s:29:\"acss-typography__family-title\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:1:{s:5:\"color\";s:17:\"var(--shade-dark)\";}}s:40:\"acss-typography__family-title--container\";a:3:{s:3:\"key\";s:40:\"acss-typography__family-title--container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:9:{s:15:\"margin-top-unit\";s:1:\" \";s:19:\"padding-bottom-unit\";s:3:\"rem\";s:10:\"width-unit\";s:1:\"%\";s:10:\"margin-top\";s:15:\"var(--space-xs)\";s:14:\"padding-bottom\";s:3:\"1.6\";s:5:\"width\";s:3:\"100\";s:19:\"border-bottom-color\";s:18:\"var(--shade-light)\";s:19:\"border-bottom-width\";s:1:\"1\";s:19:\"border-bottom-style\";s:5:\"solid\";}}s:25:\"acss-typography__headings\";a:3:{s:3:\"key\";s:25:\"acss-typography__headings\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:5:{s:14:\"max-width-unit\";s:1:\" \";s:19:\"letter-spacing-unit\";s:2:\"em\";s:9:\"max-width\";s:3:\"9ch\";s:14:\"text-transform\";s:9:\"uppercase\";s:14:\"letter-spacing\";s:2:\".2\";}}s:21:\"acss-typography__body\";a:3:{s:3:\"key\";s:21:\"acss-typography__body\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:14:\"max-width-unit\";s:1:\" \";s:9:\"max-width\";s:3:\"6ch\";}}s:23:\"acss-buttons__container\";a:3:{s:3:\"key\";s:23:\"acss-buttons__container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:10:{s:10:\"width-unit\";s:1:\"%\";s:16:\"padding-top-unit\";s:1:\" \";s:17:\"padding-left-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:1:\" \";s:19:\"padding-bottom-unit\";s:1:\" \";s:5:\"width\";s:3:\"100\";s:11:\"padding-top\";s:14:\"var(--space-l)\";s:12:\"padding-left\";s:14:\"var(--space-m)\";s:13:\"padding-right\";s:14:\"var(--space-m)\";s:14:\"padding-bottom\";s:14:\"var(--space-l)\";}}s:19:\"acss-buttons__title\";a:3:{s:3:\"key\";s:19:\"acss-buttons__title\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:5:\"color\";s:17:\"var(--shade-dark)\";s:14:\"text-transform\";s:9:\"uppercase\";}}s:25:\"acss-buttons__title-white\";a:3:{s:3:\"key\";s:25:\"acss-buttons__title-white\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:1:{s:5:\"color\";s:18:\"var(--shade-white)\";}}s:26:\"acss-button-scale__wrapper\";a:4:{s:3:\"key\";s:26:\"acss-button-scale__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:15:\"margin-top-unit\";s:3:\"rem\";s:10:\"margin-top\";s:1:\"1\";}s:13:\"first-of-type\";a:1:{s:10:\"margin-top\";s:1:\"0\";}}s:20:\"acss-widths__wrapper\";a:3:{s:3:\"key\";s:20:\"acss-widths__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:9:{s:10:\"width-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:1:\" \";s:14:\"max-width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:14:\"var(--space-l)\";s:17:\"border-left-color\";s:17:\"var(--base-light)\";s:17:\"border-left-width\";s:1:\"3\";s:17:\"border-left-style\";s:5:\"solid\";s:9:\"max-width\";s:3:\"100\";}}s:15:\"acss-width__bar\";a:5:{s:3:\"key\";s:15:\"acss-width__bar\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:11:\"height-unit\";s:3:\"rem\";s:6:\"height\";s:1:\"6\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:11:\"height-unit\";s:3:\"rem\";s:6:\"height\";s:1:\"3\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:11:\"height-unit\";s:3:\"rem\";s:6:\"height\";s:4:\"3.75\";}}}s:8:\"original\";a:17:{s:10:\"width-unit\";s:2:\"px\";s:11:\"height-unit\";s:3:\"rem\";s:28:\"border-top-right-radius-unit\";s:1:\" \";s:31:\"border-bottom-right-radius-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:3:\"rem\";s:15:\"margin-top-unit\";s:1:\" \";s:14:\"max-width-unit\";s:2:\"px\";s:16:\"background-color\";s:17:\"var(--base-light)\";s:6:\"height\";s:1:\"8\";s:23:\"border-top-right-radius\";s:15:\"var(--radius-m)\";s:26:\"border-bottom-right-radius\";s:15:\"var(--radius-m)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"justify-content\";s:8:\"flex-end\";s:10:\"margin-top\";s:14:\"var(--space-s)\";s:8:\"position\";s:8:\"relative\";}s:13:\"first-of-type\";a:1:{s:10:\"margin-top\";s:1:\"0\";}}s:21:\"acss-width__bar-label\";a:4:{s:3:\"key\";s:21:\"acss-width__bar-label\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:14:\"font-size-unit\";s:1:\" \";s:9:\"font-size\";s:14:\"var(--text-xs)\";}}}s:8:\"original\";a:8:{s:10:\"right-unit\";s:3:\"rem\";s:14:\"font-size-unit\";s:1:\" \";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:16:\"var(--base-dark)\";s:8:\"position\";s:8:\"absolute\";s:10:\"text-align\";s:4:\"left\";s:5:\"right\";s:1:\"2\";s:9:\"font-size\";s:13:\"var(--text-s)\";}}s:25:\"acss-pad-section__wrapper\";a:3:{s:3:\"key\";s:25:\"acss-pad-section__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:13:{s:10:\"width-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:1:\" \";s:14:\"max-width-unit\";s:1:\"%\";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:14:\"var(--space-l)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:10:\"flex-start\";s:15:\"justify-content\";s:13:\"space-between\";s:16:\"border-top-color\";s:17:\"var(--base-light)\";s:16:\"border-top-width\";s:1:\"3\";s:16:\"border-top-style\";s:5:\"solid\";s:9:\"max-width\";s:3:\"100\";}}s:21:\"acss-pad-section__bar\";a:5:{s:3:\"key\";s:21:\"acss-pad-section__bar\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:3:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:3:\"rem\";s:5:\"width\";s:1:\"6\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:3:\"rem\";s:5:\"width\";s:4:\"3.75\";}}s:14:\"phone-portrait\";a:1:{s:8:\"original\";a:2:{s:10:\"width-unit\";s:3:\"rem\";s:5:\"width\";s:1:\"3\";}}}s:8:\"original\";a:22:{s:19:\"padding-bottom-unit\";s:3:\"rem\";s:10:\"width-unit\";s:3:\"rem\";s:30:\"border-bottom-left-radius-unit\";s:1:\" \";s:31:\"border-bottom-right-radius-unit\";s:1:\" \";s:14:\"max-width-unit\";s:2:\"px\";s:17:\"padding-left-unit\";s:2:\"em\";s:18:\"padding-right-unit\";s:2:\"em\";s:18:\"border-radius-unit\";s:1:\" \";s:14:\"padding-bottom\";s:3:\"1.8\";s:16:\"background-color\";s:17:\"var(--base-light)\";s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";s:11:\"align-items\";s:6:\"center\";s:15:\"justify-content\";s:8:\"flex-end\";s:10:\"text-align\";s:6:\"center\";s:25:\"border-bottom-left-radius\";s:15:\"var(--radius-s)\";s:26:\"border-bottom-right-radius\";s:15:\"var(--radius-s)\";s:5:\"width\";s:1:\"8\";s:8:\"position\";s:8:\"relative\";s:13:\"border-radius\";s:15:\"var(--radius-s)\";s:22:\"border-top-left-radius\";s:1:\"0\";s:23:\"border-top-right-radius\";s:1:\"0\";}s:13:\"first-of-type\";a:1:{s:16:\"background-color\";s:11:\"transparent\";}}s:27:\"acss-pad-section__bar-label\";a:4:{s:3:\"key\";s:27:\"acss-pad-section__bar-label\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:14:\"phone-portrait\";a:0:{}}s:8:\"original\";a:7:{s:11:\"bottom-unit\";s:2:\"em\";s:14:\"font-size-unit\";s:1:\" \";s:11:\"font-weight\";s:3:\"700\";s:5:\"color\";s:16:\"var(--base-dark)\";s:8:\"position\";s:8:\"absolute\";s:6:\"bottom\";s:4:\"-2.5\";s:9:\"font-size\";s:13:\"var(--text-s)\";}}s:21:\"acss-spacing__wrapper\";a:3:{s:3:\"key\";s:21:\"acss-spacing__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:10:\"width-unit\";s:1:\"%\";s:15:\"margin-top-unit\";s:1:\" \";s:5:\"width\";s:3:\"100\";s:10:\"margin-top\";s:14:\"var(--space-l)\";}}s:21:\"acss-spacing__element\";a:4:{s:3:\"key\";s:21:\"acss-spacing__element\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:15:\"margin-top-unit\";s:1:\" \";s:14:\"flex-direction\";s:3:\"row\";s:11:\"align-items\";s:6:\"center\";s:10:\"margin-top\";s:14:\"var(--space-s)\";}s:13:\"first-of-type\";a:1:{s:10:\"margin-top\";s:1:\"0\";}}s:18:\"acss-spacing__line\";a:3:{s:3:\"key\";s:18:\"acss-spacing__line\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:10:\"width-unit\";s:1:\" \";s:11:\"height-unit\";s:3:\"rem\";s:16:\"background-color\";s:14:\"var(--primary)\";s:6:\"height\";s:2:\".4\";}}s:19:\"acss-spacing__label\";a:3:{s:3:\"key\";s:19:\"acss-spacing__label\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:17:{s:16:\"padding-top-unit\";s:2:\"em\";s:17:\"padding-left-unit\";s:2:\"em\";s:18:\"padding-right-unit\";s:2:\"em\";s:19:\"padding-bottom-unit\";s:2:\"em\";s:14:\"font-size-unit\";s:1:\" \";s:16:\"margin-left-unit\";s:1:\" \";s:18:\"border-radius-unit\";s:1:\" \";s:11:\"padding-top\";s:1:\"0\";s:12:\"padding-left\";s:1:\"0\";s:13:\"padding-right\";s:1:\"0\";s:14:\"padding-bottom\";s:1:\"0\";s:5:\"color\";s:16:\"var(--base-dark)\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:11:\"font-weight\";s:3:\"700\";s:11:\"margin-left\";s:14:\"var(--space-s)\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:11:\"line-height\";s:1:\"1\";}}s:21:\"acss-padding__wrapper\";a:4:{s:3:\"key\";s:21:\"acss-padding__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:8:\"original\";a:7:{s:20:\"grid-column-gap-unit\";s:1:\" \";s:17:\"grid-row-gap-unit\";s:1:\" \";s:7:\"display\";s:4:\"grid\";s:17:\"grid-column-count\";s:1:\"2\";s:21:\"grid-column-min-width\";s:1:\"0\";s:15:\"grid-column-gap\";s:14:\"var(--space-m)\";s:12:\"grid-row-gap\";s:14:\"var(--space-m)\";}}s:15:\"phone-landscape\";a:1:{s:8:\"original\";a:7:{s:17:\"grid-row-gap-unit\";s:1:\" \";s:20:\"grid-column-gap-unit\";s:1:\" \";s:17:\"grid-column-count\";s:1:\"1\";s:7:\"display\";s:4:\"grid\";s:12:\"grid-row-gap\";s:14:\"var(--space-m)\";s:21:\"grid-column-min-width\";s:1:\"0\";s:15:\"grid-column-gap\";s:14:\"var(--space-m)\";}}}s:8:\"original\";a:13:{s:18:\"border-radius-unit\";s:2:\"px\";s:15:\"margin-top-unit\";s:1:\" \";s:20:\"grid-column-gap-unit\";s:1:\" \";s:10:\"width-unit\";s:1:\" \";s:17:\"grid-row-gap-unit\";s:1:\" \";s:10:\"margin-top\";s:14:\"var(--space-m)\";s:17:\"grid-column-count\";s:1:\"3\";s:21:\"grid-column-min-width\";s:1:\"0\";s:5:\"width\";s:4:\"100%\";s:7:\"display\";s:4:\"grid\";s:15:\"grid-column-gap\";s:14:\"var(--space-m)\";s:12:\"grid-row-gap\";s:14:\"var(--space-m)\";s:16:\"grid-align-items\";s:5:\"start\";}}s:23:\"acss-padding__container\";a:5:{s:3:\"key\";s:23:\"acss-padding__container\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:2:{s:6:\"tablet\";a:1:{s:13:\"first-of-type\";a:1:{s:10:\"margin-top\";s:1:\"0\";}}s:15:\"phone-landscape\";a:0:{}}s:8:\"original\";a:20:{s:16:\"padding-top-unit\";s:3:\"rem\";s:17:\"padding-left-unit\";s:3:\"rem\";s:18:\"padding-right-unit\";s:3:\"rem\";s:19:\"padding-bottom-unit\";s:3:\"rem\";s:16:\"margin-left-unit\";s:1:\" \";s:18:\"border-radius-unit\";s:1:\" \";s:14:\"font-size-unit\";s:1:\" \";s:20:\"grid-column-gap-unit\";s:3:\"rem\";s:17:\"grid-row-gap-unit\";s:1:\" \";s:16:\"background-color\";s:16:\"var(--base-dark)\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:10:\"text-align\";s:6:\"center\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:21:\"grid-column-min-width\";s:1:\"0\";s:15:\"grid-column-gap\";s:15:\"var(--space-xs)\";s:18:\"grid-justify-items\";s:4:\"left\";s:16:\"grid-align-items\";s:5:\"start\";s:34:\"grid-match-height-of-tallest-child\";s:4:\"true\";s:12:\"grid-row-gap\";s:1:\"0\";s:5:\"color\";s:23:\"var(--base-ultra-light)\";}s:13:\"first-of-type\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}s:21:\"acss-padding__heading\";a:3:{s:3:\"key\";s:21:\"acss-padding__heading\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:14:\"font-size-unit\";s:1:\" \";s:9:\"font-size\";s:13:\"var(--text-m)\";}}s:18:\"acss-padding__text\";a:3:{s:3:\"key\";s:18:\"acss-padding__text\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:2:{s:15:\"margin-top-unit\";s:1:\" \";s:10:\"margin-top\";s:15:\"var(--space-xs)\";}}s:20:\"acss-shadow__wrapper\";a:4:{s:3:\"key\";s:20:\"acss-shadow__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";}}}s:8:\"original\";a:4:{s:15:\"margin-top-unit\";s:1:\" \";s:10:\"margin-top\";s:14:\"var(--space-l)\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";}}s:20:\"acss-box-shadow__box\";a:5:{s:3:\"key\";s:20:\"acss-box-shadow__box\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:6:\"tablet\";a:2:{s:13:\"first-of-type\";a:2:{s:15:\"margin-top-unit\";s:2:\"px\";s:10:\"margin-top\";s:1:\"0\";}s:8:\"original\";a:3:{s:15:\"margin-top-unit\";s:1:\" \";s:11:\"margin-left\";s:1:\"0\";s:10:\"margin-top\";s:14:\"var(--space-s)\";}}}s:8:\"original\";a:24:{s:16:\"padding-top-unit\";s:1:\" \";s:17:\"padding-left-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:1:\" \";s:19:\"padding-bottom-unit\";s:1:\" \";s:18:\"border-radius-unit\";s:1:\" \";s:16:\"margin-left-unit\";s:1:\" \";s:11:\"padding-top\";s:14:\"var(--space-s)\";s:12:\"padding-left\";s:14:\"var(--space-s)\";s:13:\"padding-right\";s:14:\"var(--space-s)\";s:14:\"padding-bottom\";s:14:\"var(--space-s)\";s:13:\"border-radius\";s:15:\"var(--radius-m)\";s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-color\";s:17:\"var(--base-light)\";s:18:\"border-right-color\";s:17:\"var(--base-light)\";s:19:\"border-bottom-color\";s:17:\"var(--base-light)\";s:17:\"border-left-color\";s:17:\"var(--base-light)\";s:11:\"margin-left\";s:14:\"var(--space-s)\";}s:13:\"first-of-type\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}s:22:\"acss-box-shadow__label\";a:3:{s:3:\"key\";s:22:\"acss-box-shadow__label\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:4:{s:14:\"font-size-unit\";s:1:\" \";s:5:\"color\";s:16:\"var(--base-dark)\";s:9:\"font-size\";s:13:\"var(--text-s)\";s:11:\"font-weight\";s:3:\"700\";}}s:20:\"acss-radius__wrapper\";a:4:{s:3:\"key\";s:20:\"acss-radius__wrapper\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:6:\"tablet\";a:1:{s:8:\"original\";a:2:{s:14:\"flex-direction\";s:6:\"column\";s:7:\"display\";s:4:\"flex\";}}}s:8:\"original\";a:5:{s:15:\"margin-top-unit\";s:1:\" \";s:11:\"margin-left\";s:1:\"s\";s:14:\"flex-direction\";s:3:\"row\";s:7:\"display\";s:4:\"flex\";s:10:\"margin-top\";s:14:\"var(--space-l)\";}}s:16:\"acss-radius__box\";a:5:{s:3:\"key\";s:16:\"acss-radius__box\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:5:\"media\";a:1:{s:6:\"tablet\";a:2:{s:13:\"first-of-type\";a:2:{s:15:\"margin-top-unit\";s:2:\"px\";s:10:\"margin-top\";s:1:\"0\";}s:8:\"original\";a:3:{s:15:\"margin-top-unit\";s:1:\" \";s:11:\"margin-left\";s:1:\"0\";s:10:\"margin-top\";s:14:\"var(--space-s)\";}}}s:8:\"original\";a:23:{s:16:\"padding-top-unit\";s:1:\" \";s:17:\"padding-left-unit\";s:1:\" \";s:18:\"padding-right-unit\";s:1:\" \";s:19:\"padding-bottom-unit\";s:1:\" \";s:18:\"border-radius-unit\";s:1:\" \";s:16:\"margin-left-unit\";s:1:\" \";s:11:\"padding-top\";s:14:\"var(--space-s)\";s:12:\"padding-left\";s:14:\"var(--space-s)\";s:13:\"padding-right\";s:14:\"var(--space-s)\";s:14:\"padding-bottom\";s:14:\"var(--space-s)\";s:16:\"border-top-width\";s:1:\"1\";s:18:\"border-right-width\";s:1:\"1\";s:19:\"border-bottom-width\";s:1:\"1\";s:17:\"border-left-width\";s:1:\"1\";s:16:\"border-top-style\";s:5:\"solid\";s:18:\"border-right-style\";s:5:\"solid\";s:19:\"border-bottom-style\";s:5:\"solid\";s:17:\"border-left-style\";s:5:\"solid\";s:16:\"border-top-color\";s:17:\"var(--base-light)\";s:18:\"border-right-color\";s:17:\"var(--base-light)\";s:19:\"border-bottom-color\";s:17:\"var(--base-light)\";s:17:\"border-left-color\";s:17:\"var(--base-light)\";s:11:\"margin-left\";s:14:\"var(--space-s)\";}s:13:\"first-of-type\";a:1:{s:11:\"margin-left\";s:1:\"0\";}}s:24:\"acss-style-guide-section\";a:3:{s:3:\"key\";s:24:\"acss-style-guide-section\";s:6:\"parent\";s:25:\"automatic-css-style-guide\";s:8:\"original\";a:1:{s:8:\"gradient\";a:1:{s:6:\"colors\";a:2:{i:0;a:3:{s:13:\"position-unit\";s:1:\"%\";s:5:\"value\";s:26:\"var(--base-light-trans-20)\";s:8:\"position\";s:0:\"\";}i:1;a:3:{s:13:\"position-unit\";s:3:\"rem\";s:5:\"value\";s:19:\"rgba(255,255,255,0)\";s:8:\"position\";s:2:\"20\";}}}}}s:23:\"align-content--baseline\";a:3:{s:3:\"key\";s:23:\"align-content--baseline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"align-content--center\";a:3:{s:3:\"key\";s:21:\"align-content--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"align-content--end\";a:3:{s:3:\"key\";s:18:\"align-content--end\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"align-content--start\";a:3:{s:3:\"key\";s:20:\"align-content--start\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"align-items--baseline\";a:3:{s:3:\"key\";s:21:\"align-items--baseline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"align-items--center\";a:3:{s:3:\"key\";s:19:\"align-items--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"align-items--end\";a:3:{s:3:\"key\";s:16:\"align-items--end\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"align-items--start\";a:3:{s:3:\"key\";s:18:\"align-items--start\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--1-1\";a:3:{s:3:\"key\";s:11:\"aspect--1-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--1-2\";a:3:{s:3:\"key\";s:11:\"aspect--1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"aspect--16-9\";a:3:{s:3:\"key\";s:12:\"aspect--16-9\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--2-1\";a:3:{s:3:\"key\";s:11:\"aspect--2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--2-3\";a:3:{s:3:\"key\";s:11:\"aspect--2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--3-2\";a:3:{s:3:\"key\";s:11:\"aspect--3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--3-4\";a:3:{s:3:\"key\";s:11:\"aspect--3-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"aspect--4-3\";a:3:{s:3:\"key\";s:11:\"aspect--4-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"aspect--9-16\";a:3:{s:3:\"key\";s:12:\"aspect--9-16\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-1-1\";a:3:{s:3:\"key\";s:13:\"aspect--l-1-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-1-2\";a:3:{s:3:\"key\";s:13:\"aspect--l-1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--l-16-9\";a:3:{s:3:\"key\";s:14:\"aspect--l-16-9\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-2-1\";a:3:{s:3:\"key\";s:13:\"aspect--l-2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-2-3\";a:3:{s:3:\"key\";s:13:\"aspect--l-2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-3-2\";a:3:{s:3:\"key\";s:13:\"aspect--l-3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-3-4\";a:3:{s:3:\"key\";s:13:\"aspect--l-3-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--l-4-3\";a:3:{s:3:\"key\";s:13:\"aspect--l-4-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--l-9-16\";a:3:{s:3:\"key\";s:14:\"aspect--l-9-16\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-1-1\";a:3:{s:3:\"key\";s:13:\"aspect--m-1-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-1-2\";a:3:{s:3:\"key\";s:13:\"aspect--m-1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--m-16-9\";a:3:{s:3:\"key\";s:14:\"aspect--m-16-9\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-2-1\";a:3:{s:3:\"key\";s:13:\"aspect--m-2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-2-3\";a:3:{s:3:\"key\";s:13:\"aspect--m-2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-3-2\";a:3:{s:3:\"key\";s:13:\"aspect--m-3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-3-4\";a:3:{s:3:\"key\";s:13:\"aspect--m-3-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--m-4-3\";a:3:{s:3:\"key\";s:13:\"aspect--m-4-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--m-9-16\";a:3:{s:3:\"key\";s:14:\"aspect--m-9-16\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-1-1\";a:3:{s:3:\"key\";s:13:\"aspect--s-1-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-1-2\";a:3:{s:3:\"key\";s:13:\"aspect--s-1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--s-16-9\";a:3:{s:3:\"key\";s:14:\"aspect--s-16-9\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-2-1\";a:3:{s:3:\"key\";s:13:\"aspect--s-2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-2-3\";a:3:{s:3:\"key\";s:13:\"aspect--s-2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-3-2\";a:3:{s:3:\"key\";s:13:\"aspect--s-3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-3-4\";a:3:{s:3:\"key\";s:13:\"aspect--s-3-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"aspect--s-4-3\";a:3:{s:3:\"key\";s:13:\"aspect--s-4-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--s-9-16\";a:3:{s:3:\"key\";s:14:\"aspect--s-9-16\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-1-1\";a:3:{s:3:\"key\";s:14:\"aspect--xl-1-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-1-2\";a:3:{s:3:\"key\";s:14:\"aspect--xl-1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"aspect--xl-16-9\";a:3:{s:3:\"key\";s:15:\"aspect--xl-16-9\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-2-1\";a:3:{s:3:\"key\";s:14:\"aspect--xl-2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-2-3\";a:3:{s:3:\"key\";s:14:\"aspect--xl-2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-3-2\";a:3:{s:3:\"key\";s:14:\"aspect--xl-3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-3-4\";a:3:{s:3:\"key\";s:14:\"aspect--xl-3-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"aspect--xl-4-3\";a:3:{s:3:\"key\";s:14:\"aspect--xl-4-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"aspect--xl-9-16\";a:3:{s:3:\"key\";s:15:\"aspect--xl-9-16\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"bg--accent-hover\";a:3:{s:3:\"key\";s:16:\"bg--accent-hover\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-10\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-20\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-40\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-60\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-80\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"bg--accent-light-trans-90\";a:3:{s:3:\"key\";s:25:\"bg--accent-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"bg--accent-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:30:\"bg--accent-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"bg--base-hover\";a:3:{s:3:\"key\";s:14:\"bg--base-hover\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-10\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-20\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-40\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-60\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-80\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"bg--base-light-trans-90\";a:3:{s:3:\"key\";s:23:\"bg--base-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--base-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:28:\"bg--base-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"bg--black\";a:3:{s:3:\"key\";s:9:\"bg--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-10\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-20\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-40\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-60\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-80\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--black-trans-90\";a:3:{s:3:\"key\";s:18:\"bg--black-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"bg--primary-hover\";a:3:{s:3:\"key\";s:17:\"bg--primary-hover\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-10\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-20\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-40\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-60\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-80\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"bg--primary-light-trans-90\";a:3:{s:3:\"key\";s:26:\"bg--primary-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"bg--primary-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:31:\"bg--primary-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"bg--secondary-hover\";a:3:{s:3:\"key\";s:19:\"bg--secondary-hover\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-10\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-20\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-40\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-60\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-80\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"bg--secondary-light-trans-90\";a:3:{s:3:\"key\";s:28:\"bg--secondary-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"bg--secondary-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:33:\"bg--secondary-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-10\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-20\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-40\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-60\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-80\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"bg--shade-light-trans-90\";a:3:{s:3:\"key\";s:24:\"bg--shade-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"bg--shade-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:29:\"bg--shade-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"bg--white\";a:3:{s:3:\"key\";s:9:\"bg--white\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-10\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-20\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-40\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-60\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-80\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"bg--white-trans-90\";a:3:{s:3:\"key\";s:18:\"bg--white-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"breakout--full\";a:3:{s:3:\"key\";s:14:\"breakout--full\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"breakout--l\";a:3:{s:3:\"key\";s:11:\"breakout--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"breakout--m\";a:3:{s:3:\"key\";s:11:\"breakout--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"breakout--s\";a:3:{s:3:\"key\";s:11:\"breakout--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"breakout--xl\";a:3:{s:3:\"key\";s:12:\"breakout--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"btn--black\";a:3:{s:3:\"key\";s:10:\"btn--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"center--all\";a:3:{s:3:\"key\";s:11:\"center--all\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--all-l\";a:3:{s:3:\"key\";s:13:\"center--all-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--all-m\";a:3:{s:3:\"key\";s:13:\"center--all-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--all-s\";a:3:{s:3:\"key\";s:13:\"center--all-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--all-xl\";a:3:{s:3:\"key\";s:14:\"center--all-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--bottom\";a:3:{s:3:\"key\";s:14:\"center--bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"center--bottom-l\";a:3:{s:3:\"key\";s:16:\"center--bottom-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"center--bottom-m\";a:3:{s:3:\"key\";s:16:\"center--bottom-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"center--bottom-s\";a:3:{s:3:\"key\";s:16:\"center--bottom-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"center--bottom-xl\";a:3:{s:3:\"key\";s:17:\"center--bottom-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"center--left\";a:3:{s:3:\"key\";s:12:\"center--left\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--left-l\";a:3:{s:3:\"key\";s:14:\"center--left-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--left-m\";a:3:{s:3:\"key\";s:14:\"center--left-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--left-s\";a:3:{s:3:\"key\";s:14:\"center--left-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"center--left-xl\";a:3:{s:3:\"key\";s:15:\"center--left-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--right\";a:3:{s:3:\"key\";s:13:\"center--right\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"center--right-l\";a:3:{s:3:\"key\";s:15:\"center--right-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"center--right-m\";a:3:{s:3:\"key\";s:15:\"center--right-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"center--right-s\";a:3:{s:3:\"key\";s:15:\"center--right-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"center--right-xl\";a:3:{s:3:\"key\";s:16:\"center--right-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"center--self\";a:3:{s:3:\"key\";s:12:\"center--self\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"center--top\";a:3:{s:3:\"key\";s:11:\"center--top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--top-l\";a:3:{s:3:\"key\";s:13:\"center--top-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--top-m\";a:3:{s:3:\"key\";s:13:\"center--top-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"center--top-s\";a:3:{s:3:\"key\";s:13:\"center--top-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"center--top-xl\";a:3:{s:3:\"key\";s:14:\"center--top-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-count--1\";a:3:{s:3:\"key\";s:12:\"col-count--1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-count--2\";a:3:{s:3:\"key\";s:12:\"col-count--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-count--3\";a:3:{s:3:\"key\";s:12:\"col-count--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-count--4\";a:3:{s:3:\"key\";s:12:\"col-count--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-count--5\";a:3:{s:3:\"key\";s:12:\"col-count--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--l-1\";a:3:{s:3:\"key\";s:14:\"col-count--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--l-2\";a:3:{s:3:\"key\";s:14:\"col-count--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--l-3\";a:3:{s:3:\"key\";s:14:\"col-count--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--l-4\";a:3:{s:3:\"key\";s:14:\"col-count--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--l-5\";a:3:{s:3:\"key\";s:14:\"col-count--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--m-1\";a:3:{s:3:\"key\";s:14:\"col-count--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--m-2\";a:3:{s:3:\"key\";s:14:\"col-count--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--m-3\";a:3:{s:3:\"key\";s:14:\"col-count--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--m-4\";a:3:{s:3:\"key\";s:14:\"col-count--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--m-5\";a:3:{s:3:\"key\";s:14:\"col-count--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--s-1\";a:3:{s:3:\"key\";s:14:\"col-count--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--s-2\";a:3:{s:3:\"key\";s:14:\"col-count--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--s-3\";a:3:{s:3:\"key\";s:14:\"col-count--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--s-4\";a:3:{s:3:\"key\";s:14:\"col-count--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-count--s-5\";a:3:{s:3:\"key\";s:14:\"col-count--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-count--xl-1\";a:3:{s:3:\"key\";s:15:\"col-count--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-count--xl-2\";a:3:{s:3:\"key\";s:15:\"col-count--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-count--xl-3\";a:3:{s:3:\"key\";s:15:\"col-count--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-count--xl-4\";a:3:{s:3:\"key\";s:15:\"col-count--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-count--xl-5\";a:3:{s:3:\"key\";s:15:\"col-count--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--1\";a:3:{s:3:\"key\";s:10:\"col-end--1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--2\";a:3:{s:3:\"key\";s:10:\"col-end--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--3\";a:3:{s:3:\"key\";s:10:\"col-end--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--4\";a:3:{s:3:\"key\";s:10:\"col-end--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--5\";a:3:{s:3:\"key\";s:10:\"col-end--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-end--6\";a:3:{s:3:\"key\";s:10:\"col-end--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-1\";a:3:{s:3:\"key\";s:12:\"col-end--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-2\";a:3:{s:3:\"key\";s:12:\"col-end--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-3\";a:3:{s:3:\"key\";s:12:\"col-end--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-4\";a:3:{s:3:\"key\";s:12:\"col-end--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-5\";a:3:{s:3:\"key\";s:12:\"col-end--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--l-6\";a:3:{s:3:\"key\";s:12:\"col-end--l-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-end--l-last\";a:3:{s:3:\"key\";s:15:\"col-end--l-last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--last\";a:3:{s:3:\"key\";s:13:\"col-end--last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-1\";a:3:{s:3:\"key\";s:12:\"col-end--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-2\";a:3:{s:3:\"key\";s:12:\"col-end--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-3\";a:3:{s:3:\"key\";s:12:\"col-end--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-4\";a:3:{s:3:\"key\";s:12:\"col-end--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-5\";a:3:{s:3:\"key\";s:12:\"col-end--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--m-6\";a:3:{s:3:\"key\";s:12:\"col-end--m-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-end--m-last\";a:3:{s:3:\"key\";s:15:\"col-end--m-last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-1\";a:3:{s:3:\"key\";s:12:\"col-end--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-2\";a:3:{s:3:\"key\";s:12:\"col-end--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-3\";a:3:{s:3:\"key\";s:12:\"col-end--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-4\";a:3:{s:3:\"key\";s:12:\"col-end--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-5\";a:3:{s:3:\"key\";s:12:\"col-end--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-end--s-6\";a:3:{s:3:\"key\";s:12:\"col-end--s-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-end--s-last\";a:3:{s:3:\"key\";s:15:\"col-end--s-last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-1\";a:3:{s:3:\"key\";s:13:\"col-end--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-2\";a:3:{s:3:\"key\";s:13:\"col-end--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-3\";a:3:{s:3:\"key\";s:13:\"col-end--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-4\";a:3:{s:3:\"key\";s:13:\"col-end--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-5\";a:3:{s:3:\"key\";s:13:\"col-end--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-end--xl-6\";a:3:{s:3:\"key\";s:13:\"col-end--xl-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-end--xl-last\";a:3:{s:3:\"key\";s:16:\"col-end--xl-last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-gap--l\";a:3:{s:3:\"key\";s:10:\"col-gap--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-gap--m\";a:3:{s:3:\"key\";s:10:\"col-gap--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"col-gap--s\";a:3:{s:3:\"key\";s:10:\"col-gap--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-gap--xl\";a:3:{s:3:\"key\";s:11:\"col-gap--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-gap--xs\";a:3:{s:3:\"key\";s:11:\"col-gap--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-gap--xxl\";a:3:{s:3:\"key\";s:12:\"col-gap--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--accent\";a:3:{s:3:\"key\";s:16:\"col-rule--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"col-rule--accent-dark\";a:3:{s:3:\"key\";s:21:\"col-rule--accent-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"col-rule--accent-light\";a:3:{s:3:\"key\";s:22:\"col-rule--accent-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"col-rule--accent-medium\";a:3:{s:3:\"key\";s:23:\"col-rule--accent-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"col-rule--accent-ultra-dark\";a:3:{s:3:\"key\";s:27:\"col-rule--accent-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"col-rule--accent-ultra-light\";a:3:{s:3:\"key\";s:28:\"col-rule--accent-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-rule--base\";a:3:{s:3:\"key\";s:14:\"col-rule--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"col-rule--base-dark\";a:3:{s:3:\"key\";s:19:\"col-rule--base-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"col-rule--base-light\";a:3:{s:3:\"key\";s:20:\"col-rule--base-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"col-rule--base-medium\";a:3:{s:3:\"key\";s:21:\"col-rule--base-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"col-rule--base-ultra-dark\";a:3:{s:3:\"key\";s:25:\"col-rule--base-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"col-rule--base-ultra-light\";a:3:{s:3:\"key\";s:26:\"col-rule--base-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-rule--black\";a:3:{s:3:\"key\";s:15:\"col-rule--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--dashed\";a:3:{s:3:\"key\";s:16:\"col-rule--dashed\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--dotted\";a:3:{s:3:\"key\";s:16:\"col-rule--dotted\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--double\";a:3:{s:3:\"key\";s:16:\"col-rule--double\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--groove\";a:3:{s:3:\"key\";s:16:\"col-rule--groove\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-rule--inset\";a:3:{s:3:\"key\";s:15:\"col-rule--inset\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-rule--l\";a:3:{s:3:\"key\";s:11:\"col-rule--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-rule--m\";a:3:{s:3:\"key\";s:11:\"col-rule--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"col-rule--outset\";a:3:{s:3:\"key\";s:16:\"col-rule--outset\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"col-rule--primary\";a:3:{s:3:\"key\";s:17:\"col-rule--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"col-rule--primary-dark\";a:3:{s:3:\"key\";s:22:\"col-rule--primary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"col-rule--primary-light\";a:3:{s:3:\"key\";s:23:\"col-rule--primary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"col-rule--primary-medium\";a:3:{s:3:\"key\";s:24:\"col-rule--primary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"col-rule--primary-ultra-dark\";a:3:{s:3:\"key\";s:28:\"col-rule--primary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"col-rule--primary-ultra-light\";a:3:{s:3:\"key\";s:29:\"col-rule--primary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-rule--ridge\";a:3:{s:3:\"key\";s:15:\"col-rule--ridge\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-rule--s\";a:3:{s:3:\"key\";s:11:\"col-rule--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"col-rule--secondary\";a:3:{s:3:\"key\";s:19:\"col-rule--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"col-rule--secondary-dark\";a:3:{s:3:\"key\";s:24:\"col-rule--secondary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"col-rule--secondary-light\";a:3:{s:3:\"key\";s:25:\"col-rule--secondary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"col-rule--secondary-medium\";a:3:{s:3:\"key\";s:26:\"col-rule--secondary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"col-rule--secondary-ultra-dark\";a:3:{s:3:\"key\";s:30:\"col-rule--secondary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"col-rule--secondary-ultra-light\";a:3:{s:3:\"key\";s:31:\"col-rule--secondary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"col-rule--shade-dark\";a:3:{s:3:\"key\";s:20:\"col-rule--shade-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"col-rule--shade-light\";a:3:{s:3:\"key\";s:21:\"col-rule--shade-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"col-rule--shade-medium\";a:3:{s:3:\"key\";s:22:\"col-rule--shade-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"col-rule--shade-ultra-dark\";a:3:{s:3:\"key\";s:26:\"col-rule--shade-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"col-rule--shade-ultra-light\";a:3:{s:3:\"key\";s:27:\"col-rule--shade-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-rule--solid\";a:3:{s:3:\"key\";s:15:\"col-rule--solid\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-span--2\";a:3:{s:3:\"key\";s:11:\"col-span--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-span--3\";a:3:{s:3:\"key\";s:11:\"col-span--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-span--4\";a:3:{s:3:\"key\";s:11:\"col-span--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-span--5\";a:3:{s:3:\"key\";s:11:\"col-span--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"col-span--6\";a:3:{s:3:\"key\";s:11:\"col-span--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--all\";a:3:{s:3:\"key\";s:13:\"col-span--all\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-1\";a:3:{s:3:\"key\";s:13:\"col-span--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-2\";a:3:{s:3:\"key\";s:13:\"col-span--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-3\";a:3:{s:3:\"key\";s:13:\"col-span--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-4\";a:3:{s:3:\"key\";s:13:\"col-span--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-5\";a:3:{s:3:\"key\";s:13:\"col-span--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--l-6\";a:3:{s:3:\"key\";s:13:\"col-span--l-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-1\";a:3:{s:3:\"key\";s:13:\"col-span--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-2\";a:3:{s:3:\"key\";s:13:\"col-span--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-3\";a:3:{s:3:\"key\";s:13:\"col-span--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-4\";a:3:{s:3:\"key\";s:13:\"col-span--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-5\";a:3:{s:3:\"key\";s:13:\"col-span--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--m-6\";a:3:{s:3:\"key\";s:13:\"col-span--m-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-1\";a:3:{s:3:\"key\";s:13:\"col-span--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-2\";a:3:{s:3:\"key\";s:13:\"col-span--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-3\";a:3:{s:3:\"key\";s:13:\"col-span--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-4\";a:3:{s:3:\"key\";s:13:\"col-span--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-5\";a:3:{s:3:\"key\";s:13:\"col-span--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"col-span--s-6\";a:3:{s:3:\"key\";s:13:\"col-span--s-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-1\";a:3:{s:3:\"key\";s:14:\"col-span--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-2\";a:3:{s:3:\"key\";s:14:\"col-span--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-3\";a:3:{s:3:\"key\";s:14:\"col-span--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-4\";a:3:{s:3:\"key\";s:14:\"col-span--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-5\";a:3:{s:3:\"key\";s:14:\"col-span--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-span--xl-6\";a:3:{s:3:\"key\";s:14:\"col-span--xl-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--1\";a:3:{s:3:\"key\";s:12:\"col-start--1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--2\";a:3:{s:3:\"key\";s:12:\"col-start--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--3\";a:3:{s:3:\"key\";s:12:\"col-start--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--4\";a:3:{s:3:\"key\";s:12:\"col-start--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--5\";a:3:{s:3:\"key\";s:12:\"col-start--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-start--6\";a:3:{s:3:\"key\";s:12:\"col-start--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-1\";a:3:{s:3:\"key\";s:14:\"col-start--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-2\";a:3:{s:3:\"key\";s:14:\"col-start--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-3\";a:3:{s:3:\"key\";s:14:\"col-start--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-4\";a:3:{s:3:\"key\";s:14:\"col-start--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-5\";a:3:{s:3:\"key\";s:14:\"col-start--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--l-6\";a:3:{s:3:\"key\";s:14:\"col-start--l-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-1\";a:3:{s:3:\"key\";s:14:\"col-start--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-2\";a:3:{s:3:\"key\";s:14:\"col-start--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-3\";a:3:{s:3:\"key\";s:14:\"col-start--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-4\";a:3:{s:3:\"key\";s:14:\"col-start--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-5\";a:3:{s:3:\"key\";s:14:\"col-start--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--m-6\";a:3:{s:3:\"key\";s:14:\"col-start--m-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-1\";a:3:{s:3:\"key\";s:14:\"col-start--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-2\";a:3:{s:3:\"key\";s:14:\"col-start--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-3\";a:3:{s:3:\"key\";s:14:\"col-start--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-4\";a:3:{s:3:\"key\";s:14:\"col-start--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-5\";a:3:{s:3:\"key\";s:14:\"col-start--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"col-start--s-6\";a:3:{s:3:\"key\";s:14:\"col-start--s-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-1\";a:3:{s:3:\"key\";s:15:\"col-start--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-2\";a:3:{s:3:\"key\";s:15:\"col-start--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-3\";a:3:{s:3:\"key\";s:15:\"col-start--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-4\";a:3:{s:3:\"key\";s:15:\"col-start--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-5\";a:3:{s:3:\"key\";s:15:\"col-start--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"col-start--xl-6\";a:3:{s:3:\"key\";s:15:\"col-start--xl-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-width--l\";a:3:{s:3:\"key\";s:12:\"col-width--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-width--m\";a:3:{s:3:\"key\";s:12:\"col-width--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"col-width--s\";a:3:{s:3:\"key\";s:12:\"col-width--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"display--block\";a:3:{s:3:\"key\";s:14:\"display--block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"display--contents\";a:3:{s:3:\"key\";s:17:\"display--contents\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"display--inline\";a:3:{s:3:\"key\";s:15:\"display--inline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"display--inline-block\";a:3:{s:3:\"key\";s:21:\"display--inline-block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"display--inline-flex\";a:3:{s:3:\"key\";s:20:\"display--inline-flex\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"display--l-block\";a:3:{s:3:\"key\";s:16:\"display--l-block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"display--l-none\";a:3:{s:3:\"key\";s:15:\"display--l-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"display--list-item\";a:3:{s:3:\"key\";s:18:\"display--list-item\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"display--m-block\";a:3:{s:3:\"key\";s:16:\"display--m-block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"display--m-none\";a:3:{s:3:\"key\";s:15:\"display--m-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"display--none\";a:3:{s:3:\"key\";s:13:\"display--none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"display--s-block\";a:3:{s:3:\"key\";s:16:\"display--s-block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"display--s-none\";a:3:{s:3:\"key\";s:15:\"display--s-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"display--xl-block\";a:3:{s:3:\"key\";s:17:\"display--xl-block\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"display--xl-none\";a:3:{s:3:\"key\";s:16:\"display--xl-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"flex--col\";a:3:{s:3:\"key\";s:9:\"flex--col\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--col-l\";a:3:{s:3:\"key\";s:11:\"flex--col-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--col-m\";a:3:{s:3:\"key\";s:11:\"flex--col-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"flex--col-reverse\";a:3:{s:3:\"key\";s:17:\"flex--col-reverse\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--col-reverse-l\";a:3:{s:3:\"key\";s:19:\"flex--col-reverse-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--col-reverse-m\";a:3:{s:3:\"key\";s:19:\"flex--col-reverse-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--col-reverse-s\";a:3:{s:3:\"key\";s:19:\"flex--col-reverse-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"flex--col-reverse-xl\";a:3:{s:3:\"key\";s:20:\"flex--col-reverse-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--col-s\";a:3:{s:3:\"key\";s:11:\"flex--col-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"flex--col-xl\";a:3:{s:3:\"key\";s:12:\"flex--col-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"flex--row\";a:3:{s:3:\"key\";s:9:\"flex--row\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--row-l\";a:3:{s:3:\"key\";s:11:\"flex--row-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--row-m\";a:3:{s:3:\"key\";s:11:\"flex--row-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"flex--row-reverse\";a:3:{s:3:\"key\";s:17:\"flex--row-reverse\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--row-reverse-l\";a:3:{s:3:\"key\";s:19:\"flex--row-reverse-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--row-reverse-m\";a:3:{s:3:\"key\";s:19:\"flex--row-reverse-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"flex--row-reverse-s\";a:3:{s:3:\"key\";s:19:\"flex--row-reverse-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"flex--row-reverse-xl\";a:3:{s:3:\"key\";s:20:\"flex--row-reverse-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"flex--row-s\";a:3:{s:3:\"key\";s:11:\"flex--row-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"flex--row-xl\";a:3:{s:3:\"key\";s:12:\"flex--row-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"flex--wrap\";a:3:{s:3:\"key\";s:10:\"flex--wrap\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"flip--x\";a:3:{s:3:\"key\";s:7:\"flip--x\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"flip--xy\";a:3:{s:3:\"key\";s:8:\"flip--xy\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"flip--y\";a:3:{s:3:\"key\";s:7:\"flip--y\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"focus--accent\";a:3:{s:3:\"key\";s:13:\"focus--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"focus--base\";a:3:{s:3:\"key\";s:11:\"focus--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"focus--black\";a:3:{s:3:\"key\";s:12:\"focus--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"focus--primary\";a:3:{s:3:\"key\";s:14:\"focus--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"focus--secondary\";a:3:{s:3:\"key\";s:16:\"focus--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"focus--shade\";a:3:{s:3:\"key\";s:12:\"focus--shade\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"focus--white\";a:3:{s:3:\"key\";s:12:\"focus--white\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"gap--l\";a:3:{s:3:\"key\";s:6:\"gap--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"gap--xl\";a:3:{s:3:\"key\";s:7:\"gap--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"gap--xs\";a:3:{s:3:\"key\";s:7:\"gap--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"gap--xxl\";a:3:{s:3:\"key\";s:8:\"gap--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"grid--1\";a:3:{s:3:\"key\";s:7:\"grid--1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--1-2\";a:3:{s:3:\"key\";s:9:\"grid--1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--1-3\";a:3:{s:3:\"key\";s:9:\"grid--1-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"grid--2\";a:3:{s:3:\"key\";s:7:\"grid--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--2-1\";a:3:{s:3:\"key\";s:9:\"grid--2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--2-3\";a:3:{s:3:\"key\";s:9:\"grid--2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--3-1\";a:3:{s:3:\"key\";s:9:\"grid--3-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--3-2\";a:3:{s:3:\"key\";s:9:\"grid--3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"grid--5\";a:3:{s:3:\"key\";s:7:\"grid--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"grid--6\";a:3:{s:3:\"key\";s:7:\"grid--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-1-2\";a:3:{s:3:\"key\";s:14:\"grid--auto-1-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-1-3\";a:3:{s:3:\"key\";s:14:\"grid--auto-1-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"grid--auto-2\";a:3:{s:3:\"key\";s:12:\"grid--auto-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-2-1\";a:3:{s:3:\"key\";s:14:\"grid--auto-2-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-2-3\";a:3:{s:3:\"key\";s:14:\"grid--auto-2-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"grid--auto-3\";a:3:{s:3:\"key\";s:12:\"grid--auto-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-3-1\";a:3:{s:3:\"key\";s:14:\"grid--auto-3-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"grid--auto-3-2\";a:3:{s:3:\"key\";s:14:\"grid--auto-3-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"grid--auto-4\";a:3:{s:3:\"key\";s:12:\"grid--auto-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"grid--auto-5\";a:3:{s:3:\"key\";s:12:\"grid--auto-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"grid--auto-6\";a:3:{s:3:\"key\";s:12:\"grid--auto-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--l-2\";a:3:{s:3:\"key\";s:9:\"grid--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--l-3\";a:3:{s:3:\"key\";s:9:\"grid--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--l-4\";a:3:{s:3:\"key\";s:9:\"grid--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--l-5\";a:3:{s:3:\"key\";s:9:\"grid--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--m-1\";a:3:{s:3:\"key\";s:9:\"grid--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--m-2\";a:3:{s:3:\"key\";s:9:\"grid--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--m-3\";a:3:{s:3:\"key\";s:9:\"grid--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--m-4\";a:3:{s:3:\"key\";s:9:\"grid--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--s-1\";a:3:{s:3:\"key\";s:9:\"grid--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--s-2\";a:3:{s:3:\"key\";s:9:\"grid--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--s-3\";a:3:{s:3:\"key\";s:9:\"grid--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"grid--s-4\";a:3:{s:3:\"key\";s:9:\"grid--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"grid--xl-1\";a:3:{s:3:\"key\";s:10:\"grid--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"grid--xl-2\";a:3:{s:3:\"key\";s:10:\"grid--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"grid--xl-3\";a:3:{s:3:\"key\";s:10:\"grid--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"grid--xl-4\";a:3:{s:3:\"key\";s:10:\"grid--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"grid--xl-5\";a:3:{s:3:\"key\";s:10:\"grid--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--30\";a:3:{s:3:\"key\";s:10:\"height--30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--40\";a:3:{s:3:\"key\";s:10:\"height--40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--50\";a:3:{s:3:\"key\";s:10:\"height--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--60\";a:3:{s:3:\"key\";s:10:\"height--60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--70\";a:3:{s:3:\"key\";s:10:\"height--70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--80\";a:3:{s:3:\"key\";s:10:\"height--80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"height--90\";a:3:{s:3:\"key\";s:10:\"height--90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--full\";a:3:{s:3:\"key\";s:12:\"height--full\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-30\";a:3:{s:3:\"key\";s:12:\"height--l-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-40\";a:3:{s:3:\"key\";s:12:\"height--l-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-50\";a:3:{s:3:\"key\";s:12:\"height--l-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-60\";a:3:{s:3:\"key\";s:12:\"height--l-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-70\";a:3:{s:3:\"key\";s:12:\"height--l-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-80\";a:3:{s:3:\"key\";s:12:\"height--l-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--l-90\";a:3:{s:3:\"key\";s:12:\"height--l-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-30\";a:3:{s:3:\"key\";s:12:\"height--m-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-40\";a:3:{s:3:\"key\";s:12:\"height--m-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-50\";a:3:{s:3:\"key\";s:12:\"height--m-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-60\";a:3:{s:3:\"key\";s:12:\"height--m-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-70\";a:3:{s:3:\"key\";s:12:\"height--m-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-80\";a:3:{s:3:\"key\";s:12:\"height--m-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--m-90\";a:3:{s:3:\"key\";s:12:\"height--m-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-30\";a:3:{s:3:\"key\";s:12:\"height--s-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-40\";a:3:{s:3:\"key\";s:12:\"height--s-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-50\";a:3:{s:3:\"key\";s:12:\"height--s-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-60\";a:3:{s:3:\"key\";s:12:\"height--s-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-70\";a:3:{s:3:\"key\";s:12:\"height--s-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-80\";a:3:{s:3:\"key\";s:12:\"height--s-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"height--s-90\";a:3:{s:3:\"key\";s:12:\"height--s-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-30\";a:3:{s:3:\"key\";s:13:\"height--xl-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-40\";a:3:{s:3:\"key\";s:13:\"height--xl-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-50\";a:3:{s:3:\"key\";s:13:\"height--xl-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-60\";a:3:{s:3:\"key\";s:13:\"height--xl-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-70\";a:3:{s:3:\"key\";s:13:\"height--xl-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-80\";a:3:{s:3:\"key\";s:13:\"height--xl-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"height--xl-90\";a:3:{s:3:\"key\";s:13:\"height--xl-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"hidden-accessible\";a:3:{s:3:\"key\";s:17:\"hidden-accessible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"justify-content--around\";a:3:{s:3:\"key\";s:23:\"justify-content--around\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"justify-content--between\";a:3:{s:3:\"key\";s:24:\"justify-content--between\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"justify-content--center\";a:3:{s:3:\"key\";s:23:\"justify-content--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"justify-content--end\";a:3:{s:3:\"key\";s:20:\"justify-content--end\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"justify-content--start\";a:3:{s:3:\"key\";s:22:\"justify-content--start\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"justify-items--center\";a:3:{s:3:\"key\";s:21:\"justify-items--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"justify-items--end\";a:3:{s:3:\"key\";s:18:\"justify-items--end\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"justify-items--start\";a:3:{s:3:\"key\";s:20:\"justify-items--start\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"link--accent\";a:3:{s:3:\"key\";s:12:\"link--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"link--accent-dark\";a:3:{s:3:\"key\";s:17:\"link--accent-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"link--accent-light\";a:3:{s:3:\"key\";s:18:\"link--accent-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"link--accent-medium\";a:3:{s:3:\"key\";s:19:\"link--accent-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"link--accent-ultra-dark\";a:3:{s:3:\"key\";s:23:\"link--accent-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"link--accent-ultra-light\";a:3:{s:3:\"key\";s:24:\"link--accent-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"link--base\";a:3:{s:3:\"key\";s:10:\"link--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"link--base-dark\";a:3:{s:3:\"key\";s:15:\"link--base-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"link--base-light\";a:3:{s:3:\"key\";s:16:\"link--base-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"link--base-medium\";a:3:{s:3:\"key\";s:17:\"link--base-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"link--base-ultra-dark\";a:3:{s:3:\"key\";s:21:\"link--base-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"link--base-ultra-light\";a:3:{s:3:\"key\";s:22:\"link--base-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"link--black\";a:3:{s:3:\"key\";s:11:\"link--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"link--primary\";a:3:{s:3:\"key\";s:13:\"link--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"link--primary-dark\";a:3:{s:3:\"key\";s:18:\"link--primary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"link--primary-light\";a:3:{s:3:\"key\";s:19:\"link--primary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"link--primary-medium\";a:3:{s:3:\"key\";s:20:\"link--primary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"link--primary-ultra-dark\";a:3:{s:3:\"key\";s:24:\"link--primary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"link--primary-ultra-light\";a:3:{s:3:\"key\";s:25:\"link--primary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"link--secondary\";a:3:{s:3:\"key\";s:15:\"link--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"link--secondary-dark\";a:3:{s:3:\"key\";s:20:\"link--secondary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"link--secondary-light\";a:3:{s:3:\"key\";s:21:\"link--secondary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"link--secondary-medium\";a:3:{s:3:\"key\";s:22:\"link--secondary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"link--secondary-ultra-dark\";a:3:{s:3:\"key\";s:26:\"link--secondary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"link--secondary-ultra-light\";a:3:{s:3:\"key\";s:27:\"link--secondary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"link--shade-dark\";a:3:{s:3:\"key\";s:16:\"link--shade-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"link--shade-light\";a:3:{s:3:\"key\";s:17:\"link--shade-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"link--shade-medium\";a:3:{s:3:\"key\";s:18:\"link--shade-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"link--shade-ultra-dark\";a:3:{s:3:\"key\";s:22:\"link--shade-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"link--shade-ultra-light\";a:3:{s:3:\"key\";s:23:\"link--shade-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"link--skip\";a:3:{s:3:\"key\";s:10:\"link--skip\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"link--white\";a:3:{s:3:\"key\";s:11:\"link--white\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-bottom--l\";a:3:{s:3:\"key\";s:16:\"margin-bottom--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-bottom--m\";a:3:{s:3:\"key\";s:16:\"margin-bottom--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"margin-bottom--xl\";a:3:{s:3:\"key\";s:17:\"margin-bottom--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"margin-bottom--xs\";a:3:{s:3:\"key\";s:17:\"margin-bottom--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"margin-bottom--xxl\";a:3:{s:3:\"key\";s:18:\"margin-bottom--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"margin-left--l\";a:3:{s:3:\"key\";s:14:\"margin-left--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"margin-left--m\";a:3:{s:3:\"key\";s:14:\"margin-left--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"margin-left--s\";a:3:{s:3:\"key\";s:14:\"margin-left--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-left--xl\";a:3:{s:3:\"key\";s:15:\"margin-left--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-left--xs\";a:3:{s:3:\"key\";s:15:\"margin-left--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-left--xxl\";a:3:{s:3:\"key\";s:16:\"margin-left--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-right--l\";a:3:{s:3:\"key\";s:15:\"margin-right--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-right--m\";a:3:{s:3:\"key\";s:15:\"margin-right--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-right--s\";a:3:{s:3:\"key\";s:15:\"margin-right--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-right--xl\";a:3:{s:3:\"key\";s:16:\"margin-right--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"margin-right--xs\";a:3:{s:3:\"key\";s:16:\"margin-right--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"margin-right--xxl\";a:3:{s:3:\"key\";s:17:\"margin-right--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"margin-top--s\";a:3:{s:3:\"key\";s:13:\"margin-top--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"margin-top--xl\";a:3:{s:3:\"key\";s:14:\"margin-top--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"margin-top--xs\";a:3:{s:3:\"key\";s:14:\"margin-top--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"margin-top--xxl\";a:3:{s:3:\"key\";s:15:\"margin-top--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"marker--accent\";a:3:{s:3:\"key\";s:14:\"marker--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"marker--accent-comp\";a:3:{s:3:\"key\";s:19:\"marker--accent-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"marker--accent-dark\";a:3:{s:3:\"key\";s:19:\"marker--accent-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"marker--accent-light\";a:3:{s:3:\"key\";s:20:\"marker--accent-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"marker--accent-medium\";a:3:{s:3:\"key\";s:21:\"marker--accent-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"marker--accent-ultra-dark\";a:3:{s:3:\"key\";s:25:\"marker--accent-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"marker--accent-ultra-light\";a:3:{s:3:\"key\";s:26:\"marker--accent-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"marker--base\";a:3:{s:3:\"key\";s:12:\"marker--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"marker--base-comp\";a:3:{s:3:\"key\";s:17:\"marker--base-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"marker--base-dark\";a:3:{s:3:\"key\";s:17:\"marker--base-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"marker--base-light\";a:3:{s:3:\"key\";s:18:\"marker--base-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"marker--base-medium\";a:3:{s:3:\"key\";s:19:\"marker--base-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"marker--base-ultra-dark\";a:3:{s:3:\"key\";s:23:\"marker--base-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"marker--base-ultra-light\";a:3:{s:3:\"key\";s:24:\"marker--base-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"marker--primary\";a:3:{s:3:\"key\";s:15:\"marker--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"marker--primary-comp\";a:3:{s:3:\"key\";s:20:\"marker--primary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"marker--primary-dark\";a:3:{s:3:\"key\";s:20:\"marker--primary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"marker--primary-light\";a:3:{s:3:\"key\";s:21:\"marker--primary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"marker--primary-medium\";a:3:{s:3:\"key\";s:22:\"marker--primary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"marker--primary-ultra-dark\";a:3:{s:3:\"key\";s:26:\"marker--primary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"marker--primary-ultra-light\";a:3:{s:3:\"key\";s:27:\"marker--primary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"marker--secondary\";a:3:{s:3:\"key\";s:17:\"marker--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"marker--secondary-comp\";a:3:{s:3:\"key\";s:22:\"marker--secondary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"marker--secondary-dark\";a:3:{s:3:\"key\";s:22:\"marker--secondary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"marker--secondary-light\";a:3:{s:3:\"key\";s:23:\"marker--secondary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"marker--secondary-medium\";a:3:{s:3:\"key\";s:24:\"marker--secondary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"marker--secondary-ultra-dark\";a:3:{s:3:\"key\";s:28:\"marker--secondary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:29:\"marker--secondary-ultra-light\";a:3:{s:3:\"key\";s:29:\"marker--secondary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"marker--shade\";a:3:{s:3:\"key\";s:13:\"marker--shade\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"marker--shade-comp\";a:3:{s:3:\"key\";s:18:\"marker--shade-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"marker--shade-dark\";a:3:{s:3:\"key\";s:18:\"marker--shade-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"marker--shade-light\";a:3:{s:3:\"key\";s:19:\"marker--shade-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"marker--shade-medium\";a:3:{s:3:\"key\";s:20:\"marker--shade-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"marker--shade-ultra-dark\";a:3:{s:3:\"key\";s:24:\"marker--shade-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"marker--shade-ultra-light\";a:3:{s:3:\"key\";s:25:\"marker--shade-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--30\";a:3:{s:3:\"key\";s:14:\"max-height--30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--40\";a:3:{s:3:\"key\";s:14:\"max-height--40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--50\";a:3:{s:3:\"key\";s:14:\"max-height--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--60\";a:3:{s:3:\"key\";s:14:\"max-height--60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--70\";a:3:{s:3:\"key\";s:14:\"max-height--70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--80\";a:3:{s:3:\"key\";s:14:\"max-height--80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"max-height--90\";a:3:{s:3:\"key\";s:14:\"max-height--90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-30\";a:3:{s:3:\"key\";s:16:\"max-height--l-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-40\";a:3:{s:3:\"key\";s:16:\"max-height--l-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-50\";a:3:{s:3:\"key\";s:16:\"max-height--l-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-60\";a:3:{s:3:\"key\";s:16:\"max-height--l-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-70\";a:3:{s:3:\"key\";s:16:\"max-height--l-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-80\";a:3:{s:3:\"key\";s:16:\"max-height--l-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--l-90\";a:3:{s:3:\"key\";s:16:\"max-height--l-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-30\";a:3:{s:3:\"key\";s:16:\"max-height--m-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-40\";a:3:{s:3:\"key\";s:16:\"max-height--m-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-50\";a:3:{s:3:\"key\";s:16:\"max-height--m-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-60\";a:3:{s:3:\"key\";s:16:\"max-height--m-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-70\";a:3:{s:3:\"key\";s:16:\"max-height--m-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-80\";a:3:{s:3:\"key\";s:16:\"max-height--m-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--m-90\";a:3:{s:3:\"key\";s:16:\"max-height--m-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-30\";a:3:{s:3:\"key\";s:16:\"max-height--s-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-40\";a:3:{s:3:\"key\";s:16:\"max-height--s-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-50\";a:3:{s:3:\"key\";s:16:\"max-height--s-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-60\";a:3:{s:3:\"key\";s:16:\"max-height--s-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-70\";a:3:{s:3:\"key\";s:16:\"max-height--s-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-80\";a:3:{s:3:\"key\";s:16:\"max-height--s-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"max-height--s-90\";a:3:{s:3:\"key\";s:16:\"max-height--s-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-30\";a:3:{s:3:\"key\";s:17:\"max-height--xl-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-40\";a:3:{s:3:\"key\";s:17:\"max-height--xl-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-50\";a:3:{s:3:\"key\";s:17:\"max-height--xl-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-60\";a:3:{s:3:\"key\";s:17:\"max-height--xl-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-70\";a:3:{s:3:\"key\";s:17:\"max-height--xl-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-80\";a:3:{s:3:\"key\";s:17:\"max-height--xl-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"max-height--xl-90\";a:3:{s:3:\"key\";s:17:\"max-height--xl-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"object-fit--bottom-center\";a:3:{s:3:\"key\";s:25:\"object-fit--bottom-center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"object-fit--bottom-left\";a:3:{s:3:\"key\";s:23:\"object-fit--bottom-left\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"object-fit--bottom-right\";a:3:{s:3:\"key\";s:24:\"object-fit--bottom-right\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"object-fit--center-left\";a:3:{s:3:\"key\";s:23:\"object-fit--center-left\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"object-fit--center-right\";a:3:{s:3:\"key\";s:24:\"object-fit--center-right\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"object-fit--contain\";a:3:{s:3:\"key\";s:19:\"object-fit--contain\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"object-fit--cover\";a:3:{s:3:\"key\";s:17:\"object-fit--cover\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"object-fit--top-center\";a:3:{s:3:\"key\";s:22:\"object-fit--top-center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"object-fit--top-left\";a:3:{s:3:\"key\";s:20:\"object-fit--top-left\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"object-fit--top-right\";a:3:{s:3:\"key\";s:21:\"object-fit--top-right\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--10\";a:3:{s:3:\"key\";s:11:\"opacity--10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--20\";a:3:{s:3:\"key\";s:11:\"opacity--20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--30\";a:3:{s:3:\"key\";s:11:\"opacity--30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--40\";a:3:{s:3:\"key\";s:11:\"opacity--40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"opacity--5\";a:3:{s:3:\"key\";s:10:\"opacity--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--50\";a:3:{s:3:\"key\";s:11:\"opacity--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--60\";a:3:{s:3:\"key\";s:11:\"opacity--60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--70\";a:3:{s:3:\"key\";s:11:\"opacity--70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--80\";a:3:{s:3:\"key\";s:11:\"opacity--80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--90\";a:3:{s:3:\"key\";s:11:\"opacity--90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"opacity--95\";a:3:{s:3:\"key\";s:11:\"opacity--95\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"order--first\";a:3:{s:3:\"key\";s:12:\"order--first\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"order--first-l\";a:3:{s:3:\"key\";s:14:\"order--first-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"order--first-m\";a:3:{s:3:\"key\";s:14:\"order--first-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"order--first-s\";a:3:{s:3:\"key\";s:14:\"order--first-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"order--first-xl\";a:3:{s:3:\"key\";s:15:\"order--first-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"order--last\";a:3:{s:3:\"key\";s:11:\"order--last\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"order--last-l\";a:3:{s:3:\"key\";s:13:\"order--last-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"order--last-m\";a:3:{s:3:\"key\";s:13:\"order--last-m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"order--last-s\";a:3:{s:3:\"key\";s:13:\"order--last-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"order--last-xl\";a:3:{s:3:\"key\";s:14:\"order--last-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-10\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-20\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-40\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-60\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-80\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:30:\"overlay--accent-light-trans-90\";a:3:{s:3:\"key\";s:30:\"overlay--accent-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-10\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-20\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-40\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-60\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-80\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"overlay--accent-trans-90\";a:3:{s:3:\"key\";s:24:\"overlay--accent-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:35:\"overlay--accent-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:35:\"overlay--accent-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-10\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-20\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-40\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-60\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-80\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:28:\"overlay--base-light-trans-90\";a:3:{s:3:\"key\";s:28:\"overlay--base-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-10\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-20\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-40\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-60\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-80\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"overlay--base-trans-90\";a:3:{s:3:\"key\";s:22:\"overlay--base-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--base-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:33:\"overlay--base-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-10\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-20\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-40\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-60\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-80\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"overlay--black-trans-90\";a:3:{s:3:\"key\";s:23:\"overlay--black-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-10\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-20\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-40\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-60\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-80\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:31:\"overlay--primary-light-trans-90\";a:3:{s:3:\"key\";s:31:\"overlay--primary-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-10\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-20\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-40\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-60\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-80\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"overlay--primary-trans-90\";a:3:{s:3:\"key\";s:25:\"overlay--primary-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:36:\"overlay--primary-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:36:\"overlay--primary-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-10\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-20\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-40\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-60\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-80\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:33:\"overlay--secondary-light-trans-90\";a:3:{s:3:\"key\";s:33:\"overlay--secondary-light-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-10\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-20\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-40\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-60\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-80\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"overlay--secondary-trans-90\";a:3:{s:3:\"key\";s:27:\"overlay--secondary-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-10\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-20\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-40\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-60\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-80\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:38:\"overlay--secondary-ultra-dark-trans-90\";a:3:{s:3:\"key\";s:38:\"overlay--secondary-ultra-dark-trans-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"owl--l\";a:3:{s:3:\"key\";s:6:\"owl--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"owl--m\";a:3:{s:3:\"key\";s:6:\"owl--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"owl--s\";a:3:{s:3:\"key\";s:6:\"owl--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"owl--xl\";a:3:{s:3:\"key\";s:7:\"owl--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"owl--xs\";a:3:{s:3:\"key\";s:7:\"owl--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"owl--xxl\";a:3:{s:3:\"key\";s:8:\"owl--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"pad--none\";a:3:{s:3:\"key\";s:9:\"pad--none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"pad-header--l\";a:3:{s:3:\"key\";s:13:\"pad-header--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"pad-header--m\";a:3:{s:3:\"key\";s:13:\"pad-header--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"pad-header--s\";a:3:{s:3:\"key\";s:13:\"pad-header--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"pad-header--xl\";a:3:{s:3:\"key\";s:14:\"pad-header--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"pad-header--xs\";a:3:{s:3:\"key\";s:14:\"pad-header--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"pad-header--xxl\";a:3:{s:3:\"key\";s:15:\"pad-header--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"pad-section--l\";a:3:{s:3:\"key\";s:14:\"pad-section--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--l-l\";a:3:{s:3:\"key\";s:16:\"pad-section--l-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"pad-section--l-none\";a:3:{s:3:\"key\";s:19:\"pad-section--l-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--l-s\";a:3:{s:3:\"key\";s:16:\"pad-section--l-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--l-xl\";a:3:{s:3:\"key\";s:17:\"pad-section--l-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--l-xs\";a:3:{s:3:\"key\";s:17:\"pad-section--l-xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"pad-section--l-xxl\";a:3:{s:3:\"key\";s:18:\"pad-section--l-xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--m-l\";a:3:{s:3:\"key\";s:16:\"pad-section--m-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"pad-section--m-none\";a:3:{s:3:\"key\";s:19:\"pad-section--m-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--m-s\";a:3:{s:3:\"key\";s:16:\"pad-section--m-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--m-xl\";a:3:{s:3:\"key\";s:17:\"pad-section--m-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--m-xs\";a:3:{s:3:\"key\";s:17:\"pad-section--m-xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"pad-section--m-xxl\";a:3:{s:3:\"key\";s:18:\"pad-section--m-xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--none\";a:3:{s:3:\"key\";s:17:\"pad-section--none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--s-l\";a:3:{s:3:\"key\";s:16:\"pad-section--s-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"pad-section--s-none\";a:3:{s:3:\"key\";s:19:\"pad-section--s-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--s-s\";a:3:{s:3:\"key\";s:16:\"pad-section--s-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--s-xl\";a:3:{s:3:\"key\";s:17:\"pad-section--s-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--s-xs\";a:3:{s:3:\"key\";s:17:\"pad-section--s-xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"pad-section--s-xxl\";a:3:{s:3:\"key\";s:18:\"pad-section--s-xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"pad-section--xl\";a:3:{s:3:\"key\";s:15:\"pad-section--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--xl-l\";a:3:{s:3:\"key\";s:17:\"pad-section--xl-l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"pad-section--xl-none\";a:3:{s:3:\"key\";s:20:\"pad-section--xl-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"pad-section--xl-s\";a:3:{s:3:\"key\";s:17:\"pad-section--xl-s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"pad-section--xl-xl\";a:3:{s:3:\"key\";s:18:\"pad-section--xl-xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"pad-section--xl-xs\";a:3:{s:3:\"key\";s:18:\"pad-section--xl-xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"pad-section--xl-xxl\";a:3:{s:3:\"key\";s:19:\"pad-section--xl-xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"pad-section--xs\";a:3:{s:3:\"key\";s:15:\"pad-section--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"pad-section--xxl\";a:3:{s:3:\"key\";s:16:\"pad-section--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"relative\";a:3:{s:3:\"key\";s:8:\"relative\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"rounded--50\";a:3:{s:3:\"key\";s:11:\"rounded--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"rounded--circle\";a:3:{s:3:\"key\";s:15:\"rounded--circle\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"row-span--2\";a:3:{s:3:\"key\";s:11:\"row-span--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"row-span--3\";a:3:{s:3:\"key\";s:11:\"row-span--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"row-span--4\";a:3:{s:3:\"key\";s:11:\"row-span--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"row-span--5\";a:3:{s:3:\"key\";s:11:\"row-span--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"row-span--6\";a:3:{s:3:\"key\";s:11:\"row-span--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-1\";a:3:{s:3:\"key\";s:13:\"row-span--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-2\";a:3:{s:3:\"key\";s:13:\"row-span--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-3\";a:3:{s:3:\"key\";s:13:\"row-span--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-4\";a:3:{s:3:\"key\";s:13:\"row-span--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-5\";a:3:{s:3:\"key\";s:13:\"row-span--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--l-6\";a:3:{s:3:\"key\";s:13:\"row-span--l-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-1\";a:3:{s:3:\"key\";s:13:\"row-span--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-2\";a:3:{s:3:\"key\";s:13:\"row-span--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-3\";a:3:{s:3:\"key\";s:13:\"row-span--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-4\";a:3:{s:3:\"key\";s:13:\"row-span--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-5\";a:3:{s:3:\"key\";s:13:\"row-span--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--m-6\";a:3:{s:3:\"key\";s:13:\"row-span--m-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-1\";a:3:{s:3:\"key\";s:13:\"row-span--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-2\";a:3:{s:3:\"key\";s:13:\"row-span--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-3\";a:3:{s:3:\"key\";s:13:\"row-span--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-4\";a:3:{s:3:\"key\";s:13:\"row-span--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-5\";a:3:{s:3:\"key\";s:13:\"row-span--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"row-span--s-6\";a:3:{s:3:\"key\";s:13:\"row-span--s-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-1\";a:3:{s:3:\"key\";s:14:\"row-span--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-2\";a:3:{s:3:\"key\";s:14:\"row-span--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-3\";a:3:{s:3:\"key\";s:14:\"row-span--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-4\";a:3:{s:3:\"key\";s:14:\"row-span--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-5\";a:3:{s:3:\"key\";s:14:\"row-span--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-span--xl-6\";a:3:{s:3:\"key\";s:14:\"row-span--xl-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--1\";a:3:{s:3:\"key\";s:12:\"row-start--1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--2\";a:3:{s:3:\"key\";s:12:\"row-start--2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--3\";a:3:{s:3:\"key\";s:12:\"row-start--3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--4\";a:3:{s:3:\"key\";s:12:\"row-start--4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--5\";a:3:{s:3:\"key\";s:12:\"row-start--5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"row-start--6\";a:3:{s:3:\"key\";s:12:\"row-start--6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-1\";a:3:{s:3:\"key\";s:14:\"row-start--l-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-2\";a:3:{s:3:\"key\";s:14:\"row-start--l-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-3\";a:3:{s:3:\"key\";s:14:\"row-start--l-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-4\";a:3:{s:3:\"key\";s:14:\"row-start--l-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-5\";a:3:{s:3:\"key\";s:14:\"row-start--l-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--l-6\";a:3:{s:3:\"key\";s:14:\"row-start--l-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-1\";a:3:{s:3:\"key\";s:14:\"row-start--m-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-2\";a:3:{s:3:\"key\";s:14:\"row-start--m-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-3\";a:3:{s:3:\"key\";s:14:\"row-start--m-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-4\";a:3:{s:3:\"key\";s:14:\"row-start--m-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-5\";a:3:{s:3:\"key\";s:14:\"row-start--m-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--m-6\";a:3:{s:3:\"key\";s:14:\"row-start--m-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-1\";a:3:{s:3:\"key\";s:14:\"row-start--s-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-2\";a:3:{s:3:\"key\";s:14:\"row-start--s-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-3\";a:3:{s:3:\"key\";s:14:\"row-start--s-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-4\";a:3:{s:3:\"key\";s:14:\"row-start--s-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-5\";a:3:{s:3:\"key\";s:14:\"row-start--s-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"row-start--s-6\";a:3:{s:3:\"key\";s:14:\"row-start--s-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-1\";a:3:{s:3:\"key\";s:15:\"row-start--xl-1\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-2\";a:3:{s:3:\"key\";s:15:\"row-start--xl-2\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-3\";a:3:{s:3:\"key\";s:15:\"row-start--xl-3\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-4\";a:3:{s:3:\"key\";s:15:\"row-start--xl-4\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-5\";a:3:{s:3:\"key\";s:15:\"row-start--xl-5\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"row-start--xl-6\";a:3:{s:3:\"key\";s:15:\"row-start--xl-6\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"self--center\";a:3:{s:3:\"key\";s:12:\"self--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"self--end\";a:3:{s:3:\"key\";s:9:\"self--end\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"self--start\";a:3:{s:3:\"key\";s:11:\"self--start\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"self--stretch\";a:3:{s:3:\"key\";s:13:\"self--stretch\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"sticky\";a:3:{s:3:\"key\";s:6:\"sticky\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"sticky-top--l\";a:3:{s:3:\"key\";s:13:\"sticky-top--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"sticky-top--m\";a:3:{s:3:\"key\";s:13:\"sticky-top--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"sticky-top--s\";a:3:{s:3:\"key\";s:13:\"sticky-top--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"stretch\";a:3:{s:3:\"key\";s:7:\"stretch\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--100\";a:3:{s:3:\"key\";s:9:\"text--100\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--200\";a:3:{s:3:\"key\";s:9:\"text--200\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--300\";a:3:{s:3:\"key\";s:9:\"text--300\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--600\";a:3:{s:3:\"key\";s:9:\"text--600\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--800\";a:3:{s:3:\"key\";s:9:\"text--800\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--900\";a:3:{s:3:\"key\";s:9:\"text--900\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"text--accent\";a:3:{s:3:\"key\";s:12:\"text--accent\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"text--accent-comp\";a:3:{s:3:\"key\";s:17:\"text--accent-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"text--accent-dark\";a:3:{s:3:\"key\";s:17:\"text--accent-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"text--accent-light\";a:3:{s:3:\"key\";s:18:\"text--accent-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"text--accent-medium\";a:3:{s:3:\"key\";s:19:\"text--accent-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"text--accent-ultra-dark\";a:3:{s:3:\"key\";s:23:\"text--accent-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"text--accent-ultra-light\";a:3:{s:3:\"key\";s:24:\"text--accent-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"text--base\";a:3:{s:3:\"key\";s:10:\"text--base\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--base-comp\";a:3:{s:3:\"key\";s:15:\"text--base-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--base-dark\";a:3:{s:3:\"key\";s:15:\"text--base-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"text--base-light\";a:3:{s:3:\"key\";s:16:\"text--base-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"text--base-medium\";a:3:{s:3:\"key\";s:17:\"text--base-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"text--base-ultra-dark\";a:3:{s:3:\"key\";s:21:\"text--base-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--base-ultra-light\";a:3:{s:3:\"key\";s:22:\"text--base-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"text--black\";a:3:{s:3:\"key\";s:11:\"text--black\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"text--bold\";a:3:{s:3:\"key\";s:10:\"text--bold\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"text--capitalize\";a:3:{s:3:\"key\";s:16:\"text--capitalize\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"text--center\";a:3:{s:3:\"key\";s:12:\"text--center\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"text--decoration-none\";a:3:{s:3:\"key\";s:21:\"text--decoration-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"text--italic\";a:3:{s:3:\"key\";s:12:\"text--italic\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"text--justify\";a:3:{s:3:\"key\";s:13:\"text--justify\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"text--larger\";a:3:{s:3:\"key\";s:12:\"text--larger\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"text--left\";a:3:{s:3:\"key\";s:10:\"text--left\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"text--line-through\";a:3:{s:3:\"key\";s:18:\"text--line-through\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--lowercase\";a:3:{s:3:\"key\";s:15:\"text--lowercase\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"text--m\";a:3:{s:3:\"key\";s:7:\"text--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:5:\"false\";}}s:13:\"text--oblique\";a:3:{s:3:\"key\";s:13:\"text--oblique\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:14:\"text--overline\";a:3:{s:3:\"key\";s:14:\"text--overline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"text--primary\";a:3:{s:3:\"key\";s:13:\"text--primary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"text--primary-comp\";a:3:{s:3:\"key\";s:18:\"text--primary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"text--primary-dark\";a:3:{s:3:\"key\";s:18:\"text--primary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"text--primary-light\";a:3:{s:3:\"key\";s:19:\"text--primary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"text--primary-medium\";a:3:{s:3:\"key\";s:20:\"text--primary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:24:\"text--primary-ultra-dark\";a:3:{s:3:\"key\";s:24:\"text--primary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:25:\"text--primary-ultra-light\";a:3:{s:3:\"key\";s:25:\"text--primary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"text--right\";a:3:{s:3:\"key\";s:11:\"text--right\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--secondary\";a:3:{s:3:\"key\";s:15:\"text--secondary\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"text--secondary-comp\";a:3:{s:3:\"key\";s:20:\"text--secondary-comp\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"text--secondary-dark\";a:3:{s:3:\"key\";s:20:\"text--secondary-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"text--secondary-light\";a:3:{s:3:\"key\";s:21:\"text--secondary-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--secondary-medium\";a:3:{s:3:\"key\";s:22:\"text--secondary-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:26:\"text--secondary-ultra-dark\";a:3:{s:3:\"key\";s:26:\"text--secondary-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:27:\"text--secondary-ultra-light\";a:3:{s:3:\"key\";s:27:\"text--secondary-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:16:\"text--shade-dark\";a:3:{s:3:\"key\";s:16:\"text--shade-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:17:\"text--shade-light\";a:3:{s:3:\"key\";s:17:\"text--shade-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"text--shade-medium\";a:3:{s:3:\"key\";s:18:\"text--shade-medium\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--shade-ultra-dark\";a:3:{s:3:\"key\";s:22:\"text--shade-ultra-dark\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:23:\"text--shade-ultra-light\";a:3:{s:3:\"key\";s:23:\"text--shade-ultra-light\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"text--transform-none\";a:3:{s:3:\"key\";s:20:\"text--transform-none\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--underline\";a:3:{s:3:\"key\";s:15:\"text--underline\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--underline-dashed\";a:3:{s:3:\"key\";s:22:\"text--underline-dashed\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--underline-dotted\";a:3:{s:3:\"key\";s:22:\"text--underline-dotted\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"text--underline-double\";a:3:{s:3:\"key\";s:22:\"text--underline-double\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"text--underline-wavy\";a:3:{s:3:\"key\";s:20:\"text--underline-wavy\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:15:\"text--uppercase\";a:3:{s:3:\"key\";s:15:\"text--uppercase\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"text--white\";a:3:{s:3:\"key\";s:11:\"text--white\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"text--xl\";a:3:{s:3:\"key\";s:8:\"text--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"text--xxl\";a:3:{s:3:\"key\";s:9:\"text--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:18:\"visibility--hidden\";a:3:{s:3:\"key\";s:18:\"visibility--hidden\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"visibility--l-hidden\";a:3:{s:3:\"key\";s:20:\"visibility--l-hidden\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"visibility--l-visible\";a:3:{s:3:\"key\";s:21:\"visibility--l-visible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"visibility--m-hidden\";a:3:{s:3:\"key\";s:20:\"visibility--m-hidden\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"visibility--m-visible\";a:3:{s:3:\"key\";s:21:\"visibility--m-visible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:20:\"visibility--s-hidden\";a:3:{s:3:\"key\";s:20:\"visibility--s-hidden\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"visibility--s-visible\";a:3:{s:3:\"key\";s:21:\"visibility--s-visible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:19:\"visibility--visible\";a:3:{s:3:\"key\";s:19:\"visibility--visible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:21:\"visibility--xl-hidden\";a:3:{s:3:\"key\";s:21:\"visibility--xl-hidden\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:22:\"visibility--xl-visible\";a:3:{s:3:\"key\";s:22:\"visibility--xl-visible\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"width--50\";a:3:{s:3:\"key\";s:9:\"width--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"width--auto\";a:3:{s:3:\"key\";s:11:\"width--auto\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"width--full\";a:3:{s:3:\"key\";s:11:\"width--full\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"width--l\";a:3:{s:3:\"key\";s:8:\"width--l\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"width--m\";a:3:{s:3:\"key\";s:8:\"width--m\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"width--s\";a:3:{s:3:\"key\";s:8:\"width--s\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:13:\"width--vp-max\";a:3:{s:3:\"key\";s:13:\"width--vp-max\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"width--xl\";a:3:{s:3:\"key\";s:9:\"width--xl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"width--xs\";a:3:{s:3:\"key\";s:9:\"width--xs\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:10:\"width--xxl\";a:3:{s:3:\"key\";s:10:\"width--xxl\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:4:\"z--0\";a:3:{s:3:\"key\";s:4:\"z--0\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--10\";a:3:{s:3:\"key\";s:5:\"z--10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--20\";a:3:{s:3:\"key\";s:5:\"z--20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--30\";a:3:{s:3:\"key\";s:5:\"z--30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--40\";a:3:{s:3:\"key\";s:5:\"z--40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--50\";a:3:{s:3:\"key\";s:5:\"z--50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--60\";a:3:{s:3:\"key\";s:5:\"z--60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--70\";a:3:{s:3:\"key\";s:5:\"z--70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--80\";a:3:{s:3:\"key\";s:5:\"z--80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:5:\"z--90\";a:3:{s:3:\"key\";s:5:\"z--90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"z--bottom\";a:3:{s:3:\"key\";s:9:\"z--bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"z--l-0\";a:3:{s:3:\"key\";s:6:\"z--l-0\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-10\";a:3:{s:3:\"key\";s:7:\"z--l-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-20\";a:3:{s:3:\"key\";s:7:\"z--l-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-30\";a:3:{s:3:\"key\";s:7:\"z--l-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-40\";a:3:{s:3:\"key\";s:7:\"z--l-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-50\";a:3:{s:3:\"key\";s:7:\"z--l-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-60\";a:3:{s:3:\"key\";s:7:\"z--l-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-70\";a:3:{s:3:\"key\";s:7:\"z--l-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-80\";a:3:{s:3:\"key\";s:7:\"z--l-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--l-90\";a:3:{s:3:\"key\";s:7:\"z--l-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"z--l-bottom\";a:3:{s:3:\"key\";s:11:\"z--l-bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--l-top\";a:3:{s:3:\"key\";s:8:\"z--l-top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"z--m-0\";a:3:{s:3:\"key\";s:6:\"z--m-0\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-10\";a:3:{s:3:\"key\";s:7:\"z--m-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-20\";a:3:{s:3:\"key\";s:7:\"z--m-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-30\";a:3:{s:3:\"key\";s:7:\"z--m-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-40\";a:3:{s:3:\"key\";s:7:\"z--m-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-50\";a:3:{s:3:\"key\";s:7:\"z--m-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-60\";a:3:{s:3:\"key\";s:7:\"z--m-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-70\";a:3:{s:3:\"key\";s:7:\"z--m-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-80\";a:3:{s:3:\"key\";s:7:\"z--m-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--m-90\";a:3:{s:3:\"key\";s:7:\"z--m-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"z--m-bottom\";a:3:{s:3:\"key\";s:11:\"z--m-bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--m-top\";a:3:{s:3:\"key\";s:8:\"z--m-top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"z--s-0\";a:3:{s:3:\"key\";s:6:\"z--s-0\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-10\";a:3:{s:3:\"key\";s:7:\"z--s-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-20\";a:3:{s:3:\"key\";s:7:\"z--s-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-30\";a:3:{s:3:\"key\";s:7:\"z--s-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-40\";a:3:{s:3:\"key\";s:7:\"z--s-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-50\";a:3:{s:3:\"key\";s:7:\"z--s-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-60\";a:3:{s:3:\"key\";s:7:\"z--s-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-70\";a:3:{s:3:\"key\";s:7:\"z--s-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-80\";a:3:{s:3:\"key\";s:7:\"z--s-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--s-90\";a:3:{s:3:\"key\";s:7:\"z--s-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:11:\"z--s-bottom\";a:3:{s:3:\"key\";s:11:\"z--s-bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--s-top\";a:3:{s:3:\"key\";s:8:\"z--s-top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:6:\"z--top\";a:3:{s:3:\"key\";s:6:\"z--top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:7:\"z--xl-0\";a:3:{s:3:\"key\";s:7:\"z--xl-0\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-10\";a:3:{s:3:\"key\";s:8:\"z--xl-10\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-20\";a:3:{s:3:\"key\";s:8:\"z--xl-20\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-30\";a:3:{s:3:\"key\";s:8:\"z--xl-30\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-40\";a:3:{s:3:\"key\";s:8:\"z--xl-40\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-50\";a:3:{s:3:\"key\";s:8:\"z--xl-50\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-60\";a:3:{s:3:\"key\";s:8:\"z--xl-60\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-70\";a:3:{s:3:\"key\";s:8:\"z--xl-70\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-80\";a:3:{s:3:\"key\";s:8:\"z--xl-80\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:8:\"z--xl-90\";a:3:{s:3:\"key\";s:8:\"z--xl-90\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:12:\"z--xl-bottom\";a:3:{s:3:\"key\";s:12:\"z--xl-bottom\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}s:9:\"z--xl-top\";a:3:{s:3:\"key\";s:9:\"z--xl-top\";s:6:\"parent\";s:12:\"AutomaticCSS\";s:8:\"original\";a:1:{s:15:\"selector-locked\";s:4:\"true\";}}}','no'),(810,'ct_custom_selectors','a:0:{}','no'),(811,'ct_style_sets','a:1:{s:30:\"Uncategorized Custom Selectors\";a:1:{s:3:\"key\";s:30:\"Uncategorized Custom Selectors\";}}','yes'),(812,'ct_style_folders','a:2:{s:12:\"AutomaticCSS\";a:2:{s:3:\"key\";s:12:\"AutomaticCSS\";s:6:\"status\";i:1;}s:25:\"automatic-css-style-guide\";a:2:{s:3:\"key\";s:25:\"automatic-css-style-guide\";s:6:\"status\";i:1;}}','yes'),(813,'ct_style_sheets','a:0:{}','no'),(814,'oxygen_vsb_easy_posts_templates','a:0:{}','yes'),(815,'oxygen_vsb_comments_list_templates','a:0:{}','yes'),(816,'oxygen_vsb_latest_typekit_fonts','a:0:{}','yes'),(817,'oxygen_vsb_codemirror_theme','default','no'),(818,'oxygen_vsb_codemirror_wrap','false','no'),(819,'oxygen_breakpoints_cache_update_required','','yes'),(820,'oxygen_global_colors_cache_update_required','','yes'),(822,'oxygen_vsb_css_files_state','a:3:{i:2;a:1:{s:5:\"empty\";b:1;}i:25;a:4:{s:7:\"success\";b:1;s:3:\"url\";s:62:\"//seaarchdev.wpengine.com/wp-content/uploads/oxygen/css/25.css\";s:4:\"path\";s:97:\"/Users/robpearce/Local Sites/sea-arch-drinks-2022/app/public/wp-content/uploads/oxygen/css/25.css\";s:14:\"last_save_time\";i:1658247997;}i:24;a:1:{s:5:\"empty\";b:1;}}','yes'),(823,'oxygen_vsb_google_fonts_cache','a:1430:{i:0;a:2:{s:6:\"family\";s:6:\"Roboto\";s:8:\"variants\";a:12:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:1;a:2:{s:6:\"family\";s:9:\"Open Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:2;a:2:{s:6:\"family\";s:12:\"Noto Sans JP\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:3;a:2:{s:6:\"family\";s:4:\"Lato\";s:8:\"variants\";a:10:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:4;a:2:{s:6:\"family\";s:10:\"Montserrat\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:5;a:2:{s:6:\"family\";s:7:\"Poppins\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:6;a:2:{s:6:\"family\";s:16:\"Roboto Condensed\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:7;a:2:{s:6:\"family\";s:15:\"Source Sans Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:8;a:2:{s:6:\"family\";s:6:\"Oswald\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:9;a:2:{s:6:\"family\";s:11:\"Roboto Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:10;a:2:{s:6:\"family\";s:9:\"Noto Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:11;a:2:{s:6:\"family\";s:7:\"Raleway\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:12;a:2:{s:6:\"family\";s:6:\"Ubuntu\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:13;a:2:{s:6:\"family\";s:5:\"Inter\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:14;a:2:{s:6:\"family\";s:5:\"Mukta\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:15;a:2:{s:6:\"family\";s:11:\"Roboto Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:16;a:2:{s:6:\"family\";s:6:\"Nunito\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:17;a:2:{s:6:\"family\";s:7:\"PT Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:18;a:2:{s:6:\"family\";s:16:\"Playfair Display\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:19;a:2:{s:6:\"family\";s:12:\"Merriweather\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:20;a:2:{s:6:\"family\";s:12:\"Noto Sans KR\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:21;a:2:{s:6:\"family\";s:5:\"Rubik\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:22;a:2:{s:6:\"family\";s:11:\"Nunito Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:23;a:2:{s:6:\"family\";s:9:\"Work Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:24;a:2:{s:6:\"family\";s:12:\"Noto Sans TC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:25;a:2:{s:6:\"family\";s:4:\"Lora\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:26;a:2:{s:6:\"family\";s:12:\"Nanum Gothic\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:27;a:2:{s:6:\"family\";s:9:\"Fira Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:28;a:2:{s:6:\"family\";s:6:\"Barlow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:29;a:2:{s:6:\"family\";s:9:\"Quicksand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:30;a:2:{s:6:\"family\";s:13:\"Titillium Web\";s:8:\"variants\";a:11:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";}}i:31;a:2:{s:6:\"family\";s:8:\"PT Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:32;a:2:{s:6:\"family\";s:6:\"Mulish\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:33;a:2:{s:6:\"family\";s:11:\"Inconsolata\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:34;a:2:{s:6:\"family\";s:5:\"Kanit\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:35;a:2:{s:6:\"family\";s:13:\"Hind Siliguri\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:36;a:2:{s:6:\"family\";s:5:\"Heebo\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:37;a:2:{s:6:\"family\";s:10:\"Noto Serif\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:38;a:2:{s:6:\"family\";s:5:\"Cairo\";s:8:\"variants\";a:8:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:39;a:2:{s:6:\"family\";s:12:\"Josefin Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:40;a:2:{s:6:\"family\";s:13:\"IBM Plex Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:41;a:2:{s:6:\"family\";s:14:\"Libre Franklin\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:42;a:2:{s:6:\"family\";s:5:\"Karla\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}}i:43;a:2:{s:6:\"family\";s:5:\"Dosis\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:44;a:2:{s:6:\"family\";s:11:\"EB Garamond\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:45;a:2:{s:6:\"family\";s:10:\"Bebas Neue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:46;a:2:{s:6:\"family\";s:5:\"Arimo\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:47;a:2:{s:6:\"family\";s:17:\"Libre Baskerville\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:48;a:2:{s:6:\"family\";s:14:\"PT Sans Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:49;a:2:{s:6:\"family\";s:7:\"DM Sans\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:50;a:2:{s:6:\"family\";s:12:\"Noto Sans SC\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:51;a:2:{s:6:\"family\";s:6:\"Oxygen\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:52;a:2:{s:6:\"family\";s:5:\"Anton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:53;a:2:{s:6:\"family\";s:14:\"Dancing Script\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:54;a:2:{s:6:\"family\";s:6:\"Bitter\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:55;a:2:{s:6:\"family\";s:5:\"Cabin\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:56;a:2:{s:6:\"family\";s:15:\"Source Code Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:57;a:2:{s:6:\"family\";s:16:\"Source Serif Pro\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"900\";i:11;s:9:\"900italic\";}}i:58;a:2:{s:6:\"family\";s:16:\"Signika Negative\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:59;a:2:{s:6:\"family\";s:16:\"Barlow Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:60;a:2:{s:6:\"family\";s:6:\"Prompt\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:61;a:2:{s:6:\"family\";s:7:\"Lobster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:62;a:2:{s:6:\"family\";s:4:\"Abel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:63;a:2:{s:6:\"family\";s:4:\"Hind\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:64;a:2:{s:6:\"family\";s:12:\"Noto Sans HK\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:65;a:2:{s:6:\"family\";s:17:\"M PLUS Rounded 1c\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:66;a:2:{s:6:\"family\";s:12:\"Varela Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:67;a:2:{s:6:\"family\";s:10:\"Fjalla One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:68;a:2:{s:6:\"family\";s:17:\"Yanone Kaffeesatz\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:69;a:2:{s:6:\"family\";s:9:\"Comfortaa\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:70;a:2:{s:6:\"family\";s:8:\"Pacifico\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:71;a:2:{s:6:\"family\";s:6:\"Cinzel\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:72;a:2:{s:6:\"family\";s:12:\"Crimson Text\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"600\";i:3;s:9:\"600italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:73;a:2:{s:6:\"family\";s:5:\"Exo 2\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:74;a:2:{s:6:\"family\";s:9:\"Maven Pro\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:75;a:2:{s:6:\"family\";s:12:\"Hind Madurai\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:76;a:2:{s:6:\"family\";s:7:\"Manrope\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:77;a:2:{s:6:\"family\";s:13:\"Noto Serif TC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:78;a:2:{s:6:\"family\";s:4:\"Asap\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:79;a:2:{s:6:\"family\";s:4:\"Arvo\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:80;a:2:{s:6:\"family\";s:8:\"Overpass\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:81;a:2:{s:6:\"family\";s:13:\"Abril Fatface\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:82;a:2:{s:6:\"family\";s:17:\"Merriweather Sans\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:83;a:2:{s:6:\"family\";s:13:\"Noto Serif JP\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:84;a:2:{s:6:\"family\";s:13:\"Noto Serif KR\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:85;a:2:{s:6:\"family\";s:7:\"Archivo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:86;a:2:{s:6:\"family\";s:7:\"Taviraj\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:87;a:2:{s:6:\"family\";s:4:\"Teko\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:88;a:2:{s:6:\"family\";s:18:\"Shadows Into Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:89;a:2:{s:6:\"family\";s:11:\"Secular One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:90;a:2:{s:6:\"family\";s:9:\"Assistant\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:91;a:2:{s:6:\"family\";s:6:\"Caveat\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:92;a:2:{s:6:\"family\";s:12:\"Indie Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:93;a:2:{s:6:\"family\";s:8:\"Rajdhani\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:94;a:2:{s:6:\"family\";s:12:\"Cormorant SC\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:95;a:2:{s:6:\"family\";s:6:\"Domine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:96;a:2:{s:6:\"family\";s:16:\"Ibarra Real Nova\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:97;a:2:{s:6:\"family\";s:19:\"Fira Sans Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:98;a:2:{s:6:\"family\";s:9:\"Questrial\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:99;a:2:{s:6:\"family\";s:9:\"Catamaran\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:100;a:2:{s:6:\"family\";s:21:\"Barlow Semi Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:101;a:2:{s:6:\"family\";s:10:\"Slabo 27px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:102;a:2:{s:6:\"family\";s:4:\"Jost\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:103;a:2:{s:6:\"family\";s:18:\"Cormorant Garamond\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:104;a:2:{s:6:\"family\";s:14:\"IBM Plex Serif\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:105;a:2:{s:6:\"family\";s:10:\"Zilla Slab\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:106;a:2:{s:6:\"family\";s:7:\"Tajawal\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:107;a:2:{s:6:\"family\";s:15:\"Red Hat Display\";s:8:\"variants\";a:14:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";i:7;s:9:\"300italic\";i:8;s:6:\"italic\";i:9;s:9:\"500italic\";i:10;s:9:\"600italic\";i:11;s:9:\"700italic\";i:12;s:9:\"800italic\";i:13;s:9:\"900italic\";}}i:108;a:2:{s:6:\"family\";s:13:\"Alfa Slab One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:109;a:2:{s:6:\"family\";s:14:\"Archivo Narrow\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:110;a:2:{s:6:\"family\";s:11:\"Public Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:111;a:2:{s:6:\"family\";s:16:\"Permanent Marker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:112;a:2:{s:6:\"family\";s:14:\"Nanum Myeongjo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:113;a:2:{s:6:\"family\";s:7:\"Signika\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:114;a:2:{s:6:\"family\";s:4:\"Acme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:115;a:2:{s:6:\"family\";s:4:\"Play\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:116;a:2:{s:6:\"family\";s:7:\"Sarabun\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:117;a:2:{s:6:\"family\";s:7:\"Satisfy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:118;a:2:{s:6:\"family\";s:10:\"Bree Serif\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:119;a:2:{s:6:\"family\";s:9:\"Righteous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:120;a:2:{s:6:\"family\";s:6:\"Martel\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:121;a:2:{s:6:\"family\";s:9:\"M PLUS 1p\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:122;a:2:{s:6:\"family\";s:8:\"Vollkorn\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:123;a:2:{s:6:\"family\";s:9:\"Amatic SC\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:124;a:2:{s:6:\"family\";s:3:\"Exo\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:125;a:2:{s:6:\"family\";s:16:\"Ubuntu Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:126;a:2:{s:6:\"family\";s:7:\"ABeeZee\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:127;a:2:{s:6:\"family\";s:5:\"Tinos\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:128;a:2:{s:6:\"family\";s:13:\"Space Grotesk\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:129;a:2:{s:6:\"family\";s:13:\"Alegreya Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:130;a:2:{s:6:\"family\";s:11:\"Fredoka One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:131;a:2:{s:6:\"family\";s:9:\"Russo One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:132;a:2:{s:6:\"family\";s:8:\"Alegreya\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:133;a:2:{s:6:\"family\";s:12:\"Chakra Petch\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:134;a:2:{s:6:\"family\";s:17:\"Noto Sans Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:135;a:2:{s:6:\"family\";s:13:\"IBM Plex Mono\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:136;a:2:{s:6:\"family\";s:13:\"Didact Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:137;a:2:{s:6:\"family\";s:9:\"Patua One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:138;a:2:{s:6:\"family\";s:11:\"Yantramanav\";s:8:\"variants\";a:6:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"900\";}}i:139;a:2:{s:6:\"family\";s:16:\"Frank Ruhl Libre\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:140;a:2:{s:6:\"family\";s:11:\"Crete Round\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:141;a:2:{s:6:\"family\";s:5:\"Amiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:142;a:2:{s:6:\"family\";s:13:\"Archivo Black\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:143;a:2:{s:6:\"family\";s:7:\"Rokkitt\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:144;a:2:{s:6:\"family\";s:11:\"Great Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:145;a:2:{s:6:\"family\";s:5:\"Cardo\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:146;a:2:{s:6:\"family\";s:6:\"Changa\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:147;a:2:{s:6:\"family\";s:5:\"Kalam\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:148;a:2:{s:6:\"family\";s:16:\"DM Serif Display\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:149;a:2:{s:6:\"family\";s:7:\"Baloo 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:150;a:2:{s:6:\"family\";s:6:\"Padauk\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:151;a:2:{s:6:\"family\";s:15:\"PT Sans Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:152;a:2:{s:6:\"family\";s:9:\"Courgette\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:153;a:2:{s:6:\"family\";s:11:\"Lobster Two\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:154;a:2:{s:6:\"family\";s:10:\"Antic Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:155;a:2:{s:6:\"family\";s:9:\"Titan One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:156;a:2:{s:6:\"family\";s:5:\"Prata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:157;a:2:{s:6:\"family\";s:16:\"Noto Kufi Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:158;a:2:{s:6:\"family\";s:14:\"Kaushan Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:159;a:2:{s:6:\"family\";s:10:\"Space Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:160;a:2:{s:6:\"family\";s:18:\"Pathway Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:161;a:2:{s:6:\"family\";s:12:\"Patrick Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:162;a:2:{s:6:\"family\";s:11:\"Staatliches\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:163;a:2:{s:6:\"family\";s:9:\"Cormorant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:164;a:2:{s:6:\"family\";s:11:\"Concert One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:165;a:2:{s:6:\"family\";s:8:\"Spectral\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:166;a:2:{s:6:\"family\";s:6:\"Cookie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:167;a:2:{s:6:\"family\";s:12:\"Noticia Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:168;a:2:{s:6:\"family\";s:7:\"Volkhov\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:169;a:2:{s:6:\"family\";s:12:\"Francois One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:170;a:2:{s:6:\"family\";s:15:\"Saira Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:171;a:2:{s:6:\"family\";s:15:\"Old Standard TT\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:172;a:2:{s:6:\"family\";s:11:\"Encode Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:173;a:2:{s:6:\"family\";s:7:\"Almarai\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:174;a:2:{s:6:\"family\";s:17:\"Quattrocento Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:175;a:2:{s:6:\"family\";s:10:\"Sacramento\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:176;a:2:{s:6:\"family\";s:5:\"Chivo\";s:8:\"variants\";a:8:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:177;a:2:{s:6:\"family\";s:21:\"Montserrat Alternates\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:178;a:2:{s:6:\"family\";s:5:\"Alata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:179;a:2:{s:6:\"family\";s:15:\"Sawarabi Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:180;a:2:{s:6:\"family\";s:9:\"Gothic A1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:181;a:2:{s:6:\"family\";s:7:\"Bangers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:182;a:2:{s:6:\"family\";s:8:\"Orbitron\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:183;a:2:{s:6:\"family\";s:19:\"Playfair Display SC\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:184;a:2:{s:6:\"family\";s:14:\"Asap Condensed\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:185;a:2:{s:6:\"family\";s:17:\"Gloria Hallelujah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:186;a:2:{s:6:\"family\";s:11:\"Passion One\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:187;a:2:{s:6:\"family\";s:11:\"Lexend Deca\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:188;a:2:{s:6:\"family\";s:11:\"Philosopher\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:189;a:2:{s:6:\"family\";s:9:\"Cantarell\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:190;a:2:{s:6:\"family\";s:12:\"Josefin Slab\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:191;a:2:{s:6:\"family\";s:7:\"Gelasio\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";}}i:192;a:2:{s:6:\"family\";s:10:\"Advent Pro\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:193;a:2:{s:6:\"family\";s:7:\"PT Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:194;a:2:{s:6:\"family\";s:6:\"Cuprum\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:195;a:2:{s:6:\"family\";s:14:\"Press Start 2P\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:196;a:2:{s:6:\"family\";s:11:\"Paytone One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:197;a:2:{s:6:\"family\";s:4:\"Mali\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:198;a:2:{s:6:\"family\";s:4:\"Unna\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:199;a:2:{s:6:\"family\";s:16:\"Noto Sans Arabic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:200;a:2:{s:6:\"family\";s:5:\"Monda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:201;a:2:{s:6:\"family\";s:12:\"Quattrocento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:202;a:2:{s:6:\"family\";s:9:\"Marcellus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:203;a:2:{s:6:\"family\";s:12:\"Commissioner\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:204;a:2:{s:6:\"family\";s:9:\"Ropa Sans\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:205;a:2:{s:6:\"family\";s:10:\"News Cycle\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:206;a:2:{s:6:\"family\";s:25:\"Fira Sans Extra Condensed\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:207;a:2:{s:6:\"family\";s:10:\"Yeseva One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:208;a:2:{s:6:\"family\";s:8:\"Vidaloka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:209;a:2:{s:6:\"family\";s:8:\"Faustina\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:210;a:2:{s:6:\"family\";s:10:\"Carter One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:211;a:2:{s:6:\"family\";s:5:\"Alice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:212;a:2:{s:6:\"family\";s:4:\"Mitr\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:213;a:2:{s:6:\"family\";s:13:\"Special Elite\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:214;a:2:{s:6:\"family\";s:11:\"Oleo Script\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:215;a:2:{s:6:\"family\";s:10:\"Poiret One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:216;a:2:{s:6:\"family\";s:5:\"Saira\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:217;a:2:{s:6:\"family\";s:5:\"Ultra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:218;a:2:{s:6:\"family\";s:10:\"Parisienne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:219;a:2:{s:6:\"family\";s:7:\"Sanchez\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:220;a:2:{s:6:\"family\";s:15:\"Sawarabi Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:221;a:2:{s:6:\"family\";s:4:\"Aleo\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:222;a:2:{s:6:\"family\";s:6:\"Neuton\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:223;a:2:{s:6:\"family\";s:8:\"Pangolin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:224;a:2:{s:6:\"family\";s:5:\"Khand\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:225;a:2:{s:6:\"family\";s:19:\"Architects Daughter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:226;a:2:{s:6:\"family\";s:12:\"Luckiest Guy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:227;a:2:{s:6:\"family\";s:10:\"El Messiri\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:228;a:2:{s:6:\"family\";s:11:\"Ubuntu Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:229;a:2:{s:6:\"family\";s:10:\"Yellowtail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:230;a:2:{s:6:\"family\";s:4:\"Sora\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:231;a:2:{s:6:\"family\";s:20:\"Saira Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:232;a:2:{s:6:\"family\";s:14:\"Rubik Mono One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:233;a:2:{s:6:\"family\";s:8:\"Playball\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:234;a:2:{s:6:\"family\";s:7:\"Handlee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:235;a:2:{s:6:\"family\";s:11:\"Crimson Pro\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:236;a:2:{s:6:\"family\";s:9:\"Tangerine\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:237;a:2:{s:6:\"family\";s:14:\"Be Vietnam Pro\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:238;a:2:{s:6:\"family\";s:9:\"Palanquin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:239;a:2:{s:6:\"family\";s:13:\"Hind Vadodara\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:240;a:2:{s:6:\"family\";s:7:\"Arsenal\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:241;a:2:{s:6:\"family\";s:12:\"Marck Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:242;a:2:{s:6:\"family\";s:8:\"Lusitana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:243;a:2:{s:6:\"family\";s:14:\"Homemade Apple\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:244;a:2:{s:6:\"family\";s:6:\"Bungee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:245;a:2:{s:6:\"family\";s:6:\"Neucha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:246;a:2:{s:6:\"family\";s:8:\"Merienda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:247;a:2:{s:6:\"family\";s:6:\"Allura\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:248;a:2:{s:6:\"family\";s:15:\"Hammersmith One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:249;a:2:{s:6:\"family\";s:5:\"Khula\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:250;a:2:{s:6:\"family\";s:8:\"Amaranth\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:251;a:2:{s:6:\"family\";s:4:\"Viga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:252;a:2:{s:6:\"family\";s:13:\"Noto Serif SC\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:253;a:2:{s:6:\"family\";s:6:\"Outfit\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:254;a:2:{s:6:\"family\";s:9:\"Istok Web\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:255;a:2:{s:6:\"family\";s:4:\"Jura\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:256;a:2:{s:6:\"family\";s:11:\"Mukta Malar\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:257;a:2:{s:6:\"family\";s:7:\"Monoton\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:258;a:2:{s:6:\"family\";s:5:\"Gudea\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:259;a:2:{s:6:\"family\";s:20:\"IBM Plex Sans Arabic\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:260;a:2:{s:6:\"family\";s:5:\"Actor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:261;a:2:{s:6:\"family\";s:4:\"Ruda\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:262;a:2:{s:6:\"family\";s:6:\"Lexend\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:263;a:2:{s:6:\"family\";s:11:\"Kosugi Maru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:264;a:2:{s:6:\"family\";s:8:\"Quantico\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:265;a:2:{s:6:\"family\";s:16:\"Alegreya Sans SC\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";i:10;s:3:\"800\";i:11;s:9:\"800italic\";i:12;s:3:\"900\";i:13;s:9:\"900italic\";}}i:266;a:2:{s:6:\"family\";s:10:\"Bad Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:267;a:2:{s:6:\"family\";s:15:\"Cabin Condensed\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:268;a:2:{s:6:\"family\";s:18:\"Gentium Book Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:269;a:2:{s:6:\"family\";s:14:\"Noto Sans Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:270;a:2:{s:6:\"family\";s:21:\"Encode Sans Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:271;a:2:{s:6:\"family\";s:10:\"Sigmar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:272;a:2:{s:6:\"family\";s:23:\"IBM Plex Sans Condensed\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";}}i:273;a:2:{s:6:\"family\";s:13:\"DM Serif Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:274;a:2:{s:6:\"family\";s:3:\"Sen\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:275;a:2:{s:6:\"family\";s:7:\"Cousine\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:276;a:2:{s:6:\"family\";s:10:\"Alex Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:277;a:2:{s:6:\"family\";s:9:\"Rock Salt\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:278;a:2:{s:6:\"family\";s:14:\"Source Serif 4\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:279;a:2:{s:6:\"family\";s:14:\"Pragati Narrow\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:280;a:2:{s:6:\"family\";s:19:\"Nanum Gothic Coding\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:281;a:2:{s:6:\"family\";s:8:\"Mr Dafoe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:282;a:2:{s:6:\"family\";s:6:\"Gruppo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:283;a:2:{s:6:\"family\";s:9:\"Unica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:284;a:2:{s:6:\"family\";s:7:\"Blinker\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:285;a:2:{s:6:\"family\";s:6:\"Damion\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:286;a:2:{s:6:\"family\";s:7:\"Adamina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:287;a:2:{s:6:\"family\";s:12:\"Bai Jamjuree\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:288;a:2:{s:6:\"family\";s:9:\"BenchNine\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:289;a:2:{s:6:\"family\";s:13:\"Gentium Basic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:290;a:2:{s:6:\"family\";s:15:\"Berkshire Swash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:291;a:2:{s:6:\"family\";s:4:\"Mada\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"900\";}}i:292;a:2:{s:6:\"family\";s:8:\"Sriracha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:293;a:2:{s:6:\"family\";s:16:\"Sorts Mill Goudy\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:294;a:2:{s:6:\"family\";s:10:\"Lilita One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:295;a:2:{s:6:\"family\";s:10:\"Ramabhadra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:296;a:2:{s:6:\"family\";s:4:\"Itim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:297;a:2:{s:6:\"family\";s:15:\"Julius Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:298;a:2:{s:6:\"family\";s:12:\"Baskervville\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:299;a:2:{s:6:\"family\";s:12:\"Caveat Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:300;a:2:{s:6:\"family\";s:5:\"Karma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:301;a:2:{s:6:\"family\";s:12:\"Abhaya Libre\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:302;a:2:{s:6:\"family\";s:8:\"Urbanist\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:303;a:2:{s:6:\"family\";s:4:\"Alef\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:304;a:2:{s:6:\"family\";s:5:\"Eczar\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:305;a:2:{s:6:\"family\";s:5:\"Basic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:306;a:2:{s:6:\"family\";s:12:\"Red Hat Text\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:307;a:2:{s:6:\"family\";s:10:\"Changa One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:308;a:2:{s:6:\"family\";s:16:\"Nanum Pen Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:309;a:2:{s:6:\"family\";s:6:\"Rufina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:310;a:2:{s:6:\"family\";s:11:\"Martel Sans\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:311;a:2:{s:6:\"family\";s:20:\"Nothing You Could Do\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:312;a:2:{s:6:\"family\";s:12:\"Pontano Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:313;a:2:{s:6:\"family\";s:9:\"Shrikhand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:314;a:2:{s:6:\"family\";s:10:\"Tenor Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:315;a:2:{s:6:\"family\";s:4:\"Coda\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:316;a:2:{s:6:\"family\";s:14:\"Black Han Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:317;a:2:{s:6:\"family\";s:9:\"Fugaz One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:318;a:2:{s:6:\"family\";s:9:\"Fira Mono\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:319;a:2:{s:6:\"family\";s:9:\"Economica\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:320;a:2:{s:6:\"family\";s:6:\"Arapey\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:321;a:2:{s:6:\"family\";s:6:\"Armata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:322;a:2:{s:6:\"family\";s:9:\"Audiowide\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:323;a:2:{s:6:\"family\";s:14:\"Bubblegum Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:324;a:2:{s:6:\"family\";s:13:\"Arima Madurai\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";}}i:325;a:2:{s:6:\"family\";s:7:\"Lalezar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:326;a:2:{s:6:\"family\";s:11:\"Cantata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:327;a:2:{s:6:\"family\";s:6:\"Varela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:328;a:2:{s:6:\"family\";s:8:\"Literata\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:329;a:2:{s:6:\"family\";s:7:\"Sansita\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"800\";i:5;s:9:\"800italic\";i:6;s:3:\"900\";i:7;s:9:\"900italic\";}}i:330;a:2:{s:6:\"family\";s:14:\"Palanquin Dark\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:331;a:2:{s:6:\"family\";s:6:\"Sarala\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:332;a:2:{s:6:\"family\";s:9:\"Syncopate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:333;a:2:{s:6:\"family\";s:5:\"Forum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:334;a:2:{s:6:\"family\";s:8:\"Overlock\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";i:4;s:3:\"900\";i:5;s:9:\"900italic\";}}i:335;a:2:{s:6:\"family\";s:7:\"Castoro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:336;a:2:{s:6:\"family\";s:8:\"Six Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:337;a:2:{s:6:\"family\";s:16:\"Darker Grotesque\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:338;a:2:{s:6:\"family\";s:17:\"Noto Naskh Arabic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:339;a:2:{s:6:\"family\";s:8:\"Belgrano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:340;a:2:{s:6:\"family\";s:8:\"Boogaloo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:341;a:2:{s:6:\"family\";s:11:\"Bodoni Moda\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:342;a:2:{s:6:\"family\";s:7:\"Niramit\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:343;a:2:{s:6:\"family\";s:13:\"Balsamiq Sans\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:344;a:2:{s:6:\"family\";s:6:\"Alatsi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:345;a:2:{s:6:\"family\";s:7:\"Allerta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:346;a:2:{s:6:\"family\";s:4:\"Yrsa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:347;a:2:{s:6:\"family\";s:15:\"Share Tech Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:348;a:2:{s:6:\"family\";s:13:\"Black Ops One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:349;a:2:{s:6:\"family\";s:6:\"Athiti\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:350;a:2:{s:6:\"family\";s:20:\"Fredericka the Great\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:351;a:2:{s:6:\"family\";s:11:\"Electrolize\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:352;a:2:{s:6:\"family\";s:4:\"Krub\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:353;a:2:{s:6:\"family\";s:10:\"Kumbh Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:354;a:2:{s:6:\"family\";s:5:\"Antic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:355;a:2:{s:6:\"family\";s:11:\"Mukta Vaani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:356;a:2:{s:6:\"family\";s:15:\"Noto Sans Tamil\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:357;a:2:{s:6:\"family\";s:9:\"Italianno\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:358;a:2:{s:6:\"family\";s:5:\"Laila\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:359;a:2:{s:6:\"family\";s:13:\"Anonymous Pro\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:360;a:2:{s:6:\"family\";s:8:\"Lemonada\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:361;a:2:{s:6:\"family\";s:5:\"Jaldi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:362;a:2:{s:6:\"family\";s:22:\"Shadows Into Light Two\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:363;a:2:{s:6:\"family\";s:6:\"Rancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:364;a:2:{s:6:\"family\";s:6:\"Glegoo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:365;a:2:{s:6:\"family\";s:8:\"Aclonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:366;a:2:{s:6:\"family\";s:11:\"Hind Guntur\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:367;a:2:{s:6:\"family\";s:6:\"Cambay\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:368;a:2:{s:6:\"family\";s:13:\"Courier Prime\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:369;a:2:{s:6:\"family\";s:13:\"Pinyon Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:370;a:2:{s:6:\"family\";s:13:\"Reenie Beanie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:371;a:2:{s:6:\"family\";s:21:\"Covered By Your Grace\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:372;a:2:{s:6:\"family\";s:7:\"Kameron\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:373;a:2:{s:6:\"family\";s:11:\"Cutive Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:374;a:2:{s:6:\"family\";s:7:\"Sintony\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:375;a:2:{s:6:\"family\";s:9:\"Krona One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:376;a:2:{s:6:\"family\";s:9:\"Spinnaker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:377;a:2:{s:6:\"family\";s:5:\"Chewy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:378;a:2:{s:6:\"family\";s:8:\"Capriola\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:379;a:2:{s:6:\"family\";s:11:\"Henny Penny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:380;a:2:{s:6:\"family\";s:9:\"Reem Kufi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:381;a:2:{s:6:\"family\";s:12:\"Cabin Sketch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:382;a:2:{s:6:\"family\";s:5:\"Kreon\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:383;a:2:{s:6:\"family\";s:10:\"Squada One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:384;a:2:{s:6:\"family\";s:8:\"Michroma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:385;a:2:{s:6:\"family\";s:15:\"Holtwood One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:386;a:2:{s:6:\"family\";s:21:\"Saira Extra Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:387;a:2:{s:6:\"family\";s:9:\"Enriqueta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:388;a:2:{s:6:\"family\";s:6:\"Candal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:389;a:2:{s:6:\"family\";s:13:\"Bowlby One SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:390;a:2:{s:6:\"family\";s:8:\"Days One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:391;a:2:{s:6:\"family\";s:10:\"Gochi Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:392;a:2:{s:6:\"family\";s:18:\"Noto Serif Display\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:393;a:2:{s:6:\"family\";s:5:\"Pridi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:394;a:2:{s:6:\"family\";s:16:\"PT Serif Caption\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:395;a:2:{s:6:\"family\";s:9:\"Rozha One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:396;a:2:{s:6:\"family\";s:15:\"Racing Sans One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:397;a:2:{s:6:\"family\";s:5:\"VT323\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:398;a:2:{s:6:\"family\";s:24:\"Annie Use Your Telescope\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:399;a:2:{s:6:\"family\";s:6:\"Lateef\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:400;a:2:{s:6:\"family\";s:10:\"Comic Neue\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:401;a:2:{s:6:\"family\";s:14:\"Londrina Solid\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"900\";}}i:402;a:2:{s:6:\"family\";s:15:\"Allerta Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:403;a:2:{s:6:\"family\";s:5:\"Charm\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:404;a:2:{s:6:\"family\";s:12:\"Leckerli One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:405;a:2:{s:6:\"family\";s:20:\"Herr Von Muellerhoff\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:406;a:2:{s:6:\"family\";s:12:\"Markazi Text\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:407;a:2:{s:6:\"family\";s:3:\"K2D\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";}}i:408;a:2:{s:6:\"family\";s:8:\"Suez One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:409;a:2:{s:6:\"family\";s:3:\"Jua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:410;a:2:{s:6:\"family\";s:5:\"Bevan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:411;a:2:{s:6:\"family\";s:20:\"Noto Sans Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:412;a:2:{s:6:\"family\";s:7:\"Macondo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:413;a:2:{s:6:\"family\";s:11:\"Orelega One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:414;a:2:{s:6:\"family\";s:5:\"Telex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:415;a:2:{s:6:\"family\";s:6:\"Corben\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:416;a:2:{s:6:\"family\";s:17:\"Libre Caslon Text\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:417;a:2:{s:6:\"family\";s:21:\"Stint Ultra Condensed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:418;a:2:{s:6:\"family\";s:7:\"Niconne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:419;a:2:{s:6:\"family\";s:19:\"Mrs Saint Delafield\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:420;a:2:{s:6:\"family\";s:13:\"Overpass Mono\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:421;a:2:{s:6:\"family\";s:5:\"Amita\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:422;a:2:{s:6:\"family\";s:7:\"Norican\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:423;a:2:{s:6:\"family\";s:19:\"Noto Sans Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:424;a:2:{s:6:\"family\";s:6:\"Fresca\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:425;a:2:{s:6:\"family\";s:18:\"IM Fell English SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:426;a:2:{s:6:\"family\";s:8:\"Epilogue\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:427;a:2:{s:6:\"family\";s:9:\"Fira Code\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:428;a:2:{s:6:\"family\";s:7:\"Biryani\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:429;a:2:{s:6:\"family\";s:13:\"Gilda Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:430;a:2:{s:6:\"family\";s:4:\"Mate\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:431;a:2:{s:6:\"family\";s:6:\"Rambla\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:432;a:2:{s:6:\"family\";s:6:\"Caudex\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:433;a:2:{s:6:\"family\";s:8:\"Voltaire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:434;a:2:{s:6:\"family\";s:17:\"Cinzel Decorative\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:435;a:2:{s:6:\"family\";s:7:\"Aldrich\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:436;a:2:{s:6:\"family\";s:11:\"Short Stack\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:437;a:2:{s:6:\"family\";s:17:\"Just Another Hand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:438;a:2:{s:6:\"family\";s:14:\"Carrois Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:439;a:2:{s:6:\"family\";s:3:\"Rye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:440;a:2:{s:6:\"family\";s:8:\"Arizonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:441;a:2:{s:6:\"family\";s:7:\"Trirong\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:442;a:2:{s:6:\"family\";s:13:\"Alike Angular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:443;a:2:{s:6:\"family\";s:5:\"Magra\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:444;a:2:{s:6:\"family\";s:11:\"Oranienbaum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:445;a:2:{s:6:\"family\";s:9:\"GFS Didot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:446;a:2:{s:6:\"family\";s:22:\"Oleo Script Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:447;a:2:{s:6:\"family\";s:5:\"Scada\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:448;a:2:{s:6:\"family\";s:10:\"Jockey One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:449;a:2:{s:6:\"family\";s:18:\"Nanum Brush Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:450;a:2:{s:6:\"family\";s:9:\"Hi Melody\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:451;a:2:{s:6:\"family\";s:8:\"BioRhyme\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:452;a:2:{s:6:\"family\";s:7:\"Belleza\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:453;a:2:{s:6:\"family\";s:10:\"Yesteryear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:454;a:2:{s:6:\"family\";s:13:\"Bungee Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:455;a:2:{s:6:\"family\";s:12:\"Average Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:456;a:2:{s:6:\"family\";s:4:\"Syne\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:457;a:2:{s:6:\"family\";s:6:\"Nobile\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:458;a:2:{s:6:\"family\";s:13:\"STIX Two Text\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:459;a:2:{s:6:\"family\";s:15:\"La Belle Aurore\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:460;a:2:{s:6:\"family\";s:11:\"Coming Soon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:461;a:2:{s:6:\"family\";s:6:\"Delius\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:462;a:2:{s:6:\"family\";s:10:\"Readex Pro\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:463;a:2:{s:6:\"family\";s:7:\"Mandali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:464;a:2:{s:6:\"family\";s:6:\"Kristi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:465;a:2:{s:6:\"family\";s:6:\"Koulen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:466;a:2:{s:6:\"family\";s:8:\"Graduate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:467;a:2:{s:6:\"family\";s:21:\"Big Shoulders Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:468;a:2:{s:6:\"family\";s:12:\"Merienda One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:469;a:2:{s:6:\"family\";s:3:\"NTR\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:470;a:2:{s:6:\"family\";s:12:\"Miriam Libre\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:471;a:2:{s:6:\"family\";s:14:\"Quintessential\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:472;a:2:{s:6:\"family\";s:9:\"Rochester\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:473;a:2:{s:6:\"family\";s:7:\"Trocchi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:474;a:2:{s:6:\"family\";s:15:\"Shippori Mincho\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:475;a:2:{s:6:\"family\";s:7:\"Average\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:476;a:2:{s:6:\"family\";s:11:\"Convergence\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:477;a:2:{s:6:\"family\";s:6:\"Judson\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:478;a:2:{s:6:\"family\";s:7:\"Lustria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:479;a:2:{s:6:\"family\";s:12:\"Contrail One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:480;a:2:{s:6:\"family\";s:12:\"Arbutus Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:481;a:2:{s:6:\"family\";s:12:\"Rammetto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:482;a:2:{s:6:\"family\";s:4:\"Gugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:483;a:2:{s:6:\"family\";s:15:\"Rubik Moonrocks\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:484;a:2:{s:6:\"family\";s:11:\"Roboto Flex\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:485;a:2:{s:6:\"family\";s:11:\"Alegreya SC\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";i:6;s:3:\"800\";i:7;s:9:\"800italic\";i:8;s:3:\"900\";i:9;s:9:\"900italic\";}}i:486;a:2:{s:6:\"family\";s:10:\"Hepta Slab\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:487;a:2:{s:6:\"family\";s:5:\"Amiko\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";}}i:488;a:2:{s:6:\"family\";s:9:\"Sunflower\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:489;a:2:{s:6:\"family\";s:8:\"Kite One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:490;a:2:{s:6:\"family\";s:12:\"Marcellus SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:491;a:2:{s:6:\"family\";s:13:\"League Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:492;a:2:{s:6:\"family\";s:9:\"Nixie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:493;a:2:{s:6:\"family\";s:16:\"Cormorant Infant\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:494;a:2:{s:6:\"family\";s:6:\"Halant\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:495;a:2:{s:6:\"family\";s:8:\"Coustard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:496;a:2:{s:6:\"family\";s:7:\"Esteban\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:497;a:2:{s:6:\"family\";s:8:\"Mallanna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:498;a:2:{s:6:\"family\";s:7:\"Antonio\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:499;a:2:{s:6:\"family\";s:14:\"JetBrains Mono\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}}i:500;a:2:{s:6:\"family\";s:10:\"Bowlby One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:501;a:2:{s:6:\"family\";s:7:\"Pattaya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:502;a:2:{s:6:\"family\";s:12:\"Grandstander\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:503;a:2:{s:6:\"family\";s:18:\"Cedarville Cursive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:504;a:2:{s:6:\"family\";s:5:\"Share\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:505;a:2:{s:6:\"family\";s:14:\"Seaweed Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:506;a:2:{s:6:\"family\";s:18:\"Averia Serif Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:507;a:2:{s:6:\"family\";s:7:\"Qwigley\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:508;a:2:{s:6:\"family\";s:11:\"David Libre\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:509;a:2:{s:6:\"family\";s:7:\"Caladea\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:510;a:2:{s:6:\"family\";s:9:\"Fauna One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:511;a:2:{s:6:\"family\";s:6:\"Kosugi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:512;a:2:{s:6:\"family\";s:7:\"Molengo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:513;a:2:{s:6:\"family\";s:9:\"Bellefair\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:514;a:2:{s:6:\"family\";s:5:\"Alike\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:515;a:2:{s:6:\"family\";s:7:\"Mate SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:516;a:2:{s:6:\"family\";s:16:\"Noto Sans Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:517;a:2:{s:6:\"family\";s:20:\"Noto Serif Malayalam\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:518;a:2:{s:6:\"family\";s:3:\"Ovo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:519;a:2:{s:6:\"family\";s:8:\"Fraunces\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:520;a:2:{s:6:\"family\";s:8:\"Do Hyeon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:521;a:2:{s:6:\"family\";s:9:\"Calistoga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:522;a:2:{s:6:\"family\";s:11:\"Grand Hotel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:523;a:2:{s:6:\"family\";s:15:\"Zen Maru Gothic\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:524;a:2:{s:6:\"family\";s:7:\"Suranna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:525;a:2:{s:6:\"family\";s:7:\"Manjari\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:526;a:2:{s:6:\"family\";s:12:\"Averia Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:527;a:2:{s:6:\"family\";s:5:\"Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:528;a:2:{s:6:\"family\";s:7:\"Rosario\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:529;a:2:{s:6:\"family\";s:8:\"Chonburi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:530;a:2:{s:6:\"family\";s:19:\"Petit Formal Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:531;a:2:{s:6:\"family\";s:7:\"Knewave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:532;a:2:{s:6:\"family\";s:26:\"Encode Sans Semi Condensed\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:533;a:2:{s:6:\"family\";s:9:\"Thasadith\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:534;a:2:{s:6:\"family\";s:10:\"Slabo 13px\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:535;a:2:{s:6:\"family\";s:9:\"Amethysta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:536;a:2:{s:6:\"family\";s:7:\"Maitree\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:537;a:2:{s:6:\"family\";s:5:\"Copse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:538;a:2:{s:6:\"family\";s:14:\"Calligraffitti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:539;a:2:{s:6:\"family\";s:21:\"Atkinson Hyperlegible\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:540;a:2:{s:6:\"family\";s:7:\"Tillana\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:541;a:2:{s:6:\"family\";s:8:\"Wallpoet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:542;a:2:{s:6:\"family\";s:7:\"Hanuman\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:543;a:2:{s:6:\"family\";s:11:\"Spectral SC\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";i:12;s:3:\"800\";i:13;s:9:\"800italic\";}}i:544;a:2:{s:6:\"family\";s:9:\"Creepster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:545;a:2:{s:6:\"family\";s:7:\"Sniglet\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"800\";}}i:546;a:2:{s:6:\"family\";s:10:\"Schoolbell\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:547;a:2:{s:6:\"family\";s:5:\"Allan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:548;a:2:{s:6:\"family\";s:6:\"Radley\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:549;a:2:{s:6:\"family\";s:8:\"Homenaje\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:550;a:2:{s:6:\"family\";s:20:\"Dawning of a New Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:551;a:2:{s:6:\"family\";s:11:\"Proza Libre\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"500\";i:3;s:9:\"500italic\";i:4;s:3:\"600\";i:5;s:9:\"600italic\";i:6;s:3:\"700\";i:7;s:9:\"700italic\";i:8;s:3:\"800\";i:9;s:9:\"800italic\";}}i:552;a:2:{s:6:\"family\";s:19:\"Zen Kaku Gothic New\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:553;a:2:{s:6:\"family\";s:12:\"Fanwood Text\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:554;a:2:{s:6:\"family\";s:11:\"Oxygen Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:555;a:2:{s:6:\"family\";s:6:\"Dongle\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:556;a:2:{s:6:\"family\";s:17:\"Plus Jakarta Sans\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}}i:557;a:2:{s:6:\"family\";s:9:\"Limelight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:558;a:2:{s:6:\"family\";s:8:\"Marmelad\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:559;a:2:{s:6:\"family\";s:14:\"Mr De Haviland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:560;a:2:{s:6:\"family\";s:16:\"Libre Barcode 39\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:561;a:2:{s:6:\"family\";s:8:\"Gurajada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:562;a:2:{s:6:\"family\";s:20:\"Monsieur La Doulaise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:563;a:2:{s:6:\"family\";s:6:\"Livvic\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"900\";i:15;s:9:\"900italic\";}}i:564;a:2:{s:6:\"family\";s:14:\"League Spartan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:565;a:2:{s:6:\"family\";s:12:\"Bungee Shade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:566;a:2:{s:6:\"family\";s:11:\"Metrophobic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:567;a:2:{s:6:\"family\";s:7:\"Skranji\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:568;a:2:{s:6:\"family\";s:14:\"Baloo Thambi 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:569;a:2:{s:6:\"family\";s:18:\"Noto Serif Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:570;a:2:{s:6:\"family\";s:6:\"Kurale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:571;a:2:{s:6:\"family\";s:7:\"DM Mono\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"500\";i:5;s:9:\"500italic\";}}i:572;a:2:{s:6:\"family\";s:14:\"Grenze Gotisch\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:573;a:2:{s:6:\"family\";s:6:\"Marvel\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:574;a:2:{s:6:\"family\";s:13:\"Source Sans 3\";s:8:\"variants\";a:16:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:3:\"900\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";i:14;s:9:\"800italic\";i:15;s:9:\"900italic\";}}i:575;a:2:{s:6:\"family\";s:10:\"Kelly Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:576;a:2:{s:6:\"family\";s:13:\"Baloo Tamma 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:577;a:2:{s:6:\"family\";s:11:\"Turret Road\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"700\";i:5;s:3:\"800\";}}i:578;a:2:{s:6:\"family\";s:5:\"Lemon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:579;a:2:{s:6:\"family\";s:10:\"Baloo Da 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:580;a:2:{s:6:\"family\";s:9:\"Nova Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:581;a:2:{s:6:\"family\";s:17:\"Noto Sans Bengali\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:582;a:2:{s:6:\"family\";s:12:\"Emilys Candy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:583;a:2:{s:6:\"family\";s:6:\"Aladin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:584;a:2:{s:6:\"family\";s:7:\"Brawler\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:585;a:2:{s:6:\"family\";s:7:\"Podkova\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:586;a:2:{s:6:\"family\";s:15:\"Patrick Hand SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:587;a:2:{s:6:\"family\";s:21:\"Goudy Bookletter 1911\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:588;a:2:{s:6:\"family\";s:14:\"Inknut Antiqua\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:589;a:2:{s:6:\"family\";s:7:\"Bentham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:590;a:2:{s:6:\"family\";s:7:\"Oxanium\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:591;a:2:{s:6:\"family\";s:6:\"Quando\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:592;a:2:{s:6:\"family\";s:9:\"Duru Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:593;a:2:{s:6:\"family\";s:9:\"B612 Mono\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:594;a:2:{s:6:\"family\";s:12:\"Vesper Libre\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:595;a:2:{s:6:\"family\";s:4:\"Rasa\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:596;a:2:{s:6:\"family\";s:18:\"UnifrakturMaguntia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:597;a:2:{s:6:\"family\";s:16:\"Noto Sans Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:598;a:2:{s:6:\"family\";s:23:\"Waiting for the Sunrise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:599;a:2:{s:6:\"family\";s:17:\"Noto Sans Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:600;a:2:{s:6:\"family\";s:18:\"Tenali Ramakrishna\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:601;a:2:{s:6:\"family\";s:15:\"Stardos Stencil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:602;a:2:{s:6:\"family\";s:12:\"Gravitas One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:603;a:2:{s:6:\"family\";s:9:\"Harmattan\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:604;a:2:{s:6:\"family\";s:8:\"Gabriela\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:605;a:2:{s:6:\"family\";s:11:\"Vollkorn SC\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"600\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:606;a:2:{s:6:\"family\";s:5:\"Farro\";s:8:\"variants\";a:4:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";}}i:607;a:2:{s:6:\"family\";s:17:\"Cormorant Upright\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:608;a:2:{s:6:\"family\";s:8:\"Almendra\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:609;a:2:{s:6:\"family\";s:15:\"IM Fell DW Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:610;a:2:{s:6:\"family\";s:7:\"Buenard\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:611;a:2:{s:6:\"family\";s:6:\"Cutive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:612;a:2:{s:6:\"family\";s:12:\"Raleway Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:613;a:2:{s:6:\"family\";s:21:\"Love Ya Like A Sister\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:614;a:2:{s:6:\"family\";s:10:\"Grape Nuts\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:615;a:2:{s:6:\"family\";s:7:\"Georama\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:616;a:2:{s:6:\"family\";s:4:\"Poly\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:617;a:2:{s:6:\"family\";s:15:\"IM Fell English\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:618;a:2:{s:6:\"family\";s:5:\"Kadwa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:619;a:2:{s:6:\"family\";s:19:\"Sue Ellen Francisco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:620;a:2:{s:6:\"family\";s:12:\"Style Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:621;a:2:{s:6:\"family\";s:12:\"Antic Didone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:622;a:2:{s:6:\"family\";s:5:\"Elsie\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:623;a:2:{s:6:\"family\";s:12:\"Roboto Serif\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:624;a:2:{s:6:\"family\";s:6:\"Galada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:625;a:2:{s:6:\"family\";s:6:\"Megrim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:626;a:2:{s:6:\"family\";s:15:\"Sansita Swashed\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:627;a:2:{s:6:\"family\";s:15:\"Noto Sans Oriya\";s:8:\"variants\";a:4:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";i:3;s:3:\"900\";}}i:628;a:2:{s:6:\"family\";s:8:\"Italiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:629;a:2:{s:6:\"family\";s:12:\"Irish Grover\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:630;a:2:{s:6:\"family\";s:5:\"Inder\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:631;a:2:{s:6:\"family\";s:5:\"Mirza\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:632;a:2:{s:6:\"family\";s:8:\"Mansalva\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:633;a:2:{s:6:\"family\";s:14:\"Chelsea Market\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:634;a:2:{s:6:\"family\";s:18:\"Noto Sans Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:635;a:2:{s:6:\"family\";s:10:\"Aref Ruqaa\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:636;a:2:{s:6:\"family\";s:4:\"B612\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:637;a:2:{s:6:\"family\";s:12:\"Lexend Zetta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:638;a:2:{s:6:\"family\";s:15:\"Original Surfer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:639;a:2:{s:6:\"family\";s:18:\"Noto Sans Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:640;a:2:{s:6:\"family\";s:6:\"Zeyada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:641;a:2:{s:6:\"family\";s:9:\"Kiwi Maru\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";}}i:642;a:2:{s:6:\"family\";s:20:\"Montserrat Subrayada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:643;a:2:{s:6:\"family\";s:6:\"Federo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:644;a:2:{s:6:\"family\";s:5:\"Coiny\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:645;a:2:{s:6:\"family\";s:18:\"Major Mono Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:646;a:2:{s:6:\"family\";s:5:\"Carme\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:647;a:2:{s:6:\"family\";s:6:\"Montez\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:648;a:2:{s:6:\"family\";s:4:\"KoHo\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:649;a:2:{s:6:\"family\";s:8:\"Pompiere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:650;a:2:{s:6:\"family\";s:10:\"Share Tech\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:651;a:2:{s:6:\"family\";s:12:\"Happy Monkey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:652;a:2:{s:6:\"family\";s:19:\"IM Fell Double Pica\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:653;a:2:{s:6:\"family\";s:18:\"Big Shoulders Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:654;a:2:{s:6:\"family\";s:15:\"Baloo Chettan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:655;a:2:{s:6:\"family\";s:10:\"Reggae One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:656;a:2:{s:6:\"family\";s:8:\"Gayathri\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:657;a:2:{s:6:\"family\";s:13:\"Baloo Paaji 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:658;a:2:{s:6:\"family\";s:9:\"Vazirmatn\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:659;a:2:{s:6:\"family\";s:8:\"Codystar\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:660;a:2:{s:6:\"family\";s:4:\"Arya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:661;a:2:{s:6:\"family\";s:12:\"Metamorphous\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:662;a:2:{s:6:\"family\";s:9:\"Fjord One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:663;a:2:{s:6:\"family\";s:10:\"Newsreader\";s:8:\"variants\";a:14:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";i:7;s:9:\"200italic\";i:8;s:9:\"300italic\";i:9;s:6:\"italic\";i:10;s:9:\"500italic\";i:11;s:9:\"600italic\";i:12;s:9:\"700italic\";i:13;s:9:\"800italic\";}}i:664;a:2:{s:6:\"family\";s:7:\"Oregano\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:665;a:2:{s:6:\"family\";s:8:\"Fahkwang\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:666;a:2:{s:6:\"family\";s:13:\"Expletus Sans\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:667;a:2:{s:6:\"family\";s:6:\"Andika\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:668;a:2:{s:6:\"family\";s:12:\"Sedgwick Ave\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:669;a:2:{s:6:\"family\";s:9:\"Yatra One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:670;a:2:{s:6:\"family\";s:6:\"Meddon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:671;a:2:{s:6:\"family\";s:10:\"Battambang\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:672;a:2:{s:6:\"family\";s:12:\"Rouge Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:673;a:2:{s:6:\"family\";s:14:\"Give You Glory\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:674;a:2:{s:6:\"family\";s:7:\"Fredoka\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:675;a:2:{s:6:\"family\";s:5:\"Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:676;a:2:{s:6:\"family\";s:11:\"Ceviche One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:677;a:2:{s:6:\"family\";s:13:\"ZCOOL XiaoWei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:678;a:2:{s:6:\"family\";s:12:\"Finger Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:679;a:2:{s:6:\"family\";s:11:\"Trade Winds\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:680;a:2:{s:6:\"family\";s:12:\"Bellota Text\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:681;a:2:{s:6:\"family\";s:7:\"Petrona\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:682;a:2:{s:6:\"family\";s:12:\"Meera Inimai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:683;a:2:{s:6:\"family\";s:13:\"Della Respira\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:684;a:2:{s:6:\"family\";s:17:\"Noto Sans Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:685;a:2:{s:6:\"family\";s:11:\"Odibee Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:686;a:2:{s:6:\"family\";s:7:\"Timmana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:687;a:2:{s:6:\"family\";s:5:\"Salsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:688;a:2:{s:6:\"family\";s:15:\"Euphoria Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:689;a:2:{s:6:\"family\";s:11:\"Vast Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:690;a:2:{s:6:\"family\";s:21:\"ZCOOL QingKe HuangYou\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:691;a:2:{s:6:\"family\";s:10:\"Fondamento\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:692;a:2:{s:6:\"family\";s:7:\"Trykker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:693;a:2:{s:6:\"family\";s:7:\"Baumans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:694;a:2:{s:6:\"family\";s:10:\"Goblin One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:695;a:2:{s:6:\"family\";s:7:\"Anaheim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:696;a:2:{s:6:\"family\";s:13:\"Mouse Memoirs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:697;a:2:{s:6:\"family\";s:15:\"Aguafina Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:698;a:2:{s:6:\"family\";s:4:\"Atma\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:699;a:2:{s:6:\"family\";s:7:\"Notable\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:700;a:2:{s:6:\"family\";s:15:\"Comforter Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:701;a:2:{s:6:\"family\";s:12:\"Freckle Face\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:702;a:2:{s:6:\"family\";s:17:\"Saira Stencil One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:703;a:2:{s:6:\"family\";s:10:\"Pirata One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:704;a:2:{s:6:\"family\";s:6:\"Tienne\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:705;a:2:{s:6:\"family\";s:13:\"RocknRoll One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:706;a:2:{s:6:\"family\";s:18:\"IBM Plex Sans Thai\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:707;a:2:{s:6:\"family\";s:14:\"Clicker Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:708;a:2:{s:6:\"family\";s:16:\"Supermercado One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:709;a:2:{s:6:\"family\";s:20:\"Encode Sans Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:710;a:2:{s:6:\"family\";s:14:\"Noto Sans Mono\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:711;a:2:{s:6:\"family\";s:6:\"Lekton\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:712;a:2:{s:6:\"family\";s:16:\"Port Lligat Slab\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:713;a:2:{s:6:\"family\";s:8:\"Flamenco\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:714;a:2:{s:6:\"family\";s:9:\"Balthazar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:715;a:2:{s:6:\"family\";s:10:\"Doppio One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:716;a:2:{s:6:\"family\";s:7:\"Montaga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:717;a:2:{s:6:\"family\";s:11:\"Mukta Mahee\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:718;a:2:{s:6:\"family\";s:9:\"Recursive\";s:8:\"variants\";a:7:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:3:\"900\";}}i:719;a:2:{s:6:\"family\";s:14:\"Ruslan Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:720;a:2:{s:6:\"family\";s:8:\"Artifika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:721;a:2:{s:6:\"family\";s:6:\"Shanti\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:722;a:2:{s:6:\"family\";s:6:\"Ledger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:723;a:2:{s:6:\"family\";s:6:\"Rakkas\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:724;a:2:{s:6:\"family\";s:9:\"Shojumaru\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:725;a:2:{s:6:\"family\";s:10:\"Faster One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:726;a:2:{s:6:\"family\";s:18:\"Chau Philomene One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:727;a:2:{s:6:\"family\";s:12:\"The Nautigal\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:728;a:2:{s:6:\"family\";s:6:\"Numans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:729;a:2:{s:6:\"family\";s:5:\"Cambo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:730;a:2:{s:6:\"family\";s:12:\"Coda Caption\";s:8:\"variants\";a:1:{i:0;s:3:\"800\";}}i:731;a:2:{s:6:\"family\";s:8:\"Sarpanch\";s:8:\"variants\";a:6:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";}}i:732;a:2:{s:6:\"family\";s:7:\"McLaren\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:733;a:2:{s:6:\"family\";s:7:\"Allison\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:734;a:2:{s:6:\"family\";s:15:\"Walter Turncoat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:735;a:2:{s:6:\"family\";s:10:\"Andada Pro\";s:8:\"variants\";a:10:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:6:\"italic\";i:6;s:9:\"500italic\";i:7;s:9:\"600italic\";i:8;s:9:\"700italic\";i:9;s:9:\"800italic\";}}i:736;a:2:{s:6:\"family\";s:11:\"Yusei Magic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:737;a:2:{s:6:\"family\";s:8:\"Ranchers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:738;a:2:{s:6:\"family\";s:9:\"Wendy One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:739;a:2:{s:6:\"family\";s:18:\"Shippori Mincho B1\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:740;a:2:{s:6:\"family\";s:9:\"Kodchasan\";s:8:\"variants\";a:12:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"500\";i:7;s:9:\"500italic\";i:8;s:3:\"600\";i:9;s:9:\"600italic\";i:10;s:3:\"700\";i:11;s:9:\"700italic\";}}i:741;a:2:{s:6:\"family\";s:19:\"Averia Gruesa Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:742;a:2:{s:6:\"family\";s:7:\"Orienta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:743;a:2:{s:6:\"family\";s:7:\"Manuale\";s:8:\"variants\";a:12:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:3:\"800\";i:6;s:9:\"300italic\";i:7;s:6:\"italic\";i:8;s:9:\"500italic\";i:9;s:9:\"600italic\";i:10;s:9:\"700italic\";i:11;s:9:\"800italic\";}}i:744;a:2:{s:6:\"family\";s:12:\"Headland One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:745;a:2:{s:6:\"family\";s:6:\"Solway\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:746;a:2:{s:6:\"family\";s:5:\"Voces\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:747;a:2:{s:6:\"family\";s:16:\"IBM Plex Sans KR\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:748;a:2:{s:6:\"family\";s:12:\"Crafty Girls\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:749;a:2:{s:6:\"family\";s:7:\"Goldman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:750;a:2:{s:6:\"family\";s:4:\"Sail\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:751;a:2:{s:6:\"family\";s:5:\"Eater\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:752;a:2:{s:6:\"family\";s:7:\"Katibeh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:753;a:2:{s:6:\"family\";s:16:\"Bilbo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:754;a:2:{s:6:\"family\";s:14:\"Zen Old Mincho\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"900\";}}i:755;a:2:{s:6:\"family\";s:12:\"Baloo Bhai 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:756;a:2:{s:6:\"family\";s:17:\"Averia Sans Libre\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:757;a:2:{s:6:\"family\";s:17:\"Delius Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:758;a:2:{s:6:\"family\";s:15:\"Dela Gothic One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:759;a:2:{s:6:\"family\";s:16:\"Over the Rainbow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:760;a:2:{s:6:\"family\";s:12:\"MuseoModerno\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:761;a:2:{s:6:\"family\";s:11:\"Life Savers\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"700\";i:2;s:3:\"800\";}}i:762;a:2:{s:6:\"family\";s:13:\"League Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:763;a:2:{s:6:\"family\";s:7:\"Pavanam\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:764;a:2:{s:6:\"family\";s:4:\"Asul\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:765;a:2:{s:6:\"family\";s:7:\"Frijole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:766;a:2:{s:6:\"family\";s:6:\"Smokum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:767;a:2:{s:6:\"family\";s:9:\"Potta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:768;a:2:{s:6:\"family\";s:9:\"Scope One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:769;a:2:{s:6:\"family\";s:18:\"The Girl Next Door\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:770;a:2:{s:6:\"family\";s:5:\"Gaegu\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:771;a:2:{s:6:\"family\";s:17:\"Loved by the King\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:772;a:2:{s:6:\"family\";s:18:\"Noto Nastaliq Urdu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:773;a:2:{s:6:\"family\";s:7:\"Peralta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:774;a:2:{s:6:\"family\";s:12:\"Germania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:775;a:2:{s:6:\"family\";s:7:\"Imprima\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:776;a:2:{s:6:\"family\";s:22:\"Mountains of Christmas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:777;a:2:{s:6:\"family\";s:8:\"Shalimar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:778;a:2:{s:6:\"family\";s:23:\"Just Me Again Down Here\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:779;a:2:{s:6:\"family\";s:9:\"Dynalight\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:780;a:2:{s:6:\"family\";s:4:\"Mako\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:781;a:2:{s:6:\"family\";s:8:\"Jomhuria\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:782;a:2:{s:6:\"family\";s:12:\"Gamja Flower\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:783;a:2:{s:6:\"family\";s:11:\"DotGothic16\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:784;a:2:{s:6:\"family\";s:10:\"Song Myung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:785;a:2:{s:6:\"family\";s:5:\"Glory\";s:8:\"variants\";a:16:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:9:\"100italic\";i:9;s:9:\"200italic\";i:10;s:9:\"300italic\";i:11;s:6:\"italic\";i:12;s:9:\"500italic\";i:13;s:9:\"600italic\";i:14;s:9:\"700italic\";i:15;s:9:\"800italic\";}}i:786;a:2:{s:6:\"family\";s:5:\"Vibur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:787;a:2:{s:6:\"family\";s:8:\"Tomorrow\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:788;a:2:{s:6:\"family\";s:9:\"Nova Flat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:789;a:2:{s:6:\"family\";s:12:\"Cherry Swash\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:790;a:2:{s:6:\"family\";s:15:\"Baloo Tammudu 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:791;a:2:{s:6:\"family\";s:25:\"Encode Sans Semi Expanded\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:792;a:2:{s:6:\"family\";s:6:\"Strait\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:793;a:2:{s:6:\"family\";s:5:\"Tauri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:794;a:2:{s:6:\"family\";s:8:\"Wire One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:795;a:2:{s:6:\"family\";s:5:\"Dekko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:796;a:2:{s:6:\"family\";s:8:\"Denk One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:797;a:2:{s:6:\"family\";s:9:\"Englebert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:798;a:2:{s:6:\"family\";s:15:\"Lily Script One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:799;a:2:{s:6:\"family\";s:5:\"Modak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:800;a:2:{s:6:\"family\";s:13:\"MedievalSharp\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:801;a:2:{s:6:\"family\";s:13:\"Ma Shan Zheng\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:802;a:2:{s:6:\"family\";s:21:\"Libre Barcode 39 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:803;a:2:{s:6:\"family\";s:8:\"Ramaraja\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:804;a:2:{s:6:\"family\";s:10:\"Prosto One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:805;a:2:{s:6:\"family\";s:3:\"Geo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:806;a:2:{s:6:\"family\";s:17:\"Cherry Cream Soda\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:807;a:2:{s:6:\"family\";s:8:\"Red Rose\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:808;a:2:{s:6:\"family\";s:15:\"Edu SA Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:809;a:2:{s:6:\"family\";s:23:\"Zen Kaku Gothic Antique\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:810;a:2:{s:6:\"family\";s:4:\"Mina\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:811;a:2:{s:6:\"family\";s:10:\"Lexend Exa\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:812;a:2:{s:6:\"family\";s:8:\"Amarante\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:813;a:2:{s:6:\"family\";s:12:\"Brygada 1918\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:814;a:2:{s:6:\"family\";s:20:\"Libre Caslon Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:815;a:2:{s:6:\"family\";s:5:\"Stoke\";s:8:\"variants\";a:2:{i:0;s:3:\"300\";i:1;s:7:\"regular\";}}i:816;a:2:{s:6:\"family\";s:7:\"Rowdies\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:817;a:2:{s:6:\"family\";s:12:\"Tiro Kannada\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:818;a:2:{s:6:\"family\";s:7:\"Slackey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:819;a:2:{s:6:\"family\";s:10:\"Medula One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:820;a:2:{s:6:\"family\";s:6:\"Gafata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:821;a:2:{s:6:\"family\";s:10:\"Charmonman\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:822;a:2:{s:6:\"family\";s:22:\"Edu VIC WA NT Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:823;a:2:{s:6:\"family\";s:9:\"Yeon Sung\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:824;a:2:{s:6:\"family\";s:11:\"Cantora One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:825;a:2:{s:6:\"family\";s:14:\"Baloo Bhaina 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:826;a:2:{s:6:\"family\";s:11:\"Albert Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:827;a:2:{s:6:\"family\";s:14:\"Delius Unicase\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:828;a:2:{s:6:\"family\";s:22:\"Edu NSW ACT Foundation\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:829;a:2:{s:6:\"family\";s:10:\"Nova Round\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:830;a:2:{s:6:\"family\";s:17:\"Cormorant Unicase\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:831;a:2:{s:6:\"family\";s:11:\"Nova Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:832;a:2:{s:6:\"family\";s:9:\"Rationale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:833;a:2:{s:6:\"family\";s:5:\"Bilbo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:834;a:2:{s:6:\"family\";s:16:\"Edu TAS Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:835;a:2:{s:6:\"family\";s:10:\"Sonsie One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:836;a:2:{s:6:\"family\";s:9:\"Cute Font\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:837;a:2:{s:6:\"family\";s:17:\"Carrois Gothic SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:838;a:2:{s:6:\"family\";s:7:\"Stylish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:839;a:2:{s:6:\"family\";s:5:\"Khmer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:840;a:2:{s:6:\"family\";s:14:\"UnifrakturCook\";s:8:\"variants\";a:1:{i:0;s:3:\"700\";}}i:841;a:2:{s:6:\"family\";s:12:\"ZCOOL KuaiLe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:842;a:2:{s:6:\"family\";s:13:\"Sulphur Point\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:843;a:2:{s:6:\"family\";s:6:\"Kranky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:844;a:2:{s:6:\"family\";s:4:\"Gotu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:845;a:2:{s:6:\"family\";s:6:\"Habibi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:846;a:2:{s:6:\"family\";s:7:\"Puritan\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:847;a:2:{s:6:\"family\";s:17:\"Libre Barcode 128\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:848;a:2:{s:6:\"family\";s:6:\"Sarina\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:849;a:2:{s:6:\"family\";s:8:\"Prociono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:850;a:2:{s:6:\"family\";s:11:\"Bigshot One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:851;a:2:{s:6:\"family\";s:7:\"Iceland\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:852;a:2:{s:6:\"family\";s:20:\"Sree Krushnadevaraya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:853;a:2:{s:6:\"family\";s:8:\"Trispace\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:854;a:2:{s:6:\"family\";s:6:\"Ribeye\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:855;a:2:{s:6:\"family\";s:5:\"Kufam\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:856;a:2:{s:6:\"family\";s:16:\"Londrina Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:857;a:2:{s:6:\"family\";s:9:\"Redressed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:858;a:2:{s:6:\"family\";s:10:\"Poller One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:859;a:2:{s:6:\"family\";s:7:\"Paprika\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:860;a:2:{s:6:\"family\";s:7:\"Bellota\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:861;a:2:{s:6:\"family\";s:11:\"Azeret Mono\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:862;a:2:{s:6:\"family\";s:20:\"IM Fell French Canon\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:863;a:2:{s:6:\"family\";s:6:\"Chango\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:864;a:2:{s:6:\"family\";s:10:\"Spicy Rice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:865;a:2:{s:6:\"family\";s:9:\"Train One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:866;a:2:{s:6:\"family\";s:11:\"Alumni Sans\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:867;a:2:{s:6:\"family\";s:6:\"Besley\";s:8:\"variants\";a:12:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";i:5;s:3:\"900\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";i:10;s:9:\"800italic\";i:11;s:9:\"900italic\";}}i:868;a:2:{s:6:\"family\";s:5:\"Ewert\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:869;a:2:{s:6:\"family\";s:5:\"Ranga\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:870;a:2:{s:6:\"family\";s:16:\"Port Lligat Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:871;a:2:{s:6:\"family\";s:14:\"Uncial Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:872;a:2:{s:6:\"family\";s:13:\"Mystery Quest\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:873;a:2:{s:6:\"family\";s:8:\"Sancreek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:874;a:2:{s:6:\"family\";s:13:\"M PLUS 1 Code\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:875;a:2:{s:6:\"family\";s:6:\"Sumana\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:876;a:2:{s:6:\"family\";s:14:\"Lovers Quarrel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:877;a:2:{s:6:\"family\";s:5:\"Julee\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:878;a:2:{s:6:\"family\";s:30:\"Libre Barcode 39 Extended Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:879;a:2:{s:6:\"family\";s:10:\"Engagement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:880;a:2:{s:6:\"family\";s:8:\"Rosarivo\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:881;a:2:{s:6:\"family\";s:6:\"Nokora\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:882;a:2:{s:6:\"family\";s:8:\"Monofett\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:883;a:2:{s:6:\"family\";s:5:\"Fenix\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:884;a:2:{s:6:\"family\";s:11:\"Overlock SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:885;a:2:{s:6:\"family\";s:7:\"Unkempt\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:886;a:2:{s:6:\"family\";s:4:\"Asar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:887;a:2:{s:6:\"family\";s:6:\"Farsan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:888;a:2:{s:6:\"family\";s:10:\"New Rocker\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:889;a:2:{s:6:\"family\";s:20:\"Zilla Slab Highlight\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:890;a:2:{s:6:\"family\";s:7:\"Miniver\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:891;a:2:{s:6:\"family\";s:7:\"Content\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:892;a:2:{s:6:\"family\";s:10:\"Devonshire\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:893;a:2:{s:6:\"family\";s:18:\"Macondo Swash Caps\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:894;a:2:{s:6:\"family\";s:9:\"Bona Nova\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:895;a:2:{s:6:\"family\";s:16:\"Edu QLD Beginner\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:896;a:2:{s:6:\"family\";s:8:\"Klee One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"600\";}}i:897;a:2:{s:6:\"family\";s:16:\"Fontdiner Swanky\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:898;a:2:{s:6:\"family\";s:15:\"Londrina Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:899;a:2:{s:6:\"family\";s:9:\"Kotta One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:900;a:2:{s:6:\"family\";s:7:\"Yaldevi\";s:8:\"variants\";a:6:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";}}i:901;a:2:{s:6:\"family\";s:11:\"Zen Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:902;a:2:{s:6:\"family\";s:7:\"Iceberg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:903;a:2:{s:6:\"family\";s:16:\"Scheherazade New\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:904;a:2:{s:6:\"family\";s:16:\"Mochiy Pop P One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:905;a:2:{s:6:\"family\";s:7:\"Akronim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:906;a:2:{s:6:\"family\";s:11:\"Donegal One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:907;a:2:{s:6:\"family\";s:11:\"Inria Serif\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:908;a:2:{s:6:\"family\";s:13:\"BIZ UDPGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:909;a:2:{s:6:\"family\";s:9:\"Stalemate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:910;a:2:{s:6:\"family\";s:14:\"East Sea Dokdo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:911;a:2:{s:6:\"family\";s:8:\"Chathura\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:912;a:2:{s:6:\"family\";s:6:\"Ruluko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:913;a:2:{s:6:\"family\";s:7:\"Milonga\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:914;a:2:{s:6:\"family\";s:7:\"Crushed\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:915;a:2:{s:6:\"family\";s:11:\"Bubbler One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:916;a:2:{s:6:\"family\";s:13:\"Croissant One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:917;a:2:{s:6:\"family\";s:6:\"Chicle\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:918;a:2:{s:6:\"family\";s:20:\"Stint Ultra Expanded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:919;a:2:{s:6:\"family\";s:10:\"Kulim Park\";s:8:\"variants\";a:10:{i:0;s:3:\"200\";i:1;s:9:\"200italic\";i:2;s:3:\"300\";i:3;s:9:\"300italic\";i:4;s:7:\"regular\";i:5;s:6:\"italic\";i:6;s:3:\"600\";i:7;s:9:\"600italic\";i:8;s:3:\"700\";i:9;s:9:\"700italic\";}}i:920;a:2:{s:6:\"family\";s:9:\"Hurricane\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:921;a:2:{s:6:\"family\";s:9:\"Simonetta\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"900\";i:3;s:9:\"900italic\";}}i:922;a:2:{s:6:\"family\";s:8:\"Chilanka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:923;a:2:{s:6:\"family\";s:9:\"Wellfleet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:924;a:2:{s:6:\"family\";s:5:\"Bayon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:925;a:2:{s:6:\"family\";s:12:\"Libre Bodoni\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:926;a:2:{s:6:\"family\";s:14:\"Mochiy Pop One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:927;a:2:{s:6:\"family\";s:11:\"Lexend Mega\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:928;a:2:{s:6:\"family\";s:14:\"Hachi Maru Pop\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:929;a:2:{s:6:\"family\";s:8:\"M PLUS 1\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:930;a:2:{s:6:\"family\";s:12:\"Viaoda Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:931;a:2:{s:6:\"family\";s:9:\"Marko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:932;a:2:{s:6:\"family\";s:7:\"Hahmlet\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:933;a:2:{s:6:\"family\";s:9:\"Condiment\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:934;a:2:{s:6:\"family\";s:16:\"Liu Jian Mao Cao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:935;a:2:{s:6:\"family\";s:12:\"Hanalei Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:936;a:2:{s:6:\"family\";s:6:\"Chenla\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:937;a:2:{s:6:\"family\";s:10:\"Cagliostro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:938;a:2:{s:6:\"family\";s:29:\"Big Shoulders Stencil Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:939;a:2:{s:6:\"family\";s:5:\"Stick\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:940;a:2:{s:6:\"family\";s:5:\"Molle\";s:8:\"variants\";a:1:{i:0;s:6:\"italic\";}}i:941;a:2:{s:6:\"family\";s:9:\"Bahianita\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:942;a:2:{s:6:\"family\";s:16:\"Baloo Bhaijaan 2\";s:8:\"variants\";a:5:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:943;a:2:{s:6:\"family\";s:18:\"Swanky and Moo Moo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:944;a:2:{s:6:\"family\";s:6:\"Ruthie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:945;a:2:{s:6:\"family\";s:7:\"Offside\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:946;a:2:{s:6:\"family\";s:13:\"Sirin Stencil\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:947;a:2:{s:6:\"family\";s:9:\"Kavivanar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:948;a:2:{s:6:\"family\";s:14:\"Kaisei Tokumin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";i:3;s:3:\"800\";}}i:949;a:2:{s:6:\"family\";s:6:\"Akshar\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:950;a:2:{s:6:\"family\";s:16:\"Fascinate Inline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:951;a:2:{s:6:\"family\";s:11:\"Text Me One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:952;a:2:{s:6:\"family\";s:6:\"Barrio\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:953;a:2:{s:6:\"family\";s:20:\"IM Fell Great Primer\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:954;a:2:{s:6:\"family\";s:8:\"Gorditas\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:955;a:2:{s:6:\"family\";s:5:\"Inika\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:956;a:2:{s:6:\"family\";s:14:\"Akaya Kanadaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:957;a:2:{s:6:\"family\";s:13:\"Zen Kurenaido\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:958;a:2:{s:6:\"family\";s:8:\"WindSong\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}}i:959;a:2:{s:6:\"family\";s:9:\"Piazzolla\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:960;a:2:{s:6:\"family\";s:4:\"Sura\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:961;a:2:{s:6:\"family\";s:17:\"Noto Sans Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:962;a:2:{s:6:\"family\";s:9:\"Kantumruy\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:963;a:2:{s:6:\"family\";s:5:\"Dorsa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:964;a:2:{s:6:\"family\";s:11:\"Vampiro One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:965;a:2:{s:6:\"family\";s:5:\"Varta\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:966;a:2:{s:6:\"family\";s:6:\"Angkor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:967;a:2:{s:6:\"family\";s:10:\"Autour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:968;a:2:{s:6:\"family\";s:9:\"Kumar One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:969;a:2:{s:6:\"family\";s:18:\"Noto Sans Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:970;a:2:{s:6:\"family\";s:11:\"Meie Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:971;a:2:{s:6:\"family\";s:6:\"Felipa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:972;a:2:{s:6:\"family\";s:16:\"Akaya Telivigala\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:973;a:2:{s:6:\"family\";s:9:\"Margarine\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:974;a:2:{s:6:\"family\";s:4:\"Buda\";s:8:\"variants\";a:1:{i:0;s:3:\"300\";}}i:975;a:2:{s:6:\"family\";s:8:\"Underdog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:976;a:2:{s:6:\"family\";s:16:\"Zen Antique Soft\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:977;a:2:{s:6:\"family\";s:7:\"Tourney\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:978;a:2:{s:6:\"family\";s:10:\"Tulpen One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:979;a:2:{s:6:\"family\";s:10:\"Eagle Lake\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:980;a:2:{s:6:\"family\";s:12:\"Red Hat Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:981;a:2:{s:6:\"family\";s:6:\"Griffy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:982;a:2:{s:6:\"family\";s:9:\"Comforter\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:983;a:2:{s:6:\"family\";s:5:\"Junge\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:984;a:2:{s:6:\"family\";s:10:\"Rum Raisin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:985;a:2:{s:6:\"family\";s:7:\"Sahitya\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:986;a:2:{s:6:\"family\";s:12:\"Kaisei Decol\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:987;a:2:{s:6:\"family\";s:12:\"Gowun Batang\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:988;a:2:{s:6:\"family\";s:25:\"IBM Plex Sans Thai Looped\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:989;a:2:{s:6:\"family\";s:7:\"Nosifer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:990;a:2:{s:6:\"family\";s:6:\"Piedra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:991;a:2:{s:6:\"family\";s:14:\"Modern Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:992;a:2:{s:6:\"family\";s:11:\"Lexend Giga\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:993;a:2:{s:6:\"family\";s:10:\"Anek Latin\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:994;a:2:{s:6:\"family\";s:16:\"Shippori Antique\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:995;a:2:{s:6:\"family\";s:16:\"Elsie Swash Caps\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"900\";}}i:996;a:2:{s:6:\"family\";s:6:\"Smooch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:997;a:2:{s:6:\"family\";s:11:\"Linden Hill\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:998;a:2:{s:6:\"family\";s:11:\"Lakki Reddy\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:999;a:2:{s:6:\"family\";s:8:\"Srisakdi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1000;a:2:{s:6:\"family\";s:10:\"Inria Sans\";s:8:\"variants\";a:6:{i:0;s:3:\"300\";i:1;s:9:\"300italic\";i:2;s:7:\"regular\";i:3;s:6:\"italic\";i:4;s:3:\"700\";i:5;s:9:\"700italic\";}}i:1001;a:2:{s:6:\"family\";s:9:\"Oooh Baby\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1002;a:2:{s:6:\"family\";s:7:\"Revalia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1003;a:2:{s:6:\"family\";s:9:\"Diplomata\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1004;a:2:{s:6:\"family\";s:21:\"Noto Serif Devanagari\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1005;a:2:{s:6:\"family\";s:11:\"Metal Mania\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1006;a:2:{s:6:\"family\";s:6:\"Kavoon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1007;a:2:{s:6:\"family\";s:16:\"Noto Serif Tamil\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:1008;a:2:{s:6:\"family\";s:12:\"Jolly Lodger\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1009;a:2:{s:6:\"family\";s:7:\"Arbutus\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1010;a:2:{s:6:\"family\";s:13:\"Bigelow Rules\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1011;a:2:{s:6:\"family\";s:9:\"Jomolhari\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1012;a:2:{s:6:\"family\";s:13:\"Maiden Orange\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1013;a:2:{s:6:\"family\";s:10:\"Noto Emoji\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:1014;a:2:{s:6:\"family\";s:6:\"Risque\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1015;a:2:{s:6:\"family\";s:8:\"Joti One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1016;a:2:{s:6:\"family\";s:26:\"Noto Sans Tamil Supplement\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1017;a:2:{s:6:\"family\";s:12:\"BIZ UDGothic\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1018;a:2:{s:6:\"family\";s:6:\"Smythe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1019;a:2:{s:6:\"family\";s:12:\"Ravi Prakash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1020;a:2:{s:6:\"family\";s:13:\"Mrs Sheppards\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1021;a:2:{s:6:\"family\";s:8:\"Zen Loop\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1022;a:2:{s:6:\"family\";s:14:\"Jim Nightshade\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1023;a:2:{s:6:\"family\";s:7:\"Peddana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1024;a:2:{s:6:\"family\";s:6:\"Spirax\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1025;a:2:{s:6:\"family\";s:11:\"Kaisei Opti\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:1026;a:2:{s:6:\"family\";s:14:\"Kirang Haerang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1027;a:2:{s:6:\"family\";s:22:\"Libre Barcode 128 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1028;a:2:{s:6:\"family\";s:10:\"Beth Ellen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1029;a:2:{s:6:\"family\";s:12:\"Radio Canada\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:1030;a:2:{s:6:\"family\";s:11:\"Hina Mincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1031;a:2:{s:6:\"family\";s:11:\"Rampart One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1032;a:2:{s:6:\"family\";s:6:\"Yomogi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1033;a:2:{s:6:\"family\";s:6:\"Grenze\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:9:\"100italic\";i:2;s:3:\"200\";i:3;s:9:\"200italic\";i:4;s:3:\"300\";i:5;s:9:\"300italic\";i:6;s:7:\"regular\";i:7;s:6:\"italic\";i:8;s:3:\"500\";i:9;s:9:\"500italic\";i:10;s:3:\"600\";i:11;s:9:\"600italic\";i:12;s:3:\"700\";i:13;s:9:\"700italic\";i:14;s:3:\"800\";i:15;s:9:\"800italic\";i:16;s:3:\"900\";i:17;s:9:\"900italic\";}}i:1034;a:2:{s:6:\"family\";s:16:\"Jacques Francois\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1035;a:2:{s:6:\"family\";s:7:\"Ephesis\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1036;a:2:{s:6:\"family\";s:10:\"Keania One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1037;a:2:{s:6:\"family\";s:10:\"Poor Story\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1038;a:2:{s:6:\"family\";s:13:\"Ribeye Marrow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1039;a:2:{s:6:\"family\";s:5:\"Arima\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:1040;a:2:{s:6:\"family\";s:12:\"Gemunu Libre\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:1041;a:2:{s:6:\"family\";s:8:\"Galdeano\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1042;a:2:{s:6:\"family\";s:17:\"Noto Sans Symbols\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1043;a:2:{s:6:\"family\";s:9:\"Romanesco\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1044;a:2:{s:6:\"family\";s:23:\"Tiro Devanagari Marathi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1045;a:2:{s:6:\"family\";s:15:\"Caesar Dressing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1046;a:2:{s:6:\"family\";s:8:\"Lancelot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1047;a:2:{s:6:\"family\";s:7:\"Galindo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1048;a:2:{s:6:\"family\";s:5:\"Mogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1049;a:2:{s:6:\"family\";s:7:\"Bahiana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1050;a:2:{s:6:\"family\";s:18:\"IM Fell DW Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1051;a:2:{s:6:\"family\";s:6:\"Unlock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1052;a:2:{s:6:\"family\";s:6:\"Splash\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1053;a:2:{s:6:\"family\";s:10:\"MonteCarlo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1054;a:2:{s:6:\"family\";s:11:\"Emblema One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1055;a:2:{s:6:\"family\";s:15:\"Noto Serif Thai\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1056;a:2:{s:6:\"family\";s:9:\"Karantina\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:1057;a:2:{s:6:\"family\";s:13:\"Rhodium Libre\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1058;a:2:{s:6:\"family\";s:15:\"Qwitcher Grypen\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1059;a:2:{s:6:\"family\";s:12:\"Diplomata SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1060;a:2:{s:6:\"family\";s:14:\"Odor Mean Chey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1061;a:2:{s:6:\"family\";s:10:\"Bakbak One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1062;a:2:{s:6:\"family\";s:6:\"Mohave\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:1063;a:2:{s:6:\"family\";s:4:\"Moul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1064;a:2:{s:6:\"family\";s:9:\"Syne Mono\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1065;a:2:{s:6:\"family\";s:11:\"Almendra SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1066;a:2:{s:6:\"family\";s:10:\"Birthstone\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1067;a:2:{s:6:\"family\";s:6:\"Gulzar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1068;a:2:{s:6:\"family\";s:9:\"Nerko One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1069;a:2:{s:6:\"family\";s:7:\"Plaster\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1070;a:2:{s:6:\"family\";s:8:\"Girassol\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1071;a:2:{s:6:\"family\";s:16:\"Almendra Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1072;a:2:{s:6:\"family\";s:18:\"Noto Serif Kannada\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1073;a:2:{s:6:\"family\";s:9:\"Oldenburg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1074;a:2:{s:6:\"family\";s:16:\"Spline Sans Mono\";s:8:\"variants\";a:10:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";i:5;s:9:\"300italic\";i:6;s:6:\"italic\";i:7;s:9:\"500italic\";i:8;s:9:\"600italic\";i:9;s:9:\"700italic\";}}i:1075;a:2:{s:6:\"family\";s:11:\"Beau Rivage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1076;a:2:{s:6:\"family\";s:8:\"Zen Dots\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1077;a:2:{s:6:\"family\";s:13:\"Stalinist One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1078;a:2:{s:6:\"family\";s:23:\"IM Fell French Canon SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1079;a:2:{s:6:\"family\";s:14:\"Princess Sofia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1080;a:2:{s:6:\"family\";s:10:\"Truculenta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1081;a:2:{s:6:\"family\";s:4:\"Joan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1082;a:2:{s:6:\"family\";s:12:\"Montagu Slab\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:1083;a:2:{s:6:\"family\";s:8:\"M PLUS 2\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1084;a:2:{s:6:\"family\";s:23:\"Jacques Francois Shadow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1085;a:2:{s:6:\"family\";s:6:\"Gluten\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1086;a:2:{s:6:\"family\";s:11:\"Seymour One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1087;a:2:{s:6:\"family\";s:5:\"Asset\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1088;a:2:{s:6:\"family\";s:14:\"Anek Malayalam\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1089;a:2:{s:6:\"family\";s:10:\"Finlandica\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:1090;a:2:{s:6:\"family\";s:13:\"Zhi Mang Xing\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1091;a:2:{s:6:\"family\";s:7:\"Flavors\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1092;a:2:{s:6:\"family\";s:10:\"Atomic Age\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1093;a:2:{s:6:\"family\";s:10:\"Square Peg\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1094;a:2:{s:6:\"family\";s:9:\"Carattere\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1095;a:2:{s:6:\"family\";s:20:\"Sedgwick Ave Display\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1096;a:2:{s:6:\"family\";s:7:\"Mingzat\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1097;a:2:{s:6:\"family\";s:9:\"Fascinate\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1098;a:2:{s:6:\"family\";s:15:\"Londrina Sketch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1099;a:2:{s:6:\"family\";s:23:\"IM Fell Great Primer SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1100;a:2:{s:6:\"family\";s:18:\"Noto Sans Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1101;a:2:{s:6:\"family\";s:11:\"Dr Sugiyama\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1102;a:2:{s:6:\"family\";s:14:\"Kdam Thmor Pro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1103;a:2:{s:6:\"family\";s:7:\"Murecho\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1104;a:2:{s:6:\"family\";s:13:\"Glass Antiqua\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1105;a:2:{s:6:\"family\";s:14:\"Miss Fajardose\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1106;a:2:{s:6:\"family\";s:10:\"Barriecito\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1107;a:2:{s:6:\"family\";s:25:\"Libre Barcode 39 Extended\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1108;a:2:{s:6:\"family\";s:13:\"BIZ UDPMincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1109;a:2:{s:6:\"family\";s:7:\"Snippet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1110;a:2:{s:6:\"family\";s:5:\"Metal\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1111;a:2:{s:6:\"family\";s:7:\"Dangrek\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1112;a:2:{s:6:\"family\";s:8:\"Freehand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1113;a:2:{s:6:\"family\";s:16:\"Noto Sans Gothic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1114;a:2:{s:6:\"family\";s:8:\"Licorice\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1115;a:2:{s:6:\"family\";s:11:\"Lexend Tera\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1116;a:2:{s:6:\"family\";s:15:\"GFS Neohellenic\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:1117;a:2:{s:6:\"family\";s:6:\"Bonbon\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1118;a:2:{s:6:\"family\";s:17:\"Kumar One Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1119;a:2:{s:6:\"family\";s:26:\"Big Shoulders Stencil Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1120;a:2:{s:6:\"family\";s:9:\"Nova Slim\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1121;a:2:{s:6:\"family\";s:8:\"Siemreap\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1122;a:2:{s:6:\"family\";s:15:\"Vujahday Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1123;a:2:{s:6:\"family\";s:11:\"Spline Sans\";s:8:\"variants\";a:5:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"500\";i:3;s:3:\"600\";i:4;s:3:\"700\";}}i:1124;a:2:{s:6:\"family\";s:11:\"Gowun Dodum\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1125;a:2:{s:6:\"family\";s:9:\"Road Rage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1126;a:2:{s:6:\"family\";s:7:\"Festive\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1127;a:2:{s:6:\"family\";s:6:\"Gidugu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1128;a:2:{s:6:\"family\";s:14:\"Butterfly Kids\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1129;a:2:{s:6:\"family\";s:10:\"Mr Bedfort\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1130;a:2:{s:6:\"family\";s:17:\"Gentium Book Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:1131;a:2:{s:6:\"family\";s:5:\"Combo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1132;a:2:{s:6:\"family\";s:11:\"Suwannaphum\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:1133;a:2:{s:6:\"family\";s:14:\"Noto Sans Math\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1134;a:2:{s:6:\"family\";s:14:\"Bungee Outline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1135;a:2:{s:6:\"family\";s:9:\"Chela One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1136;a:2:{s:6:\"family\";s:9:\"Nova Oval\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1137;a:2:{s:6:\"family\";s:5:\"Benne\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1138;a:2:{s:6:\"family\";s:9:\"Erica One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1139;a:2:{s:6:\"family\";s:14:\"Encode Sans SC\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1140;a:2:{s:6:\"family\";s:9:\"Sunshiney\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1141;a:2:{s:6:\"family\";s:9:\"Nuosu SIL\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1142;a:2:{s:6:\"family\";s:7:\"Trochut\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";}}i:1143;a:2:{s:6:\"family\";s:15:\"Anek Devanagari\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1144;a:2:{s:6:\"family\";s:8:\"Moulpali\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1145;a:2:{s:6:\"family\";s:8:\"Federant\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1146;a:2:{s:6:\"family\";s:5:\"Bokor\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1147;a:2:{s:6:\"family\";s:15:\"Bungee Hairline\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1148;a:2:{s:6:\"family\";s:17:\"Birthstone Bounce\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"500\";}}i:1149;a:2:{s:6:\"family\";s:7:\"Astloch\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1150;a:2:{s:6:\"family\";s:12:\"BIZ UDMincho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1151;a:2:{s:6:\"family\";s:11:\"Water Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1152;a:2:{s:6:\"family\";s:11:\"New Tegomin\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1153;a:2:{s:6:\"family\";s:9:\"Miltonian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1154;a:2:{s:6:\"family\";s:9:\"Texturina\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:1155;a:2:{s:6:\"family\";s:9:\"Corinthia\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1156;a:2:{s:6:\"family\";s:22:\"IM Fell Double Pica SC\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1157;a:2:{s:6:\"family\";s:10:\"Yuji Syuku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1158;a:2:{s:6:\"family\";s:16:\"Kaisei HarunoUmi\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:1159;a:2:{s:6:\"family\";s:13:\"Snowburst One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1160;a:2:{s:6:\"family\";s:9:\"Suravaram\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1161;a:2:{s:6:\"family\";s:11:\"Passero One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1162;a:2:{s:6:\"family\";s:12:\"Purple Purse\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1163;a:2:{s:6:\"family\";s:6:\"Gupter\";s:8:\"variants\";a:3:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"700\";}}i:1164;a:2:{s:6:\"family\";s:7:\"Fruktur\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1165;a:2:{s:6:\"family\";s:10:\"Anek Tamil\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1166;a:2:{s:6:\"family\";s:23:\"Black And White Picture\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1167;a:2:{s:6:\"family\";s:9:\"Long Cang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1168;a:2:{s:6:\"family\";s:17:\"BioRhyme Expanded\";s:8:\"variants\";a:5:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"800\";}}i:1169;a:2:{s:6:\"family\";s:6:\"Qahiri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1170;a:2:{s:6:\"family\";s:7:\"Gantari\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:1171;a:2:{s:6:\"family\";s:24:\"Tiro Devanagari Sanskrit\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1172;a:2:{s:6:\"family\";s:7:\"Fuggles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1173;a:2:{s:6:\"family\";s:7:\"Hanalei\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1174;a:2:{s:6:\"family\";s:19:\"Shippori Antique B1\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1175;a:2:{s:6:\"family\";s:10:\"Butcherman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1176;a:2:{s:6:\"family\";s:6:\"Praise\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1177;a:2:{s:6:\"family\";s:6:\"Taprom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1178;a:2:{s:6:\"family\";s:11:\"Nova Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1179;a:2:{s:6:\"family\";s:5:\"Imbue\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1180;a:2:{s:6:\"family\";s:18:\"Noto Sans Tai Viet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1181;a:2:{s:6:\"family\";s:6:\"Langar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1182;a:2:{s:6:\"family\";s:14:\"Bonheur Royale\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1183;a:2:{s:6:\"family\";s:11:\"Lexend Peta\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1184;a:2:{s:6:\"family\";s:10:\"Sofadi One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1185;a:2:{s:6:\"family\";s:8:\"Nova Cut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1186;a:2:{s:6:\"family\";s:11:\"Inspiration\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1187;a:2:{s:6:\"family\";s:7:\"Lacquer\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1188;a:2:{s:6:\"family\";s:7:\"Anybody\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:1189;a:2:{s:6:\"family\";s:16:\"Miltonian Tattoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1190;a:2:{s:6:\"family\";s:11:\"Ruge Boogie\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1191;a:2:{s:6:\"family\";s:25:\"Big Shoulders Inline Text\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1192;a:2:{s:6:\"family\";s:8:\"Petemoss\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1193;a:2:{s:6:\"family\";s:6:\"Aubrey\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1194;a:2:{s:6:\"family\";s:8:\"Fasthand\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1195;a:2:{s:6:\"family\";s:14:\"Lavishly Yours\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1196;a:2:{s:6:\"family\";s:11:\"Anek Bangla\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1197;a:2:{s:6:\"family\";s:13:\"Rubik Microbe\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1198;a:2:{s:6:\"family\";s:5:\"Vibes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1199;a:2:{s:6:\"family\";s:11:\"Smooch Sans\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1200;a:2:{s:6:\"family\";s:13:\"Kantumruy Pro\";s:8:\"variants\";a:14:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:9:\"100italic\";i:8;s:9:\"200italic\";i:9;s:9:\"300italic\";i:10;s:6:\"italic\";i:11;s:9:\"500italic\";i:12;s:9:\"600italic\";i:13;s:9:\"700italic\";}}i:1201;a:2:{s:6:\"family\";s:9:\"Sevillana\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1202;a:2:{s:6:\"family\";s:6:\"Ballet\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1203;a:2:{s:6:\"family\";s:7:\"Ms Madi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1204;a:2:{s:6:\"family\";s:16:\"Luxurious Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1205;a:2:{s:6:\"family\";s:9:\"Xanh Mono\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1206;a:2:{s:6:\"family\";s:14:\"Stick No Bills\";s:8:\"variants\";a:7:{i:0;s:3:\"200\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"500\";i:4;s:3:\"600\";i:5;s:3:\"700\";i:6;s:3:\"800\";}}i:1207;a:2:{s:6:\"family\";s:9:\"Waterfall\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1208;a:2:{s:6:\"family\";s:8:\"Dhurjati\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1209;a:2:{s:6:\"family\";s:11:\"Neonderthaw\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1210;a:2:{s:6:\"family\";s:8:\"Tapestry\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1211;a:2:{s:6:\"family\";s:10:\"Single Day\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1212;a:2:{s:6:\"family\";s:11:\"Preahvihear\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1213;a:2:{s:6:\"family\";s:9:\"Yuji Boku\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1214;a:2:{s:6:\"family\";s:9:\"Gwendolyn\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1215;a:2:{s:6:\"family\";s:5:\"Kenia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1216;a:2:{s:6:\"family\";s:13:\"Fuzzy Bubbles\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1217;a:2:{s:6:\"family\";s:11:\"Meow Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1218;a:2:{s:6:\"family\";s:7:\"Cherish\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1219;a:2:{s:6:\"family\";s:10:\"Moon Dance\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1220;a:2:{s:6:\"family\";s:13:\"Rubik Beastly\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1221;a:2:{s:6:\"family\";s:19:\"Noto Sans Symbols 2\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1222;a:2:{s:6:\"family\";s:7:\"Whisper\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1223;a:2:{s:6:\"family\";s:13:\"Zen Tokyo Zoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1224;a:2:{s:6:\"family\";s:12:\"Syne Tactile\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1225;a:2:{s:6:\"family\";s:10:\"Charis SIL\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:1226;a:2:{s:6:\"family\";s:11:\"Tiro Bangla\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1227;a:2:{s:6:\"family\";s:12:\"Gideon Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1228;a:2:{s:6:\"family\";s:12:\"Geostar Fill\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1229;a:2:{s:6:\"family\";s:12:\"Gentium Plus\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";i:2;s:3:\"700\";i:3;s:9:\"700italic\";}}i:1230;a:2:{s:6:\"family\";s:16:\"Noto Serif Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1231;a:2:{s:6:\"family\";s:13:\"Tiro Gurmukhi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1232;a:2:{s:6:\"family\";s:15:\"Imperial Script\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1233;a:2:{s:6:\"family\";s:24:\"IBM Plex Sans Devanagari\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:1234;a:2:{s:6:\"family\";s:15:\"Rubik Wet Paint\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1235;a:2:{s:6:\"family\";s:14:\"Koh Santepheap\";s:8:\"variants\";a:5:{i:0;s:3:\"100\";i:1;s:3:\"300\";i:2;s:7:\"regular\";i:3;s:3:\"700\";i:4;s:3:\"900\";}}i:1236;a:2:{s:6:\"family\";s:7:\"Geostar\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1237;a:2:{s:6:\"family\";s:21:\"Tiro Devanagari Hindi\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1238;a:2:{s:6:\"family\";s:12:\"Rubik Glitch\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1239;a:2:{s:6:\"family\";s:9:\"Mea Culpa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1240;a:2:{s:6:\"family\";s:5:\"Genos\";s:8:\"variants\";a:18:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";i:9;s:9:\"100italic\";i:10;s:9:\"200italic\";i:11;s:9:\"300italic\";i:12;s:6:\"italic\";i:13;s:9:\"500italic\";i:14;s:9:\"600italic\";i:15;s:9:\"700italic\";i:16;s:9:\"800italic\";i:17;s:9:\"900italic\";}}i:1241;a:2:{s:6:\"family\";s:11:\"Tiro Telugu\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1242;a:2:{s:6:\"family\";s:8:\"Hubballi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1243;a:2:{s:6:\"family\";s:5:\"Blaka\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1244;a:2:{s:6:\"family\";s:13:\"Noto Sans Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1245;a:2:{s:6:\"family\";s:19:\"Noto Serif Armenian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1246;a:2:{s:6:\"family\";s:6:\"Updock\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1247;a:2:{s:6:\"family\";s:6:\"Warnes\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1248;a:2:{s:6:\"family\";s:12:\"Send Flowers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1249;a:2:{s:6:\"family\";s:16:\"Tai Heritage Pro\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1250;a:2:{s:6:\"family\";s:20:\"IBM Plex Sans Hebrew\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:1251;a:2:{s:6:\"family\";s:14:\"Grechen Fuemen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1252;a:2:{s:6:\"family\";s:13:\"Anek Gurmukhi\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1253;a:2:{s:6:\"family\";s:10:\"Tiro Tamil\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1254;a:2:{s:6:\"family\";s:16:\"Familjen Grotesk\";s:8:\"variants\";a:8:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";i:4;s:6:\"italic\";i:5;s:9:\"500italic\";i:6;s:9:\"600italic\";i:7;s:9:\"700italic\";}}i:1255;a:2:{s:6:\"family\";s:24:\"Libre Barcode EAN13 Text\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1256;a:2:{s:6:\"family\";s:15:\"Luxurious Roman\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1257;a:2:{s:6:\"family\";s:33:\"Noto Serif Nyiakeng Puachue Hmong\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1258;a:2:{s:6:\"family\";s:28:\"Big Shoulders Inline Display\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1259;a:2:{s:6:\"family\";s:13:\"Fleur De Leah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1260;a:2:{s:6:\"family\";s:13:\"Flow Circular\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1261;a:2:{s:6:\"family\";s:10:\"Babylonica\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1262;a:2:{s:6:\"family\";s:20:\"Noto Sans Saurashtra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1263;a:2:{s:6:\"family\";s:10:\"Love Light\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1264;a:2:{s:6:\"family\";s:13:\"Rubik Bubbles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1265;a:2:{s:6:\"family\";s:18:\"Noto Sans Javanese\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:3:\"700\";}}i:1266;a:2:{s:6:\"family\";s:22:\"Alumni Sans Inline One\";s:8:\"variants\";a:2:{i:0;s:7:\"regular\";i:1;s:6:\"italic\";}}i:1267;a:2:{s:6:\"family\";s:19:\"Noto Serif Georgian\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1268;a:2:{s:6:\"family\";s:12:\"Blaka Hollow\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1269;a:2:{s:6:\"family\";s:15:\"Are You Serious\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1270;a:2:{s:6:\"family\";s:21:\"Noto Sans Thai Looped\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1271;a:2:{s:6:\"family\";s:19:\"Noto Serif Gujarati\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1272;a:2:{s:6:\"family\";s:3:\"Ole\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1273;a:2:{s:6:\"family\";s:2:\"Oi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1274;a:2:{s:6:\"family\";s:12:\"Twinkle Star\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1275;a:2:{s:6:\"family\";s:20:\"BhuTuka Expanded One\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1276;a:2:{s:6:\"family\";s:10:\"Noto Music\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1277;a:2:{s:6:\"family\";s:7:\"My Soul\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1278;a:2:{s:6:\"family\";s:30:\"Noto Sans Egyptian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1279;a:2:{s:6:\"family\";s:17:\"Noto Rashi Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1280;a:2:{s:6:\"family\";s:11:\"Anek Telugu\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1281;a:2:{s:6:\"family\";s:19:\"Noto Serif Ethiopic\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1282;a:2:{s:6:\"family\";s:13:\"Anek Gujarati\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1283;a:2:{s:6:\"family\";s:11:\"Moo Lah Lah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1284;a:2:{s:6:\"family\";s:17:\"Noto Sans Deseret\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1285;a:2:{s:6:\"family\";s:15:\"Noto Sans Khmer\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1286;a:2:{s:6:\"family\";s:5:\"Uchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1287;a:2:{s:6:\"family\";s:13:\"Rubik Puddles\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1288;a:2:{s:6:\"family\";s:17:\"Passions Conflict\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1289;a:2:{s:6:\"family\";s:9:\"Anek Odia\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1290;a:2:{s:6:\"family\";s:7:\"Estonia\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1291;a:2:{s:6:\"family\";s:12:\"Anek Kannada\";s:8:\"variants\";a:8:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";}}i:1292;a:2:{s:6:\"family\";s:7:\"Grey Qo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1293;a:2:{s:6:\"family\";s:18:\"Noto Serif Sinhala\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1294;a:2:{s:6:\"family\";s:16:\"Noto Sans Carian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1295;a:2:{s:6:\"family\";s:14:\"Ingrid Darling\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1296;a:2:{s:6:\"family\";s:14:\"Island Moments\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1297;a:2:{s:6:\"family\";s:17:\"M PLUS Code Latin\";s:8:\"variants\";a:7:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";}}i:1298;a:2:{s:6:\"family\";s:22:\"Noto Traditional Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1299;a:2:{s:6:\"family\";s:8:\"Yuji Mai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1300;a:2:{s:6:\"family\";s:15:\"Redacted Script\";s:8:\"variants\";a:3:{i:0;s:3:\"300\";i:1;s:7:\"regular\";i:2;s:3:\"700\";}}i:1301;a:2:{s:6:\"family\";s:12:\"Puppies Play\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1302;a:2:{s:6:\"family\";s:7:\"Caramel\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1303;a:2:{s:6:\"family\";s:7:\"Explora\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1304;a:2:{s:6:\"family\";s:19:\"Noto Sans Samaritan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1305;a:2:{s:6:\"family\";s:5:\"Kings\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1306;a:2:{s:6:\"family\";s:16:\"Noto Sans Thaana\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1307;a:2:{s:6:\"family\";s:14:\"Noto Serif Lao\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1308;a:2:{s:6:\"family\";s:12:\"Kolker Brush\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1309;a:2:{s:6:\"family\";s:17:\"Noto Serif Hebrew\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1310;a:2:{s:6:\"family\";s:11:\"Sassy Frass\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1311;a:2:{s:6:\"family\";s:15:\"Noto Sans Adlam\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1312;a:2:{s:6:\"family\";s:18:\"Noto Sans Cherokee\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1313;a:2:{s:6:\"family\";s:10:\"Flow Block\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1314;a:2:{s:6:\"family\";s:17:\"Noto Serif Telugu\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1315;a:2:{s:6:\"family\";s:16:\"Noto Sans Brahmi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1316;a:2:{s:6:\"family\";s:18:\"Noto Serif Myanmar\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1317;a:2:{s:6:\"family\";s:12:\"Flow Rounded\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1318;a:2:{s:6:\"family\";s:22:\"Noto Sans Meetei Mayek\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1319;a:2:{s:6:\"family\";s:8:\"Redacted\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1320;a:2:{s:6:\"family\";s:14:\"Noto Sans Cham\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1321;a:2:{s:6:\"family\";s:20:\"Noto Sans Old Italic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1322;a:2:{s:6:\"family\";s:24:\"Noto Sans Adlam Unjoined\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1323;a:2:{s:6:\"family\";s:16:\"Noto Sans Coptic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1324;a:2:{s:6:\"family\";s:17:\"Noto Sans Hanunoo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1325;a:2:{s:6:\"family\";s:26:\"Noto Sans Imperial Aramaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1326;a:2:{s:6:\"family\";s:17:\"Noto Sans Tagalog\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1327;a:2:{s:6:\"family\";s:17:\"Noto Sans Multani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1328;a:2:{s:6:\"family\";s:31:\"Noto Sans Anatolian Hieroglyphs\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1329;a:2:{s:6:\"family\";s:16:\"Noto Sans Syriac\";s:8:\"variants\";a:3:{i:0;s:3:\"100\";i:1;s:7:\"regular\";i:2;s:3:\"900\";}}i:1330;a:2:{s:6:\"family\";s:17:\"Noto Serif Yezidi\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1331;a:2:{s:6:\"family\";s:18:\"Noto Sans Balinese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1332;a:2:{s:6:\"family\";s:15:\"Noto Sans Bamum\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1333;a:2:{s:6:\"family\";s:19:\"Noto Sans Mongolian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1334;a:2:{s:6:\"family\";s:23:\"Noto Sans Old Hungarian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1335;a:2:{s:6:\"family\";s:18:\"Noto Sans Buginese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1336;a:2:{s:6:\"family\";s:20:\"Noto Sans Old Turkic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1337;a:2:{s:6:\"family\";s:18:\"Noto Sans Linear A\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1338;a:2:{s:6:\"family\";s:18:\"Noto Sans Ol Chiki\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1339;a:2:{s:6:\"family\";s:12:\"Noto Sans Yi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1340;a:2:{s:6:\"family\";s:17:\"Noto Sans Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1341;a:2:{s:6:\"family\";s:18:\"Noto Serif Tibetan\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1342;a:2:{s:6:\"family\";s:19:\"Noto Serif Gurmukhi\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1343;a:2:{s:6:\"family\";s:17:\"Noto Sans Cypriot\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1344;a:2:{s:6:\"family\";s:29:\"Noto Sans Canadian Aboriginal\";s:8:\"variants\";a:9:{i:0;s:3:\"100\";i:1;s:3:\"200\";i:2;s:3:\"300\";i:3;s:7:\"regular\";i:4;s:3:\"500\";i:5;s:3:\"600\";i:6;s:3:\"700\";i:7;s:3:\"800\";i:8;s:3:\"900\";}}i:1345;a:2:{s:6:\"family\";s:22:\"Noto Sans Sora Sompeng\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1346;a:2:{s:6:\"family\";s:32:\"Noto Sans Inscriptional Parthian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1347;a:2:{s:6:\"family\";s:21:\"Noto Sans Medefaidrin\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1348;a:2:{s:6:\"family\";s:14:\"Noto Sans N Ko\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1349;a:2:{s:6:\"family\";s:16:\"Noto Sans Kaithi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1350;a:2:{s:6:\"family\";s:25:\"Noto Sans Psalter Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1351;a:2:{s:6:\"family\";s:29:\"Noto Sans Indic Siyaq Numbers\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1352;a:2:{s:6:\"family\";s:18:\"Noto Sans Tifinagh\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1353;a:2:{s:6:\"family\";s:18:\"Noto Sans Tai Tham\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1354;a:2:{s:6:\"family\";s:17:\"Noto Serif Tangut\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1355;a:2:{s:6:\"family\";s:31:\"Noto Sans Inscriptional Pahlavi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1356;a:2:{s:6:\"family\";s:19:\"Noto Sans Sundanese\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1357;a:2:{s:6:\"family\";s:13:\"Noto Sans Mro\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1358;a:2:{s:6:\"family\";s:27:\"Noto Sans Old South Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1359;a:2:{s:6:\"family\";s:17:\"Noto Sans Avestan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1360;a:2:{s:6:\"family\";s:21:\"Noto Sans Old Persian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1361;a:2:{s:6:\"family\";s:15:\"Noto Sans Runic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1362;a:2:{s:6:\"family\";s:19:\"Noto Serif Balinese\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1363;a:2:{s:6:\"family\";s:25:\"Noto Sans Hanifi Rohingya\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1364;a:2:{s:6:\"family\";s:14:\"Noto Sans Lisu\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1365;a:2:{s:6:\"family\";s:28:\"Noto Sans Caucasian Albanian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1366;a:2:{s:6:\"family\";s:16:\"Noto Serif Dogra\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1367;a:2:{s:6:\"family\";s:19:\"Noto Sans Bassa Vah\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1368;a:2:{s:6:\"family\";s:15:\"Noto Sans Osage\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1369;a:2:{s:6:\"family\";s:15:\"Noto Sans Ogham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1370;a:2:{s:6:\"family\";s:18:\"Noto Sans Phags Pa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1371;a:2:{s:6:\"family\";s:19:\"Noto Sans Palmyrene\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1372;a:2:{s:6:\"family\";s:18:\"Noto Sans Kayah Li\";s:8:\"variants\";a:4:{i:0;s:7:\"regular\";i:1;s:3:\"500\";i:2;s:3:\"600\";i:3;s:3:\"700\";}}i:1373;a:2:{s:6:\"family\";s:17:\"Noto Sans Sharada\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1374;a:2:{s:6:\"family\";s:20:\"Noto Sans Glagolitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1375;a:2:{s:6:\"family\";s:22:\"Noto Sans Pahawh Hmong\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1376;a:2:{s:6:\"family\";s:24:\"Noto Sans Mayan Numerals\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1377;a:2:{s:6:\"family\";s:20:\"Noto Sans Kharoshthi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1378;a:2:{s:6:\"family\";s:15:\"Noto Serif Ahom\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1379;a:2:{s:6:\"family\";s:19:\"Noto Sans Cuneiform\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1380;a:2:{s:6:\"family\";s:18:\"Noto Serif Grantha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1381;a:2:{s:6:\"family\";s:27:\"Noto Sans Old North Arabian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1382;a:2:{s:6:\"family\";s:16:\"Noto Sans Wancho\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1383;a:2:{s:6:\"family\";s:26:\"Noto Sans Zanabazar Square\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1384;a:2:{s:6:\"family\";s:14:\"Noto Sans Newa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1385;a:2:{s:6:\"family\";s:18:\"Noto Sans Ugaritic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1386;a:2:{s:6:\"family\";s:19:\"Noto Sans Bhaiksuki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1387;a:2:{s:6:\"family\";s:20:\"Noto Sans Phoenician\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1388;a:2:{s:6:\"family\";s:15:\"Noto Sans Batak\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1389;a:2:{s:6:\"family\";s:17:\"Noto Sans Marchen\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1390;a:2:{s:6:\"family\";s:21:\"Noto Sans New Tai Lue\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1391;a:2:{s:6:\"family\";s:18:\"Noto Sans Linear B\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1392;a:2:{s:6:\"family\";s:19:\"Noto Sans Khudawadi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1393;a:2:{s:6:\"family\";s:17:\"Noto Sans Elbasan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1394;a:2:{s:6:\"family\";s:23:\"Noto Sans Masaram Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1395;a:2:{s:6:\"family\";s:18:\"Noto Sans Mahajani\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1396;a:2:{s:6:\"family\";s:22:\"Noto Sans Syloti Nagri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1397;a:2:{s:6:\"family\";s:15:\"Noto Sans Limbu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1398;a:2:{s:6:\"family\";s:18:\"Noto Sans Duployan\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1399;a:2:{s:6:\"family\";s:18:\"Noto Sans Meroitic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1400;a:2:{s:6:\"family\";s:21:\"Noto Sans Pau Cin Hau\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1401;a:2:{s:6:\"family\";s:17:\"Noto Sans Siddham\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1402;a:2:{s:6:\"family\";s:20:\"Noto Sans Manichaean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1403;a:2:{s:6:\"family\";s:15:\"Noto Sans Takri\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1404;a:2:{s:6:\"family\";s:13:\"Noto Sans Vai\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1405;a:2:{s:6:\"family\";s:16:\"Noto Sans Khojki\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1406;a:2:{s:6:\"family\";s:15:\"Noto Sans Buhid\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1407;a:2:{s:6:\"family\";s:15:\"Noto Sans Nushu\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1408;a:2:{s:6:\"family\";s:16:\"Noto Sans Chakma\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1409;a:2:{s:6:\"family\";s:16:\"Noto Sans Rejang\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1410;a:2:{s:6:\"family\";s:19:\"Noto Sans Nabataean\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1411;a:2:{s:6:\"family\";s:16:\"Noto Sans Lepcha\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1412;a:2:{s:6:\"family\";s:21:\"Noto Sans Warang Citi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1413;a:2:{s:6:\"family\";s:16:\"Noto Sans Tai Le\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1414;a:2:{s:6:\"family\";s:14:\"Noto Sans Miao\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1415;a:2:{s:6:\"family\";s:17:\"Noto Sans Osmanya\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1416;a:2:{s:6:\"family\";s:18:\"Noto Sans Tagbanwa\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1417;a:2:{s:6:\"family\";s:16:\"Noto Sans Hatran\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1418;a:2:{s:6:\"family\";s:20:\"Noto Sans Old Permic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1419;a:2:{s:6:\"family\";s:17:\"Noto Sans Elymaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1420;a:2:{s:6:\"family\";s:21:\"Noto Sans Old Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1421;a:2:{s:6:\"family\";s:23:\"Noto Sans Gunjala Gondi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1422;a:2:{s:6:\"family\";s:17:\"Noto Sans Tirhuta\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1423;a:2:{s:6:\"family\";s:14:\"Noto Sans Modi\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1424;a:2:{s:6:\"family\";s:17:\"Noto Sans Sogdian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1425;a:2:{s:6:\"family\";s:17:\"Noto Sans Mandaic\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1426;a:2:{s:6:\"family\";s:17:\"Noto Sans Shavian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1427;a:2:{s:6:\"family\";s:16:\"Noto Sans Lycian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1428;a:2:{s:6:\"family\";s:17:\"Noto Sans Soyombo\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}i:1429;a:2:{s:6:\"family\";s:16:\"Noto Sans Lydian\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}}}','no'),(825,'oxygen_vsb_update_3_6','1','yes'),(829,'flag_cache_repeaterid_fix','1','yes'),(831,'oxygen_vsb_update_4_0_shortcodes_signed','1','no'),(834,'edd_sl_76b3726f897adc07693724e78d28f244','a:2:{s:7:\"timeout\";i:1657738504;s:5:\"value\";s:13896:\"{\"new_version\":\"3.5.2\",\"stable_version\":\"3.5.2\",\"name\":\"OxyNinja Plugin\",\"slug\":\"oxy-ninja\",\"url\":\"https:\\/\\/oxyninja.com\\/downloads\\/ss9zcwhxjbb6\\/?changelog=1\",\"last_updated\":\"2022-06-01 10:27:32\",\"homepage\":\"https:\\/\\/oxyninja.com\",\"package\":\"https:\\/\\/oxyninja.com\\/edd-sl\\/package_download\\/MTY1NzgyMTMwNDpmNTM3NjkxYmU4YWY1OWUzNDc5MWFhYmEwNjJhMDJjMzoxMDYwNjoyZjM0NjlkMWZiMWNmYzFkYWQwMDhiMDY2YjVkYjg5NDpodHRwc0AvL3NlYS1hcmNoLWRyaW5rcy0yMDIyLmxvY2FsOjA=\",\"download_link\":\"https:\\/\\/oxyninja.com\\/edd-sl\\/package_download\\/MTY1NzgyMTMwNDpmNTM3NjkxYmU4YWY1OWUzNDc5MWFhYmEwNjJhMDJjMzoxMDYwNjoyZjM0NjlkMWZiMWNmYzFkYWQwMDhiMDY2YjVkYjg5NDpodHRwc0AvL3NlYS1hcmNoLWRyaW5rcy0yMDIyLmxvY2FsOjA=\",\"sections\":{\"description\":\"<p>This small plugin a brain of all OxyNinja products. It does the initial import of selectors &amp; stylesheets, adds class reset, class lock and grid helpers or remade columns from the Core framework.<\\/p>\\n<p>It\'s made to save time when working with OxyNinja products.<\\/p>\\n<h3>Features list<\\/h3>\\n<ol>\\n<li>Import of selectors and stylesheets<\\/li>\\n<li>Class Reset<\\/li>\\n<li>Class Lock<\\/li>\\n<li>Classes Migration<\\/li>\\n<li>Grid helpers of pre-made columns in Oxygen elements<\\/li>\\n<li>OxyNinja Slider<\\/li>\\n<\\/ol>\",\"changelog\":\"<p>= 3.5.2 =<br \\/>\\n* [fix] Slider Gallery Mode<br \\/>\\n* [fix] Oxygen 4.0 repeater styling inside OxyNinja Slider<br \\/>\\n* [UPDATED] SplideJS 4.0.1 &gt; 4.0.6<br \\/>\\n= 3.5.1 =<br \\/>\\n* [fix] Slider gallery thumbnails<br \\/>\\n* [fix] OxyNinja settings page switches<br \\/>\\n= 3.5.0 =<br \\/>\\n* [NEW] Oxygen 4.0.0 compatibility.<br \\/>\\n* [NEW] Slider component: Images &amp; Divs no longer experimental<br \\/>\\n* [TWEAK] Replace unnecessary jQuery with ES6<br \\/>\\n* [TWEAK] If there is no product image, use WooCommerce placeholder image<br \\/>\\n* [FIX] SplideJS auto-scroll extension<br \\/>\\n* [FIX] If slider has only one image, no thumbnail is displayed<br \\/>\\n* [UPDATED] SplideJS 3.6.9 &gt; 4.0.1<br \\/>\\n* [UPDATED] GLightbox 3.1.0 &gt; 3.2.0<br \\/>\\n= 3.4.3 =<br \\/>\\n* [TWEAK] Sizing &amp; Spacing stylesheet loaded from plugin instead of Oxygen<br \\/>\\n* [FIX] Class Reset<\\/p>\\n<p>= 3.4.2 =<br \\/>\\n* [FIX] Firefox builder loading error<br \\/>\\n* [FIX] Unable to deactivate license<br \\/>\\n* [FIX] OxyNinja Slider - HappyFiles &amp; Admin 2020 WebP support<br \\/>\\n= 3.4.1 =<br \\/>\\n* [NEW] MetaBox slider integration<br \\/>\\n* [NEW] Condition \\u2014 Show\\/Hide element based on WooCommerce related products<br \\/>\\n* [NEW] Condition \\u2014 WooCommerce product stock<br \\/>\\n* [NEW] Easing option for OxyNinja slider<br \\/>\\n* [TWEAK] Better logic for WooCommerce variation slider<br \\/>\\n* [TWEAK] wc_sec_image shortcode now accepts size attribute (full, large, thumbnail, ...)<br \\/>\\n* [TWEAK] Class migration \\u2014 Option to preserve old classes instead of replacing them<br \\/>\\n* [TWEAK] Slider Arrows can be changed on all breakpoints<br \\/>\\n* [FIX] Disabled WP auto-translate of some string in the slider<br \\/>\\n* [FIX] Better compatibility with Oxygen icons in 3.8.1<br \\/>\\n*\\u00a0[FIX] WooCommerce bundled products badge<br \\/>\\n*\\u00a0[FIX] WP_DEBUG notices and warnings<br \\/>\\n*\\u00a0[UPDATED] Agency Base JSON Classes<br \\/>\\n*\\u00a0[UPDATED] GLightbox 3.0.7 &gt; 3.0.8<br \\/>\\n*\\u00a0[UPDATED] SweetAlert2 10.13.3 &gt; 11.0.8<br \\/>\\n= 3.4.0 =<br \\/>\\n* [NEW] Core &amp; WooCore Custom Icon Set<br \\/>\\n* [NEW] OxyNinja Settings Panel (sub-menu under Oxygen tab)<br \\/>\\n* [FIX] Class Reset Breakpoints - Wrongly set color values<\\/p>\\n<p>= 3.3.3 =<br \\/>\\n* [Fix] OxyNinja Slider Per Move not working properly<br \\/>\\n* Fixed Fatal error caused by WooCommerce Mix &amp; Match<\\/p>\\n<p>= 3.3.2 =<br \\/>\\n* [Tweak] Related query use native WooCommerce function (wc_get_related_products)<br \\/>\\n* [Tweak] ACF Custom Badge without OxyNinja branding<br \\/>\\n* Fixed cannot redeclare variable error<br \\/>\\n* Now you can find Agency Base JSON at the root of the folder<\\/p>\\n<p>= 3.3.1 =<br \\/>\\n* [Fix] OxyNinja Slider also accepts multisite plugin<br \\/>\\n* [Tweak] Variable product image tweak<br \\/>\\n* [Tweak] Toolset accepts also external images from URL<br \\/>\\n* OxyToolbox UI additional fix<br \\/>\\n* Fixed fatal error on inserting OxyNinja Slider inside repeater<br \\/>\\n* Fixed undefined $scope on concated scripts<br \\/>\\n* Fixed undefined variable: max_percentage<\\/p>\\n<p>= 3.3.0 =<br \\/>\\n* [NEW] Slider \\/ Carousel Component<br \\/>\\n* [Feature] OxyNinja UI is hidden if \\u201cEnable 3rd party Design Sets\\u201d it disabled<br \\/>\\n* [Enhancement] Class Lock can now lock entire framework on demand<br \\/>\\n* [Enhancement] Class Reset can now reset classes in bulk using partial matches starting with c-<br \\/>\\n* [Enhancement] Core framework updated with new classes<br \\/>\\n* [Tweak] You can lock whole framework on import<br \\/>\\n* [Tweak] Class Reset DOM Rebuild \\u2014 No need for activating class on reset<br \\/>\\n* [Tweak] On plugin uninstall, all plugin data from database are remove<br \\/>\\n* [Fix] Fixed Class Lock error when updating from older version then 3.1.0<br \\/>\\n* [Fix] UI fix for EE and OxyToolbox<br \\/>\\n* [Fix] Fixed endless spinning wheel on first import<br \\/>\\n* [Fix] Fixed wp_debug notices<br \\/>\\n* Compatibility with WordPress 5.7 &amp; Oxygen 3.7<br \\/>\\n* Various other bug fixes<\\/p>\\n<p>= 3.2.0 =<br \\/>\\n* [NEW] Possibility to migrate all selectors between sites<br \\/>\\n* Compatibility with WordPress 5.6 &amp; Oxygen 3.7<br \\/>\\n* Third party libraries updated to actual versions<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1.1 =<br \\/>\\n* [NEW] CORE Framework - Hover classes and full grid span and positioning classes added<br \\/>\\n* [NEW] Grid helpers - 6 new helpers \\/ grids added<br \\/>\\n* [Tweak] ID\\/Class lock - Icon change based on lock state<br \\/>\\n* [Feature] ID\\/Class lock - Last state (locked\\/unlocked) save<br \\/>\\n* [Enhancement] CSS Grid stylesheets loads in background in case it\'s missing<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1 =<br \\/>\\n* [NEW] Class lock - Lock the classes on element to prevent accidental changes in wrong class<br \\/>\\n* [NEW] Grid helpers - Add pre-made columns from Core with responsive classes added from +Add panel<br \\/>\\n* [NEW] Auto Update from WP Dashboard<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.0 =<br \\/>\\n* Plugin rewritten to work with both Core and WooCore out of the box<br \\/>\\n* [NEW] Adds SplideJs, Sales and New badge to WooCore<\\/p>\\n<p>= 2.0 =<br \\/>\\n* [NEW] Class reset - You can reset any class from Core to the default one<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 1 =<br \\/>\\n* Import of selectors and stylesheets<\\/p>\\n\",\"faq\":\"<h4>What do I need to do after install?<\\/h4>\\n<p>Install the plugin, add the plugin license key in the Oxygen License settings, then add API key of a design set in the Oxygen Library settings.<\\/p>\\n<p>Go to any page or template in Oxygen and do the import via Manage &gt; OxyNinja &gt; Start Import<\\/p>\\n<h4>Do I need to use different plugin for Core and WooCore?<\\/h4>\\n<p>No, you always use this same plugin with all our products.<\\/p>\\n\"},\"banners\":{\"high\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/big.png\",\"low\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/edd\\/2020\\/11\\/small.png\"},\"icons\":{\"1x\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/2020\\/07\\/FavIcon-logo.png\",\"2x\":\"https:\\/\\/oxyninja.com\\/wp-content\\/uploads\\/2020\\/07\\/FavIcon-logo.png\"},\"stable_tag\":\"3.5.2\",\"license\":\"EULA + GNU General Public License v3.0\",\"tested\":\"6.0\",\"description\":[\"<p>This small plugin a brain of all OxyNinja products. It does the initial import of selectors &amp; stylesheets, adds class reset, class lock and grid helpers or remade columns from the Core framework.<\\/p>\\n<p>It\'s made to save time when working with OxyNinja products.<\\/p>\\n<h3>Features list<\\/h3>\\n<ol>\\n<li>Import of selectors and stylesheets<\\/li>\\n<li>Class Reset<\\/li>\\n<li>Class Lock<\\/li>\\n<li>Classes Migration<\\/li>\\n<li>Grid helpers of pre-made columns in Oxygen elements<\\/li>\\n<li>OxyNinja Slider<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<p>= 3.5.2 =<br \\/>\\n* [fix] Slider Gallery Mode<br \\/>\\n* [fix] Oxygen 4.0 repeater styling inside OxyNinja Slider<br \\/>\\n* [UPDATED] SplideJS 4.0.1 &gt; 4.0.6<br \\/>\\n= 3.5.1 =<br \\/>\\n* [fix] Slider gallery thumbnails<br \\/>\\n* [fix] OxyNinja settings page switches<br \\/>\\n= 3.5.0 =<br \\/>\\n* [NEW] Oxygen 4.0.0 compatibility.<br \\/>\\n* [NEW] Slider component: Images &amp; Divs no longer experimental<br \\/>\\n* [TWEAK] Replace unnecessary jQuery with ES6<br \\/>\\n* [TWEAK] If there is no product image, use WooCommerce placeholder image<br \\/>\\n* [FIX] SplideJS auto-scroll extension<br \\/>\\n* [FIX] If slider has only one image, no thumbnail is displayed<br \\/>\\n* [UPDATED] SplideJS 3.6.9 &gt; 4.0.1<br \\/>\\n* [UPDATED] GLightbox 3.1.0 &gt; 3.2.0<br \\/>\\n= 3.4.3 =<br \\/>\\n* [TWEAK] Sizing &amp; Spacing stylesheet loaded from plugin instead of Oxygen<br \\/>\\n* [FIX] Class Reset<\\/p>\\n<p>= 3.4.2 =<br \\/>\\n* [FIX] Firefox builder loading error<br \\/>\\n* [FIX] Unable to deactivate license<br \\/>\\n* [FIX] OxyNinja Slider - HappyFiles &amp; Admin 2020 WebP support<br \\/>\\n= 3.4.1 =<br \\/>\\n* [NEW] MetaBox slider integration<br \\/>\\n* [NEW] Condition \\u2014 Show\\/Hide element based on WooCommerce related products<br \\/>\\n* [NEW] Condition \\u2014 WooCommerce product stock<br \\/>\\n* [NEW] Easing option for OxyNinja slider<br \\/>\\n* [TWEAK] Better logic for WooCommerce variation slider<br \\/>\\n* [TWEAK] wc_sec_image shortcode now accepts size attribute (full, large, thumbnail, ...)<br \\/>\\n* [TWEAK] Class migration \\u2014 Option to preserve old classes instead of replacing them<br \\/>\\n* [TWEAK] Slider Arrows can be changed on all breakpoints<br \\/>\\n* [FIX] Disabled WP auto-translate of some string in the slider<br \\/>\\n* [FIX] Better compatibility with Oxygen icons in 3.8.1<br \\/>\\n*\\u00a0[FIX] WooCommerce bundled products badge<br \\/>\\n*\\u00a0[FIX] WP_DEBUG notices and warnings<br \\/>\\n*\\u00a0[UPDATED] Agency Base JSON Classes<br \\/>\\n*\\u00a0[UPDATED] GLightbox 3.0.7 &gt; 3.0.8<br \\/>\\n*\\u00a0[UPDATED] SweetAlert2 10.13.3 &gt; 11.0.8<br \\/>\\n= 3.4.0 =<br \\/>\\n* [NEW] Core &amp; WooCore Custom Icon Set<br \\/>\\n* [NEW] OxyNinja Settings Panel (sub-menu under Oxygen tab)<br \\/>\\n* [FIX] Class Reset Breakpoints - Wrongly set color values<\\/p>\\n<p>= 3.3.3 =<br \\/>\\n* [Fix] OxyNinja Slider Per Move not working properly<br \\/>\\n* Fixed Fatal error caused by WooCommerce Mix &amp; Match<\\/p>\\n<p>= 3.3.2 =<br \\/>\\n* [Tweak] Related query use native WooCommerce function (wc_get_related_products)<br \\/>\\n* [Tweak] ACF Custom Badge without OxyNinja branding<br \\/>\\n* Fixed cannot redeclare variable error<br \\/>\\n* Now you can find Agency Base JSON at the root of the folder<\\/p>\\n<p>= 3.3.1 =<br \\/>\\n* [Fix] OxyNinja Slider also accepts multisite plugin<br \\/>\\n* [Tweak] Variable product image tweak<br \\/>\\n* [Tweak] Toolset accepts also external images from URL<br \\/>\\n* OxyToolbox UI additional fix<br \\/>\\n* Fixed fatal error on inserting OxyNinja Slider inside repeater<br \\/>\\n* Fixed undefined $scope on concated scripts<br \\/>\\n* Fixed undefined variable: max_percentage<\\/p>\\n<p>= 3.3.0 =<br \\/>\\n* [NEW] Slider \\/ Carousel Component<br \\/>\\n* [Feature] OxyNinja UI is hidden if \\u201cEnable 3rd party Design Sets\\u201d it disabled<br \\/>\\n* [Enhancement] Class Lock can now lock entire framework on demand<br \\/>\\n* [Enhancement] Class Reset can now reset classes in bulk using partial matches starting with c-<br \\/>\\n* [Enhancement] Core framework updated with new classes<br \\/>\\n* [Tweak] You can lock whole framework on import<br \\/>\\n* [Tweak] Class Reset DOM Rebuild \\u2014 No need for activating class on reset<br \\/>\\n* [Tweak] On plugin uninstall, all plugin data from database are remove<br \\/>\\n* [Fix] Fixed Class Lock error when updating from older version then 3.1.0<br \\/>\\n* [Fix] UI fix for EE and OxyToolbox<br \\/>\\n* [Fix] Fixed endless spinning wheel on first import<br \\/>\\n* [Fix] Fixed wp_debug notices<br \\/>\\n* Compatibility with WordPress 5.7 &amp; Oxygen 3.7<br \\/>\\n* Various other bug fixes<\\/p>\\n<p>= 3.2.0 =<br \\/>\\n* [NEW] Possibility to migrate all selectors between sites<br \\/>\\n* Compatibility with WordPress 5.6 &amp; Oxygen 3.7<br \\/>\\n* Third party libraries updated to actual versions<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1.1 =<br \\/>\\n* [NEW] CORE Framework - Hover classes and full grid span and positioning classes added<br \\/>\\n* [NEW] Grid helpers - 6 new helpers \\/ grids added<br \\/>\\n* [Tweak] ID\\/Class lock - Icon change based on lock state<br \\/>\\n* [Feature] ID\\/Class lock - Last state (locked\\/unlocked) save<br \\/>\\n* [Enhancement] CSS Grid stylesheets loads in background in case it\'s missing<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.1 =<br \\/>\\n* [NEW] Class lock - Lock the classes on element to prevent accidental changes in wrong class<br \\/>\\n* [NEW] Grid helpers - Add pre-made columns from Core with responsive classes added from +Add panel<br \\/>\\n* [NEW] Auto Update from WP Dashboard<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 3.0 =<br \\/>\\n* Plugin rewritten to work with both Core and WooCore out of the box<br \\/>\\n* [NEW] Adds SplideJs, Sales and New badge to WooCore<\\/p>\\n<p>= 2.0 =<br \\/>\\n* [NEW] Class reset - You can reset any class from Core to the default one<br \\/>\\n* Bug fixes<\\/p>\\n<p>= 1 =<br \\/>\\n* Import of selectors and stylesheets<\\/p>\\n\"],\"faq\":[\"<h4>What do I need to do after install?<\\/h4>\\n<p>Install the plugin, add the plugin license key in the Oxygen License settings, then add API key of a design set in the Oxygen Library settings.<\\/p>\\n<p>Go to any page or template in Oxygen and do the import via Manage &gt; OxyNinja &gt; Start Import<\\/p>\\n<h4>Do I need to use different plugin for Core and WooCore?<\\/h4>\\n<p>No, you always use this same plugin with all our products.<\\/p>\\n\"],\"plugin\":\"oxy-ninja\\/oxy-ninja.php\",\"id\":\"oxy-ninja\\/oxy-ninja.php\"}\";}','no'),(839,'recoda_workspace_user_preference','{\"init\":\"initialized\"}','no'),(851,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:51:\"erropix-hydrogen-pack/vendor/freemius/wordpress-sdk\";O:8:\"stdClass\":4:{s:7:\"version\";s:7:\"2.4.3.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1658770674;s:11:\"plugin_path\";s:32:\"erropix-hydrogen-pack/plugin.php\";}}s:7:\"abspath\";s:29:\"/nas/content/live/seaarchdev/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:32:\"erropix-hydrogen-pack/plugin.php\";s:8:\"sdk_path\";s:51:\"erropix-hydrogen-pack/vendor/freemius/wordpress-sdk\";s:7:\"version\";s:7:\"2.4.3.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1658770674;}}','yes'),(852,'fs_debug_mode','','yes'),(859,'oxy_extras_license_status','valid','yes'),(860,'oxy_extras_adjecent_posts','0','yes'),(861,'oxy_extras_alert_box','0','yes'),(862,'oxy_extras_author_box','0','yes'),(863,'oxy_extras_back_to_top','0','yes'),(864,'oxy_extras_burger_trigger','0','yes'),(865,'oxy_extras_carousel-builder','0','yes'),(866,'oxy_extras_cartcount','0','yes'),(867,'oxy_extras_circular-progress','0','yes'),(868,'oxy_extras_content-switcher','0','yes'),(869,'oxy_extras_content-timeline','0','yes'),(870,'oxy_extras_copyright_text','0','yes'),(871,'oxy_extras_counter','0','yes'),(872,'oxy_extras_countdown','0','yes'),(873,'oxy_extras_dynamictabs','0','yes'),(874,'oxy_extras_pro_login','0','yes'),(875,'oxy_extras_fluent_form','0','yes'),(876,'oxy_extras_gutenberg_reusable_block','0','yes'),(877,'oxy_extras_header_search','0','yes'),(878,'oxy_extras_horizontal_slide_menu','0','yes'),(879,'oxy_extras_hotspots','0','yes'),(880,'oxy_extras_infinite-scroller','0','yes'),(881,'oxy_extras_interactive_cursor','0','yes'),(882,'oxy_extras_lightbox','0','yes'),(883,'oxy_extras_lottie','0','yes'),(884,'oxy_extras_mega-menu','0','yes'),(885,'oxy_extras_minicart','0','yes'),(886,'oxy_extras_off_canvas_wrapper','0','yes'),(887,'oxy_extras_post_modified_date','0','yes'),(888,'oxy_extras_post_terms','0','yes'),(889,'oxy_extras_preloader','0','yes'),(890,'oxy_extras_pro_accordion','0','yes'),(891,'oxy_extras_media-player','0','yes'),(892,'oxy_extras_read_more','0','yes'),(893,'oxy_extras_reading_progress_bar','0','yes'),(894,'oxy_extras_reading_time','0','yes'),(895,'oxy_extras_slide_menu','0','yes'),(896,'oxy_extras_social_share_buttons','0','yes'),(897,'oxy_extras_toc','0','yes'),(898,'oxy_extras_toggle','0','yes'),(918,'edd_sl_7833eea5a35af9a9ed0a66939834c15b','a:2:{s:7:\"timeout\";i:1658772363;s:5:\"value\";s:79071:\"{\"new_version\":\"1.4.3\",\"stable_version\":\"1.4.3\",\"name\":\"OxyExtras\",\"slug\":\"oxy-extras\",\"url\":\"https:\\/\\/oxyextras.com\\/downloads\\/oxyextras\\/?changelog=1\",\"last_updated\":\"2022-05-31 00:57:09\",\"homepage\":\"https:\\/\\/oxyextras.com\\/downloads\\/oxyextras\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"<p>Current Components:<\\/p>\\n<ol>\\n<li>Adjacent Posts<\\/li>\\n<li>Alert Box<\\/li>\\n<li>Author Box<\\/li>\\n<li>Back to Top<\\/li>\\n<li>Burger Trigger<\\/li>\\n<li>Carousel Builder<\\/li>\\n<li>Cart Counter<\\/li>\\n<li>Circular Progress<\\/li>\\n<li>Content Switcher<\\/li>\\n<li>Content Timeline<\\/li>\\n<li>Copyright Year<\\/li>\\n<li>Countdown Timer<\\/li>\\n<li>Counter<\\/li>\\n<li>Dynamic Tabs<\\/li>\\n<li>Extras Login Form<\\/li>\\n<li>Fluent Form<\\/li>\\n<li>Gutenberg Reusable Block<\\/li>\\n<li>Header Search<\\/li>\\n<li>Horizontal Slide Menu<\\/li>\\n<li>Hotspots \\/ Popovers<\\/li>\\n<li>Infinite Scroller<\\/li>\\n<li>Interactive Cursor<\\/li>\\n<li>Lightbox<\\/li>\\n<li>Lottie Animation<\\/li>\\n<li>Mega Menu \\/ Dropdown<\\/li>\\n<li>Mini Cart<\\/li>\\n<li>Off Canvas<\\/li>\\n<li>Post Modified Date<\\/li>\\n<li>Post Terms<\\/li>\\n<li>Preloader<\\/li>\\n<li>Pro Accordion<\\/li>\\n<li>Pro Media Player<\\/li>\\n<li>Read More \\/ Less<\\/li>\\n<li>Reading Progress Bar<\\/li>\\n<li>Reading Time<\\/li>\\n<li>Slide Menu<\\/li>\\n<li>Social Share<\\/li>\\n<li>Table of Contents<\\/li>\\n<li>Toggle Switch<\\/li>\\n<\\/ol>\",\"changelog\":\"<h4> 1.4.3 ( May 31, 2022 ) <\\/h4>\\n<ul>\\n<li>[General] - Small update to all icons to better match Oxygen v4 UI.<\\/li>\\n<li>[Carousel Builder] - Prevent Repeater divs wrapping onto multiple lines inside the builder.<\\/li>\\n<li>[Read More] - Added seperate control for &quot;transparent&quot; gradient color.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 ( May 07, 2022 ) <\\/h4>\\n<ul>\\n<li>[Pro Media Player] Fixed SVG controls in the media player not showing up.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 ( May 06, 2022 ) <\\/h4>\\n<ul>\\n<li>[Horizontal Slide Menu] - New component for horizontal sliding menus (mmenu.js).<\\/li>\\n<li>[Interactive Cursor] - New component for adding a custom cursor that can interact with other elements.<\\/li>\\n<li>[General] - Added compatibility for Oxygen v4\'s JSON for all nestable components.<\\/li>\\n<li>[General] - Added compatibility for use with Oxygen v4\'s new Repeater changes.<\\/li>\\n<li>[General] - Multiple elements that use dynamic data now support HTML \\/ WYSIWYG.<\\/li>\\n<li>[General] - Multiple elements now have specific aria-label controls for buttons.<\\/li>\\n<li>[General] - Component options now cleared from database after uninstalling.<\\/li>\\n<li>[OffCanvas] - Better accessibility incl. support for &quot;inert&quot;, will add aria-controls to click trigger etc.<\\/li>\\n<li>[OffCanvas] - Will now automatically hide in the builder if not editing the template that contains it.<\\/li>\\n<li>[Lightbox] - Added option to allow users to swipe\\/flick through grouped slides.<\\/li>\\n<li>[Lightbox] - Added option to infinite loop grouped slides.<\\/li>\\n<li>[Lightbox] - Added option to include thumbnail gallery if using manual links with grouped images.<\\/li>\\n<li>[Lightbox] - &quot;Returning focus&quot; option now supports having multiple click triggers on page.<\\/li>\\n<li>[Content Timeline] - Added &quot;meta content inner&quot; for more layout possibilities.<\\/li>\\n<li>[Carousel Builder] - Now possible to use sub fields from inside Metabox group fields for image galleries.<\\/li>\\n<li>[Carousel Builder] - Added the ability to enable\\/disable SRCSET for images in galleries.<\\/li>\\n<li>[Mega Menu] - Added flyout menu specific style controls for easier styling of mobile menu.<\\/li>\\n<li>[Mega Menu] - Now supports anchor link (scroll to) behaviour in menu links that have no dropdown.<\\/li>\\n<li>[Countdown] - Added UTC offsets to timezone option.<\\/li>\\n<li>[Table of Contents] - HTML tag can now be changed (div, nav or custom).<\\/li>\\n<li>[Popovers] - Added support for use with dynamic content added by infinite scroller.<\\/li>\\n<li>[Pro Accordion] - Added &quot;inherit&quot; as default button color to prevent iOS Safari showing the blue color as default if no link color has yet been set.<\\/li>\\n<li>[Burger Trigger] - Hover opacity on burger lines now customizable.<\\/li>\\n<li>[Lottie] - Lottie version bump (addresses issue where some Lottie files would flicker in Safari).<\\/li>\\n<li>[Carousel Builder] - Fixed issue with arrow placement where &quot;auto&quot; wasn\'t accepted as a value.<\\/li>\\n<li>[Read More] - Fixed an issue with the content sometimes not being visible inside Repeaters (in the builder).<\\/li>\\n<li>[Slide Menu] - Fixed an issue causing menu ID not being fetched with dynamic data.<\\/li>\\n<li>[Content Timeline] - Fixed an issue where icon size control wouldn\'t be applied.<\\/li>\\n<li>[Pro Media Player] - Fixed an issue with full screen mode not taking up the whole viewport in Safari.<\\/li>\\n<li>[Lightbox] - Added a fix for AutomaticCSS users where a min-height on the body tag was being applied inside of lightbox iframe.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 ( Dec 08, 2021 ) <\\/h4>\\n<ul>\\n<li>[Content Timeline] - Added an option to change the scroll position for classes to be added.<\\/li>\\n<li>[Content Timeline] - Added more style controls for marker.<\\/li>\\n<li>[Content Timeline] - Performance improvements for the timeline scroll animation.<\\/li>\\n<li>[Mega menu] - Added an option to have the mega menu close whenever hash links are clicked inside a dropdown.<\\/li>\\n<li>[Carousel] - Fixed the issue with the carousel not initializing if the script is minified\\/combined.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 ( Dec 06, 2021 ) <\\/h4>\\n<ul>\\n<li>[Content Timeline] - New component for adding animated vertical timelines.<\\/li>\\n<li>[Carousel] - Added patch to fix Flickity\'s resizing issues with iOS 15.<\\/li>\\n<li>[Carousel] - Added option to choose cell selector for repeater carousels (allows support for the case when duplicate IDs are removed from repeaters).<\\/li>\\n<li>[Carousel] - Added &quot;random order&quot; option to all galleries.<\\/li>\\n<li>[Carousel] - Added setting to disable Flickity\'s &quot;imagesLoaded&quot; option.<\\/li>\\n<li>[Carousel] - Arrows\\/dots now both disabled automatically if there is only one slide \\/ group of cells.<\\/li>\\n<li>[Pro Media Player] - Added new control for supporting dynamic data to populate the poster images.<\\/li>\\n<li>[Popovers] - Added support for use within WP Grid Builder AJAX added content.<\\/li>\\n<li>[Lightbox] - Added legacy support for IE11 browser.<\\/li>\\n<li>[Fluent Form] - More styling control for radio buttons that use images.<\\/li>\\n<li>[Mega Menu] - Added option to disable the &quot;click for dropdown to remain open&quot; (hides the hashlinks also).<\\/li>\\n<li>[Mega Menu] - Prevents mobile styles from being applied to desktop view if user rotates device with mobile menu still open.<\\/li>\\n<li>[Read More] - Fixed issue with Galaxy A21s devices miscalculating the content height and not always expanding.<\\/li>\\n<li>[Table of Contents] Prefix for auto-IDs added to content headings, \'toc-\' can now be customized.<\\/li>\\n<li>[Table of Contents] - Fixed heading icon links not having the the correct URL when used on nested sub pages.<\\/li>\\n<li>[Mini Cart] - Added option to disable buttons and more specific style options.<\\/li>\\n<li>[Cart counter] - Added option to open\\/close on hover as well as click.<\\/li>\\n<li>[Reading Progress bars] - Added better support for when using multiple progress bars.<\\/li>\\n<li>[Countdown] - Fixed couple of bugs with plural\\/single and countdown remaining invisible.<\\/li>\\n<li>[Social Share] - Fixed link issue with Facebook icon linking other elements.<\\/li>\\n<li>[Off Canvas] - Tweaked the staggered animation to prevent rare issue where user could open offcanvas before animations had time to reset.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 ( Aug 17, 2021 ) <\\/h4>\\n<ul>\\n<li>[Countdown Timer] - Now accepts both YYYY\\/MM\\/DD and YYYY-MM-DD formats.<\\/li>\\n<li>[Hotspots] - Prevent the SSL error being displayed in cases where the SSL certificate could not be verified on the site.<\\/li>\\n<li>[Carousel Builder] - Hashlink option now will override the initial cell setting (to allow for hashlinking between pages).<\\/li>\\n<li>[Dynamic Tabs] - Fixed layout issue with Meta Box clone fields.<\\/li>\\n<li>[Read More] - Better support for use inside Oxygen\'s tabs component (no flicker).<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 ( July 26, 2021 ) <\\/h4>\\n<ul>\\n<li>[Countdown Timer] - New component for countdown timer, \'evergreen, recurring, fixed dates\'.<\\/li>\\n<li>[Header Search] - Added option to prevent scrolling when search is open.<\\/li>\\n<li>[Header Search] - Added option to require input before submitting.<\\/li>\\n<li>[Lightbox] - Added option to prepend the lightbox to body element instead of inside the component (useful if needing the lightbox component inside carousels &amp; other transformed containers).<\\/li>\\n<li>[Lottie] - Can now use any dynamic data as Lottie JSON URL.<\\/li>\\n<li>[Back to Top] - Added option to make it keyboard focusable.<\\/li>\\n<li>[Mega Menu] - Added current menu ancestor styles to dropdown links.<\\/li>\\n<li>[Mega Menu] - Edit - removed auto-scroll back up to menu if dropdown is open.<\\/li>\\n<li>[Infinite scroller] - Custom mode now allows for defining a custom container for the content.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 ( May 30, 2021 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] - Fixed the issue preventing default CSS to be visible inside the builder.<\\/li>\\n<li>[General] - Fixed the issue affecting WP Grid Builder layout where no facets were found on the page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 ( May 28, 2021 ) <\\/h4>\\n<ul>\\n<li>[Pro Accordion] - Added support for Metabox Term Meta &amp; formatting WYSIWYG fields.<\\/li>\\n<li>[Dynamic Tabs] - Added support for Metabox Term Meta &amp; formatting WYSIWYG fields.<\\/li>\\n<li>[Social Share] - Updated line network brand colors.<\\/li>\\n<li>[Social Share] - Added an option for popup behavior.<\\/li>\\n<li>[Preloader] - Added an option to close on user clicking.<\\/li>\\n<li>[Lightbox] - Now supports using the Read More component inside lightboxes.<\\/li>\\n<li>[Pro Media Player] - If inside carousel, now automatically ensures carousel always has the correct size for aspect ratli&gt;<\\/li>\\n<li>[Popovers] - More styling controls.<\\/li>\\n<li>[MegaMenu] - Added current menu link typography for flyout menus.<\\/li>\\n<li>[Copyright Year] - Replaced \'&amp;nbsp;\' with space to avoid the large visible gap.<\\/li>\\n<li>[Carousel] - Fixed the issue with not continuing autoplay after scrolling on mobile.<\\/li>\\n<li>[Pro Accordion] - Fixed the issue with global heading color overriding accordion header color.<\\/li>\\n<li>[General] - Multiple in-builder performance improvements.<\\/li>\\n<li>[General] - Out of the box support for WPGridBuilder loaded content (carousel, tabs, accordion, read more, lightbox).<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 ( April 29, 2021 ) <\\/h4>\\n<ul>\\n<li>[Table of Contents] - New component for adding an automatic table of contents.<\\/li>\\n<li>[Pro Accordion] - Added an option to close all other accordion items within a container (not just sibling).<\\/li>\\n<li>[Pro Accordion] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Dynamic Tabs] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Carousel] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Social Share] - Added a width setting to allow for equal width buttons.<\\/li>\\n<li>[Social Share] - Added \'Line\' as a new network.<\\/li>\\n<li>[Lightbox] - Small close button now fully stylable.<\\/li>\\n<li>[Login Form] - Finer controls over element styles.<\\/li>\\n<li>[Pro Media Player] - Added option to load VimeJS direct from CDN.<\\/li>\\n<li>[Pro Media Player] - Fixed an issue causing some external mp4s not being able to be fetched.<\\/li>\\n<li>[Pro Accordion] - Fixed counter font-family not being applied.<\\/li>\\n<li>[Cart Counter] - Fixed the issue that was causing some styles not to be applied in Gutenberg.<\\/li>\\n<li>[Carousel] - Fixed the issue with an old version of Safari v9 (2015) not being draggable.<\\/li>\\n<li>[Carousel] - Fixed the issue causing navigation arrows to behave strangely when inside Repeaters.<\\/li>\\n<li>[Read More] - Fixed the issue with Read More sometimes not opening immediately if there is a lot of content.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 ( April 07, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - Added Meta Box support (cloneable group fields).<\\/li>\\n<li>[Dynamic Tabs] - Now can use ACF option pages and ACF field from other pages.<\\/li>\\n<li>[Pro Accordion] - Added Meta Box support (cloneable group fields).<\\/li>\\n<li>[Carousel] - Added Meta Box support for galleries (image fields).<\\/li>\\n<li>[Carousel] - Added WooCommerce product images gallery.<\\/li>\\n<li>[Carousel] - Added object-fit control for changing how the images fit into the cells.<\\/li>\\n<li>[Carousel] - Carousel now completely hidden on frontend if gallery is empty or no gallery found.<\\/li>\\n<li>[Lightbox]- Now supports carousel builders inside &quot;inline&quot; lightboxes. <\\/li>\\n<li>[Fluent Form] - Added style controls for \'step\' progress type.<\\/li>\\n<li>[Popovers] - Added option to be open by default, added transitions when moving placement.<\\/li>\\n<li>[Popovers] - More sensible defaults (fallback as &quot;auto&quot;).<\\/li>\\n<li>[Infinite Scroller] - Added &quot;page content&quot; option for breaking up posts\\/pages via page breaks (i.e., layered linking).<\\/li>\\n<li>[Infinite Scroller] - Added support for using custom classes in Easy Posts (not just oxy-post).<\\/li>\\n<li>[Cart Counter] - Added option to hide counter if there are no cart items.<\\/li>\\n<li>[Slide Menu] - Menu can now be selected via dynamic data.<\\/li>\\n<li>[OffCanvas] - Allowed for including slide menu top-level items in stagger animation.<\\/li>\\n<li>[OffCanvas] - Fixed issue where preventing site scrolling wasn\'t working on iOS.<\\/li>\\n<li>[Author Box] - Allowed no content for the name prefix.<\\/li>\\n<li>[Social Share] - Fixed issue with icon background color overlapping the button when border radius added.<\\/li>\\n<li>[General] - Fixed a couple of typos, added icons and added more helper descriptions.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 ( March 11, 2021 ) <\\/h4>\\n<ul>\\n<li>[Hotspots] - New component - Adds container for adding hotspots on images.<\\/li>\\n<li>[Popovers] - New component - To create individual hotspots, popovers, or tooltips for other elements.<\\/li>\\n<li>[Mega Menu] - Added support for use in custom headers (just needs header tag).<\\/li>\\n<li>[Mega Menu] - Added hover\\/active\\/focus border styling to dropdown links.<\\/li>\\n<li>[Social Share] - Added Xing as a new network.<\\/li>\\n<li>[Fluent Forms] - Added more style settings and slight UI change for fewer clicks.<\\/li>\\n<li>[Carousel Builder] - Added alignment for images inside the cells for galleries.<\\/li>\\n<li>[Carousel Builder] - Added full support for using carousels inside of Repeaters.<\\/li>\\n<li>[Carousel Builder] - ACF gallery data can now be from other pages or ACF options page.<\\/li>\\n<li>[Carousel Builder] - Draggable can now be disabled for Fade carousels.<\\/li>\\n<li>[Carousel Builder] - Added an option for the gallery images to preserve aspect ratio when in full screen mode.<\\/li>\\n<li>[Carousel Builder] - Fixed an issue with WooCommerce cell widths sometimes not being visible inside the builder.<\\/li>\\n<li>[Pro Accordion] - Now can be used inside Repeaters to create larger accordions using any dynamic data.<\\/li>\\n<li>[Pro Media Player] - VimeJS now comes packaged inside the plugin (no external CDN).<\\/li>\\n<li>[Lightbox] - Added support for being used in AJAX content.<\\/li>\\n<li>[Read More] - Added support for being used in AJAX content.<\\/li>\\n<li>[Dynamic Tabs] - Fixed an issue with some style changes not being immediately visible inside the builder.<\\/li>\\n<li>[Off Canvas] - No longer prevents Lottie animations from animating if being used directly as the click trigger.<\\/li>\\n<li>[Off Canvas] - Fixed an issue with smooth scroll (Oxygen v3.7+) not smooth for hashlinks inside Off Canvas.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 ( Febrary 11, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - Hash suffix now optional\\/customizable for creating custom hashlinks to individual tab content (page\\/#componentID-1-suffix, page\\/#componentID-2-suffix).<\\/li>\\n<li>[Dynamic Tabs] - Added support for using in reusable components.<\\/li>\\n<li>[Infinite Scroller] - Added &quot;custom&quot; option, so any containers can be used to pull in content from a next page by following any links.<\\/li>\\n<li>[Infinite Scroller] - Added option to retrigger scroll animations when new content loaded.<\\/li>\\n<li>[Carousel Builder] - Fixed issue &quot;use as navigation&quot; not syncing correctly.<\\/li>\\n<li>[Lottie] - Fixed issue with scroll offsets not calculating correctly when using more than two scroll animations.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 ( Febrary 09, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - New component for adding tabs populated by repeater fields. (accordion option for mobile).<\\/li>\\n<li>[Carousel Builder] - Added option to auto-calc cell width based on number of visible cells needed.<\\/li>\\n<li>[Carousel Builder] - Added option to resume autoplay X milliseconds after ending user interaction.<\\/li>\\n<li>[Carousel Builder] - Galleries now support image lazy loading.<\\/li>\\n<li>[Carousel Builder] - Added support for syncing carousels (2-way syncing).<\\/li>\\n<li>[Carousel Builder] - Added option to fade in carousel only after initializing is finished, to help prevent FOUC.<\\/li>\\n<li>[OffCanvas] - Added burger syncing for animating two separate burger triggers.<\\/li>\\n<li>[Infinite Scroller] - Now supports being used with Masonry \\/ Isotope layouts (including when using filters).<\\/li>\\n<li>[Header Search] - Added support for use with Polylang.<\\/li>\\n<li>[Header Search] - Added option to add text to the search button.<\\/li>\\n<li>[Lightbox] - Manual mode now supports elements added to page dynamically (i.e., posts in infinite scroller, WPGridbuilder etc).<\\/li>\\n<li>[Mega Menu] - Added horizontal alignments &amp; margins for more control over positioning of dropdown links.<\\/li>\\n<li>[Lightbox] - More animation options (can now be previewed inside the builder).<\\/li>\\n<li>[Lightbox] - Images no longer stretch inside the lightbox in the builder.<\\/li>\\n<li>[Lightbox] - Fixed the issue with inline lightboxes not scrollable on some iPads.<\\/li>\\n<li>[Carousel Builder] - Fixed the issue with background lazy loading needing image lazy loading also being enabled.<\\/li>\\n<li>[OffCanvas] - Fixed the conflict when using &quot;prevent scroll&quot; with push type offcanvas.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 ( January 25, 2021 ) <\\/h4>\\n<ul>\\n<li>[Lightbox] - New component for visually building lightboxes, support for AJAX, iFrame, Inline, Video, Image Galleries or external links.<\\/li>\\n<li>[Carousel Builder] - Added support for background-image lazy loading.<\\/li>\\n<li>[Carousel Builder] - Added link option for lightbox support on galleries.<\\/li>\\n<li>[Carousel Builder] - Added caption support for galleries.<\\/li>\\n<li>[Carousel Builder] - Added option to retrigger AOS animations inside carousel.<\\/li>\\n<li>[Carousel Builder] - Prev\\/Next will now pause autoPlay briefly before resuming to prevent flickering.<\\/li>\\n<li>[Circular Progress] - Now can build pie chart style progress bars (using scale &amp; new \'butt\' ending controls).<\\/li>\\n<li>[Mega Menu] - Added mobile menu settings to allow for use with mobile sticky headers.<\\/li>\\n<li>[Mega Menu] - Added dynamic data option to dropdown links<\\/li>\\n<li>[Fluent Form] - Added &quot;checkbox display&quot; for preventing GDPR &amp; T&amp;Cs checkboxes being misaligned with other checkboxes.<\\/li>\\n<li>[Read More] - Added support for being used inside closed tabs.<\\/li>\\n<li>[General] - Minor UI cleanup, for more consistency across components.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 ( December 22, 2020 ) <\\/h4>\\n<ul>\\n<li>[Off Canvas] - Added push type Offcanvas.<\\/li>\\n<li>[Mega Menu] - Added current page link color and typography controls.<\\/li>\\n<li>[Carousel Builder] - Disabling pause Autoplay on hover now supported for fade carousels.<\\/li>\\n<li>[Off Canvas] - Box-shadow now hidden when Offcanvas closed.<\\/li>\\n<li>[Mega Dropdown] - Issue fixed with links not clickable if no dropdown and when reveal on mouseover disabled.<\\/li>\\n<li>[Read More \\/ Less] - Fixed issue with read more link not clickable in the latest Firefox.<\\/li>\\n<li>[Pro Accordion]  - Fixed error if attempting to use Dynamic items without ACF Pro already being active.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 ( December 16, 2020 ) <\\/h4>\\n<ul>\\n<li>[General] OxyExtras now respects Oxygen\'s Client Control. Admin menu item won\'t show for Edit Only roles and users. Also, only the elements specified under &quot;Enable Elements&quot; checkbox at Oxyen &gt; Client Control will appear in the editor for Edit Only users.<\\/li>\\n<li>[Lottie] JS now gets enqueued on init to prevent an error inside the builder when multiple lotties are used.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 ( December 10, 2020 ) <\\/h4>\\n<ul>\\n<li>\\n<p>[Carousel Builder] - Lazy loading now available when using custom elements as cells.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] - Dropdown alignments &amp; positioning adjustable across screen sizes. <\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Link text can be removed if just wanting an icon.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Link URL can be disabled for mobile menu.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Dropdown can be set to be expanded by default when mobile menu opened.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Counter \\/ Circular Progress] - Can now be used inside repeaters.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Burger Trigger] - Added control over touch events for touch screen devices.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Slide Menu] - Sub menu toggles now functional inside the builder. <\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - Fixed issue with components as reusable templates where styles weren\'t added inside the builder.<\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - In-builder performance, no JS from active components loaded inside the builder unless added on that specific page.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Fixed issue with audio playback not starting correctly in Safari.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] - Fixed issue with long menu text preventing the click to toggle the containers on mobile.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] -  New component for adding mega menu style dropdowns in header builder.<\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - Slight JS adjustments to ensure full support for jQuery 3.5.1.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Fluent Form] - Added separate style controls for GDPR.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Social Share] - Customisable share URL\'s and more control over the text in email title and body.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Slide Menu] - New &quot;mega menu list&quot; option for displaying columned menu lists inside Mega Menus.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Removed aspect ratio setting for Vimeo (now automatic).<\\/p>\\n<\\/li>\\n<li>\\n<p>[Carousel Builder] - Added option for auto cell grouping and percentage cell grouping.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Carousel Builder] - Carousel now horizontally scrollable inside builder while in edit mode.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Off Canvas] - Built-in support for linking offcanvas\' to ensure both offcanvas\' close together.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Off Canvas] - Auto-close when hashlink clicked is now optional.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Fixed PHP warning &quot;Undefined variable: vime_player_selector&quot;.<\\/p>\\n<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 ( November 11, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - Hotfix for making parallax work again.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 ( November 11, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - No longer need to specify cell selector when using Repeaters.<\\/li>\\n<li>[Carousel Builder] - Added option to disable pause Auto Play On Hover.<\\/li>\\n<li>[Carousel Builder] - Performance improvements inside the builder. Preview mode works faster.<\\/li>\\n<li>[Carousel Builder] - Added &quot;Prioritize property&quot; option for Galleries for choosing either dynamic height or widths.<\\/li>\\n<li>[Pro Accordion] - Added support for ACF option pages and using fields from specific page IDs.<\\/li>\\n<li>[Pro Media Player] - Added loop option for videos.<\\/li>\\n<li>[Pro Media Player] - Fixed dynamic data button not working correctly for Audio URL field.<\\/li>\\n<li>[Carousel Builder] - Fixed incorrect description text, &quot;image URL&quot; replaced with &quot;image ID&quot; for ACF galleries<\\/li>\\n<li>[Slide Menu] - Fixed issue with schema markup sometimes preventing the menu text being clickable.<\\/li>\\n<li>[Read More] - Fixed gradient sometimes remaining visible when fade gradient disabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 ( November 04, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel] - Added fade transition carousel type.<\\/li>\\n<li>[Carousel] - Added support for WP media library galleries.<\\/li>\\n<li>[Carousel] - Added option to remove pause-on-hover when using ticker mode.<\\/li>\\n<li>[Slide Menu] - Added current menu item styles and the ability to have the current menu item visible on page load.<\\/li>\\n<li>[Header Search] - Added expand form, slide reveal and accessibility controls options.<\\/li>\\n<li>[Read More] - Allow expanding inside builder for easier access to elements inside.<\\/li>\\n<li>[Read More] - Now dynamic. If content isn\'t taller than the expanded height, read more button (and gradient) will automatically not be visible.<\\/li>\\n<li>[Read More] - Can now be used inside Repeaters without issue.<\\/li>\\n<li>[Read More] - Added icons for the read more link, a fade transition and more control over the gradient overlay.<\\/li>\\n<li>[Infinite Scroller] - Now dynamic. If not enough posts found for there to be a second page, infinite scroll won\'t run (and read more button automatically hidden),<\\/li>\\n<li>[Alert Box] - Added click trigger and show\\/hide alert functions for programmatically triggering alerts.<\\/li>\\n<li>[Alert Box] - Added &quot;header notice&quot; alert type.<\\/li>\\n<li>[Adjacent Post] - Added alt tags to post images.<\\/li>\\n<li>[Accordion Pro] - Added option to turn off automatic sibling accordion item closing.<\\/li>\\n<li>[Pro Accordion] Fixed issue with accordion buttons being triggered too quickly when scrolling on iOS.<\\/li>\\n<li>[Slide Menu] - Fixed issue with hash links not triggering the sub menu.<\\/li>\\n<li>[Carousel] - Fixed issue with force equal heights being overridden by other CSS.<\\/li>\\n<li>[Carousel] - Fixed issue with high z-index on dots causing them to be visible over the top of modals.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 ( October 26, 2020 ) <\\/h4>\\n<ul>\\n<li>[General optimization] - Less default CSS output for multiple components where possible.<\\/li>\\n<li>[General optimization] - Improved reliability\\/usability of some components inside the builder.<\\/li>\\n<li>[General optimization] - Added browser-performance setting to carousel \\/ Off Canvas for smoother transforms.<\\/li>\\n<li>[Carousel Builder]  - Added support for lazy loading images in cells when using Repeaters or Easy Posts.<\\/li>\\n<li>[Pro Accordion] - Dynamic mode will now show demo content inside builder if no ACF data found for each field (only in the builder for easier styling).<\\/li>\\n<li>[Pro Accordion] - Can now preview toggle animation and active style changes inside the builder by clicking the accordion header.<\\/li>\\n<li>[Burger Trigger] - Burger animation will now always be previewable inside the builder.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 ( October 21, 2020 ) <\\/h4>\\n<ul>\\n<li>[Pro Accordion] - New component for adding dynamic accordions.<\\/li>\\n<li>[Circular Progress] - Drop Shadows &amp; Inner circle control added for more fancy styling.<\\/li>\\n<li>[Pro Media Player] - Added custom poster image option when using YouTube &amp; Vimeo.<\\/li>\\n<li>[Pro Media Player] - Added new UI layout with custom play \\/ pause icons.<\\/li>\\n<li>[Pro Media Player] - Added autoplay, autopause &amp; more Vimeo options.<\\/li>\\n<li>[Carousel Builder] - ACF gallery image now automatically the same height.<\\/li>\\n<li>[Carousel Builder] - Add option to force equal height for cells.<\\/li>\\n<li>[Carousel Builder] - Fixed issue when heights overriding fullscreen mode.<\\/li>\\n<li>[Preloader] - Fixed pre-loader being visible if used on pages editable in Gutenberg.<\\/li>\\n<li>[Author Box] - Fixed issue with website link not displaying.<\\/li>\\n<li>[Offcanvas] - Fixed issue with inner-animations sometimes not resetting.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 ( October 07, 2020 ) <\\/h4>\\n<ul>\\n<li>[Circular Progress] - New component for adding animated circular progress bars.<\\/li>\\n<li>[Pro Media Player] - New component for adding lazy loading videos &amp; audio with customizable UI.<\\/li>\\n<li>[Carousel Builder] - Added support for ACF gallery.<\\/li>\\n<li>[Carousel Builder] - Added \'fullscreen\' option.<\\/li>\\n<li>[Carousel Builder] - Added styles for disabled navigation (when no more cells to navigate to).<\\/li>\\n<li>[Counter] - Counter will now show end number instead of start number inside the Oxygen builder.<\\/li>\\n<li>[Post Terms] - CPT taxonomies now included in taxonomy dropdown.<\\/li>\\n<li>[Fluent Form] - Fixed issue with characters no being visible inside form dropdown.<\\/li>\\n<li>[Slide Menu] - Fixed issue with arrow triggering menu link when viewing on Chrome mobile view.<\\/li>\\n<li>[Adjacent Posts] - Fixed issue with \'stack posts\' setting causing some CSS from components to not be included.<\\/li>\\n<li>[Read More \\/ Less] - Added gradient fade option.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 ( September 15, 2020 ) <\\/h4>\\n<ul>\\n<li>[Infinite Scroller] - New component for applying infinite scrolling to Easy Posts\\/ or Repeaters or Products Lists.<\\/li>\\n<li>[Carousel Builder] - Added carousel &quot;ticker&quot; option for allowing continuous movement.<\\/li>\\n<li>[OffCanvas] - Fixed an issue with hash links not scrolling after closing offcanvas.<\\/li>\\n<li>[OffCanvas] - Fixed staggered animations not resetting when revealing offcanvas from the top.<\\/li>\\n<li>[General] - Support for dynamic data added to multiple components.<\\/li>\\n<li>[General] - Selector fields now support attribute selectors, eg .class[attr=value]<\\/li>\\n<li>[General] - Components list on the plugin settings page now in alphabetical order.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 ( September 02, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - Added support for Easy Posts, Woo Components or using custom elements as cells.<\\/li>\\n<li>[Carousel Builder] - Added the ability to turn off carousel functionality at any breakpoint.<\\/li>\\n<li>[Carousel Builder] - Added Scale &amp; transition controls for page dots.<\\/li>\\n<li>[Carousel Builder] - Added support for parallax elements (using the Repeater).<\\/li>\\n<li>[Lottie] - JSON now lazy loaded (can be disabled).<\\/li>\\n<li>[Off Canvas] - Added \'staggered animation\' option for inner elements using Oxygen\'s scroll animation.<\\/li>\\n<li>[Preloader] - Fixed a rare issue where some elements would appear before preloader.<\\/li>\\n<li>[Burger Trigger] - Fixed an issue with some unpredictable behavior when used with slide menu.<\\/li>\\n<li>[Fluent Form] - Fixed hover opacity for submit button.<\\/li>\\n<li>[General] - Fixed an issue with the text fields not allowing quotes.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 ( August 17, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - New component for visually building carousels (for use with repeater component).<\\/li>\\n<li>[Offcanvas] - Any elements inside the offcanvas can now make use of Oxygen\'s scroll animations, triggered when the offcanvas is opened (rather than on page load).<\\/li>\\n<li>[Slide Menu] - Added new menu alignment controls and focus controls for the sub menu buttons.<\\/li>\\n<li>[Lottie] - Added option to render animation as  instead of  (to prevent rare cases of some animations flickering in Safari).<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 ( August 06, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] - Fixed padding issue on phone\\/mobile field when flag is disabled.<\\/li>\\n<li>[Cart Counter] - Fixed issue with cart number not updating (present only in v1.1.4).<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 ( August 05, 2020 ) <\\/h4>\\n<ul>\\n<li>[Toggle Switch] New component for switching content or toggling classes.<\\/li>\\n<li>[Content Switcher] New component allowing to switch between two elements (for use with the toggle switch).<\\/li>\\n<li>[Burger Trigger] - Added \'scale\' changing size of burger independent of size of the button.<\\/li>\\n<li>[Cart counter] - Accessibility improvement -  Dropdown cart now can be accessed by keyboard.<\\/li>\\n<li>[Counter] - Number fields now accept dynamic data.<\\/li>\\n<li>[Off Canvas] - Accessibility improvement - Now able to change the focus when offcanvas opened to any selector inside.<\\/li>\\n<li>[Off Canvas] - Trigger can now be from inside dynamically added content.<\\/li>\\n<li>[Slide Menu] - Added site navigation schema markup option.<\\/li>\\n<li>[Fluent Form] - Colour controls added for Invalid input state.<\\/li>\\n<li>[Fluent Form] - Label Typography font weight issue fixed.<\\/li>\\n<li>[Fluent Form] - Smart UI checkbox issue fixed on iPhone.<\\/li>\\n<li>[Fluent Form] - Fixed issue with form dropdown not appearing in Oxygen if a form name contained disallowed words.<\\/li>\\n<li>[Fluent Form] - Added Form ID control which accepts dynamic data.<\\/li>\\n<li>[Social Share] - Added Support for Pinterest, WhatsApp &amp; Telegram.<\\/li>\\n<li>[Social Share] - Fixed issue with email share link when post titles contained certain characters.<\\/li>\\n<li>[Header Search] - Fixed a W3C Validator issue.<\\/li>\\n<li>[Lottie] - ACF field can now be used to get the JSON URL.<\\/li>\\n<li>[Lottie] - Cursor position control can now be relative to any container element.<\\/li>\\n<li>[Lottie] - Added MouseOver control (similar to hover but with frame control &amp; reverse animation when use stops hovering.<\\/li>\\n<li>[General] Small performance improvements for users on Oxygen v3.4+ (less inline JS output where possible).<\\/li>\\n<li>[General] In-builder performance improvements (loading less JS).<\\/li>\\n<li>[General] Added support ready for Oxygen v3.5 (new preset code).<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 ( June 25, 2020 ) <\\/h4>\\n<ul>\\n<li>Added checkboxes in the plugin\'s settings page so that only selected components can be added to the Oxygen editor.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 ( June 24, 2020 ) <\\/h4>\\n<ul>\\n<li>[Alert Box] - Can now be used as a header notification bar, with \'SlideUp\' close option added.<\\/li>\\n<li>[Fluent Form] - Compatibility with v3.6.0.<\\/li>\\n<li>[Header Search] - More control over icon positioning.<\\/li>\\n<li>[Mini Cart] - Fixed scrollbar issue, more controls for positioning of inner elements.<\\/li>\\n<li>[Off Canvas] - Added z-index controls for both backdrop &amp; inner content.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 ( June 18, 2020 ) <\\/h4>\\n<ul>\\n<li>[Off Canvas] - Fixed an issue with chosen selector not triggering Off Canvas.<\\/li>\\n<li>[Preloader] - Fixed slight glitchy animation on iPhones.<\\/li>\\n<\\/ul>\\n<h4> 1.1 ( June 18, 2020 ) <\\/h4>\\n<ul>\\n<li>[Cart Counter] - New component for displaying Woocommerce Cart Count.<\\/li>\\n<li>[Mini Cart] - New component for displaying Woocommerce Mini Cart.<\\/li>\\n<li>[Preloader] - New component for building preloaders to hide FOUC or FOUT.<\\/li>\\n<li>[Fluent Form] - Added style controls for Payment Summary and Checkable Grids.<\\/li>\\n<li>[Fluent Form] - Added &quot;General Styles&quot; for overall form typography, button transitions.<\\/li>\\n<li>[Off Canvas] - Slide from Top\\/Button now available.<\\/li>\\n<li>[Off Canvas] - Can now be triggered from inside a modal if click trigger is also a trigger for closing the modal.<\\/li>\\n<li>[Slide Menu] - Prevent issue with browsers auto-scrolling with hashlinks &amp; sub menu items collapsing height.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 ( June 13, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added support for Smart UI styling, added more style options and renamed controls to match official Fluent Forms.<\\/li>\\n<li>[Fluent Form] Fixed code issue if FF not active.<\\/li>\\n<li>[Reading Time] Added &quot;Text After (Singular)&quot; and &quot;Text After (Plurarl)&quot; settings for customizable After text.<\\/li>\\n<li>[Off Canvas] Menu items with hash links inside Off Canvas can now open submenu by clicking entire menu item.<\\/li>\\n<li>Fixed license activation\\/deactivation issue especially after site has been migrated to a new location.<\\/li>\\n<li>A few other general code polishes.<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 ( June 10, 2020 ) <\\/h4>\\n<ul>\\n<li>[Adjacent Posts] Fixed an issue with the next post showing even if empty.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 ( June 09, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added a check to ensure that there will be no errors if Fluent Forms is not active.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 ( June 09, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added dropdown for selecting form by name, instead of ID<\\/li>\\n<li>[Lottie Animation] Added Click Animation Trigger with optional reverse second clicks.<\\/li>\\n<li>[Lottie Animation] Easier controls with sliders for frames and speed &amp; width \\/ height.<\\/li>\\n<li>[Back to Top] Added ability to include any element inside button to build manually.<\\/li>\\n<li>[Back to Top] Added option to be visible only when scrolling up.<\\/li>\\n<li>[Off Canvas] Fixed issue with iPhone 5\\/6 with backdrop.<\\/li>\\n<li>[Off Canvas] Added auto close if any hash links clicked from inside off canvas.<\\/li>\\n<li>[Adjacent Posts] Prev\\/next posts can now be split across two components for more flexible positioning.<\\/li>\\n<li>[Alert Box] Now can add divs inside without issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 ( June 05, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added more focus styles to forms (&amp; more style options for multi step forms).<\\/li>\\n<li>[Lottie Animation] Added Top\\/Bottom offset controls to scroll animations.<\\/li>\\n<li>[Lottie Animation] Added cursor position based animation.<\\/li>\\n<li>[Lottie Animation] Added the ability for sync scrolling to any container.<\\/li>\\n<li>[Lottie Animation] Added the ability to toggle loop on\\/off.<\\/li>\\n<li>[Lottie Animation] Fixed an issue with scrolling not working with multiple animations.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 ( June 04, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed - Button hover issue in Back to Top.<\\/li>\\n<li>Fixed - Off Canvas builder visibility causing elements to be unclickable.<\\/li>\\n<li>New - Option to add custom aria label to Burger Trigger button.<\\/li>\\n<li>Fixed - Prevent duplicate IDs on search icons.<\\/li>\\n<li>Edit - Removed the ability to change Slide Menu type in media queries to prevent issues.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 ( June 03, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed duplicate ID on icons in the Adjacent Posts component.<\\/li>\\n<li>Fixed a bug in the Slide Menu component causing it not to function properly when hidden by default.<\\/li>\\n<li>Moved &quot;Open \\/ Close Trigger selector&quot; setting in Off Canvas component to the Primary tab for easier access.<\\/li>\\n<li>Changed container elements\' tags from &quot;span&quot; to &quot;div&quot; in Back to Top component\'s output.<\\/li>\\n<li>Added a screenshot under the License Key form showing where the extras added by the plugin can be found.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed Burger Trigger and Off Canvas components not appearing.<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Added a link to Settings under the plugin name.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/oxyextras.com\\/wp-content\\/uploads\\/2020\\/04\\/hero-screenshot-128x128.jpg\",\"2x\":\"https:\\/\\/oxyextras.com\\/wp-content\\/uploads\\/2020\\/04\\/hero-screenshot-256x256.jpg\"},\"msg\":\"No license key has been provided.\",\"tested\":\"10.0.0\",\"description\":[\"<p>Current Components:<\\/p>\\n<ol>\\n<li>Adjacent Posts<\\/li>\\n<li>Alert Box<\\/li>\\n<li>Author Box<\\/li>\\n<li>Back to Top<\\/li>\\n<li>Burger Trigger<\\/li>\\n<li>Carousel Builder<\\/li>\\n<li>Cart Counter<\\/li>\\n<li>Circular Progress<\\/li>\\n<li>Content Switcher<\\/li>\\n<li>Content Timeline<\\/li>\\n<li>Copyright Year<\\/li>\\n<li>Countdown Timer<\\/li>\\n<li>Counter<\\/li>\\n<li>Dynamic Tabs<\\/li>\\n<li>Extras Login Form<\\/li>\\n<li>Fluent Form<\\/li>\\n<li>Gutenberg Reusable Block<\\/li>\\n<li>Header Search<\\/li>\\n<li>Horizontal Slide Menu<\\/li>\\n<li>Hotspots \\/ Popovers<\\/li>\\n<li>Infinite Scroller<\\/li>\\n<li>Interactive Cursor<\\/li>\\n<li>Lightbox<\\/li>\\n<li>Lottie Animation<\\/li>\\n<li>Mega Menu \\/ Dropdown<\\/li>\\n<li>Mini Cart<\\/li>\\n<li>Off Canvas<\\/li>\\n<li>Post Modified Date<\\/li>\\n<li>Post Terms<\\/li>\\n<li>Preloader<\\/li>\\n<li>Pro Accordion<\\/li>\\n<li>Pro Media Player<\\/li>\\n<li>Read More \\/ Less<\\/li>\\n<li>Reading Progress Bar<\\/li>\\n<li>Reading Time<\\/li>\\n<li>Slide Menu<\\/li>\\n<li>Social Share<\\/li>\\n<li>Table of Contents<\\/li>\\n<li>Toggle Switch<\\/li>\\n<\\/ol>\"],\"changelog\":[\"<h4> 1.4.3 ( May 31, 2022 ) <\\/h4>\\n<ul>\\n<li>[General] - Small update to all icons to better match Oxygen v4 UI.<\\/li>\\n<li>[Carousel Builder] - Prevent Repeater divs wrapping onto multiple lines inside the builder.<\\/li>\\n<li>[Read More] - Added seperate control for &quot;transparent&quot; gradient color.<\\/li>\\n<\\/ul>\\n<h4> 1.4.2 ( May 07, 2022 ) <\\/h4>\\n<ul>\\n<li>[Pro Media Player] Fixed SVG controls in the media player not showing up.<\\/li>\\n<\\/ul>\\n<h4> 1.4.1 ( May 06, 2022 ) <\\/h4>\\n<ul>\\n<li>[Horizontal Slide Menu] - New component for horizontal sliding menus (mmenu.js).<\\/li>\\n<li>[Interactive Cursor] - New component for adding a custom cursor that can interact with other elements.<\\/li>\\n<li>[General] - Added compatibility for Oxygen v4\'s JSON for all nestable components.<\\/li>\\n<li>[General] - Added compatibility for use with Oxygen v4\'s new Repeater changes.<\\/li>\\n<li>[General] - Multiple elements that use dynamic data now support HTML \\/ WYSIWYG.<\\/li>\\n<li>[General] - Multiple elements now have specific aria-label controls for buttons.<\\/li>\\n<li>[General] - Component options now cleared from database after uninstalling.<\\/li>\\n<li>[OffCanvas] - Better accessibility incl. support for &quot;inert&quot;, will add aria-controls to click trigger etc.<\\/li>\\n<li>[OffCanvas] - Will now automatically hide in the builder if not editing the template that contains it.<\\/li>\\n<li>[Lightbox] - Added option to allow users to swipe\\/flick through grouped slides.<\\/li>\\n<li>[Lightbox] - Added option to infinite loop grouped slides.<\\/li>\\n<li>[Lightbox] - Added option to include thumbnail gallery if using manual links with grouped images.<\\/li>\\n<li>[Lightbox] - &quot;Returning focus&quot; option now supports having multiple click triggers on page.<\\/li>\\n<li>[Content Timeline] - Added &quot;meta content inner&quot; for more layout possibilities.<\\/li>\\n<li>[Carousel Builder] - Now possible to use sub fields from inside Metabox group fields for image galleries.<\\/li>\\n<li>[Carousel Builder] - Added the ability to enable\\/disable SRCSET for images in galleries.<\\/li>\\n<li>[Mega Menu] - Added flyout menu specific style controls for easier styling of mobile menu.<\\/li>\\n<li>[Mega Menu] - Now supports anchor link (scroll to) behaviour in menu links that have no dropdown.<\\/li>\\n<li>[Countdown] - Added UTC offsets to timezone option.<\\/li>\\n<li>[Table of Contents] - HTML tag can now be changed (div, nav or custom).<\\/li>\\n<li>[Popovers] - Added support for use with dynamic content added by infinite scroller.<\\/li>\\n<li>[Pro Accordion] - Added &quot;inherit&quot; as default button color to prevent iOS Safari showing the blue color as default if no link color has yet been set.<\\/li>\\n<li>[Burger Trigger] - Hover opacity on burger lines now customizable.<\\/li>\\n<li>[Lottie] - Lottie version bump (addresses issue where some Lottie files would flicker in Safari).<\\/li>\\n<li>[Carousel Builder] - Fixed issue with arrow placement where &quot;auto&quot; wasn\'t accepted as a value.<\\/li>\\n<li>[Read More] - Fixed an issue with the content sometimes not being visible inside Repeaters (in the builder).<\\/li>\\n<li>[Slide Menu] - Fixed an issue causing menu ID not being fetched with dynamic data.<\\/li>\\n<li>[Content Timeline] - Fixed an issue where icon size control wouldn\'t be applied.<\\/li>\\n<li>[Pro Media Player] - Fixed an issue with full screen mode not taking up the whole viewport in Safari.<\\/li>\\n<li>[Lightbox] - Added a fix for AutomaticCSS users where a min-height on the body tag was being applied inside of lightbox iframe.<\\/li>\\n<\\/ul>\\n<h4> 1.4.0 ( Dec 08, 2021 ) <\\/h4>\\n<ul>\\n<li>[Content Timeline] - Added an option to change the scroll position for classes to be added.<\\/li>\\n<li>[Content Timeline] - Added more style controls for marker.<\\/li>\\n<li>[Content Timeline] - Performance improvements for the timeline scroll animation.<\\/li>\\n<li>[Mega menu] - Added an option to have the mega menu close whenever hash links are clicked inside a dropdown.<\\/li>\\n<li>[Carousel] - Fixed the issue with the carousel not initializing if the script is minified\\/combined.<\\/li>\\n<\\/ul>\\n<h4> 1.3.9 ( Dec 06, 2021 ) <\\/h4>\\n<ul>\\n<li>[Content Timeline] - New component for adding animated vertical timelines.<\\/li>\\n<li>[Carousel] - Added patch to fix Flickity\'s resizing issues with iOS 15.<\\/li>\\n<li>[Carousel] - Added option to choose cell selector for repeater carousels (allows support for the case when duplicate IDs are removed from repeaters).<\\/li>\\n<li>[Carousel] - Added &quot;random order&quot; option to all galleries.<\\/li>\\n<li>[Carousel] - Added setting to disable Flickity\'s &quot;imagesLoaded&quot; option.<\\/li>\\n<li>[Carousel] - Arrows\\/dots now both disabled automatically if there is only one slide \\/ group of cells.<\\/li>\\n<li>[Pro Media Player] - Added new control for supporting dynamic data to populate the poster images.<\\/li>\\n<li>[Popovers] - Added support for use within WP Grid Builder AJAX added content.<\\/li>\\n<li>[Lightbox] - Added legacy support for IE11 browser.<\\/li>\\n<li>[Fluent Form] - More styling control for radio buttons that use images.<\\/li>\\n<li>[Mega Menu] - Added option to disable the &quot;click for dropdown to remain open&quot; (hides the hashlinks also).<\\/li>\\n<li>[Mega Menu] - Prevents mobile styles from being applied to desktop view if user rotates device with mobile menu still open.<\\/li>\\n<li>[Read More] - Fixed issue with Galaxy A21s devices miscalculating the content height and not always expanding.<\\/li>\\n<li>[Table of Contents] Prefix for auto-IDs added to content headings, \'toc-\' can now be customized.<\\/li>\\n<li>[Table of Contents] - Fixed heading icon links not having the the correct URL when used on nested sub pages.<\\/li>\\n<li>[Mini Cart] - Added option to disable buttons and more specific style options.<\\/li>\\n<li>[Cart counter] - Added option to open\\/close on hover as well as click.<\\/li>\\n<li>[Reading Progress bars] - Added better support for when using multiple progress bars.<\\/li>\\n<li>[Countdown] - Fixed couple of bugs with plural\\/single and countdown remaining invisible.<\\/li>\\n<li>[Social Share] - Fixed link issue with Facebook icon linking other elements.<\\/li>\\n<li>[Off Canvas] - Tweaked the staggered animation to prevent rare issue where user could open offcanvas before animations had time to reset.<\\/li>\\n<\\/ul>\\n<h4> 1.3.8 ( Aug 17, 2021 ) <\\/h4>\\n<ul>\\n<li>[Countdown Timer] - Now accepts both YYYY\\/MM\\/DD and YYYY-MM-DD formats.<\\/li>\\n<li>[Hotspots] - Prevent the SSL error being displayed in cases where the SSL certificate could not be verified on the site.<\\/li>\\n<li>[Carousel Builder] - Hashlink option now will override the initial cell setting (to allow for hashlinking between pages).<\\/li>\\n<li>[Dynamic Tabs] - Fixed layout issue with Meta Box clone fields.<\\/li>\\n<li>[Read More] - Better support for use inside Oxygen\'s tabs component (no flicker).<\\/li>\\n<\\/ul>\\n<h4> 1.3.7 ( July 26, 2021 ) <\\/h4>\\n<ul>\\n<li>[Countdown Timer] - New component for countdown timer, \'evergreen, recurring, fixed dates\'.<\\/li>\\n<li>[Header Search] - Added option to prevent scrolling when search is open.<\\/li>\\n<li>[Header Search] - Added option to require input before submitting.<\\/li>\\n<li>[Lightbox] - Added option to prepend the lightbox to body element instead of inside the component (useful if needing the lightbox component inside carousels &amp; other transformed containers).<\\/li>\\n<li>[Lottie] - Can now use any dynamic data as Lottie JSON URL.<\\/li>\\n<li>[Back to Top] - Added option to make it keyboard focusable.<\\/li>\\n<li>[Mega Menu] - Added current menu ancestor styles to dropdown links.<\\/li>\\n<li>[Mega Menu] - Edit - removed auto-scroll back up to menu if dropdown is open.<\\/li>\\n<li>[Infinite scroller] - Custom mode now allows for defining a custom container for the content.<\\/li>\\n<\\/ul>\\n<h4> 1.3.6 ( May 30, 2021 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] - Fixed the issue preventing default CSS to be visible inside the builder.<\\/li>\\n<li>[General] - Fixed the issue affecting WP Grid Builder layout where no facets were found on the page.<\\/li>\\n<\\/ul>\\n<h4> 1.3.5 ( May 28, 2021 ) <\\/h4>\\n<ul>\\n<li>[Pro Accordion] - Added support for Metabox Term Meta &amp; formatting WYSIWYG fields.<\\/li>\\n<li>[Dynamic Tabs] - Added support for Metabox Term Meta &amp; formatting WYSIWYG fields.<\\/li>\\n<li>[Social Share] - Updated line network brand colors.<\\/li>\\n<li>[Social Share] - Added an option for popup behavior.<\\/li>\\n<li>[Preloader] - Added an option to close on user clicking.<\\/li>\\n<li>[Lightbox] - Now supports using the Read More component inside lightboxes.<\\/li>\\n<li>[Pro Media Player] - If inside carousel, now automatically ensures carousel always has the correct size for aspect ratli&gt;<\\/li>\\n<li>[Popovers] - More styling controls.<\\/li>\\n<li>[MegaMenu] - Added current menu link typography for flyout menus.<\\/li>\\n<li>[Copyright Year] - Replaced \'&amp;nbsp;\' with space to avoid the large visible gap.<\\/li>\\n<li>[Carousel] - Fixed the issue with not continuing autoplay after scrolling on mobile.<\\/li>\\n<li>[Pro Accordion] - Fixed the issue with global heading color overriding accordion header color.<\\/li>\\n<li>[General] - Multiple in-builder performance improvements.<\\/li>\\n<li>[General] - Out of the box support for WPGridBuilder loaded content (carousel, tabs, accordion, read more, lightbox).<\\/li>\\n<\\/ul>\\n<h4> 1.3.4 ( April 29, 2021 ) <\\/h4>\\n<ul>\\n<li>[Table of Contents] - New component for adding an automatic table of contents.<\\/li>\\n<li>[Pro Accordion] - Added an option to close all other accordion items within a container (not just sibling).<\\/li>\\n<li>[Pro Accordion] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Dynamic Tabs] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Carousel] - Added support for Meta Box user fields and settings pages.<\\/li>\\n<li>[Social Share] - Added a width setting to allow for equal width buttons.<\\/li>\\n<li>[Social Share] - Added \'Line\' as a new network.<\\/li>\\n<li>[Lightbox] - Small close button now fully stylable.<\\/li>\\n<li>[Login Form] - Finer controls over element styles.<\\/li>\\n<li>[Pro Media Player] - Added option to load VimeJS direct from CDN.<\\/li>\\n<li>[Pro Media Player] - Fixed an issue causing some external mp4s not being able to be fetched.<\\/li>\\n<li>[Pro Accordion] - Fixed counter font-family not being applied.<\\/li>\\n<li>[Cart Counter] - Fixed the issue that was causing some styles not to be applied in Gutenberg.<\\/li>\\n<li>[Carousel] - Fixed the issue with an old version of Safari v9 (2015) not being draggable.<\\/li>\\n<li>[Carousel] - Fixed the issue causing navigation arrows to behave strangely when inside Repeaters.<\\/li>\\n<li>[Read More] - Fixed the issue with Read More sometimes not opening immediately if there is a lot of content.<\\/li>\\n<\\/ul>\\n<h4> 1.3.3 ( April 07, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - Added Meta Box support (cloneable group fields).<\\/li>\\n<li>[Dynamic Tabs] - Now can use ACF option pages and ACF field from other pages.<\\/li>\\n<li>[Pro Accordion] - Added Meta Box support (cloneable group fields).<\\/li>\\n<li>[Carousel] - Added Meta Box support for galleries (image fields).<\\/li>\\n<li>[Carousel] - Added WooCommerce product images gallery.<\\/li>\\n<li>[Carousel] - Added object-fit control for changing how the images fit into the cells.<\\/li>\\n<li>[Carousel] - Carousel now completely hidden on frontend if gallery is empty or no gallery found.<\\/li>\\n<li>[Lightbox]- Now supports carousel builders inside &quot;inline&quot; lightboxes. <\\/li>\\n<li>[Fluent Form] - Added style controls for \'step\' progress type.<\\/li>\\n<li>[Popovers] - Added option to be open by default, added transitions when moving placement.<\\/li>\\n<li>[Popovers] - More sensible defaults (fallback as &quot;auto&quot;).<\\/li>\\n<li>[Infinite Scroller] - Added &quot;page content&quot; option for breaking up posts\\/pages via page breaks (i.e., layered linking).<\\/li>\\n<li>[Infinite Scroller] - Added support for using custom classes in Easy Posts (not just oxy-post).<\\/li>\\n<li>[Cart Counter] - Added option to hide counter if there are no cart items.<\\/li>\\n<li>[Slide Menu] - Menu can now be selected via dynamic data.<\\/li>\\n<li>[OffCanvas] - Allowed for including slide menu top-level items in stagger animation.<\\/li>\\n<li>[OffCanvas] - Fixed issue where preventing site scrolling wasn\'t working on iOS.<\\/li>\\n<li>[Author Box] - Allowed no content for the name prefix.<\\/li>\\n<li>[Social Share] - Fixed issue with icon background color overlapping the button when border radius added.<\\/li>\\n<li>[General] - Fixed a couple of typos, added icons and added more helper descriptions.<\\/li>\\n<\\/ul>\\n<h4> 1.3.2 ( March 11, 2021 ) <\\/h4>\\n<ul>\\n<li>[Hotspots] - New component - Adds container for adding hotspots on images.<\\/li>\\n<li>[Popovers] - New component - To create individual hotspots, popovers, or tooltips for other elements.<\\/li>\\n<li>[Mega Menu] - Added support for use in custom headers (just needs header tag).<\\/li>\\n<li>[Mega Menu] - Added hover\\/active\\/focus border styling to dropdown links.<\\/li>\\n<li>[Social Share] - Added Xing as a new network.<\\/li>\\n<li>[Fluent Forms] - Added more style settings and slight UI change for fewer clicks.<\\/li>\\n<li>[Carousel Builder] - Added alignment for images inside the cells for galleries.<\\/li>\\n<li>[Carousel Builder] - Added full support for using carousels inside of Repeaters.<\\/li>\\n<li>[Carousel Builder] - ACF gallery data can now be from other pages or ACF options page.<\\/li>\\n<li>[Carousel Builder] - Draggable can now be disabled for Fade carousels.<\\/li>\\n<li>[Carousel Builder] - Added an option for the gallery images to preserve aspect ratio when in full screen mode.<\\/li>\\n<li>[Carousel Builder] - Fixed an issue with WooCommerce cell widths sometimes not being visible inside the builder.<\\/li>\\n<li>[Pro Accordion] - Now can be used inside Repeaters to create larger accordions using any dynamic data.<\\/li>\\n<li>[Pro Media Player] - VimeJS now comes packaged inside the plugin (no external CDN).<\\/li>\\n<li>[Lightbox] - Added support for being used in AJAX content.<\\/li>\\n<li>[Read More] - Added support for being used in AJAX content.<\\/li>\\n<li>[Dynamic Tabs] - Fixed an issue with some style changes not being immediately visible inside the builder.<\\/li>\\n<li>[Off Canvas] - No longer prevents Lottie animations from animating if being used directly as the click trigger.<\\/li>\\n<li>[Off Canvas] - Fixed an issue with smooth scroll (Oxygen v3.7+) not smooth for hashlinks inside Off Canvas.<\\/li>\\n<\\/ul>\\n<h4> 1.3.1 ( Febrary 11, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - Hash suffix now optional\\/customizable for creating custom hashlinks to individual tab content (page\\/#componentID-1-suffix, page\\/#componentID-2-suffix).<\\/li>\\n<li>[Dynamic Tabs] - Added support for using in reusable components.<\\/li>\\n<li>[Infinite Scroller] - Added &quot;custom&quot; option, so any containers can be used to pull in content from a next page by following any links.<\\/li>\\n<li>[Infinite Scroller] - Added option to retrigger scroll animations when new content loaded.<\\/li>\\n<li>[Carousel Builder] - Fixed issue &quot;use as navigation&quot; not syncing correctly.<\\/li>\\n<li>[Lottie] - Fixed issue with scroll offsets not calculating correctly when using more than two scroll animations.<\\/li>\\n<\\/ul>\\n<h4> 1.3.0 ( Febrary 09, 2021 ) <\\/h4>\\n<ul>\\n<li>[Dynamic Tabs] - New component for adding tabs populated by repeater fields. (accordion option for mobile).<\\/li>\\n<li>[Carousel Builder] - Added option to auto-calc cell width based on number of visible cells needed.<\\/li>\\n<li>[Carousel Builder] - Added option to resume autoplay X milliseconds after ending user interaction.<\\/li>\\n<li>[Carousel Builder] - Galleries now support image lazy loading.<\\/li>\\n<li>[Carousel Builder] - Added support for syncing carousels (2-way syncing).<\\/li>\\n<li>[Carousel Builder] - Added option to fade in carousel only after initializing is finished, to help prevent FOUC.<\\/li>\\n<li>[OffCanvas] - Added burger syncing for animating two separate burger triggers.<\\/li>\\n<li>[Infinite Scroller] - Now supports being used with Masonry \\/ Isotope layouts (including when using filters).<\\/li>\\n<li>[Header Search] - Added support for use with Polylang.<\\/li>\\n<li>[Header Search] - Added option to add text to the search button.<\\/li>\\n<li>[Lightbox] - Manual mode now supports elements added to page dynamically (i.e., posts in infinite scroller, WPGridbuilder etc).<\\/li>\\n<li>[Mega Menu] - Added horizontal alignments &amp; margins for more control over positioning of dropdown links.<\\/li>\\n<li>[Lightbox] - More animation options (can now be previewed inside the builder).<\\/li>\\n<li>[Lightbox] - Images no longer stretch inside the lightbox in the builder.<\\/li>\\n<li>[Lightbox] - Fixed the issue with inline lightboxes not scrollable on some iPads.<\\/li>\\n<li>[Carousel Builder] - Fixed the issue with background lazy loading needing image lazy loading also being enabled.<\\/li>\\n<li>[OffCanvas] - Fixed the conflict when using &quot;prevent scroll&quot; with push type offcanvas.<\\/li>\\n<\\/ul>\\n<h4> 1.2.9 ( January 25, 2021 ) <\\/h4>\\n<ul>\\n<li>[Lightbox] - New component for visually building lightboxes, support for AJAX, iFrame, Inline, Video, Image Galleries or external links.<\\/li>\\n<li>[Carousel Builder] - Added support for background-image lazy loading.<\\/li>\\n<li>[Carousel Builder] - Added link option for lightbox support on galleries.<\\/li>\\n<li>[Carousel Builder] - Added caption support for galleries.<\\/li>\\n<li>[Carousel Builder] - Added option to retrigger AOS animations inside carousel.<\\/li>\\n<li>[Carousel Builder] - Prev\\/Next will now pause autoPlay briefly before resuming to prevent flickering.<\\/li>\\n<li>[Circular Progress] - Now can build pie chart style progress bars (using scale &amp; new \'butt\' ending controls).<\\/li>\\n<li>[Mega Menu] - Added mobile menu settings to allow for use with mobile sticky headers.<\\/li>\\n<li>[Mega Menu] - Added dynamic data option to dropdown links<\\/li>\\n<li>[Fluent Form] - Added &quot;checkbox display&quot; for preventing GDPR &amp; T&amp;Cs checkboxes being misaligned with other checkboxes.<\\/li>\\n<li>[Read More] - Added support for being used inside closed tabs.<\\/li>\\n<li>[General] - Minor UI cleanup, for more consistency across components.<\\/li>\\n<\\/ul>\\n<h4> 1.2.8 ( December 22, 2020 ) <\\/h4>\\n<ul>\\n<li>[Off Canvas] - Added push type Offcanvas.<\\/li>\\n<li>[Mega Menu] - Added current page link color and typography controls.<\\/li>\\n<li>[Carousel Builder] - Disabling pause Autoplay on hover now supported for fade carousels.<\\/li>\\n<li>[Off Canvas] - Box-shadow now hidden when Offcanvas closed.<\\/li>\\n<li>[Mega Dropdown] - Issue fixed with links not clickable if no dropdown and when reveal on mouseover disabled.<\\/li>\\n<li>[Read More \\/ Less] - Fixed issue with read more link not clickable in the latest Firefox.<\\/li>\\n<li>[Pro Accordion]  - Fixed error if attempting to use Dynamic items without ACF Pro already being active.<\\/li>\\n<\\/ul>\\n<h4> 1.2.7 ( December 16, 2020 ) <\\/h4>\\n<ul>\\n<li>[General] OxyExtras now respects Oxygen\'s Client Control. Admin menu item won\'t show for Edit Only roles and users. Also, only the elements specified under &quot;Enable Elements&quot; checkbox at Oxyen &gt; Client Control will appear in the editor for Edit Only users.<\\/li>\\n<li>[Lottie] JS now gets enqueued on init to prevent an error inside the builder when multiple lotties are used.<\\/li>\\n<\\/ul>\\n<h4> 1.2.6 ( December 10, 2020 ) <\\/h4>\\n<ul>\\n<li>\\n<p>[Carousel Builder] - Lazy loading now available when using custom elements as cells.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] - Dropdown alignments &amp; positioning adjustable across screen sizes. <\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Link text can be removed if just wanting an icon.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Link URL can be disabled for mobile menu.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Dropdown] - Dropdown can be set to be expanded by default when mobile menu opened.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Counter \\/ Circular Progress] - Can now be used inside repeaters.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Burger Trigger] - Added control over touch events for touch screen devices.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Slide Menu] - Sub menu toggles now functional inside the builder. <\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - Fixed issue with components as reusable templates where styles weren\'t added inside the builder.<\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - In-builder performance, no JS from active components loaded inside the builder unless added on that specific page.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Fixed issue with audio playback not starting correctly in Safari.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] - Fixed issue with long menu text preventing the click to toggle the containers on mobile.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Mega Menu] -  New component for adding mega menu style dropdowns in header builder.<\\/p>\\n<\\/li>\\n<li>\\n<p>[General] - Slight JS adjustments to ensure full support for jQuery 3.5.1.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Fluent Form] - Added separate style controls for GDPR.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Social Share] - Customisable share URL\'s and more control over the text in email title and body.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Slide Menu] - New &quot;mega menu list&quot; option for displaying columned menu lists inside Mega Menus.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Removed aspect ratio setting for Vimeo (now automatic).<\\/p>\\n<\\/li>\\n<li>\\n<p>[Carousel Builder] - Added option for auto cell grouping and percentage cell grouping.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Carousel Builder] - Carousel now horizontally scrollable inside builder while in edit mode.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Off Canvas] - Built-in support for linking offcanvas\' to ensure both offcanvas\' close together.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Off Canvas] - Auto-close when hashlink clicked is now optional.<\\/p>\\n<\\/li>\\n<li>\\n<p>[Pro Media Player] - Fixed PHP warning &quot;Undefined variable: vime_player_selector&quot;.<\\/p>\\n<\\/li>\\n<\\/ul>\\n<h4> 1.2.4 ( November 11, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - Hotfix for making parallax work again.<\\/li>\\n<\\/ul>\\n<h4> 1.2.3 ( November 11, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - No longer need to specify cell selector when using Repeaters.<\\/li>\\n<li>[Carousel Builder] - Added option to disable pause Auto Play On Hover.<\\/li>\\n<li>[Carousel Builder] - Performance improvements inside the builder. Preview mode works faster.<\\/li>\\n<li>[Carousel Builder] - Added &quot;Prioritize property&quot; option for Galleries for choosing either dynamic height or widths.<\\/li>\\n<li>[Pro Accordion] - Added support for ACF option pages and using fields from specific page IDs.<\\/li>\\n<li>[Pro Media Player] - Added loop option for videos.<\\/li>\\n<li>[Pro Media Player] - Fixed dynamic data button not working correctly for Audio URL field.<\\/li>\\n<li>[Carousel Builder] - Fixed incorrect description text, &quot;image URL&quot; replaced with &quot;image ID&quot; for ACF galleries<\\/li>\\n<li>[Slide Menu] - Fixed issue with schema markup sometimes preventing the menu text being clickable.<\\/li>\\n<li>[Read More] - Fixed gradient sometimes remaining visible when fade gradient disabled.<\\/li>\\n<\\/ul>\\n<h4> 1.2.2 ( November 04, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel] - Added fade transition carousel type.<\\/li>\\n<li>[Carousel] - Added support for WP media library galleries.<\\/li>\\n<li>[Carousel] - Added option to remove pause-on-hover when using ticker mode.<\\/li>\\n<li>[Slide Menu] - Added current menu item styles and the ability to have the current menu item visible on page load.<\\/li>\\n<li>[Header Search] - Added expand form, slide reveal and accessibility controls options.<\\/li>\\n<li>[Read More] - Allow expanding inside builder for easier access to elements inside.<\\/li>\\n<li>[Read More] - Now dynamic. If content isn\'t taller than the expanded height, read more button (and gradient) will automatically not be visible.<\\/li>\\n<li>[Read More] - Can now be used inside Repeaters without issue.<\\/li>\\n<li>[Read More] - Added icons for the read more link, a fade transition and more control over the gradient overlay.<\\/li>\\n<li>[Infinite Scroller] - Now dynamic. If not enough posts found for there to be a second page, infinite scroll won\'t run (and read more button automatically hidden),<\\/li>\\n<li>[Alert Box] - Added click trigger and show\\/hide alert functions for programmatically triggering alerts.<\\/li>\\n<li>[Alert Box] - Added &quot;header notice&quot; alert type.<\\/li>\\n<li>[Adjacent Post] - Added alt tags to post images.<\\/li>\\n<li>[Accordion Pro] - Added option to turn off automatic sibling accordion item closing.<\\/li>\\n<li>[Pro Accordion] Fixed issue with accordion buttons being triggered too quickly when scrolling on iOS.<\\/li>\\n<li>[Slide Menu] - Fixed issue with hash links not triggering the sub menu.<\\/li>\\n<li>[Carousel] - Fixed issue with force equal heights being overridden by other CSS.<\\/li>\\n<li>[Carousel] - Fixed issue with high z-index on dots causing them to be visible over the top of modals.<\\/li>\\n<\\/ul>\\n<h4> 1.2.1 ( October 26, 2020 ) <\\/h4>\\n<ul>\\n<li>[General optimization] - Less default CSS output for multiple components where possible.<\\/li>\\n<li>[General optimization] - Improved reliability\\/usability of some components inside the builder.<\\/li>\\n<li>[General optimization] - Added browser-performance setting to carousel \\/ Off Canvas for smoother transforms.<\\/li>\\n<li>[Carousel Builder]  - Added support for lazy loading images in cells when using Repeaters or Easy Posts.<\\/li>\\n<li>[Pro Accordion] - Dynamic mode will now show demo content inside builder if no ACF data found for each field (only in the builder for easier styling).<\\/li>\\n<li>[Pro Accordion] - Can now preview toggle animation and active style changes inside the builder by clicking the accordion header.<\\/li>\\n<li>[Burger Trigger] - Burger animation will now always be previewable inside the builder.<\\/li>\\n<\\/ul>\\n<h4> 1.2.0 ( October 21, 2020 ) <\\/h4>\\n<ul>\\n<li>[Pro Accordion] - New component for adding dynamic accordions.<\\/li>\\n<li>[Circular Progress] - Drop Shadows &amp; Inner circle control added for more fancy styling.<\\/li>\\n<li>[Pro Media Player] - Added custom poster image option when using YouTube &amp; Vimeo.<\\/li>\\n<li>[Pro Media Player] - Added new UI layout with custom play \\/ pause icons.<\\/li>\\n<li>[Pro Media Player] - Added autoplay, autopause &amp; more Vimeo options.<\\/li>\\n<li>[Carousel Builder] - ACF gallery image now automatically the same height.<\\/li>\\n<li>[Carousel Builder] - Add option to force equal height for cells.<\\/li>\\n<li>[Carousel Builder] - Fixed issue when heights overriding fullscreen mode.<\\/li>\\n<li>[Preloader] - Fixed pre-loader being visible if used on pages editable in Gutenberg.<\\/li>\\n<li>[Author Box] - Fixed issue with website link not displaying.<\\/li>\\n<li>[Offcanvas] - Fixed issue with inner-animations sometimes not resetting.<\\/li>\\n<\\/ul>\\n<h4> 1.1.9 ( October 07, 2020 ) <\\/h4>\\n<ul>\\n<li>[Circular Progress] - New component for adding animated circular progress bars.<\\/li>\\n<li>[Pro Media Player] - New component for adding lazy loading videos &amp; audio with customizable UI.<\\/li>\\n<li>[Carousel Builder] - Added support for ACF gallery.<\\/li>\\n<li>[Carousel Builder] - Added \'fullscreen\' option.<\\/li>\\n<li>[Carousel Builder] - Added styles for disabled navigation (when no more cells to navigate to).<\\/li>\\n<li>[Counter] - Counter will now show end number instead of start number inside the Oxygen builder.<\\/li>\\n<li>[Post Terms] - CPT taxonomies now included in taxonomy dropdown.<\\/li>\\n<li>[Fluent Form] - Fixed issue with characters no being visible inside form dropdown.<\\/li>\\n<li>[Slide Menu] - Fixed issue with arrow triggering menu link when viewing on Chrome mobile view.<\\/li>\\n<li>[Adjacent Posts] - Fixed issue with \'stack posts\' setting causing some CSS from components to not be included.<\\/li>\\n<li>[Read More \\/ Less] - Added gradient fade option.<\\/li>\\n<\\/ul>\\n<h4> 1.1.8 ( September 15, 2020 ) <\\/h4>\\n<ul>\\n<li>[Infinite Scroller] - New component for applying infinite scrolling to Easy Posts\\/ or Repeaters or Products Lists.<\\/li>\\n<li>[Carousel Builder] - Added carousel &quot;ticker&quot; option for allowing continuous movement.<\\/li>\\n<li>[OffCanvas] - Fixed an issue with hash links not scrolling after closing offcanvas.<\\/li>\\n<li>[OffCanvas] - Fixed staggered animations not resetting when revealing offcanvas from the top.<\\/li>\\n<li>[General] - Support for dynamic data added to multiple components.<\\/li>\\n<li>[General] - Selector fields now support attribute selectors, eg .class[attr=value]<\\/li>\\n<li>[General] - Components list on the plugin settings page now in alphabetical order.<\\/li>\\n<\\/ul>\\n<h4> 1.1.7 ( September 02, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - Added support for Easy Posts, Woo Components or using custom elements as cells.<\\/li>\\n<li>[Carousel Builder] - Added the ability to turn off carousel functionality at any breakpoint.<\\/li>\\n<li>[Carousel Builder] - Added Scale &amp; transition controls for page dots.<\\/li>\\n<li>[Carousel Builder] - Added support for parallax elements (using the Repeater).<\\/li>\\n<li>[Lottie] - JSON now lazy loaded (can be disabled).<\\/li>\\n<li>[Off Canvas] - Added \'staggered animation\' option for inner elements using Oxygen\'s scroll animation.<\\/li>\\n<li>[Preloader] - Fixed a rare issue where some elements would appear before preloader.<\\/li>\\n<li>[Burger Trigger] - Fixed an issue with some unpredictable behavior when used with slide menu.<\\/li>\\n<li>[Fluent Form] - Fixed hover opacity for submit button.<\\/li>\\n<li>[General] - Fixed an issue with the text fields not allowing quotes.<\\/li>\\n<\\/ul>\\n<h4> 1.1.6 ( August 17, 2020 ) <\\/h4>\\n<ul>\\n<li>[Carousel Builder] - New component for visually building carousels (for use with repeater component).<\\/li>\\n<li>[Offcanvas] - Any elements inside the offcanvas can now make use of Oxygen\'s scroll animations, triggered when the offcanvas is opened (rather than on page load).<\\/li>\\n<li>[Slide Menu] - Added new menu alignment controls and focus controls for the sub menu buttons.<\\/li>\\n<li>[Lottie] - Added option to render animation as  instead of  (to prevent rare cases of some animations flickering in Safari).<\\/li>\\n<\\/ul>\\n<h4> 1.1.5 ( August 06, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] - Fixed padding issue on phone\\/mobile field when flag is disabled.<\\/li>\\n<li>[Cart Counter] - Fixed issue with cart number not updating (present only in v1.1.4).<\\/li>\\n<\\/ul>\\n<h4> 1.1.4 ( August 05, 2020 ) <\\/h4>\\n<ul>\\n<li>[Toggle Switch] New component for switching content or toggling classes.<\\/li>\\n<li>[Content Switcher] New component allowing to switch between two elements (for use with the toggle switch).<\\/li>\\n<li>[Burger Trigger] - Added \'scale\' changing size of burger independent of size of the button.<\\/li>\\n<li>[Cart counter] - Accessibility improvement -  Dropdown cart now can be accessed by keyboard.<\\/li>\\n<li>[Counter] - Number fields now accept dynamic data.<\\/li>\\n<li>[Off Canvas] - Accessibility improvement - Now able to change the focus when offcanvas opened to any selector inside.<\\/li>\\n<li>[Off Canvas] - Trigger can now be from inside dynamically added content.<\\/li>\\n<li>[Slide Menu] - Added site navigation schema markup option.<\\/li>\\n<li>[Fluent Form] - Colour controls added for Invalid input state.<\\/li>\\n<li>[Fluent Form] - Label Typography font weight issue fixed.<\\/li>\\n<li>[Fluent Form] - Smart UI checkbox issue fixed on iPhone.<\\/li>\\n<li>[Fluent Form] - Fixed issue with form dropdown not appearing in Oxygen if a form name contained disallowed words.<\\/li>\\n<li>[Fluent Form] - Added Form ID control which accepts dynamic data.<\\/li>\\n<li>[Social Share] - Added Support for Pinterest, WhatsApp &amp; Telegram.<\\/li>\\n<li>[Social Share] - Fixed issue with email share link when post titles contained certain characters.<\\/li>\\n<li>[Header Search] - Fixed a W3C Validator issue.<\\/li>\\n<li>[Lottie] - ACF field can now be used to get the JSON URL.<\\/li>\\n<li>[Lottie] - Cursor position control can now be relative to any container element.<\\/li>\\n<li>[Lottie] - Added MouseOver control (similar to hover but with frame control &amp; reverse animation when use stops hovering.<\\/li>\\n<li>[General] Small performance improvements for users on Oxygen v3.4+ (less inline JS output where possible).<\\/li>\\n<li>[General] In-builder performance improvements (loading less JS).<\\/li>\\n<li>[General] Added support ready for Oxygen v3.5 (new preset code).<\\/li>\\n<\\/ul>\\n<h4> 1.1.3 ( June 25, 2020 ) <\\/h4>\\n<ul>\\n<li>Added checkboxes in the plugin\'s settings page so that only selected components can be added to the Oxygen editor.<\\/li>\\n<\\/ul>\\n<h4> 1.1.2 ( June 24, 2020 ) <\\/h4>\\n<ul>\\n<li>[Alert Box] - Can now be used as a header notification bar, with \'SlideUp\' close option added.<\\/li>\\n<li>[Fluent Form] - Compatibility with v3.6.0.<\\/li>\\n<li>[Header Search] - More control over icon positioning.<\\/li>\\n<li>[Mini Cart] - Fixed scrollbar issue, more controls for positioning of inner elements.<\\/li>\\n<li>[Off Canvas] - Added z-index controls for both backdrop &amp; inner content.<\\/li>\\n<\\/ul>\\n<h4> 1.1.1 ( June 18, 2020 ) <\\/h4>\\n<ul>\\n<li>[Off Canvas] - Fixed an issue with chosen selector not triggering Off Canvas.<\\/li>\\n<li>[Preloader] - Fixed slight glitchy animation on iPhones.<\\/li>\\n<\\/ul>\\n<h4> 1.1 ( June 18, 2020 ) <\\/h4>\\n<ul>\\n<li>[Cart Counter] - New component for displaying Woocommerce Cart Count.<\\/li>\\n<li>[Mini Cart] - New component for displaying Woocommerce Mini Cart.<\\/li>\\n<li>[Preloader] - New component for building preloaders to hide FOUC or FOUT.<\\/li>\\n<li>[Fluent Form] - Added style controls for Payment Summary and Checkable Grids.<\\/li>\\n<li>[Fluent Form] - Added &quot;General Styles&quot; for overall form typography, button transitions.<\\/li>\\n<li>[Off Canvas] - Slide from Top\\/Button now available.<\\/li>\\n<li>[Off Canvas] - Can now be triggered from inside a modal if click trigger is also a trigger for closing the modal.<\\/li>\\n<li>[Slide Menu] - Prevent issue with browsers auto-scrolling with hashlinks &amp; sub menu items collapsing height.<\\/li>\\n<\\/ul>\\n<h4> 1.0.9 ( June 13, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added support for Smart UI styling, added more style options and renamed controls to match official Fluent Forms.<\\/li>\\n<li>[Fluent Form] Fixed code issue if FF not active.<\\/li>\\n<li>[Reading Time] Added &quot;Text After (Singular)&quot; and &quot;Text After (Plurarl)&quot; settings for customizable After text.<\\/li>\\n<li>[Off Canvas] Menu items with hash links inside Off Canvas can now open submenu by clicking entire menu item.<\\/li>\\n<li>Fixed license activation\\/deactivation issue especially after site has been migrated to a new location.<\\/li>\\n<li>A few other general code polishes.<\\/li>\\n<\\/ul>\\n<h4> 1.0.8 ( June 10, 2020 ) <\\/h4>\\n<ul>\\n<li>[Adjacent Posts] Fixed an issue with the next post showing even if empty.<\\/li>\\n<\\/ul>\\n<h4> 1.0.7 ( June 09, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added a check to ensure that there will be no errors if Fluent Forms is not active.<\\/li>\\n<\\/ul>\\n<h4> 1.0.6 ( June 09, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added dropdown for selecting form by name, instead of ID<\\/li>\\n<li>[Lottie Animation] Added Click Animation Trigger with optional reverse second clicks.<\\/li>\\n<li>[Lottie Animation] Easier controls with sliders for frames and speed &amp; width \\/ height.<\\/li>\\n<li>[Back to Top] Added ability to include any element inside button to build manually.<\\/li>\\n<li>[Back to Top] Added option to be visible only when scrolling up.<\\/li>\\n<li>[Off Canvas] Fixed issue with iPhone 5\\/6 with backdrop.<\\/li>\\n<li>[Off Canvas] Added auto close if any hash links clicked from inside off canvas.<\\/li>\\n<li>[Adjacent Posts] Prev\\/next posts can now be split across two components for more flexible positioning.<\\/li>\\n<li>[Alert Box] Now can add divs inside without issue.<\\/li>\\n<\\/ul>\\n<h4> 1.0.5 ( June 05, 2020 ) <\\/h4>\\n<ul>\\n<li>[Fluent Form] Added more focus styles to forms (&amp; more style options for multi step forms).<\\/li>\\n<li>[Lottie Animation] Added Top\\/Bottom offset controls to scroll animations.<\\/li>\\n<li>[Lottie Animation] Added cursor position based animation.<\\/li>\\n<li>[Lottie Animation] Added the ability for sync scrolling to any container.<\\/li>\\n<li>[Lottie Animation] Added the ability to toggle loop on\\/off.<\\/li>\\n<li>[Lottie Animation] Fixed an issue with scrolling not working with multiple animations.<\\/li>\\n<\\/ul>\\n<h4> 1.0.4 ( June 04, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed - Button hover issue in Back to Top.<\\/li>\\n<li>Fixed - Off Canvas builder visibility causing elements to be unclickable.<\\/li>\\n<li>New - Option to add custom aria label to Burger Trigger button.<\\/li>\\n<li>Fixed - Prevent duplicate IDs on search icons.<\\/li>\\n<li>Edit - Removed the ability to change Slide Menu type in media queries to prevent issues.<\\/li>\\n<\\/ul>\\n<h4> 1.0.3 ( June 03, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed duplicate ID on icons in the Adjacent Posts component.<\\/li>\\n<li>Fixed a bug in the Slide Menu component causing it not to function properly when hidden by default.<\\/li>\\n<li>Moved &quot;Open \\/ Close Trigger selector&quot; setting in Off Canvas component to the Primary tab for easier access.<\\/li>\\n<li>Changed container elements\' tags from &quot;span&quot; to &quot;div&quot; in Back to Top component\'s output.<\\/li>\\n<li>Added a screenshot under the License Key form showing where the extras added by the plugin can be found.<\\/li>\\n<\\/ul>\\n<h4> 1.0.2 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Fixed Burger Trigger and Off Canvas components not appearing.<\\/li>\\n<\\/ul>\\n<h4> 1.0.1 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Added a link to Settings under the plugin name.<\\/li>\\n<\\/ul>\\n<h4> 1.0.0 ( June 02, 2020 ) <\\/h4>\\n<ul>\\n<li>Initial release<\\/li>\\n<\\/ul>\"],\"plugin\":\"oxyextras\\/oxy-extras.php\",\"id\":\"oxyextras\\/oxy-extras.php\"}\";}','no'),(921,'wpcb_settings_api_key','','yes'),(923,'wpcb_initiated_1_1_5','1','yes'),(924,'wpcb_initiated_1_1_7','1','yes'),(925,'external_updates-wpcodebox','O:8:\"stdClass\":5:{s:9:\"lastCheck\";i:1658761584;s:14:\"checkedVersion\";s:5:\"1.4.1\";s:6:\"update\";O:8:\"stdClass\":10:{s:4:\"slug\";s:9:\"wpcodebox\";s:7:\"version\";s:5:\"1.4.1\";s:12:\"download_url\";s:99:\"https://wpcodebox.com/wp-update-server/?action=download&token=e85318fe7189f38b&package_id=wpcodebox\";s:12:\"translations\";a:0:{}s:2:\"id\";i:0;s:8:\"homepage\";s:21:\"https://wpcodebox.com\";s:6:\"tested\";s:5:\"6.0.1\";s:14:\"upgrade_notice\";N;s:5:\"icons\";a:0:{}s:8:\"filename\";s:23:\"wpcodebox/wpcodebox.php\";}s:11:\"updateClass\";s:22:\"Puc_v4p9_Plugin_Update\";s:15:\"updateBaseClass\";s:13:\"Plugin_Update\";}','no'),(926,'oxygen_vsb_ignore_post_type_wpcb_snippet_folder','','yes'),(927,'oxygen_vsb_ignore_post_type_wpcb_snippet_post','','yes'),(936,'cptui_new_install','false','yes'),(937,'acf_version','6.0.0-alpha3','yes'),(938,'oxygen_vsb_ignore_post_type_acf-field-group','','yes'),(939,'oxygen_vsb_ignore_post_type_acf-field','','yes'),(944,'acf_pro_license','YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRVMk5qRTVmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE9TMHdNeTB5T0NBeE1UbzFPRG8xTUE9PSI7czozOiJ1cmwiO3M6MzQ6Imh0dHBzOi8vc2VhLWFyY2gtZHJpbmtzLTIwMjIubG9jYWwiO30=','yes'),(955,'happyfiles_category_children','a:0:{}','yes'),(967,'code_snippets_version','3.1.1','yes'),(968,'code_snippets_settings','a:3:{s:7:\"general\";a:6:{s:19:\"activate_by_default\";b:1;s:11:\"enable_tags\";b:1;s:18:\"enable_description\";b:1;s:10:\"list_order\";s:8:\"priority\";s:13:\"disable_prism\";b:0;s:18:\"complete_uninstall\";b:0;}s:18:\"description_editor\";a:3:{s:4:\"rows\";i:5;s:12:\"use_full_mce\";b:0;s:13:\"media_buttons\";b:0;}s:6:\"editor\";a:9:{s:5:\"theme\";s:7:\"default\";s:16:\"indent_with_tabs\";b:1;s:8:\"tab_size\";i:4;s:11:\"indent_unit\";i:4;s:10:\"wrap_lines\";b:1;s:12:\"line_numbers\";b:1;s:19:\"auto_close_brackets\";b:1;s:27:\"highlight_selection_matches\";b:1;s:21:\"highlight_active_line\";b:1;}}','yes'),(971,'recently_activated_snippets','a:0:{}','yes'),(982,'wpgb_db_version','1','yes'),(983,'widget_wpgb_grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(984,'widget_wpgb_facet','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(992,'action_scheduler_hybrid_store_demarkation','15','yes'),(993,'schema-ActionScheduler_StoreSchema','6.0.1657732005','yes'),(994,'schema-ActionScheduler_LoggerSchema','3.0.1657732005','yes'),(995,'rank_math_known_post_types','a:4:{s:4:\"post\";s:4:\"post\";s:4:\"page\";s:4:\"page\";s:10:\"attachment\";s:10:\"attachment\";s:11:\"ct_template\";s:11:\"ct_template\";}','yes'),(996,'rank_math_modules','a:15:{i:0;s:12:\"link-counter\";i:1;s:9:\"analytics\";i:2;s:12:\"seo-analysis\";i:3;s:7:\"sitemap\";i:4;s:12:\"rich-snippet\";i:5;s:11:\"woocommerce\";i:6;s:10:\"buddypress\";i:7;s:7:\"bbpress\";i:8;s:3:\"acf\";i:9;s:11:\"web-stories\";i:10;s:10:\"content-ai\";i:11;s:16:\"instant-indexing\";i:12;s:12:\"role-manager\";i:13;s:11:\"404-monitor\";i:14;s:9:\"local-seo\";}','yes'),(997,'rank-math-options-general','a:43:{s:19:\"strip_category_base\";s:3:\"off\";s:24:\"attachment_redirect_urls\";s:2:\"on\";s:27:\"attachment_redirect_default\";s:31:\"https://seaarchdev.wpengine.com\";s:23:\"nofollow_external_links\";s:3:\"off\";s:20:\"nofollow_image_links\";s:3:\"off\";s:25:\"new_window_external_links\";s:2:\"on\";s:11:\"add_img_alt\";s:3:\"off\";s:14:\"img_alt_format\";s:11:\" %filename%\";s:13:\"add_img_title\";s:3:\"off\";s:16:\"img_title_format\";s:22:\"%title% %count(title)%\";s:11:\"breadcrumbs\";s:3:\"off\";s:21:\"breadcrumbs_separator\";s:1:\"-\";s:16:\"breadcrumbs_home\";s:2:\"on\";s:22:\"breadcrumbs_home_label\";s:4:\"Home\";s:26:\"breadcrumbs_archive_format\";s:15:\"Archives for %s\";s:25:\"breadcrumbs_search_format\";s:14:\"Results for %s\";s:21:\"breadcrumbs_404_label\";s:25:\"404 Error: page not found\";s:31:\"breadcrumbs_ancestor_categories\";s:3:\"off\";s:21:\"breadcrumbs_blog_page\";s:3:\"off\";s:16:\"404_monitor_mode\";s:6:\"simple\";s:17:\"404_monitor_limit\";i:100;s:35:\"404_monitor_ignore_query_parameters\";s:2:\"on\";s:24:\"redirections_header_code\";s:3:\"301\";s:18:\"redirections_debug\";s:3:\"off\";s:23:\"console_caching_control\";s:2:\"90\";s:21:\"console_email_reports\";s:2:\"on\";s:23:\"console_email_frequency\";s:7:\"monthly\";s:27:\"link_builder_links_per_page\";s:1:\"7\";s:29:\"link_builder_links_per_target\";s:1:\"1\";s:22:\"wc_remove_product_base\";s:3:\"off\";s:23:\"wc_remove_category_base\";s:3:\"off\";s:31:\"wc_remove_category_parent_slugs\";s:3:\"off\";s:18:\"rss_before_content\";s:0:\"\";s:17:\"rss_after_content\";s:0:\"\";s:19:\"wc_remove_generator\";s:2:\"on\";s:24:\"remove_shop_snippet_data\";s:2:\"on\";s:18:\"frontend_seo_score\";s:3:\"off\";s:29:\"frontend_seo_score_post_types\";a:1:{i:0;s:4:\"post\";}s:27:\"frontend_seo_score_position\";s:3:\"top\";s:10:\"setup_mode\";s:8:\"advanced\";s:21:\"content_ai_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"ct_template\";}s:15:\"analytics_stats\";s:2:\"on\";s:14:\"google_updates\";s:2:\"on\";}','yes'),(998,'rank-math-options-titles','a:118:{s:24:\"noindex_empty_taxonomies\";s:2:\"on\";s:15:\"title_separator\";s:1:\"-\";s:17:\"capitalize_titles\";s:3:\"off\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:19:\"knowledgegraph_type\";s:6:\"person\";s:19:\"knowledgegraph_name\";s:47:\"Distilled Non Alcoholic Spirits Devon - SeaArch\";s:19:\"local_business_type\";s:12:\"Organization\";s:20:\"local_address_format\";s:43:\"{address} {locality}, {region} {postalcode}\";s:13:\"opening_hours\";a:7:{i:0;a:2:{s:3:\"day\";s:6:\"Monday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:1;a:2:{s:3:\"day\";s:7:\"Tuesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:2;a:2:{s:3:\"day\";s:9:\"Wednesday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:3;a:2:{s:3:\"day\";s:8:\"Thursday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:4;a:2:{s:3:\"day\";s:6:\"Friday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:5;a:2:{s:3:\"day\";s:8:\"Saturday\";s:4:\"time\";s:11:\"09:00-17:00\";}i:6;a:2:{s:3:\"day\";s:6:\"Sunday\";s:4:\"time\";s:11:\"09:00-17:00\";}}s:20:\"opening_hours_format\";s:3:\"off\";s:14:\"homepage_title\";s:34:\"%sitename% %page% %sep% %sitedesc%\";s:20:\"homepage_description\";s:0:\"\";s:22:\"homepage_custom_robots\";s:3:\"off\";s:23:\"disable_author_archives\";s:3:\"off\";s:15:\"url_author_base\";s:6:\"author\";s:20:\"author_custom_robots\";s:2:\"on\";s:13:\"author_robots\";a:1:{i:0;s:7:\"noindex\";}s:20:\"author_archive_title\";s:30:\"%name% %sep% %sitename% %page%\";s:19:\"author_add_meta_box\";s:2:\"on\";s:21:\"disable_date_archives\";s:2:\"on\";s:18:\"date_archive_title\";s:30:\"%date% %page% %sep% %sitename%\";s:12:\"search_title\";s:38:\"%search_query% %page% %sep% %sitename%\";s:9:\"404_title\";s:31:\"Page Not Found %sep% %sitename%\";s:19:\"date_archive_robots\";a:1:{i:0;s:7:\"noindex\";}s:14:\"noindex_search\";s:2:\"on\";s:24:\"noindex_archive_subpages\";s:3:\"off\";s:26:\"noindex_password_protected\";s:3:\"off\";s:32:\"pt_download_default_rich_snippet\";s:7:\"product\";s:29:\"author_slack_enhanced_sharing\";s:2:\"on\";s:13:\"pt_post_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_post_description\";s:9:\"%excerpt%\";s:14:\"pt_post_robots\";a:0:{}s:21:\"pt_post_custom_robots\";s:3:\"off\";s:28:\"pt_post_default_rich_snippet\";s:7:\"article\";s:28:\"pt_post_default_article_type\";s:11:\"BlogPosting\";s:28:\"pt_post_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_post_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_post_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_post_ls_use_fk\";s:6:\"titles\";s:20:\"pt_post_add_meta_box\";s:2:\"on\";s:20:\"pt_post_bulk_editing\";s:7:\"editing\";s:24:\"pt_post_link_suggestions\";s:2:\"on\";s:24:\"pt_post_primary_taxonomy\";s:8:\"category\";s:13:\"pt_page_title\";s:24:\"%title% %sep% %sitename%\";s:19:\"pt_page_description\";s:9:\"%excerpt%\";s:14:\"pt_page_robots\";a:0:{}s:21:\"pt_page_custom_robots\";s:3:\"off\";s:28:\"pt_page_default_rich_snippet\";s:7:\"article\";s:28:\"pt_page_default_article_type\";s:7:\"Article\";s:28:\"pt_page_default_snippet_name\";s:11:\"%seo_title%\";s:28:\"pt_page_default_snippet_desc\";s:17:\"%seo_description%\";s:30:\"pt_page_slack_enhanced_sharing\";s:2:\"on\";s:17:\"pt_page_ls_use_fk\";s:6:\"titles\";s:20:\"pt_page_add_meta_box\";s:2:\"on\";s:20:\"pt_page_bulk_editing\";s:7:\"editing\";s:24:\"pt_page_link_suggestions\";s:2:\"on\";s:19:\"pt_attachment_title\";s:24:\"%title% %sep% %sitename%\";s:25:\"pt_attachment_description\";s:9:\"%excerpt%\";s:20:\"pt_attachment_robots\";a:1:{i:0;s:7:\"noindex\";}s:27:\"pt_attachment_custom_robots\";s:2:\"on\";s:34:\"pt_attachment_default_rich_snippet\";s:3:\"off\";s:34:\"pt_attachment_default_article_type\";s:7:\"Article\";s:34:\"pt_attachment_default_snippet_name\";s:11:\"%seo_title%\";s:34:\"pt_attachment_default_snippet_desc\";s:17:\"%seo_description%\";s:36:\"pt_attachment_slack_enhanced_sharing\";s:3:\"off\";s:26:\"pt_attachment_add_meta_box\";s:3:\"off\";s:20:\"pt_ct_template_title\";s:24:\"%title% %sep% %sitename%\";s:26:\"pt_ct_template_description\";s:9:\"%excerpt%\";s:21:\"pt_ct_template_robots\";a:0:{}s:28:\"pt_ct_template_custom_robots\";s:3:\"off\";s:35:\"pt_ct_template_default_rich_snippet\";s:3:\"off\";s:35:\"pt_ct_template_default_article_type\";s:7:\"Article\";s:35:\"pt_ct_template_default_snippet_name\";s:11:\"%seo_title%\";s:35:\"pt_ct_template_default_snippet_desc\";s:17:\"%seo_description%\";s:28:\"pt_ct_template_archive_title\";s:31:\"%title% %page% %sep% %sitename%\";s:37:\"pt_ct_template_slack_enhanced_sharing\";s:3:\"off\";s:24:\"pt_ct_template_ls_use_fk\";s:6:\"titles\";s:27:\"pt_ct_template_add_meta_box\";s:2:\"on\";s:27:\"pt_ct_template_bulk_editing\";s:7:\"editing\";s:31:\"pt_ct_template_link_suggestions\";s:2:\"on\";s:16:\"pt_product_title\";s:24:\"%title% %sep% %sitename%\";s:22:\"pt_product_description\";s:9:\"%excerpt%\";s:17:\"pt_product_robots\";a:0:{}s:24:\"pt_product_custom_robots\";s:3:\"off\";s:31:\"pt_product_default_rich_snippet\";s:7:\"product\";s:31:\"pt_product_default_article_type\";s:7:\"Article\";s:31:\"pt_product_default_snippet_name\";s:11:\"%seo_title%\";s:31:\"pt_product_default_snippet_desc\";s:17:\"%seo_description%\";s:33:\"pt_product_slack_enhanced_sharing\";s:2:\"on\";s:20:\"pt_product_ls_use_fk\";s:6:\"titles\";s:23:\"pt_product_add_meta_box\";s:2:\"on\";s:23:\"pt_product_bulk_editing\";s:7:\"editing\";s:27:\"pt_product_link_suggestions\";s:2:\"on\";s:27:\"pt_product_primary_taxonomy\";s:11:\"product_cat\";s:18:\"pt_web-story_title\";s:24:\"%title% %sep% %sitename%\";s:24:\"pt_web-story_description\";s:9:\"%excerpt%\";s:19:\"pt_web-story_robots\";a:0:{}s:26:\"pt_web-story_custom_robots\";s:3:\"off\";s:33:\"pt_web-story_default_rich_snippet\";s:7:\"article\";s:33:\"pt_web-story_default_article_type\";s:7:\"Article\";s:33:\"pt_web-story_default_snippet_name\";s:11:\"%seo_title%\";s:33:\"pt_web-story_default_snippet_desc\";s:17:\"%seo_description%\";s:35:\"pt_web-story_slack_enhanced_sharing\";s:3:\"off\";s:25:\"pt_web-story_add_meta_box\";s:3:\"off\";s:18:\"tax_category_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_category_robots\";a:0:{}s:25:\"tax_category_add_meta_box\";s:2:\"on\";s:26:\"tax_category_custom_robots\";s:3:\"off\";s:24:\"tax_category_description\";s:18:\"%term_description%\";s:35:\"tax_category_slack_enhanced_sharing\";s:2:\"on\";s:18:\"tax_post_tag_title\";s:23:\"%term% %sep% %sitename%\";s:19:\"tax_post_tag_robots\";a:1:{i:0;s:7:\"noindex\";}s:25:\"tax_post_tag_add_meta_box\";s:3:\"off\";s:26:\"tax_post_tag_custom_robots\";s:2:\"on\";s:24:\"tax_post_tag_description\";s:18:\"%term_description%\";s:35:\"tax_post_tag_slack_enhanced_sharing\";s:2:\"on\";s:31:\"remove_product_cat_snippet_data\";s:2:\"on\";s:31:\"remove_product_tag_snippet_data\";s:2:\"on\";}','yes'),(999,'rank-math-options-sitemap','a:13:{s:14:\"items_per_page\";i:200;s:14:\"include_images\";s:2:\"on\";s:22:\"include_featured_image\";s:3:\"off\";s:19:\"ping_search_engines\";s:2:\"on\";s:13:\"exclude_roles\";a:2:{s:11:\"contributor\";s:11:\"Contributor\";s:10:\"subscriber\";s:10:\"Subscriber\";}s:15:\"pt_post_sitemap\";s:2:\"on\";s:15:\"pt_page_sitemap\";s:2:\"on\";s:21:\"pt_attachment_sitemap\";s:3:\"off\";s:22:\"pt_ct_template_sitemap\";s:2:\"on\";s:18:\"pt_product_sitemap\";s:2:\"on\";s:20:\"pt_web-story_sitemap\";s:3:\"off\";s:20:\"tax_category_sitemap\";s:2:\"on\";s:20:\"tax_post_tag_sitemap\";s:3:\"off\";}','yes'),(1000,'rank-math-options-instant-indexing','a:2:{s:15:\"bing_post_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:16:\"indexnow_api_key\";s:32:\"dbb1c3b9e3a24bc7be8f173abda67c16\";}','yes'),(1003,'rank_math_version','1.0.93.1','yes'),(1004,'rank_math_db_version','1','yes'),(1005,'rank_math_install_date','1657732005','yes'),(1007,'action_scheduler_lock_async-request-runner','1658770673','yes'),(1011,'rank_math_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:406:\"Rank Math has detected a new post type: <code>product</code>. You may want to check the settings of the <a href=\"https://seaarchdev.wpengine.com/wp-admin/admin.php?page=rank-math-options-titles#setting-panel-post-type-product\">Titles &amp; Meta page</a> and <a href=\"https://seaarchdev.wpengine.com/wp-admin/admin.php?page=rank-math-options-sitemap#setting-panel-sitemap-post-type-product\">the Sitemap</a>.\";s:7:\"options\";a:5:{s:2:\"id\";s:13:\"new_post_type\";s:7:\"classes\";s:16:\"rank-math-notice\";s:4:\"type\";s:4:\"info\";s:6:\"screen\";s:3:\"any\";s:10:\"capability\";s:0:\"\";}}}','yes'),(1014,'rank_math_pro_google_updates','','no'),(1016,'oxygen_vsb_ignore_post_type_scheduled-action','','yes'),(1018,'rank_math_registration_skip','1','yes'),(1019,'rank_math_review_notice_date','1658941612','no'),(1020,'rank_math_review_posts_converted','1','yes'),(1021,'_transient_rank_math_first_submenu_id','rank-math','yes'),(1022,'oxygen_vsb_ignore_post_type_rank_math_schema','','yes'),(1023,'rank_math_pro_version','3.0.16.1','yes'),(1024,'rank_math_wizard_completed','1','yes'),(1025,'rank_math_yoast_block_posts','a:2:{s:5:\"posts\";a:0:{}s:5:\"count\";i:0;}','yes'),(1026,'rank_math_old_schema_data','a:0:{}','yes'),(1033,'woocommerce_schema_version','430','yes'),(1034,'woocommerce_store_address','','yes'),(1035,'woocommerce_store_address_2','','yes'),(1036,'woocommerce_store_city','','yes'),(1037,'woocommerce_default_country','US:CA','yes'),(1038,'woocommerce_store_postcode','','yes'),(1039,'woocommerce_allowed_countries','all','yes'),(1040,'woocommerce_all_except_countries','','yes'),(1041,'woocommerce_specific_allowed_countries','','yes'),(1042,'woocommerce_ship_to_countries','','yes'),(1043,'woocommerce_specific_ship_to_countries','','yes'),(1044,'woocommerce_default_customer_address','base','yes'),(1045,'woocommerce_calc_taxes','no','yes'),(1046,'woocommerce_enable_coupons','yes','yes'),(1047,'woocommerce_calc_discounts_sequentially','no','no'),(1048,'woocommerce_currency','USD','yes'),(1049,'woocommerce_currency_pos','left','yes'),(1050,'woocommerce_price_thousand_sep',',','yes'),(1051,'woocommerce_price_decimal_sep','.','yes'),(1052,'woocommerce_price_num_decimals','2','yes'),(1053,'woocommerce_shop_page_id','19','yes'),(1054,'woocommerce_cart_redirect_after_add','no','yes'),(1055,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(1056,'woocommerce_placeholder_image','18','yes'),(1057,'woocommerce_weight_unit','kg','yes'),(1058,'woocommerce_dimension_unit','cm','yes'),(1059,'woocommerce_enable_reviews','yes','yes'),(1060,'woocommerce_review_rating_verification_label','yes','no'),(1061,'woocommerce_review_rating_verification_required','no','no'),(1062,'woocommerce_enable_review_rating','yes','yes'),(1063,'woocommerce_review_rating_required','yes','no'),(1064,'woocommerce_manage_stock','yes','yes'),(1065,'woocommerce_hold_stock_minutes','60','no'),(1066,'woocommerce_notify_low_stock','yes','no'),(1067,'woocommerce_notify_no_stock','yes','no'),(1068,'woocommerce_stock_email_recipient','rob@whitespaceadvertising.co.uk','no'),(1069,'woocommerce_notify_low_stock_amount','2','no'),(1070,'woocommerce_notify_no_stock_amount','0','yes'),(1071,'woocommerce_hide_out_of_stock_items','no','yes'),(1072,'woocommerce_stock_format','','yes'),(1073,'woocommerce_file_download_method','force','no'),(1074,'woocommerce_downloads_redirect_fallback_allowed','no','no'),(1075,'woocommerce_downloads_require_login','no','no'),(1076,'woocommerce_downloads_grant_access_after_payment','yes','no'),(1077,'woocommerce_downloads_add_hash_to_filename','yes','yes'),(1078,'woocommerce_attribute_lookup_enabled','yes','yes'),(1079,'woocommerce_attribute_lookup_direct_updates','no','yes'),(1080,'woocommerce_prices_include_tax','no','yes'),(1081,'woocommerce_tax_based_on','shipping','yes'),(1082,'woocommerce_shipping_tax_class','inherit','yes'),(1083,'woocommerce_tax_round_at_subtotal','no','yes'),(1084,'woocommerce_tax_classes','','yes'),(1085,'woocommerce_tax_display_shop','excl','yes'),(1086,'woocommerce_tax_display_cart','excl','yes'),(1087,'woocommerce_price_display_suffix','','yes'),(1088,'woocommerce_tax_total_display','itemized','no'),(1089,'woocommerce_enable_shipping_calc','yes','no'),(1090,'woocommerce_shipping_cost_requires_address','no','yes'),(1091,'woocommerce_ship_to_destination','billing','no'),(1092,'woocommerce_shipping_debug_mode','no','yes'),(1093,'woocommerce_enable_guest_checkout','yes','no'),(1094,'woocommerce_enable_checkout_login_reminder','no','no'),(1095,'woocommerce_enable_signup_and_login_from_checkout','no','no'),(1096,'woocommerce_enable_myaccount_registration','no','no'),(1097,'woocommerce_registration_generate_username','yes','no'),(1098,'woocommerce_registration_generate_password','yes','no'),(1099,'woocommerce_erasure_request_removes_order_data','no','no'),(1100,'woocommerce_erasure_request_removes_download_data','no','no'),(1101,'woocommerce_allow_bulk_remove_personal_data','no','no'),(1102,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),(1103,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),(1104,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(1105,'woocommerce_trash_pending_orders','','no'),(1106,'woocommerce_trash_failed_orders','','no'),(1107,'woocommerce_trash_cancelled_orders','','no'),(1108,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),(1109,'woocommerce_email_from_name','Distilled Non Alcoholic Spirits Devon - SeaArch','no'),(1110,'woocommerce_email_from_address','rob@whitespaceadvertising.co.uk','no'),(1111,'woocommerce_email_header_image','','no'),(1112,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),(1113,'woocommerce_email_base_color','#7f54b3','no'),(1114,'woocommerce_email_background_color','#f7f7f7','no'),(1115,'woocommerce_email_body_background_color','#ffffff','no'),(1116,'woocommerce_email_text_color','#3c3c3c','no'),(1117,'woocommerce_merchant_email_notifications','no','no'),(1118,'woocommerce_cart_page_id','20','no'),(1119,'woocommerce_checkout_page_id','21','no'),(1120,'woocommerce_myaccount_page_id','22','no'),(1121,'woocommerce_terms_page_id','','no'),(1122,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(1123,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(1124,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(1125,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(1126,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(1127,'woocommerce_myaccount_orders_endpoint','orders','yes'),(1128,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(1129,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(1130,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(1131,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(1132,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(1133,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(1134,'woocommerce_logout_endpoint','customer-logout','yes'),(1135,'woocommerce_api_enabled','no','yes'),(1136,'woocommerce_allow_tracking','yes','no'),(1137,'woocommerce_show_marketplace_suggestions','yes','no'),(1138,'woocommerce_single_image_width','600','yes'),(1139,'woocommerce_thumbnail_image_width','300','yes'),(1140,'woocommerce_checkout_highlight_required_fields','yes','yes'),(1141,'woocommerce_demo_store','no','no'),(1142,'wc_downloads_approved_directories_mode','enabled','yes'),(1143,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),(1144,'current_theme_supports_woocommerce','yes','yes'),(1145,'woocommerce_queue_flush_rewrite_rules','no','yes'),(1146,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(1147,'product_cat_children','a:0:{}','yes'),(1148,'default_product_cat','19','yes'),(1149,'rank_math_indexnow_log','a:6:{i:0;a:5:{s:3:\"url\";s:43:\"https://seaarchdev.wpengine.com/?page_id=19\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1657732108;}i:1;a:5:{s:3:\"url\";s:43:\"https://seaarchdev.wpengine.com/?page_id=20\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1657732109;}i:2;a:5:{s:3:\"url\";s:43:\"https://seaarchdev.wpengine.com/?page_id=21\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1657732110;}i:3;a:5:{s:3:\"url\";s:43:\"https://seaarchdev.wpengine.com/?page_id=22\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1657732110;}i:4;a:5:{s:3:\"url\";s:43:\"https://seaarchdev.wpengine.com/?page_id=25\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1658242277;}i:5;a:5:{s:3:\"url\";s:47:\"https://seaarchdev.wpengine.com/ui-style-guide/\";s:6:\"status\";i:202;s:17:\"manual_submission\";b:0;s:7:\"message\";s:2:\"OK\";s:4:\"time\";i:1658242311;}}','no'),(1151,'woocommerce_refund_returns_page_id','23','yes'),(1154,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:31:\"rob@whitespaceadvertising.co.uk\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:31:\"rob@whitespaceadvertising.co.uk\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),(1155,'woocommerce_version','6.7.0','yes'),(1156,'woocommerce_db_version','6.7.0','yes'),(1157,'woocommerce_admin_install_timestamp','1657732110','yes'),(1158,'woocommerce_inbox_variant_assignment','2','yes'),(1163,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','yes'),(1164,'woocommerce_admin_notices','a:0:{}','yes'),(1165,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"2xpqkv4Ed4NDJgv46mUVkYWpkNbUhHTO\";}','yes'),(1166,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','yes'),(1167,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1168,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1169,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1170,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1171,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1172,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1173,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1174,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1175,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1176,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1177,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1178,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1180,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','yes'),(1185,'oxygen_vsb_access_role_customer','','yes'),(1186,'oxygen_vsb_access_role_shop_manager','','yes'),(1187,'oxygen_vsb_ignore_post_type_product','','yes'),(1188,'oxygen_vsb_ignore_post_type_product_variation','','yes'),(1189,'oxygen_vsb_ignore_post_type_shop_order','','yes'),(1190,'oxygen_vsb_ignore_post_type_shop_order_refund','','yes'),(1191,'oxygen_vsb_ignore_post_type_shop_coupon','','yes'),(1192,'oxygen_vsb_ignore_post_type_shop_order_placehold','','yes'),(1193,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1659342999','no'),(1194,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:32:{s:27:\"new_in_app_marketplace_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:27:\"new_in_app_marketplace_2021\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Customize your store with extensions\";s:7:\"content\";s:164:\"Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"browse_extensions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Browse extensions\";}}s:3:\"url\";s:24:\"admin.php?page=wc-addons\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:14:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.7\";}}}s:21:\"wayflyer_bnpl_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:21:\"wayflyer_bnpl_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:48:\"Grow your business with funding through Wayflyer\";s:7:\"content\";s:261:\"Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"wayflyer_bnpl_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Level up with funding\";}}s:3:\"url\";s:118:\"https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-17 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-12-18 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:7:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"AU\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"BE\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"IE\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"NL\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"GB\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-affirm\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}}}}}}s:35:\"wc_shipping_mobile_app_usps_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:94:\"Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"wc_shipping_mobile_app_usps_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Get WooCommerce Shipping\";}}s:3:\"url\";s:135:\"https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-shipping-usps\";}}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}}s:30:\"wc_shipping_mobile_app_q4_2021\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:69:\"Print and manage your shipping labels with the WooCommerce Mobile App\";s:7:\"content\";s:210:\"Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"wc_shipping_mobile_app_q4_2021\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:30:\"Get the WooCommerce Mobile App\";}}s:3:\"url\";s:116:\"https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-11-12 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2021-11-27 00:00:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}s:37:\"ecomm-need-help-setting-up-your-store\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"ecomm-need-help-setting-up-your-store\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Need help setting up your Store?\";s:7:\"content\";s:350:\"Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"set-up-concierge\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Schedule free session\";}}s:3:\"url\";s:34:\"https://wordpress.com/me/concierge\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:16:48\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}}}s:20:\"woocommerce-services\";O:8:\"stdClass\":8:{s:4:\"slug\";s:20:\"woocommerce-services\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"WooCommerce Shipping & Tax\";s:7:\"content\";s:251:\"WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:84:\"https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:17:25\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:32:\"ecomm-unique-shopping-experience\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"ecomm-unique-shopping-experience\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"For a shopping experience as unique as your customers\";s:7:\"content\";s:270:\"Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"learn-more-ecomm-unique-shopping-experience\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:71:\"https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:01\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:3:{i:0;s:35:\"woocommerce-shipping-australia-post\";i:1;s:32:\"woocommerce-shipping-canada-post\";i:2;s:30:\"woocommerce-shipping-royalmail\";}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:2;}}}s:37:\"wc-admin-getting-started-in-ecommerce\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-getting-started-in-ecommerce\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"Getting Started in eCommerce - webinar\";s:7:\"content\";s:174:\"We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"watch-the-webinar\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:17:\"Watch the webinar\";}}s:3:\"url\";s:28:\"https://youtu.be/V_2XtCOyZ7o\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:18:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:12:\"setup_client\";s:9:\"operation\";s:2:\"!=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_count\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:1:\"0\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:4:\"none\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:7:\"revenue\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:10:\"up-to-2500\";}}}}}s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:39:\"wc-admin-first-five-things-to-customize\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-admin-first-five-things-to-customize\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:45:\"The first 5 things to customize in your store\";s:7:\"content\";s:175:\"Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:20:31\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:2;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:5:\"value\";s:9:\"NOT EMPTY\";s:7:\"default\";s:9:\"NOT EMPTY\";s:9:\"operation\";s:2:\"!=\";}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Payments setup - let us know what you think\";s:7:\"content\";s:146:\"Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:39:\"https://automattic.survey.fm/wc-pay-new\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:26:\"ecomm-wc-navigation-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"ecomm-wc-navigation-survey\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"We’d like your feedback on the WooCommerce navigation\";s:7:\"content\";s:134:\"We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:63:\"https://automattic.survey.fm/feedback-on-woocommerce-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:38:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:90;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:36:\"setup_task_initiative_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:36:\"setup_task_initiative_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"We want to know what matters most to you\";s:7:\"content\";s:144:\"Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"setup_task_initiative_survey_q2_2022_share_your_input\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:16:\"Share your input\";}}s:3:\"url\";s:26:\"https://t.maze.co/87390007\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-04-26 00:00:37\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:180;}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:17:\"wc-admin-wisepad3\";O:8:\"stdClass\":8:{s:4:\"slug\";s:17:\"wc-admin-wisepad3\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:74:\"Take your business on the go in Canada with WooCommerce In-Person Payments\";s:7:\"content\";s:275:\"Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"wc-admin-wisepad3\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Grow my business offline\";}}s:3:\"url\";s:126:\"https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-06-15 10:00:28\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"CA\";}}}}','no'),(1195,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:0;}','no'),(1196,'wc_blocks_surface_cart_checkout_probability','30','yes'),(1197,'wc_blocks_db_schema_version','260','yes'),(1200,'_transient_woocommerce_reports-transient-version','1657732111','yes'),(1209,'_transient_shipping-transient-version','1657732112','yes'),(1210,'_transient_timeout_wc_shipping_method_count_legacy','1660324112','no'),(1211,'_transient_wc_shipping_method_count_legacy','a:2:{s:7:\"version\";s:10:\"1657732112\";s:5:\"value\";i:0;}','no'),(1212,'woocommerce_task_list_tracked_completed_tasks','a:2:{i:0;s:8:\"purchase\";i:1;s:14:\"store_creation\";}','yes'),(1213,'woocommerce_task_list_completed_lists','a:2:{i:0;s:8:\"extended\";i:1;s:19:\"extended_two_column\";}','yes'),(1224,'woocommerce_onboarding_profile','a:1:{s:7:\"skipped\";b:1;}','yes'),(1235,'woocommerce_task_list_prompt_shown','1','yes'),(1244,'wc_has_tracked_default_theme','1','yes'),(1589,'_transient_health-check-site-status-result','{\"good\":14,\"recommended\":4,\"critical\":0}','yes'),(1594,'woocommerce_tracker_ua','a:1:{i:0;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";}','no'),(1610,'rank_math_content_ai_viewed','1','yes'),(1611,'rank_math_ca_credits','180','no'),(1616,'_transient_timeout_wc_term_counts','1660408513','no'),(1617,'_transient_wc_term_counts','a:1:{i:19;s:0:\"\";}','no'),(1618,'category_children','a:0:{}','yes'),(1657,'woocommerce_tracker_last_send','1658501186','yes'),(1720,'rank_math_pro_notice_date','1659095551','no'),(1759,'automatic_css_settings','a:198:{s:8:\"last-tab\";s:15:\"acss-tab-colors\";s:6:\"vp-max\";i:1600;s:12:\"breakpoint-l\";d:992;s:12:\"breakpoint-m\";d:768;s:12:\"breakpoint-s\";d:480;s:6:\"vp-min\";i:320;s:13:\"color-primary\";s:7:\"#1e3e5f\";s:15:\"primary-hover-s\";d:70;s:15:\"primary-hover-l\";d:1.1499999999999999;s:21:\"primary-ultra-light-s\";d:70;s:21:\"primary-ultra-light-l\";d:95;s:15:\"primary-light-s\";d:70;s:15:\"primary-light-l\";d:85;s:16:\"primary-medium-s\";d:70;s:16:\"primary-medium-l\";d:50;s:14:\"primary-dark-s\";d:70;s:14:\"primary-dark-l\";d:25;s:20:\"primary-ultra-dark-s\";d:70;s:20:\"primary-ultra-dark-l\";d:10;s:15:\"color-secondary\";s:7:\"#64c7d6\";s:17:\"secondary-hover-s\";d:16;s:17:\"secondary-hover-l\";d:1.1499999999999999;s:23:\"secondary-ultra-light-s\";d:16;s:23:\"secondary-ultra-light-l\";d:95;s:17:\"secondary-light-s\";d:16;s:17:\"secondary-light-l\";d:85;s:18:\"secondary-medium-s\";d:16;s:18:\"secondary-medium-l\";d:50;s:16:\"secondary-dark-s\";d:16;s:16:\"secondary-dark-l\";d:25;s:22:\"secondary-ultra-dark-s\";d:16;s:22:\"secondary-ultra-dark-l\";d:10;s:12:\"color-accent\";s:7:\"#808080\";s:14:\"accent-hover-s\";d:0;s:14:\"accent-hover-l\";d:1.1499999999999999;s:20:\"accent-ultra-light-s\";d:0;s:20:\"accent-ultra-light-l\";d:95;s:14:\"accent-light-s\";d:0;s:14:\"accent-light-l\";d:85;s:15:\"accent-medium-s\";d:0;s:15:\"accent-medium-l\";d:50;s:13:\"accent-dark-s\";d:0;s:13:\"accent-dark-l\";d:25;s:19:\"accent-ultra-dark-s\";d:0;s:19:\"accent-ultra-dark-l\";d:10;s:10:\"color-base\";s:7:\"#d7d6d1\";s:12:\"base-hover-s\";d:7;s:12:\"base-hover-l\";d:1.1499999999999999;s:18:\"base-ultra-light-s\";d:7;s:18:\"base-ultra-light-l\";d:95;s:12:\"base-light-s\";d:7;s:12:\"base-light-l\";d:75;s:13:\"base-medium-s\";d:7;s:13:\"base-medium-l\";d:48;s:11:\"base-dark-s\";d:7;s:11:\"base-dark-l\";d:25;s:17:\"base-ultra-dark-s\";d:7;s:17:\"base-ultra-dark-l\";d:10;s:11:\"color-shade\";s:7:\"#000000\";s:13:\"shade-hover-s\";d:0;s:13:\"shade-hover-l\";d:1.1499999999999999;s:19:\"shade-ultra-light-s\";d:0;s:19:\"shade-ultra-light-l\";d:95;s:13:\"shade-light-s\";d:0;s:13:\"shade-light-l\";d:85;s:14:\"shade-medium-s\";d:0;s:14:\"shade-medium-l\";d:50;s:12:\"shade-dark-s\";d:0;s:12:\"shade-dark-l\";d:25;s:18:\"shade-ultra-dark-s\";d:0;s:18:\"shade-ultra-dark-l\";d:10;s:14:\"root-font-size\";d:62.5;s:13:\"base-text-mob\";i:16;s:14:\"base-text-desk\";i:18;s:10:\"text-scale\";d:1.333;s:17:\"text-scale-custom\";s:0:\"\";s:14:\"mob-text-scale\";d:1.2;s:21:\"mob-text-scale-custom\";s:0:\"\";s:11:\"text-s-stop\";d:11;s:12:\"text-xs-stop\";d:10;s:15:\"text-multiplier\";d:1.5;s:5:\"h1-lh\";d:1.3;s:5:\"h2-lh\";d:1.3;s:5:\"h3-lh\";d:1.3999999999999999;s:5:\"h4-lh\";d:1.3999999999999999;s:5:\"h5-lh\";d:1.3999999999999999;s:5:\"h6-lh\";d:1.3999999999999999;s:12:\"base-text-lh\";d:1.7;s:12:\"text-xxl-min\";d:44;s:12:\"text-xxl-max\";d:54;s:11:\"text-xl-min\";d:34;s:11:\"text-xl-max\";d:44;s:10:\"text-l-min\";d:24;s:10:\"text-l-max\";d:34;s:10:\"text-m-min\";d:20;s:10:\"text-m-max\";d:24;s:10:\"text-s-min\";s:0:\"\";s:10:\"text-s-max\";s:0:\"\";s:11:\"text-xs-min\";s:0:\"\";s:11:\"text-xs-max\";s:0:\"\";s:13:\"text-xxl-pure\";d:54;s:12:\"text-xl-pure\";d:44;s:11:\"text-l-pure\";d:34;s:11:\"text-m-pure\";d:24;s:11:\"text-s-pure\";d:14;s:12:\"text-xs-pure\";d:13;s:14:\"base-space-min\";i:20;s:10:\"base-space\";i:100;s:11:\"space-scale\";d:1.5;s:18:\"space-scale-custom\";s:0:\"\";s:15:\"mob-space-scale\";d:1.333;s:22:\"mob-space-scale-custom\";s:0:\"\";s:20:\"space-adjust-section\";d:4;s:24:\"mob-space-adjust-section\";d:3;s:21:\"section-padding-x-min\";d:24;s:21:\"section-padding-x-max\";d:30;s:20:\"option-btn-text-size\";s:2:\"on\";s:12:\"btn-text-min\";i:15;s:12:\"btn-text-max\";i:16;s:10:\"btn-weight\";i:600;s:15:\"btn-line-height\";d:1.6000000000000001;s:18:\"btn-letter-spacing\";s:3:\"20%\";s:18:\"btn-text-transform\";s:9:\"uppercase\";s:9:\"btn-width\";i:185;s:9:\"btn-pad-y\";s:8:\"0.625rem\";s:9:\"btn-pad-x\";s:6:\"2.5rem\";s:15:\"btn-border-size\";d:2;s:23:\"outline-btn-border-size\";d:2;s:10:\"btn-radius\";s:4:\"60px\";s:14:\"btn-primary-bg\";s:14:\"var(--primary)\";s:16:\"btn-primary-text\";s:26:\"var(--primary-ultra-light)\";s:24:\"btn-primary-border-color\";s:14:\"var(--primary)\";s:17:\"btn-primary-hover\";s:20:\"var(--primary-hover)\";s:22:\"btn-primary-hover-text\";s:26:\"var(--primary-ultra-light)\";s:30:\"btn-primary-hover-border-color\";s:20:\"var(--primary-hover)\";s:24:\"primary-outline-btn-text\";s:14:\"var(--primary)\";s:26:\"primary-outline-hover-text\";s:26:\"var(--primary-ultra-light)\";s:16:\"btn-secondary-bg\";s:16:\"var(--secondary)\";s:18:\"btn-secondary-text\";s:28:\"var(--secondary-ultra-light)\";s:26:\"btn-secondary-border-color\";s:16:\"var(--secondary)\";s:19:\"btn-secondary-hover\";s:22:\"var(--secondary-hover)\";s:24:\"btn-secondary-hover-text\";s:28:\"var(--secondary-ultra-light)\";s:32:\"btn-secondary-hover-border-color\";s:22:\"var(--secondary-hover)\";s:26:\"secondary-outline-btn-text\";s:16:\"var(--secondary)\";s:28:\"secondary-outline-hover-text\";s:28:\"var(--secondary-ultra-light)\";s:13:\"btn-accent-bg\";s:13:\"var(--accent)\";s:15:\"btn-accent-text\";s:25:\"var(--accent-ultra-light)\";s:23:\"btn-accent-border-color\";s:13:\"var(--accent)\";s:16:\"btn-accent-hover\";s:19:\"var(--accent-hover)\";s:21:\"btn-accent-hover-text\";s:25:\"var(--accent-ultra-light)\";s:29:\"btn-accent-hover-border-color\";s:19:\"var(--accent-hover)\";s:23:\"accent-outline-btn-text\";s:13:\"var(--accent)\";s:25:\"accent-outline-hover-text\";s:25:\"var(--accent-ultra-light)\";s:11:\"btn-base-bg\";s:11:\"var(--base)\";s:13:\"btn-base-text\";s:23:\"var(--base-ultra-light)\";s:21:\"btn-base-border-color\";s:11:\"var(--base)\";s:14:\"btn-base-hover\";s:17:\"var(--base-hover)\";s:19:\"btn-base-hover-text\";s:23:\"var(--base-ultra-light)\";s:27:\"btn-base-hover-border-color\";s:17:\"var(--base-hover)\";s:21:\"base-outline-btn-text\";s:11:\"var(--base)\";s:23:\"base-outline-hover-text\";s:23:\"var(--base-ultra-light)\";s:12:\"btn-black-bg\";s:18:\"var(--shade-black)\";s:14:\"btn-black-text\";s:18:\"var(--shade-white)\";s:22:\"btn-black-border-color\";s:18:\"var(--shade-black)\";s:15:\"btn-black-hover\";s:20:\"var(--primary-hover)\";s:20:\"btn-black-hover-text\";s:18:\"var(--shade-white)\";s:28:\"btn-black-hover-border-color\";s:18:\"var(--shade-white)\";s:22:\"black-outline-btn-text\";s:18:\"var(--shade-black)\";s:24:\"black-outline-hover-text\";s:26:\"var(--primary-ultra-light)\";s:12:\"btn-white-bg\";s:18:\"var(--shade-white)\";s:14:\"btn-white-text\";s:18:\"var(--shade-black)\";s:22:\"btn-white-border-color\";s:18:\"var(--shade-white)\";s:15:\"btn-white-hover\";s:20:\"var(--primary-hover)\";s:20:\"btn-white-hover-text\";s:18:\"var(--shade-white)\";s:28:\"btn-white-hover-border-color\";s:18:\"var(--shade-black)\";s:22:\"white-outline-btn-text\";s:18:\"var(--shade-white)\";s:24:\"white-outline-hover-text\";s:26:\"var(--primary-ultra-light)\";s:11:\"focus-color\";s:14:\"var(--primary)\";s:12:\"focus-offset\";s:5:\".25em\";s:11:\"base-radius\";s:4:\"1rem\";s:12:\"radius-scale\";s:3:\"1.5\";s:12:\"sticky-top-s\";s:4:\"2.5%\";s:12:\"sticky-top-m\";s:2:\"5%\";s:12:\"sticky-top-l\";s:3:\"10%\";s:11:\"col-width-s\";i:13;s:11:\"col-width-m\";i:25;s:11:\"col-width-l\";i:38;s:16:\"col-rule-width-s\";d:0.10000000000000001;s:16:\"col-rule-width-m\";d:0.29999999999999999;s:16:\"col-rule-width-l\";d:0.5;s:22:\"delete-on-deactivation\";s:2:\"no\";s:21:\"receive-beta-releases\";s:3:\"off\";s:13:\"debug-enabled\";s:3:\"off\";s:23:\"option-smooth-scrolling\";s:3:\"off\";s:13:\"scroll-margin\";i:0;s:13:\"header-height\";i:0;s:10:\"link-color\";s:14:\"var(--primary)\";s:16:\"link-color-hover\";s:20:\"var(--primary-hover)\";}','yes'),(1761,'automaticcss_database_upgrade_lock','','yes'),(1762,'automatic_css_db_version','2.0.0-beta2','yes'),(1940,'_transient_product_query-transient-version','1658501408','yes'),(1980,'oxygen_private_key','U[2qnIL4k-95isIg&/K}a6}SKkq<w=Ko','yes'),(2121,'recovery_mode_email_last_sent','1658249195','yes'),(2127,'rank_math_sitemap_cache_files','a:1:{s:46:\"rank_math_ce200c32ae89286477c83156a2381496.xml\";s:1:\"1\";}','yes'),(2411,'edd_sl_5052f007a353ddd31c36a134d14f8854','a:2:{s:7:\"timeout\";i:1658772361;s:5:\"value\";s:1508:\"{\"new_version\":\"1.3.2\",\"stable_version\":\"1.3.2\",\"name\":\"Automatic.css\",\"slug\":\"automaticcss-plugin\",\"url\":\"https:\\/\\/automaticcss.com\\/downloads\\/acss\\/?changelog=1\",\"last_updated\":\"2022-07-12 15:09:43\",\"homepage\":\"https:\\/\\/automaticcss.com\\/downloads\\/acss\\/\",\"package\":\"\",\"download_link\":\"\",\"sections\":{\"description\":\"\",\"changelog\":\"<p>Please see <a href=\\\"https:\\/\\/community.automaticcss.com\\/c\\/changelog\\/\\\">https:\\/\\/community.automaticcss.com\\/c\\/changelog\\/<\\/a> to know more about this release\'s changelog prior to updating.<\\/p>\\n<p><strong>REMEMBER TO ALWAYS OPEN THE ACSS DASHBOARD AND CLICK \\\"SAVE CHANGES\\\" AFTER UPDATING. THIS WILL RE-GENERATE THE STYLESHEETS AND ENSURE NOTHING IS MISSING.<\\/strong><\\/p>\\n\"},\"banners\":{\"high\":\"\",\"low\":\"\"},\"icons\":{\"1x\":\"https:\\/\\/automaticcss.com\\/wp-content\\/uploads\\/2021\\/09\\/auto-favicon.png\",\"2x\":\"https:\\/\\/automaticcss.com\\/wp-content\\/uploads\\/2021\\/09\\/auto-favicon.png\"},\"msg\":\"No license key has been provided.\",\"description\":[\"\"],\"changelog\":[\"<p>Please see <a href=\\\"https:\\/\\/community.automaticcss.com\\/c\\/changelog\\/\\\">https:\\/\\/community.automaticcss.com\\/c\\/changelog\\/<\\/a> to know more about this release\'s changelog prior to updating.<\\/p>\\n<p><strong>REMEMBER TO ALWAYS OPEN THE ACSS DASHBOARD AND CLICK \\\"SAVE CHANGES\\\" AFTER UPDATING. THIS WILL RE-GENERATE THE STYLESHEETS AND ENSURE NOTHING IS MISSING.<\\/strong><\\/p>\\n\"],\"plugin\":\"automaticcss-plugin\\/automaticcss-plugin.php\",\"id\":\"automaticcss-plugin\\/automaticcss-plugin.php\"}\";}','no'),(3099,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1658738204;s:7:\"checked\";a:4:{s:19:\"genesis-block-theme\";s:5:\"1.0.0\";s:12:\"twentytwenty\";s:3:\"1.9\";s:15:\"twentytwentyone\";s:3:\"1.5\";s:15:\"twentytwentytwo\";s:3:\"1.1\";}s:8:\"response\";a:3:{s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"2.0\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.2.0.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentytwentyone\";a:6:{s:5:\"theme\";s:15:\"twentytwentyone\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentyone/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentyone.1.6.zip\";s:8:\"requires\";s:3:\"5.3\";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.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.2.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(3101,'_site_transient_timeout_php_check_e0da9a46ec9b74424e3af84a2a13de68','1659105992','no'),(3102,'_site_transient_php_check_e0da9a46ec9b74424e3af84a2a13de68','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(3106,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1659106208','no'),(3107,'_transient_woocommerce_admin_remote_free_extensions_specs','a:4:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":4:{s:11:\"description\";s:163:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooCommerce Payments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":4:{s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"woocommerce-services:shipping\";}i:2;O:8:\"stdClass\":4:{s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":4:{s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:8:\"mailpoet\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:127:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google Listings and Ads</a>\";s:9:\"image_url\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google-listings-and-ads.png\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:23:\"google-listings-and-ads\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.png\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp-for-woocommerce.png\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:25:\"mailchimp-for-woocommerce\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Creative Mail for WooCommerce\";s:11:\"description\";s:99:\"Create on-brand store campaigns, fast email promotions and customer retargeting with Creative Mail.\";s:9:\"image_url\";s:121:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/creative-mail-by-constant-contact.png\";s:10:\"manage_url\";s:27:\"admin.php?page=creativemail\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"creative-mail-by-constant-contact\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Google Listings & Ads\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google-listings-and-ads.png\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MY\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PH\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VN\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TH\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"KR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IL\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UA\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"TR\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SA\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}}}}','no'),(3108,'_site_transient_timeout_browser_d3d4068a11f4e0f44e4527b12fc4b98f','1659106208','no'),(3109,'_site_transient_browser_d3d4068a11f4e0f44e4527b12fc4b98f','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"103.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(3130,'auto_update_plugins','a:7:{i:0;s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";i:1;s:27:\"woocommerce/woocommerce.php\";i:2;s:30:\"seo-by-rank-math/rank-math.php\";i:3;s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:5;s:43:\"automaticcss-plugin/automaticcss-plugin.php\";i:6;s:19:\"akismet/akismet.php\";}','no'),(3133,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1658738204;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{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:\"4.2.5\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.12.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.12.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:45:\"w.org/plugins/duracelltomi-google-tag-manager\";s:4:\"slug\";s:31:\"duracelltomi-google-tag-manager\";s:6:\"plugin\";s:81:\"duracelltomi-google-tag-manager/duracelltomi-google-tag-manager-for-wordpress.php\";s:11:\"new_version\";s:4:\"1.16\";s:3:\"url\";s:62:\"https://wordpress.org/plugins/duracelltomi-google-tag-manager/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/duracelltomi-google-tag-manager.1.16.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/duracelltomi-google-tag-manager/assets/icon-256x256.png?rev=1708451\";s:2:\"1x\";s:84:\"https://ps.w.org/duracelltomi-google-tag-manager/assets/icon-128x128.png?rev=1708451\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/duracelltomi-google-tag-manager/assets/banner-1544x500.png?rev=1708451\";s:2:\"1x\";s:86:\"https://ps.w.org/duracelltomi-google-tag-manager/assets/banner-772x250.png?rev=1708451\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.4.0\";}s:30:\"seo-by-rank-math/rank-math.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/seo-by-rank-math\";s:4:\"slug\";s:16:\"seo-by-rank-math\";s:6:\"plugin\";s:30:\"seo-by-rank-math/rank-math.php\";s:11:\"new_version\";s:8:\"1.0.93.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/seo-by-rank-math/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/seo-by-rank-math.1.0.93.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/seo-by-rank-math/assets/icon-256x256.png?rev=2654292\";s:2:\"1x\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2654292\";s:3:\"svg\";s:61:\"https://ps.w.org/seo-by-rank-math/assets/icon.svg?rev=2654292\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/seo-by-rank-math/assets/banner-1544x500.png?rev=2639678\";s:2:\"1x\";s:71:\"https://ps.w.org/seo-by-rank-math/assets/banner-772x250.png?rev=2639678\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"6.7.0\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}s:43:\"automaticcss-plugin/automaticcss-plugin.php\";O:8:\"stdClass\":17:{s:11:\"new_version\";s:5:\"1.3.2\";s:14:\"stable_version\";s:5:\"1.3.2\";s:4:\"name\";s:13:\"Automatic.css\";s:4:\"slug\";s:19:\"automaticcss-plugin\";s:3:\"url\";s:52:\"https://automaticcss.com/downloads/acss/?changelog=1\";s:12:\"last_updated\";s:19:\"2022-07-12 15:09:43\";s:8:\"homepage\";s:40:\"https://automaticcss.com/downloads/acss/\";s:7:\"package\";s:0:\"\";s:13:\"download_link\";s:0:\"\";s:8:\"sections\";O:8:\"stdClass\":2:{s:11:\"description\";s:0:\"\";s:9:\"changelog\";s:368:\"<p>Please see <a href=\"https://community.automaticcss.com/c/changelog/\">https://community.automaticcss.com/c/changelog/</a> to know more about this release\'s changelog prior to updating.</p>\n<p><strong>REMEMBER TO ALWAYS OPEN THE ACSS DASHBOARD AND CLICK \"SAVE CHANGES\" AFTER UPDATING. THIS WILL RE-GENERATE THE STYLESHEETS AND ENSURE NOTHING IS MISSING.</strong></p>\n\";}s:7:\"banners\";O:8:\"stdClass\":2:{s:4:\"high\";s:0:\"\";s:3:\"low\";s:0:\"\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://automaticcss.com/wp-content/uploads/2021/09/auto-favicon.png\";s:2:\"2x\";s:68:\"https://automaticcss.com/wp-content/uploads/2021/09/auto-favicon.png\";}s:3:\"msg\";s:33:\"No license key has been provided.\";s:11:\"description\";a:1:{i:0;s:0:\"\";}s:9:\"changelog\";a:1:{i:0;s:368:\"<p>Please see <a href=\"https://community.automaticcss.com/c/changelog/\">https://community.automaticcss.com/c/changelog/</a> to know more about this release\'s changelog prior to updating.</p>\n<p><strong>REMEMBER TO ALWAYS OPEN THE ACSS DASHBOARD AND CLICK \"SAVE CHANGES\" AFTER UPDATING. THIS WILL RE-GENERATE THE STYLESHEETS AND ENSURE NOTHING IS MISSING.</strong></p>\n\";}s:6:\"plugin\";s:43:\"automaticcss-plugin/automaticcss-plugin.php\";s:2:\"id\";s:43:\"automaticcss-plugin/automaticcss-plugin.php\";}s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";s:4:\"slug\";s:20:\"seo-by-rank-math-pro\";s:6:\"plugin\";s:38:\"seo-by-rank-math-pro/rank-math-pro.php\";s:11:\"new_version\";s:8:\"3.0.16.1\";s:3:\"url\";s:0:\"\";s:7:\"package\";s:0:\"\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:7:\"checked\";a:1:{s:43:\"automaticcss-plugin/automaticcss-plugin.php\";s:11:\"2.0.0-beta2\";}}','no'),(3135,'_transient_timeout_woocommerce_admin_payment_method_promotion_specs','1659106375','no'),(3136,'_transient_woocommerce_admin_payment_method_promotion_specs','a:1:{s:20:\"woocommerce_payments\";O:8:\"stdClass\":8:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:20:\"WooCommerce Payments\";s:7:\"content\";s:369:\"Payments made simple, with no monthly fees – designed exclusively for WooCommerce stores. Accept credit cards, debit cards, and other popular payment methods.<br/><br/>By clicking “Install”, you agree to the <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a> and <a href=\"https://automattic.com/privacy/\" target=\"_blank\">Privacy policy</a>.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}}}}s:9:\"sub_title\";s:865:\"<img class=\"wcpay-visa-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/visa.svg\" alt=\"Visa\"><img class=\"wcpay-mastercard-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/mastercard.svg\" alt=\"Mastercard\"><img class=\"wcpay-amex-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/amex.svg\" alt=\"Amex\"><img class=\"wcpay-googlepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/googlepay.svg\" alt=\"Googlepay\"><img class=\"wcpay-applepay-icon wcpay-icon\" src=\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/icons/applepay.svg\" alt=\"Applepay\">\";s:15:\"additional_info\";O:8:\"stdClass\":1:{s:18:\"experiment_version\";s:2:\"v2\";}}}','no'),(3150,'wpcb_settings_editor_font_size','16','yes'),(3151,'wpcb_settings_editor_theme','ace/theme/ambiance','yes'),(3325,'_transient_timeout_acf_plugin_updates','1658911003','no'),(3326,'_transient_acf_plugin_updates','a:4:{s:7:\"plugins\";a:0:{}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:12:\"6.0.0-alpha3\";}}','no'),(3327,'_site_transient_timeout_rank_math_pro_updates','1658741803','no'),(3328,'_site_transient_rank_math_pro_updates','a:10:{s:11:\"new_version\";s:8:\"3.0.16.1\";s:12:\"beta_version\";s:13:\"3.0.16-beta-2\";s:7:\"package\";s:121:\"https://rankmath.com/download/510590/seo-by-rank-math-pro.zip?username=paul-3094&api_key=1a09f96293a7e5725bb528fde6347a04\";s:12:\"beta_package\";s:121:\"https://rankmath.com/download/739367/seo-by-rank-math-pro.zip?username=paul-3094&api_key=1a09f96293a7e5725bb528fde6347a04\";s:7:\"message\";s:0:\"\";s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.0.1\";s:12:\"requires_php\";s:3:\"5.6\";s:21:\"unavailability_reason\";s:0:\"\";s:9:\"g_updates\";s:3597:\"[{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/unconfirmed-ranking-update-june-2022\\/\",\"title\":\"Unconfirmed Search Ranking Update (June 2022)\",\"content\":\"Google seems to be rolling out yet another algorithm update, as SERP trackers show severe volatility on June 23, 2022. However, Google has not confirmed any algorithm on their part.\",\"date\":\"1655942400\",\"status\":\"unconfirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/multilingual-transliterated-titles\\/\",\"title\":\"Title Link Algorithm Update for Multilingual and Transliterated Titles\",\"content\":\"Google announced making an algorithmic update for title links. This update targets multilingual and transliterated titles to ensure the title link is in the same language or script as that of the actual page or content.\",\"date\":\"1654214400\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/may-2022-broad-core-update\\/\",\"title\":\"May 2022 Broad Core Algorithm Update\",\"content\":\"Google announced rolling out a new core update on May 25, 2022, and the update is likely to take two more weeks to roll out completely. This is the first broad core algorithm update of 2022 and finished rolling out on June 9, 2022.\",\"date\":\"1653436800\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/unconfirmed-search-update-may-2022\\/\",\"title\":\"Unconfirmed Google Search Algorithm Update (6th-8th May 2022)\",\"content\":\"Google might have been possibly rolling out a new search ranking update causing significant spikes in web traffic. The update might have begun affecting many on May 6, 2022, and then surged on May 8, 2022, causing a significant drop in traffic for many regions.\",\"date\":\"1651795200\",\"status\":\"unconfirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/unconfirmed-algorithm-update-apr-2022\\/\",\"title\":\"Unconfirmed Search Ranking Algorithm Update (Apr 2022)\",\"content\":\"Google seems to be rolling out another massive search ranking algorithm update as several SERP tracking tools have reported massive fluctuations on April 20th and 21st, 2022.\",\"date\":\"1650412800\",\"status\":\"unconfirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/march-2022-product-reviews-update\\/\",\"title\":\"March 2022 Product Reviews Update\",\"content\":\"Google started rolling out yet another product reviews update on March 23, 2022 and finished rolling out on April 11, 2022. The update is meant to enhance Google\\u0027s ability to identify high-quality product reviews.\",\"date\":\"1647993600\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/peak-serp-volatility-march-2022\\/\",\"title\":\"Peak SERP Volatility in March 2022\",\"content\":\"SERP Tracking tools have picked up strong fluctuations on March 4, 2022. The volatility on search results peaked on March 4 but started to settle down in the following days.\",\"date\":\"1646352000\",\"status\":\"unconfirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/page-experience-update-desktop\\/\",\"title\":\"Page Experience Update for Desktop\",\"content\":\"Google has begun rolling out the page experience update for desktop on Feb 22, 2022. The update will roll out slowly over the next several weeks and is expected to be completed by the end of March 2022.\",\"date\":\"1645488000\",\"status\":\"confirmed\"},{\"link\":\"https:\\/\\/rankmath.com\\/google-update\\/dmca-update\\/\",\"title\":\"Google Enhances DMCA Update\",\"content\":\"Google has shared information on the demotion signal developed to enhance the DMCA update (also known as Pirate update). Any website demoted by this update, on average, loses 89% of the search traffic.\",\"date\":\"1644278400\",\"status\":\"confirmed\"}]\";}','no'),(3329,'_transient_timeout__woocommerce_helper_subscriptions','1658739103','no'),(3330,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(3331,'_site_transient_timeout_theme_roots','1658740003','no'),(3332,'_site_transient_theme_roots','a:4:{s:19:\"genesis-block-theme\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:15:\"twentytwentyone\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','no'),(3333,'_transient_timeout__woocommerce_helper_updates','1658781403','no'),(3334,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1658738203;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(3335,'_transient_timeout_abtest_variation_woocommerce_tasklist_setup_experiment_1_2022_07','1658745406','no'),(3336,'_transient_abtest_variation_woocommerce_tasklist_setup_experiment_1_2022_07','treatment','no'),(3337,'_transient_timeout_abtest_variation_woocommerce_tasklist_setup_experiment_2_2022_07','1658745406','no'),(3338,'_transient_abtest_variation_woocommerce_tasklist_setup_experiment_2_2022_07','control','no'),(3340,'_transient_timeout_wc_onboarding_product_data','1658824615','no'),(3341,'_transient_wc_onboarding_product_data','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Jul 2022 08:36:55 GMT\";s:12:\"content-type\";s:31:\"application/json; charset=UTF-8\";s:14:\"content-length\";s:5:\"13100\";s:12:\"x-robots-tag\";s:7:\"noindex\";s:4:\"link\";s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:29:\"access-control-expose-headers\";s:33:\"X-WP-Total, X-WP-TotalPages, Link\";s:28:\"access-control-allow-headers\";s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";s:13:\"x-wccom-cache\";s:3:\"HIT\";s:13:\"cache-control\";s:10:\"max-age=60\";s:5:\"allow\";s:3:\"GET\";s:4:\"x-rq\";s:13:\"lhr1 0 4 9980\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"age\";s:2:\"30\";s:7:\"x-cache\";s:3:\"hit\";s:4:\"vary\";s:23:\"Accept-Encoding, Origin\";s:13:\"accept-ranges\";s:5:\"bytes\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";}}s:4:\"body\";s:70081:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.1,\"reviews_count\":80,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":50,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.8,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":2.5,\"reviews_count\":39,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.6,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":80,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":36,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":132,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":37,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":55,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":28,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":43,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":28,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.3,\"reviews_count\":10,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":149,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":23,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/FirstData.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Atreus\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/atreus\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK.png\",\"excerpt\":\"Take payments on your WooCommerce store with the UK\\u2019s most trusted payment solution.\\u00a0A selection of 3 gateway integrations to suit your business needs including Direct, Form and\\u00a0Pi.\\u00a0Always in front, with your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Andrew Benbow\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/andrew-benbow\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK_160x160.png\"}]}\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:70081:\"{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.1,\"reviews_count\":80,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":50,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.8,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":2.5,\"reviews_count\":39,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.6,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":80,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":36,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":132,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":37,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":55,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":28,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":43,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":28,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.3,\"reviews_count\":10,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":149,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":23,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/FirstData.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Atreus\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/atreus\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK.png\",\"excerpt\":\"Take payments on your WooCommerce store with the UK\\u2019s most trusted payment solution.\\u00a0A selection of 3 gateway integrations to suit your business needs including Direct, Form and\\u00a0Pi.\\u00a0Always in front, with your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Andrew Benbow\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/andrew-benbow\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK_160x160.png\"}]}\";s:3:\"raw\";s:70761:\"HTTP/1.1 200 OK\r\nServer: nginx\r\nDate: Mon, 25 Jul 2022 08:36:55 GMT\r\nContent-Type: application/json; charset=UTF-8\r\nContent-Length: 13100\r\nConnection: close\r\nX-Robots-Tag: noindex\r\nLink: <https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\r\nX-Content-Type-Options: nosniff\r\nAccess-Control-Expose-Headers: X-WP-Total, X-WP-TotalPages, Link\r\nAccess-Control-Allow-Headers: Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\r\nX-WCCOM-Cache: HIT\r\nCache-Control: max-age=60\r\nAllow: GET\r\nX-rq: lhr1 0 4 9980\r\nContent-Encoding: gzip\r\nAge: 30\r\nX-Cache: hit\r\nVary: Accept-Encoding, Origin\r\nAccept-Ranges: bytes\r\nStrict-Transport-Security: max-age=31536000\r\n\r\n{\"products\":[{\"title\":\"WooCommerce Google Analytics\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/GA-Dark.png\",\"excerpt\":\"Understand your customers and increase revenue with world\\u2019s leading analytics platform - integrated with WooCommerce for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2d21f7de14dfb8e9885a4622be701ddf\",\"slug\":\"woocommerce-google-analytics-integration\",\"id\":1442927,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/woo-Google_Analytics-fvsrvf.png\"},{\"title\":\"WooCommerce Tax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Tax-Dark.png\",\"excerpt\":\"Automatically calculate how much sales tax should be collected for WooCommerce orders - by city, country, or state - at checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":3220291,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Stripe\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Stripe-Dark-1.png\",\"excerpt\":\"Accept all major debit and credit cards as well as local payment methods with Stripe.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/stripe\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"50bb7a985c691bb943a9da4d2c8b5efd\",\"slug\":\"woocommerce-gateway-stripe\",\"id\":18627,\"rating\":4.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/12\\/stripe-app-icon-7m1xi7.png\"},{\"title\":\"Jetpack\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2017\\/11\\/Jetpack-1-m5mwyg.png\",\"excerpt\":\"Security, performance, and marketing tools made for WooCommerce stores by the WordPress experts. Get started with basic security and speed tools for free.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/jetpack\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"d5bfef9700b62b2b132c74c74c3193eb\",\"slug\":\"jetpack\",\"id\":2725249,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Jetpack\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/jetpack\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/02\\/jetpack-logo--80sgtq.png\"},{\"title\":\"Facebook for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Facebook-Dark.png\",\"excerpt\":\"Get the Official Facebook for WooCommerce plugin for three powerful ways to help grow your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/facebook\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"0ea4fe4c2d7ca6338f8a322fb3e4e187\",\"slug\":\"facebook-for-woocommerce\",\"id\":2127297,\"rating\":2,\"reviews_count\":60,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Pay-Dark.png\",\"excerpt\":\"The only payment solution fully integrated to Woo. Accept credit\\/debit cards &amp; local payment options with no setup or monthly fees.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"8c6319ca-8f41-4e69-be63-6b15ee37773b\",\"slug\":\"woocommerce-payments\",\"id\":5278104,\"rating\":4.6,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/02\\/woo-WooCommerce_Payments-mtulxp.png\"},{\"title\":\"Square for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Square-Dark.png\",\"excerpt\":\"Accepting payments is easy with Square. Clear rates, fast deposits (1-2 business days). Sell online and in person, and sync all payments, items and inventory.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/square\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e907be8b86d7df0c8f8e0d0020b52638\",\"slug\":\"woocommerce-square\",\"id\":1770503,\"rating\":3.1,\"reviews_count\":80,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/07\\/woo-Square-u8km15.png\"},{\"title\":\"Amazon Pay\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Amazon-Pay-Dark.png\",\"excerpt\":\"Amazon Pay is embedded in your WooCommerce store. Transactions take place via\\u00a0Amazon widgets, so the buyer never leaves your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/pay-with-amazon\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9865e043bbbe4f8c9735af31cb509b53\",\"slug\":\"woocommerce-gateway-amazon-payments-advanced\",\"id\":238816,\"rating\":3.1,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/08\\/woo-Amazon_Pay-8lvfuy.png\"},{\"title\":\"WooCommerce Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Dark-1.png\",\"excerpt\":\"Print USPS and DHL labels right from your WooCommerce dashboard and instantly save up to 90%. WooCommerce Shipping is free to use and saves you time and money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"f31b3b9273cce188cc2b27f7849d02dd\",\"slug\":\"woocommerce-services\",\"id\":2165910,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Subscriptions\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Subscriptions-Dark.png\",\"excerpt\":\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscriptions\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"6115e6d7e297b623a169fdcf5728b224\",\"slug\":\"woocommerce-subscriptions\",\"id\":27147,\"rating\":3.3,\"reviews_count\":50,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Product Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-Add-Ons-Dark.png\",\"excerpt\":\"Offer add-ons like gift wrapping, special messages or other special options for your products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"147d0077e591e16db9d0d67daeb8c484\",\"slug\":\"woocommerce-product-addons\",\"id\":18618,\"rating\":3,\"reviews_count\":23,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Google Listings &amp; Ads\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/Marketplace_card_Google.png\",\"excerpt\":\"Reach millions of engaged shoppers across Google with free product listings and ads. Built in partnership with Google.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-listings-and-ads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"118f4d86-f126-4c3a-8525-644e3170d161\",\"slug\":\"google-listings-and-ads\",\"id\":7623964,\"rating\":2.8,\"reviews_count\":16,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/06\\/woo-GoogleListingsAds-jworee.png\"},{\"title\":\"Mailchimp for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/09\\/logo-mailchimp-dark-v2.png\",\"excerpt\":\"Increase traffic, drive repeat purchases, and personalize your marketing when you connect to Mailchimp.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/mailchimp-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"b4481616ebece8b1ff68fc59b90c1a91\",\"slug\":\"mailchimp-for-woocommerce\",\"id\":2545166,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Mailchimp\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/mailchimp\\/\",\"icon\":null},{\"title\":\"ShipStation Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Shipstation-Dark.png\",\"excerpt\":\"Fulfill all your Woo orders (and wherever else you sell) quickly and easily using ShipStation. Try it free for 30 days today!\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipstation-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"9de8640767ba64237808ed7f245a49bb\",\"slug\":\"woocommerce-shipstation-integration\",\"id\":18734,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Shipstation-xqap96.png\"},{\"title\":\"PayFast Payment Gateway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Payfast-Dark-1.png\",\"excerpt\":\"Take payments on your WooCommerce store via PayFast (redirect method).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/payfast-payment-gateway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"557bf07293ad916f20c207c6c9cd15ff\",\"slug\":\"woocommerce-payfast-gateway\",\"id\":18596,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/09\\/woo-Payfast-murskg.png\"},{\"title\":\"PayPal Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/PPCP-Tile-PayPal-Logo-and-Cart-Art-2x-2-uozwz8.jpg\",\"excerpt\":\"PayPal\'s latest, all-in-one checkout solution. Securely accept PayPal Digital Payments, credit\\/debit cards and local payment methods.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paypal-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"934115ab-e3f3-4435-9580-345b1ce21899\",\"slug\":\"woocommerce-paypal-payments\",\"id\":6410731,\"rating\":2.5,\"reviews_count\":39,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/woo-PayPal-nlioum.png\"},{\"title\":\"USPS Shipping Method\",\"image\":\"\",\"excerpt\":\"Get shipping rates from the USPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/usps-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"83d1524e8f5f1913e58889f83d442c32\",\"slug\":\"woocommerce-shipping-usps\",\"id\":18657,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-USPS-yhn1rb.png\"},{\"title\":\"UPS Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/UPS-Shipping-Method-Dark.png\",\"excerpt\":\"Get shipping rates from the UPS API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ups-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8dae58502913bac0fbcdcaba515ea998\",\"slug\":\"woocommerce-shipping-ups\",\"id\":18665,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Google Ads &amp; Marketing by Kliken\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/02\\/GA-for-Woo-Logo-374x192px-qu3duk.png\",\"excerpt\":\"Get in front of shoppers and drive traffic to your store so you can grow your business with Smart Shopping Campaigns and free listings.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-ads-and-marketing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"bf66e173-a220-4da7-9512-b5728c20fc16\",\"slug\":\"kliken-marketing-for-google\",\"id\":3866145,\"rating\":4.3,\"reviews_count\":110,\"vendor_name\":\"Kliken\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/kliken\\/\",\"icon\":null},{\"title\":\"Shipment Tracking\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Ship-Tracking-Dark-1.png\",\"excerpt\":\"Add shipment tracking information to your orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipment-tracking\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"1968e199038a8a001c9f9966fd06bf88\",\"slug\":\"woocommerce-shipment-tracking\",\"id\":18693,\"rating\":3.3,\"reviews_count\":11,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Bookings\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Dark.png\",\"excerpt\":\"Allow customers to book appointments, make reservations or rent equipment without leaving your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/hotel\\/\",\"price\":\"&#36;249.00\",\"hash\":\"911c438934af094c2b38d5560b9f50f3\",\"slug\":\"WooCommerce Bookings\",\"id\":390890,\"rating\":2.6,\"reviews_count\":28,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Checkout Field Editor\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Checkout-Field-Editor-Dark.png\",\"excerpt\":\"Optimize your checkout process by adding, removing or editing fields to suit your needs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-field-editor\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"2b8029f0d7cdd1118f4d843eb3ab43ff\",\"slug\":\"woocommerce-checkout-field-editor\",\"id\":184594,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Table Rate Shipping\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Product-Table-Rate-Shipping-Dark.png\",\"excerpt\":\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/table-rate-shipping\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"3034ed8aff427b0f635fe4c86bbf008a\",\"slug\":\"woocommerce-table-rate-shipping\",\"id\":18718,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Min\\/Max Quantities\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Min-Max-Qua-Dark.png\",\"excerpt\":\"Specify minimum and maximum allowed product quantities for orders to be completed.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/minmax-quantities\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"2b5188d90baecfb781a5aa2d6abb900a\",\"slug\":\"woocommerce-min-max-quantities\",\"id\":18616,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Australia Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/australia-post.gif\",\"excerpt\":\"Get shipping rates for your WooCommerce store from the Australia Post API, which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/australia-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1dbd4dc6bd91a9cda1bd6b9e7a5e4f43\",\"slug\":\"woocommerce-shipping-australia-post\",\"id\":18622,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Canada Post Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/canada-post.png\",\"excerpt\":\"Get shipping rates from the Canada Post Ratings API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/canada-post-shipping-method\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ac029cdf3daba20b20c7b9be7dc00e0e\",\"slug\":\"woocommerce-shipping-canada-post\",\"id\":18623,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-CanadaPost-fjlcfq.png\"},{\"title\":\"Royal Mail\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/royalmail.png\",\"excerpt\":\"Offer Royal Mail shipping rates to your customers\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/royal-mail\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"03839cca1a16c4488fcb669aeb91a056\",\"slug\":\"woocommerce-shipping-royalmail\",\"id\":182719,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/woo-RoyalMail-sd9zwy.png\"},{\"title\":\"FedEx Shipping Method\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/FedEx_Logo_Wallpaper.jpeg\",\"excerpt\":\"Get shipping rates from the FedEx API which handles both domestic and international parcels.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/fedex-shipping-module\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1a48b598b47a81559baadef15e320f64\",\"slug\":\"woocommerce-shipping-fedex\",\"id\":18620,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/01\\/woo-FedEx-auxjb7.png\"},{\"title\":\"Product CSV Import Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Product-CSV-Import-Dark.png\",\"excerpt\":\"Import, merge, and export products and variations to and from WooCommerce using a CSV file.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-csv-import-suite\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"7ac9b00a1fe980fb61d28ab54d167d0d\",\"slug\":\"woocommerce-product-csv-import-suite\",\"id\":18680,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Follow-Ups\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Follow-Ups-Dark.png\",\"excerpt\":\"Automatically contact customers after purchase - be it everyone, your most loyal or your biggest spenders - and keep your store top-of-mind.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/follow-up-emails\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"05ece68fe94558e65278fe54d9ec84d2\",\"slug\":\"woocommerce-follow-up-emails\",\"id\":18686,\"rating\":3.1,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Memberships\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/Thumbnail-Memberships-updated.png\",\"excerpt\":\"Power your membership association, online magazine, elearning sites, and more with access control to content\\/products and member discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-memberships\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;199.00\",\"hash\":\"9288e7609ad0b487b81ef6232efa5cfc\",\"slug\":\"woocommerce-memberships\",\"id\":958589,\"rating\":4.4,\"reviews_count\":80,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Product Bundles\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/07\\/logo-pb-lzevsq.png\",\"excerpt\":\"Offer personalized product bundles, bulk discount packages, and assembled\\u00a0products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-bundles\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa2518b5-ab19-4b75-bde9-60ca51e20f28\",\"slug\":\"woocommerce-product-bundles\",\"id\":18716,\"rating\":4.9,\"reviews_count\":115,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Braintree for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/braintree-black-copy.png\",\"excerpt\":\"Accept PayPal, credit cards and debit cards with a single payment gateway solution \\u2014 PayPal Powered by Braintree.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-paypal-powered-by-braintree\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"27f010c8e34ca65b205ddec88ad14536\",\"slug\":\"woocommerce-gateway-paypal-powered-by-braintree\",\"id\":1489837,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Braintree-wrweyl.png\"},{\"title\":\"AutomateWoo\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-AutomateWoo-Dark-1.png\",\"excerpt\":\"Powerful marketing automation for WooCommerce. AutomateWoo has the tools you need to grow your store and make more money.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/automatewoo\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"ba9299b8-1dba-4aa0-a313-28bc1755cb88\",\"slug\":\"automatewoo\",\"id\":4652610,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/10\\/woo-AutomateWoo-m4jpva.png\"},{\"title\":\"Product Vendors\",\"image\":\"\",\"excerpt\":\"Turn your store into a multi-vendor marketplace\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/product-vendors\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"a97d99fccd651bbdd728f4d67d492c31\",\"slug\":\"woocommerce-product-vendors\",\"id\":219982,\"rating\":2.9,\"reviews_count\":17,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Accommodation Bookings\",\"image\":\"\",\"excerpt\":\"Book accommodation using WooCommerce and the WooCommerce Bookings extension.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-accommodation-bookings\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"99b2a7a4af90b6cefd2a733b3b1f78e7\",\"slug\":\"woocommerce-accommodation-bookings\",\"id\":1412069,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Xero\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woocommerce-xero-integration-sdth2k.jpg\",\"excerpt\":\"Save time with automated sync between WooCommerce and your Xero account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/xero\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"f0dd29d338d3c67cf6cee88eddf6869b\",\"slug\":\"woocommerce-xero\",\"id\":18733,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/woo-Xero-4ovyoc.png\"},{\"title\":\"WooCommerce Brands\",\"image\":\"\",\"excerpt\":\"Create, assign and list brands for products, and allow customers to view by brand.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/brands\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"8a88c7cbd2f1e73636c331c7a86f818c\",\"slug\":\"woocommerce-brands\",\"id\":18737,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Omnichannel for WooCommerce: Google, Amazon, eBay &amp; Walmart Integration\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/10\\/Woo-Extension-Store-Logo-v3.png\",\"excerpt\":\"Get the official Google, Amazon, eBay and Walmart extension and create, sync and manage multichannel listings directly from WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-ebay-integration\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e4000666-9275-4c71-8619-be61fb41c9f9\",\"slug\":\"woocommerce-amazon-ebay-integration\",\"id\":3545890,\"rating\":3.1,\"reviews_count\":36,\"vendor_name\":\"Codisto\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/codisto\\/\",\"icon\":null},{\"title\":\"Advanced Notifications\",\"image\":\"\",\"excerpt\":\"Easily setup \\\"new order\\\" and stock email notifications for multiple recipients of your choosing.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/advanced-notifications\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"112372c44b002fea2640bd6bfafbca27\",\"slug\":\"woocommerce-advanced-notifications\",\"id\":18740,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Points and Rewards\",\"image\":\"\",\"excerpt\":\"Reward your customers for purchases and other actions with points which can be redeemed for discounts.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-points-and-rewards\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"1649b6cca5da8b923b01ca56b5cdd246\",\"slug\":\"woocommerce-points-and-rewards\",\"id\":210259,\"rating\":2.8,\"reviews_count\":12,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Pre-Orders\",\"image\":\"\",\"excerpt\":\"Allow customers to order products before they are available.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-pre-orders\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"b2dc75e7d55e6f5bbfaccb59830f66b7\",\"slug\":\"woocommerce-pre-orders\",\"id\":178477,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Additional Variation Images\",\"image\":\"\",\"excerpt\":\"Add gallery images per variation on variable products within WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-additional-variation-images\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/product\\/woo-single-1\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c61dd6de57dcecb32bd7358866de4539\",\"slug\":\"woocommerce-additional-variation-images\",\"id\":477384,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Subscription Downloads\",\"image\":\"\",\"excerpt\":\"Offer additional downloads to your subscribers, via downloadable products listed in your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-subscription-downloads\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"5be9e21c13953253e4406d2a700382ec\",\"slug\":\"woocommerce-subscription-downloads\",\"id\":420458,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Authorize.Net\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/04\\/Thumbnail-Authorize.net-updated.png\",\"excerpt\":\"Authorize.Net gateway with support for pre-orders and subscriptions.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/authorize-net\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8b61524fe53add7fdd1a8d1b00b9327d\",\"slug\":\"woocommerce-gateway-authorize-net-cim\",\"id\":178481,\"rating\":4.7,\"reviews_count\":44,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce Deposits\",\"image\":\"\",\"excerpt\":\"Enable customers to pay for products using a deposit or a payment plan.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-deposits\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;179.00\",\"hash\":\"de192a6cf12c4fd803248da5db700762\",\"slug\":\"woocommerce-deposits\",\"id\":977087,\"rating\":1.4,\"reviews_count\":10,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"LiveChat for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/11\\/LC_woo_regular-zmiaym.png\",\"excerpt\":\"Live Chat and messaging platform for sales and support -- increase average order value and overall sales through live conversations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/livechat\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.livechat.com\\/livechat-for-ecommerce\\/?a=woocommerce&amp;utm_source=woocommerce.com&amp;utm_medium=integration&amp;utm_campaign=woocommerce.com\",\"price\":\"&#36;0.00\",\"hash\":\"5344cc1f-ed4a-4d00-beff-9d67f6d372f3\",\"slug\":\"livechat-woocommerce\",\"id\":1348888,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Live Chat\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/live-chat\\/\",\"icon\":null},{\"title\":\"Amazon S3 Storage\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/amazon.png\",\"excerpt\":\"Serve digital products via Amazon S3\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/amazon-s3-storage\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"473bf6f221b865eff165c97881b473bb\",\"slug\":\"woocommerce-amazon-s3-storage\",\"id\":18663,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/woo-AmazonS3Storage-jhzxk2.png\"},{\"title\":\"Storefront Homepage Contact Section\",\"image\":\"\",\"excerpt\":\"Add a Contact section to the Storefront homepage.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-homepage-contact-section\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"cb12b87f8bbb0139dafbf92ca1f871ef\",\"slug\":\"storefront-homepage-contact-section\",\"id\":1468793,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Shipping Multiple Addresses\",\"image\":\"\",\"excerpt\":\"Allow your customers to ship individual items in a single order to multiple addresses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/shipping-multiple-addresses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"aa0eb6f777846d329952d5b891d6f8cc\",\"slug\":\"woocommerce-shipping-multiple-addresses\",\"id\":18741,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Bulk Stock Management\",\"image\":\"\",\"excerpt\":\"Edit product and variation stock levels in bulk via this handy interface\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bulk-stock-management\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"02f4328d52f324ebe06a78eaaae7934f\",\"slug\":\"woocommerce-bulk-stock-management\",\"id\":18670,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Force Sells\",\"image\":\"\",\"excerpt\":\"Force products to be added to the cart\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/force-sells\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"3ebddfc491ca168a4ea4800b893302b0\",\"slug\":\"woocommerce-force-sells\",\"id\":18678,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Purchase Order Gateway\",\"image\":\"\",\"excerpt\":\"Receive purchase orders via your WooCommerce-powered online store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gateway-purchase-order\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"573a92318244ece5facb449d63e74874\",\"slug\":\"woocommerce-gateway-purchase-order\",\"id\":478542,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Quick View\",\"image\":\"\",\"excerpt\":\"Show a quick-view button to view product details and add to cart via lightbox popup\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-quick-view\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"619c6e57ce72c49c4b57e15b06eddb65\",\"slug\":\"woocommerce-quick-view\",\"id\":187509,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Storefront Footer Bar\",\"image\":\"\",\"excerpt\":\"Adds a full-width widget region above the Storefront footer widget area, which can be customized with colors and a background image.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-footer-bar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"6cfd3d4f923cafa16e4801ae801751f4\",\"slug\":\"storefront-footer-bar\",\"id\":1434472,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"WooCommerce Box Office\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-BO-Dark.png\",\"excerpt\":\"Sell tickets for your next event, concert, function, fundraiser or conference directly on your own site\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-box-office\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"e704c9160de318216a8fa657404b9131\",\"slug\":\"woocommerce-box-office\",\"id\":1628717,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Returns and Warranty Requests\",\"image\":\"\",\"excerpt\":\"Manage the RMA process, add warranties to products &amp; let customers request &amp; manage returns \\/ exchanges from their account.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/warranty-requests\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"9b4c41102e6b61ea5f558e16f9b63e25\",\"slug\":\"woocommerce-warranty\",\"id\":228315,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Barcodes\",\"image\":\"\",\"excerpt\":\"Generates a unique barcode for each order on your site - perfect for e-tickets, packing slips, reservations and a variety of other uses.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-barcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"889835bb29ee3400923653e1e44a3779\",\"slug\":\"woocommerce-order-barcodes\",\"id\":391708,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce 360\\u00ba Image\",\"image\":\"\",\"excerpt\":\"An easy way to add a dynamic, controllable 360\\u00ba image rotation to your WooCommerce site, by adding a group of images to a product\\u2019s gallery.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-360-image\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"24eb2cfa3738a66bf3b2587876668cd2\",\"slug\":\"woocommerce-360-image\",\"id\":512186,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Bookings Availability\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/06\\/Logo-Woo-Bookings-Aval-Dark.png\",\"excerpt\":\"Sell more bookings by presenting a calendar or schedule of available slots in a page or post.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/bookings-availability\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"30770d2a-e392-4e82-baaa-76cfc7d02ae3\",\"slug\":\"woocommerce-bookings-availability\",\"id\":4228225,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Photography\",\"image\":\"\",\"excerpt\":\"Sell photos in the blink of an eye using this simple as dragging &amp; dropping interface.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-photography\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"ee76e8b9daf1d97ca4d3874cc9e35687\",\"slug\":\"woocommerce-photography\",\"id\":583602,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Software Add-on\",\"image\":\"\",\"excerpt\":\"Sell License Keys for Software\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/software-add-on\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"79f6dbfe1f1d3a56a86f0509b6d6b04b\",\"slug\":\"woocommerce-software-add-on\",\"id\":18683,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Products Compare\",\"image\":\"\",\"excerpt\":\"WooCommerce Products Compare will allow your potential customers to easily compare products within your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-products-compare\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"c3ba0a4a3199a0cc7a6112eb24414548\",\"slug\":\"woocommerce-products-compare\",\"id\":853117,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Store Catalog PDF Download\",\"image\":\"\",\"excerpt\":\"Offer your customers a PDF download of your product catalog, generated by WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-store-catalog-pdf-download\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"79ca7aadafe706364e2d738b7c1090c4\",\"slug\":\"woocommerce-store-catalog-pdf-download\",\"id\":675790,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Customer \\/ Order \\/ Coupon Export\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/Thumbnail-Customer-Order-Coupon-Export-updated.png\",\"excerpt\":\"Export customers, orders, and coupons from WooCommerce manually or on an automated schedule.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/ordercustomer-csv-export\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"914de15813a903c767b55445608bf290\",\"slug\":\"woocommerce-customer-order-csv-export\",\"id\":18652,\"rating\":4.5,\"reviews_count\":26,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Smart Coupons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/10\\/wc-product-smart-coupons.png\",\"excerpt\":\"Everything you need for discounts, coupons, credits, gift cards, product giveaways, offers, and promotions. Most popular and complete coupons plugin for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/smart-coupons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"http:\\/\\/demo.storeapps.org\\/?demo=sc\",\"price\":\"&#36;99.00\",\"hash\":\"05c45f2aa466106a466de4402fff9dde\",\"slug\":\"woocommerce-smart-coupons\",\"id\":18729,\"rating\":4.5,\"reviews_count\":132,\"vendor_name\":\"StoreApps\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/storeapps\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/08\\/wc-icon-smart-coupons-160-p8fwgu.png\"},{\"title\":\"WooCommerce Zapier\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/zapier-logo-1.png\",\"excerpt\":\"Integrate your WooCommerce store with 5000+ cloud apps and services today. Trusted by 11,000+ users.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-zapier\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;59.00\",\"hash\":\"0782bdbe932c00f4978850268c6cfe40\",\"slug\":\"woocommerce-zapier\",\"id\":243589,\"rating\":4.4,\"reviews_count\":37,\"vendor_name\":\"OM4\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/om4\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/OM4-Software-Logo-RGB-Round-160x160-1-372opg.png\"},{\"title\":\"TaxJar\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/taxjar-logotype.png\",\"excerpt\":\"Automate sales tax compliance for your multi-channel e-commerce business. Accurate sales tax calculations, data aggregation, quality reporting, and filing for your WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/taxjar\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"12072d8e-e933-4561-97b1-9db3c7eeed91\",\"slug\":\"taxjar-simplified-taxes-for-woocommerce\",\"id\":514914,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TaxJar\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/taxjar\\/\",\"icon\":null},{\"title\":\"WooCommerce AvaTax\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-Avalara-updated.png\",\"excerpt\":\"Get 100% accurate sales tax calculations and on-time tax filing. No more tracking sales tax rates and rules.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-avatax\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"57077a4b28ba71cacf692bcf4a1a7f60\",\"slug\":\"woocommerce-avatax\",\"id\":1389326,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Name Your Price\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/09\\/nyp-icon-dark-v83owf.png\",\"excerpt\":\"Allow customers to define the product price. Also useful for accepting user-set donations.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/name-your-price\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"31b4e11696cd99a3c0572975a84f1c08\",\"slug\":\"woocommerce-name-your-price\",\"id\":18738,\"rating\":5,\"reviews_count\":55,\"vendor_name\":\"Backcourt Development\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/backcourt-development\\/\",\"icon\":null},{\"title\":\"Storefront Reviews\",\"image\":\"\",\"excerpt\":\"Reviews can often be the deciding factor when making a purchase online. Highlight your best reviews on your homepage, or across your site with Storefront Reviews.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/storefront-reviews\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/themes.woocommerce.com\\/storefront\\/reviews\\/\",\"price\":\"&#36;19.00\",\"hash\":\"0c8a1d86b8eff9f1edffa923aeb3fc1f\",\"slug\":\"storefront-reviews\",\"id\":1044976,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/02\\/woo-Storefront-ipreuh.png\"},{\"title\":\"Dynamic Pricing\",\"image\":\"\",\"excerpt\":\"Bulk discounts, role-based pricing and much more\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/dynamic-pricing\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;129.00\",\"hash\":\"9a41775bb33843f52c93c922b0053986\",\"slug\":\"woocommerce-dynamic-pricing\",\"id\":18643,\"rating\":3.3,\"reviews_count\":28,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Google Product Feed\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/logo-regular-lscryp.png\",\"excerpt\":\"Feed rich product data to Google Merchant Center for setting up free product listings, product ads, and local inventory campaigns. Full control over your field mappings, and feed content so you can maximize campaign performance and ad spend.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/google-product-feed\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d55b4f852872025741312839f142447e\",\"slug\":\"woocommerce-product-feeds\",\"id\":18619,\"rating\":4.3,\"reviews_count\":43,\"vendor_name\":\"Ademti Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/ademti-software\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/11\\/product-icon-omiutq.png\"},{\"title\":\"Klarna Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Checkout_Black-1.png\",\"excerpt\":\"Klarna Checkout is a full checkout experience embedded on your site that includes all popular payment methods (Pay Now, Pay Later, Financing, Installments).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnacheckout\\/\",\"price\":\"&#36;0.00\",\"hash\":\"90f8ce584e785fcd8c2d739fd4f40d78\",\"slug\":\"klarna-checkout-for-woocommerce\",\"id\":2754152,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"Sensei LMS Course Progress\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-course-progress.png\",\"excerpt\":\"Enable your students to easily see their progress and pick up where they left off in a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-course-progress\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ec0f55d8fa7c517dc1844f5c873a77da\",\"slug\":\"sensei-course-progress\",\"id\":435833,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"WooCommerce Print Invoices and Packing Lists\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/03\\/Thumbnail-Print-Invoices-Packing-lists-updated.png\",\"excerpt\":\"Generate invoices, packing slips, and pick lists for your WooCommerce orders.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/print-invoices-packing-lists\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"465de1126817cdfb42d97ebca7eea717\",\"slug\":\"woocommerce-pip\",\"id\":18666,\"rating\":4.4,\"reviews_count\":28,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Sensei LMS Certificates\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-certificates.png\",\"excerpt\":\"Award your students with a certificate of completion and a sense of accomplishment after finishing a course.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-certificates\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"625ee5fe1bf36b4c741ab07507ba2ffd\",\"slug\":\"sensei-certificates\",\"id\":247548,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"Composite Products\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/06\\/logo-cp-ey7bzs.png\",\"excerpt\":\"Create product kit builders and custom product configurators using existing products.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/composite-products\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;99.00\",\"hash\":\"0343e0115bbcb97ccd98442b8326a0af\",\"slug\":\"woocommerce-composite-products\",\"id\":216836,\"rating\":4.9,\"reviews_count\":100,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"Gravity Forms Product Add-ons\",\"image\":\"\",\"excerpt\":\"Powerful product add-ons, Gravity style\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/gravity-forms-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/www.elementstark.com\\/woocommerce-extension-demos\\/product-category\\/gravity-forms\\/\",\"price\":\"&#36;99.00\",\"hash\":\"a6ac0ab1a1536e3a357ccf24c0650ed0\",\"slug\":\"woocommerce-gravityforms-product-addons\",\"id\":18633,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"WooCommerce Blocks\",\"image\":\"\",\"excerpt\":\"WooCommerce Blocks offers a range of Gutenberg blocks you can use to build and customise your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-gutenberg-products-block\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c2e9f13a-f90c-4ffe-a8a5-b432399ec263\",\"slug\":\"woo-gutenberg-products-block\",\"id\":3076677,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"Eway\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/51456-Eway-logo-tagline-RGB-H-yellow-_-grey.png\",\"excerpt\":\"Take credit card payments securely via Eway (SG, MY, HK, AU, and NZ) keeping customers on your site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/eway\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"2c497769d98d025e0d340cd0b5ea5da1\",\"slug\":\"woocommerce-gateway-eway\",\"id\":18604,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/woo-eway-0klzux.png\"},{\"title\":\"Sensei Pro (WC Paid Courses)\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/Sensei-Pro.png\",\"excerpt\":\"Sell your online courses using Sensei LMS with WooCommerce \\u2014 complete learning management with quizzes, certificates, content drip, and more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-paid-courses\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;149.00\",\"hash\":\"bad2a02a063555b7e2bee59924690763\",\"slug\":\"woothemes-sensei\",\"id\":152116,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/01\\/SenseiProWooIcon-aut8wu.png\"},{\"title\":\"Sensei LMS Media Attachments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2021\\/07\\/sensei-media-attachments.png\",\"excerpt\":\"Provide your students with easy access to additional learning materials, from audio files to slideshows and PDFs.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sensei-media-attachments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"788647a9a1d8ef5c95371f0e69223a0f\",\"slug\":\"sensei-media-attachments\",\"id\":290551,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Automattic\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/automattic\\/\",\"icon\":null},{\"title\":\"QuickBooks Sync for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/04\\/woocommerce-com-logo-1-hyhzbh.png\",\"excerpt\":\"The most customizable and robust integration to keep your data in sync for orders, customers, products, inventory and more between WooCommerce and QuickBooks (Online, Desktop, or POS).\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/quickbooks-sync-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"c5e32e20-7c1f-4585-8b15-d930c2d842ac\",\"slug\":\"myworks-woo-sync-for-quickbooks-online\",\"id\":4065824,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MyWorks Software\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/myworks-software\\/\",\"icon\":null},{\"title\":\"Conditional Shipping and Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/03\\/logo-csp-aqfm98.png\",\"excerpt\":\"Use conditional logic to restrict the shipping and payment options available on your store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/conditional-shipping-and-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"1f56ff002fa830b77017b0107505211a\",\"slug\":\"woocommerce-conditional-shipping-and-payments\",\"id\":680253,\"rating\":4.7,\"reviews_count\":43,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2019\\/06\\/WooCommerce-icon-160x160-1-3o68ab.jpg\"},{\"title\":\"WooCommerce Order Status Manager\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/02\\/Thumbnail-Order-Status-Manager-updated.png\",\"excerpt\":\"Create, edit, and delete completely custom order statuses and integrate them seamlessly into your order management flow.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-manager\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"51fd9ab45394b4cad5a0ebf58d012342\",\"slug\":\"woocommerce-order-status-manager\",\"id\":588398,\"rating\":4.3,\"reviews_count\":10,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Catalog Visibility Options\",\"image\":\"\",\"excerpt\":\"Transform WooCommerce into an online catalog by removing eCommerce functionality\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/catalog-visibility-options\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"12e791110365fdbb5865c8658907967e\",\"slug\":\"woocommerce-catalog-visibility-options\",\"id\":18648,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Element Stark\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/element-stark\\/\",\"icon\":null},{\"title\":\"Sequential Order Numbers Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/05\\/Thumbnail-Sequential-Order-Numbers-Pro-updated.png\",\"excerpt\":\"Tame your order numbers! Upgrade from Sequential Order Numbers with advanced features and with optional prefixes\\/suffixes.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sequential-order-numbers-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;49.00\",\"hash\":\"0b18a2816e016ba9988b93b1cd8fe766\",\"slug\":\"woocommerce-sequential-order-numbers-pro\",\"id\":18688,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Klarna Payments\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2018\\/01\\/Partner_marketing_Klarna_Payments_Pink.png\",\"excerpt\":\"With Klarna Payments\\u00a0you can choose the payment that you want, Pay Now, Pay Later or Slice It. No credit card numbers, no passwords, no worries.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/klarna-payments\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.krokedil.se\\/klarnapayments\\/\",\"price\":\"&#36;0.00\",\"hash\":\"a19c689325bc8ea63c620765dd54b33a\",\"slug\":\"klarna-payments-for-woocommerce\",\"id\":2754217,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Krokedil\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/krokedil\\/\",\"icon\":null},{\"title\":\"WooCommerce Product Search\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/10\\/woocommerce-product-search-product-image-1870x960-1-jvsljj.png\",\"excerpt\":\"The perfect search engine helps customers to find and buy products quickly \\u2013 essential for every WooCommerce store.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-product-search\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"https:\\/\\/demo.itthinx.com\\/wps\\/\",\"price\":\"&#36;49.00\",\"hash\":\"c84cc8ca16ddac3408e6b6c5871133a8\",\"slug\":\"woocommerce-product-search\",\"id\":512174,\"rating\":4.4,\"reviews_count\":149,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"WooCommerce Google Analytics Pro\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2016\\/01\\/Thumbnail-GAPro-updated.png\",\"excerpt\":\"Add advanced event tracking and enhanced eCommerce tracking to your WooCommerce site.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-google-analytics-pro\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"d8aed8b7306b509eec1589e59abe319f\",\"slug\":\"woocommerce-google-analytics-pro\",\"id\":1312497,\"rating\":3.7,\"reviews_count\":23,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"WooCommerce One Page Checkout\",\"image\":\"\",\"excerpt\":\"Create special pages where customers can choose products, checkout &amp; pay all on the one page.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-one-page-checkout\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"c9ba8f8352cd71b5508af5161268619a\",\"slug\":\"woocommerce-one-page-checkout\",\"id\":527886,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"WooCommerce\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/woocommerce\\/\",\"icon\":null},{\"title\":\"WooCommerce Checkout Add-Ons\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/07\\/Thumbnail-Checkout-Add-Ons-updated.png\",\"excerpt\":\"Highlight relevant products, offers like free shipping and other up-sells during checkout.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-checkout-add-ons\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"8fdca00b4000b7a8cc26371d0e470a8f\",\"slug\":\"woocommerce-checkout-add-ons\",\"id\":466854,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"Coupon Shortcodes\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2013\\/09\\/woocommerce-coupon-shortcodes-product-image-1870x960-1-vc5gux.png\",\"excerpt\":\"Show coupon discount info using shortcodes. Allows to render coupon information and content conditionally, based on the validity of coupons.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/coupon-shortcodes\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"ac5d9d51-70b2-4d8f-8b89-24200eea1394\",\"slug\":\"woocommerce-coupon-shortcodes\",\"id\":244762,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"itthinx\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/itthinx\\/\",\"icon\":null},{\"title\":\"Viva Wallet Standard Checkout\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/Viva-Wallet-logo.png?w=374\",\"excerpt\":\"Integrate the Viva Wallet payment gateway with your WooCommerce store to process and sync your payments and help you sell more.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/viva-wallet-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"7240a329-047f-4d8b-b7ec-ee3defd798bd\",\"slug\":\"viva-wallet-for-woocommerce\",\"id\":6137160,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Viva Wallet\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/viva-wallet\\/\",\"icon\":null},{\"title\":\"HubSpot for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2020\\/04\\/hubspotlogo-web-color-pxebeq.png\",\"excerpt\":\"Connect your WooCommerce store to HubSpot. Sync, automate &amp; analyze data with HubSpot WooCommerce Integration\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/hubspot-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"e50acec8-3a6c-454c-8562-2da4898fa6c1\",\"slug\":\"hubspot-for-woocommerce\",\"id\":5785079,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"MakeWebBetter\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/makewebbetter\\/\",\"icon\":null},{\"title\":\"WooCommerce Order Status Control\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2014\\/06\\/Thumbnail-Order-Status-Control-updated.png\",\"excerpt\":\"Use this extension to automatically change the order status to \\\"completed\\\" after successful payment.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/woocommerce-order-status-control\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;29.00\",\"hash\":\"32400e509c7c36dcc1cd368e8267d981\",\"slug\":\"woocommerce-order-status-control\",\"id\":439037,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"SkyVerge\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/skyverge\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"First Data\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2012\\/02\\/FirstData.png\",\"excerpt\":\"Accept payment with First Data using the Payeezy Gateway, Payeezy, or legacy Global Gateway payment gateways.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/firstdata\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"eb3e32663ec0810592eaf0d097796230\",\"slug\":\"woocommerce-gateway-firstdata\",\"id\":18645,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Atreus\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/atreus\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2015\\/06\\/skyverge-wc-icon-b2vhw6.png\"},{\"title\":\"TikTok for WooCommerce\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/TTFB_logo__4C_horizontal_black.png?w=620\",\"excerpt\":\"Create advertising campaigns and reach one billion global users with TikTok for WooCommerce.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/tiktok-for-woocommerce\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;0.00\",\"hash\":\"a6f95b36-133e-443e-8e31-6e7a67eb597c\",\"slug\":\"tiktok-for-woocommerce\",\"id\":18734000336353,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"TikTok for Business\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/tiktok-for-business\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2022\\/04\\/tt2.jpg\"},{\"title\":\"Opayo Payment Suite\",\"image\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK.png\",\"excerpt\":\"Take payments on your WooCommerce store with the UK\\u2019s most trusted payment solution.\\u00a0A selection of 3 gateway integrations to suit your business needs including Direct, Form and\\u00a0Pi.\\u00a0Always in front, with your business.\",\"link\":\"https:\\/\\/woocommerce.com\\/products\\/sage-pay-form\\/?utm_source=extensionsscreen&utm_medium=product&utm_campaign=wcaddons\",\"demo_url\":\"\",\"price\":\"&#36;79.00\",\"hash\":\"6bc0cca47d0274d8ef9b164f6fbec1cc\",\"slug\":\"woocommerce-gateway-sagepay-form\",\"id\":18599,\"rating\":null,\"reviews_count\":null,\"vendor_name\":\"Andrew Benbow\",\"vendor_url\":\"https:\\/\\/woocommerce.com\\/vendor\\/andrew-benbow\\/\",\"icon\":\"https:\\/\\/woocommerce.com\\/wp-content\\/uploads\\/2011\\/10\\/Opayo_logo_ByE_CMYK_160x160.png\"}]}\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:19:{s:6:\"server\";a:1:{i:0;s:5:\"nginx\";}s:4:\"date\";a:1:{i:0;s:29:\"Mon, 25 Jul 2022 08:36:55 GMT\";}s:12:\"content-type\";a:1:{i:0;s:31:\"application/json; charset=UTF-8\";}s:14:\"content-length\";a:1:{i:0;s:5:\"13100\";}s:12:\"x-robots-tag\";a:1:{i:0;s:7:\"noindex\";}s:4:\"link\";a:1:{i:0;s:60:\"<https://woocommerce.com/wp-json/>; rel=\"https://api.w.org/\"\";}s:22:\"x-content-type-options\";a:1:{i:0;s:7:\"nosniff\";}s:29:\"access-control-expose-headers\";a:1:{i:0;s:33:\"X-WP-Total, X-WP-TotalPages, Link\";}s:28:\"access-control-allow-headers\";a:1:{i:0;s:73:\"Authorization, X-WP-Nonce, Content-Disposition, Content-MD5, Content-Type\";}s:13:\"x-wccom-cache\";a:1:{i:0;s:3:\"HIT\";}s:13:\"cache-control\";a:1:{i:0;s:10:\"max-age=60\";}s:5:\"allow\";a:1:{i:0;s:3:\"GET\";}s:4:\"x-rq\";a:1:{i:0;s:13:\"lhr1 0 4 9980\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:3:\"age\";a:1:{i:0;s:2:\"30\";}s:7:\"x-cache\";a:1:{i:0;s:3:\"hit\";}s:4:\"vary\";a:1:{i:0;s:23:\"Accept-Encoding, Origin\";}s:13:\"accept-ranges\";a:1:{i:0;s:5:\"bytes\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=31536000\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.1000000000000001;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:59:\"https://woocommerce.com/wp-json/wccom-extensions/1.0/search\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(3342,'_transient_timeout_wc_tracks_blog_details','1658824616','no'),(3343,'_transient_wc_tracks_blog_details','a:5:{s:3:\"url\";s:31:\"https://seaarchdev.wpengine.com\";s:9:\"blog_lang\";s:5:\"en_US\";s:7:\"blog_id\";N;s:14:\"products_count\";i:0;s:10:\"wc_version\";s:5:\"6.7.0\";}','no'),(3344,'_site_transient_timeout_community-events-1aecf33ab8525ff212ebdffbb438372e','1658781416','no'),(3345,'_site_transient_community-events-1aecf33ab8525ff212ebdffbb438372e','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}s:6:\"events\";a:0:{}}','no'),(3346,'_transient_timeout_rank_math_feed_posts_v2','1658781418','no'),(3347,'_transient_rank_math_feed_posts_v2','a:3:{i:0;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:52:\"How to Add Expires Headers To Your WordPress Website\";}s:4:\"date\";s:19:\"2022-06-02 11:49:09\";s:4:\"link\";s:56:\"https://rankmath.com/blog/add-expires-headers-wordpress/\";}i:1;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:48:\"How To Quickly Change The Font Size In WordPress\";}s:4:\"date\";s:19:\"2022-05-31 11:14:17\";s:4:\"link\";s:60:\"https://rankmath.com/blog/change-the-font-size-in-wordpress/\";}i:2;a:3:{s:5:\"title\";a:1:{s:8:\"rendered\";s:75:\"How to Fix ‘Another Update Is Currently In Progress’ Error in WordPress\";}s:4:\"date\";s:19:\"2022-05-27 11:32:08\";s:4:\"link\";s:66:\"https://rankmath.com/blog/another-update-is-currently-in-progress/\";}}','no'),(3348,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1658781418','no');
INSERT INTO `wp_options` VALUES (3349,'_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:112:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 13:46:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"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.1-alpha-53772\";s: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:30:{i:0;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.0.1 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/2022/07/wordpress-6-0-1-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, 12 Jul 2022 16:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s: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:1;a:5:{s:4:\"data\";s:3:\"6.0\";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:5:\"6.0.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:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"minor-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:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";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:236:\"WordPress 6.0.1 is now available for download. This maintenance release features several updates since the release of WordPress 6.0 in May 2022. You can review a summary of the key changes in this release by visiting 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s: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:5452:\"\n<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</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.0.1.zip\">download WordPress 6.0.1 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, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</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/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</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/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13138\";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:64:\"WP Briefing: Episode 35: Five for the Future’s True Intentions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s: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, 11 Jul 2022 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=13132\";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:140:\"On this week\'s episode of the WordPress Briefing, Josepha answers questions about the intentions behind the Five for the Future initiative. \";s: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/2022/07/WP-Briefing-035.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:\"Santana Inniss\";s: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:14788:\"\n<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as 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>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>Today I&#8217;m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today&#8217;s episode. It&#8217;s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it&#8217;s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come.&nbsp;</p>\n\n\n\n<p>But I also bring it up today because there&#8217;s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46]&nbsp;&nbsp;</p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it&#8217;s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you&#8217;re defining it, it is an aspiration, not a requirement.&nbsp;</p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you&#8217;ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It&#8217;s all coming from generosity of heart.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you&#8217;re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one&#8217;s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06]&nbsp;&nbsp;</p>\n\n\n\n<p>So that&#8217;s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people&#8217;s wordpress.org profiles.&nbsp;</p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don&#8217;t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up.&nbsp;</p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30]&nbsp;&nbsp;</p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it&#8217;s worth that discussion then also raised a third question that I don&#8217;t think we&#8217;ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it&#8217;s a great question. I don&#8217;t have an answer and just so that I don&#8217;t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion.&nbsp;</p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it&#8217;s recognition of the other people who helped to solve a problem along the way. That is what props are.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47]&nbsp;&nbsp;</p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it&#8217;s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that&#8217;s also why I&#8217;d like to automate more and more of them so that you don&#8217;t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51]&nbsp;&nbsp;</p>\n\n\n\n<p>So the second question that I&#8217;ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won&#8217;t be able to see every contribution to WordPress, but that doesn&#8217;t mean that they aren&#8217;t valuable. And it doesn&#8217;t mean that they don&#8217;t matter.&nbsp;</p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don&#8217;t have to do a super ton of them before someone has noticed that you&#8217;ve done even one of them.&nbsp;</p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don&#8217;t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don&#8217;t think that&#8217;s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I&#8217;m so glad you&#8217;re here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that&#8217;s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it&#8217;s not about assessing the worthiness of people or companies or any of their contributions. For me, it&#8217;s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I&#8217;m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we&#8217;re looking at. And so you&#8217;ll be able to find those in the show notes, or you can go to wordpress.org/news if you&#8217;re listening to this in a podcast player of your choice that is not wordpress.org.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it&#8217;s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I&#8217;m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below.&nbsp;</p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That&#8217;s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes.&nbsp;</p>\n\n\n\n<p>It&#8217;s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it&#8217;s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there&#8217;s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</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:\"13132\";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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress – June 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2022/07/the-month-in-wordpress-june-2022/\";s: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, 06 Jul 2022 14:19:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13069\";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:313:\"With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&#160; WordPress 6.1 is Slated for Release on October 25, 2022 Planning for WordPress 6.1 kicked off a few weeks ago with a proposed schedule and a call for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:12416:\"\n<p>With WordPress 6.1 already in the works, a lot of updates happened during June. Here&#8217;s a summary to catch up on the ones you may have missed.&nbsp;</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.1 is Slated for Release on October 25, 2022</h2>\n\n\n\n<p>Planning for WordPress 6.1 kicked off a few weeks ago with a <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\"><strong>proposed schedule and a call for contributors</strong></a> to the release team. This will be the third major release in 2022 and will include up to Gutenberg 14.1 for a total of 11 Gutenberg releases.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/matveb/\">Matías Ventura</a> published the preliminary <a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">roadmap for version 6.1</a>, which is expected to refine the full site editing experience introduced in the last two major releases. Stay tuned for a companion post with more details on what’s to come.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Tune in to the <a href=\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\">latest episode of WP Briefing</a> to hear WordPress Executive Director Josepha Haden discuss planning for major releases and how you can get involved.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>New in Gutenberg: Versions 13.4 and 13.5</h2>\n\n\n\n<p>There are two new versions of Gutenberg since last month’s edition of the Month in WordPress:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/10/whats-new-in-gutenberg-13-4-8-june/\"><strong>Gutenberg 13.4</strong></a> includes 25 enhancements and nearly 30 bug fixes. This version adds support for button elements in theme.json and introduces axial spacing in Gallery Block, among other new features.</li><li><a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\"><strong>Gutenberg 13.5</strong></a> was released on June 22, 2022. It comes with an improved featured image UX, expanded design tools for the Post Navigation Link block, and solid accessibility fixes.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay up to date with the latest updates.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Gutenberg Page Redesign, Meetup Venue Support Funds, and More</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/gutenberg/\">The Gutenberg page</a> got a new redesign! You can<strong> </strong>rearrange the page content the way you want and experience the flexibility that blocks allow. Learn more about the inspiration behind the new look in <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">this post</a>.</li><li>WordPress Community Support (WPCS) restarted its <a href=\"https://make.wordpress.org/community/2022/06/22/announcement-reactivating-meetup-venue-support-funds/\">meetup venue support funds</a> for community organizers.</li><li>The Themes Team ​​released a <a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">new plugin called Create Block Theme</a> that makes it easier for theme builders to create block themes.</li><li>Matías Ventura, the lead architect of the Gutenberg project, shared some early thoughts on <a href=\"https://make.wordpress.org/design/2022/06/13/thinking-through-the-wordpress-admin-experience/\">the future of the WordPress admin interface</a>.</li><li>Each month, the Training Team publishes a list of new resources available on the Learn WordPress platform. <a href=\"https://make.wordpress.org/updates/2022/06/07/whats-new-on-learnwp-in-may-2022/\">Check out what’s new</a>.</li><li>The Polyglots Team kicked off conversations for planning the <a href=\"https://make.wordpress.org/polyglots/2022/06/15/wp-translation-day-in-september-2022-suggestion-discussion/\">next WordPress Translation Day</a>.</li><li>The Documentation Team posted a series of <a href=\"https://make.wordpress.org/docs/2022/06/13/live-onboarding-sessions-for-the-documentation-team/\">onboarding sessions</a> to get started with documentation.</li><li>After reviewing feedback raised by the community, the Performance Team proposed <a href=\"https://make.wordpress.org/core/2022/06/30/plan-for-adding-webp-multiple-mime-support-for-images/\">a new approach to add WebP and MIME support</a> for images.</li><li>The Themes Team updated its <a href=\"https://make.wordpress.org/themes/2022/06/18/complying-with-gdpr-when-using-google-fonts/\">recommendations for hosting webfonts</a> to follow Europe’s General Data Protection Regulation (GDPR).</li><li>In a step towards <a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">open sourcing theme designs</a>, the Design Team made some themes authored by WordPress core and other theme developers available in a Figma file.</li><li>The Marketing Team started a discussion to gather feedback on <a href=\"https://make.wordpress.org/marketing/2022/06/17/discussion-promoting-wordcamps-with-the-official-wordpress-social-accounts/\">promoting WordCamps</a> with the official WordPress.org social accounts.</li><li>The Openverse Team <a href=\"https://make.wordpress.org/openverse/2022/06/17/mitigating-out-of-terms-api-usage/\">released version 2.5.5 of the Openverse API</a>, which brings an important change regarding anonymous API requests.</li><li>The Plugin Review Team shared a comprehensive <a href=\"https://make.wordpress.org/plugins/2022/06/15/whats-the-deal-with-invalid-reviews/\">post on invalid plugin reviews</a>.</li><li>The June edition of the <a href=\"https://make.wordpress.org/community/2022/06/24/monthly-organizer-newsletter-june-2022/\">Meetup Organizer Newsletter</a> is now live with a list of ideas on reactivating meetups.</li><li>Check out the <a href=\"https://make.wordpress.org/polyglots/2022/06/27/polyglots-monthly-newsletter-june-2022/\">Polyglots Monthly Newsletter: June 2022</a> to stay up to date with the latest updates from the Polyglots community.</li><li>The latest edition of People of WordPress features the story of web developer <a href=\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\">Leo Gopal</a>.</li><li><a href=\"https://block-museum.com/\">The Museum of Block Art</a> (MOBA), a virtual initiative that showcases creative uses of the WordPress block editor, is <a href=\"https://gutenbergtimes.com/museum-of-block-art-is-open-for-submissions/\">now open for submissions</a>.</li><li>Last month the WordPress community was saddened to hear of the passing of <a href=\"https://profiles.wordpress.org/wolly/\">Wolly</a> (Paolo Valenti). Wolly was a long-time WordPress contributor and one of the founding members of the vibrant Italian community. He will be missed.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The BlackPress community is a great place to connect with black African descent people in the WordPress space, access tech resources, and advance your career skills. <a href=\"https://blackpresswp.com\">Join the BlackPress Community</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing Requests</h2>\n\n\n\n<ul><li>The Core Team is looking for <a href=\"https://make.wordpress.org/core/2022/06/26/rollback-feature-testing-call-to-action/\">help in testing a rollback functionality</a> for failed plugin and theme updates.</li><li>There’s an open call for feedback on a proposal to make building features and plugins on top of the WordPress REST API easier. <a href=\"https://make.wordpress.org/core/2022/07/04/proposal-better-rest-api-handling-in-javascript/\">Share your thoughts</a> by July 18, 2022.</li><li>The Training Team suggested a public content roadmap for <a href=\"https://make.wordpress.org/training/2022/06/29/learn-wordpress-development-creating-a-public-roadmap-for-content-creation/\">Learn WordPress development</a>. Comments are welcome until July 15, 2022.</li><li>Version 20.2 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/06/28/call-for-testing-wordpress-for-android-20-2/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/06/29/call-for-testing-wordpress-for-ios-20-2/\">iOS</a> is now available for testing.</li><li>Some members of the Meta Team did some experiments with <a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">hypothetical changes to the WordPress Developer Docs</a>. They welcome feedback on the next steps.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>Want to get involved in testing WordPress?<strong> </strong>Follow the &#8220;<a href=\"https://make.wordpress.org/test/tag/build-test-tools/\">Week in Test</a>&#8221; posts to find a handy list of links and opportunities.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp Asia 2023 is Calling for Sponsors</h2>\n\n\n\n<ul><li>WordCamp Asia 2023, the first flagship WordCamp event in Asia, recently opened its <a href=\"https://asia.wordcamp.org/2023/call-for-sponsors/\">Call for Sponsors</a>.</li><li><a href=\"https://us.wordcamp.org/2022/\">WordCamp US 2022</a> is sold out. General Admission tickets went on sale on June 30, 2022, and were quickly claimed the same day. If you couldn’t get yours, the organizing team recommends <a href=\"https://us.wordcamp.org/2022/tickets/\">checking this page</a> periodically to see if any become available.</li><li>Curious about why WordCamp US is hosting fewer people this year? The WordCamp US team explained why in <a href=\"https://us.wordcamp.org/2022/wordcamp-us-2022-and-attendee-count/\">this post</a>.</li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a> was successfully held in Porto, Portugal, from June 2 to 4, 2022. The event saw 2,300 in-person attendees and a record 800 participants at Contributor Day. All the sessions will be available <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">on WordPress.tv soon</a>.</li><li>In 2023, WordCamp Europe will be hosted in the city of Athens, Greece. The <a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\">Call for Organizers</a> is now open.</li><li>Josepha Haden covered some important questions from WordCamp Europe on a <a href=\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-wceu/\">special episode of WP Briefing</a>. Be sure to give it a listen!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\"><p>The #WPDiversity group has organized a free, online speaker workshop for Indian women in the WordPress community. The event will take place on September 24-25, 2022. <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Registration is now open</a>.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13069\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"People of WordPress: Leo Gopal\";s: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:65:\"https://wordpress.org/news/2022/06/people-of-wordpress-leo-gopal/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jun 2022 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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13020\";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:355:\"In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give. Writing as [&#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:10:\"Meher Bala\";s: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:11773:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature Leo Gopal, from South Africa, a back-end Developer and Customer Support agent on the encouragement and learning support the WordPress community can give.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=680%2C420&#038;ssl=1\" alt=\"Portrait of Leo Gopal in a black shirt with a blue sky behind.\" class=\"wp-image-13037\" width=\"680\" height=\"420\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?w=1014&amp;ssl=1 1014w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=300%2C186&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/featured-img-for-leo2.jpg?resize=768%2C475&amp;ssl=1 768w\" sizes=\"(max-width: 680px) 100vw, 680px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<h2>Writing as a channel of expression</h2>\n\n\n\n<p>Curiosity, writing, and resilience are recurring themes in Leo&#8217;s story, and have mapped with his WordPress journey.&nbsp;</p>\n\n\n\n<p>High school was a difficult time for Leo, as he had a speech impediment which only subsided when he was with close friends or family.</p>\n\n\n\n<p>He began writing a journal as an avenue of expression and found every word arrived smoothly for him. &nbsp;</p>\n\n\n\n<h2>It all began with WordPress 1.2 &#8216;Mingus&#8217;</h2>\n\n\n\n<p>In 2004, Leo discovered the joy of blogging as a way of combining keeping a journal with ‘conversations’ he could have with those who commented on his blogs. The potential and power of blogs would be an influence in the rest of his life.</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?fit=720%2C960&amp;ssl=1\" alt=\"Leo sat in front of a pond. \" class=\"wp-image-13027\" width=\"720\" height=\"960\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?w=720&amp;ssl=1 720w, https://i1.wp.com/wordpress.org/news/files/2022/06/leo-gopal.jpeg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 720px) 100vw, 720px\" /></figure>\n\n\n\n<p>As Leo&#8217;s confidence grew through expressing himself in writing, he was determined that his stutter would &#8216;no longer hold power over him&#8217;. In 2005, with the encouragement of his blog readers, he spent his school summer break in his room working on reducing his stutter. WordPress would be the tool that would enable him to connect with his blog readers and to express his creativity and thoughts.</p>\n\n\n\n<h2>Making WordPress your own</h2>\n\n\n\n<p>In high school, Leo had opted for programming as one of his subjects. In 2008, he built his first website using WordPress for the students at the school. This was the first time he saw the real value of WordPress and open source.</p>\n\n\n\n<p>During the following years, he increasingly spent time searching online for information on &#8216;Customising WordPress&#8217; and &#8216;Making WordPress your own&#8217;.</p>\n\n\n\n<p>Leo wanted to keep busy and as soon as he finished school, he applied for every entry-level web-related job that he could find. He was hired by a company for the role of webmaster for its Marketing team focused on WordPress.</p>\n\n\n\n<p>He continued to grow his skills as a WordPress developer with the help of useful documentation that he could find and through his helpful local WordPress Community. This helped him earn a living and support his family.</p>\n\n\n\n<h2>Helping yourself through helping others in the community</h2>\n\n\n\n<p>In 2015, Leo moved full-time to Cape Town, South Africa, and started as a developer at a web development agency, eventually progressing to its Head of Development and managing a small team.</p>\n\n\n\n<p>He chose WordPress as his main platform for development mainly because of the community behind it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Had it not been for those searches on how to make WordPress your own, my life would have turned out a lot differently</em>.”&nbsp;</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>Leo felt he had a hurdle to overcome working in web sector. He didn’t feel like a ‘real developer’ being self-taught. However, through the community, he realized that there were many self-taught developers and he was not alone.&nbsp;&nbsp;</p>\n\n\n\n<p>Alongside his development path, Leo faced a mental health journey. He had suffered from depression and found the community to be accepting and understanding of this.&nbsp;</p>\n\n\n\n<p>At WordCamp Cape Town 2016, he stood in front of an audience and gave a talk: “<a href=\"https://wordpress.tv/2016/11/24/leo-gopal-the-wordpress-community-mental-wellness-and-you/\">The WordPress Community, Mental Wellness, and You</a>”. Following this talk, he was greeted by many attendees who thanked him for talking so openly about mental health issues.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at the podium at WordCamp Cape Town in 2016\" class=\"wp-image-13023\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?w=1024&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-2.jpeg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2016</figcaption></figure>\n\n\n\n<p>Leo has been diagnosed with bipolar, previously known as manic depression. In 2017, he hit a low period and struggled to keep going. He found support and understanding in the community in WordPress.</p>\n\n\n\n<p>He has openly written about his experiences with depression and started an initiative where topics of mental health and general wellbeing can be freely and non-judgmentally discussed.&nbsp;&nbsp;</p>\n\n\n\n<p>He said that by helping others, he is helping himself, every day.</p>\n\n\n\n<h2>Contributing to WordPress</h2>\n\n\n\n<p>Leo has contributed to the community as a Co-organizer in South Africa for the 2016 and 2017 WordCamp Cape Town, WordPress Meetup Cape Town 2015 &#8211; 2016, and WordPress Durban 2017 – 2020. He has also spoken at a number of WordCamps.</p>\n\n\n\n<p>Maintaining connections with people he had met through these events Leo felt was a great aid to his mental wellbeing during the Covid pandemic. </p>\n\n\n\n<p>He has contributed to core and plugins and believes that WordPress and its community make it extremely easy to contribute. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>The cost to start contributing is extremely low &#8211; start now</em>”.</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>When the ability to create and add patterns to the WordPress.org library came out in 2021, Leo used it almost immediately and created a <a href=\"https://wordpress.org/patterns/pattern/call-to-action-section-2/\">call-to-action box</a> which could be used by both his clients and the community. He plans to release a few more complex patterns.&nbsp;&nbsp;</p>\n\n\n\n<h2>Yes, we can.</h2>\n\n\n\n<p>Leo’s mantra is “I can do it!”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&#038;ssl=1\" alt=\"Leo speaking at a WordCamp Cape Town in 2019\" class=\"wp-image-13032\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/06/Leo-speaking-3.jpeg?w=1944&amp;ssl=1 1944w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption class=\"wp-element-caption\"><em>Leo speaking at a WordCamp</em> Cape Town, 2019</figcaption></figure>\n\n\n\n<p>Getting over a stutter, overcoming poverty, being urgently self-taught, growing up in a country with “load shedding” electricity outages, and one of the slowest rated internet speeds in the developing world, and strengthening mental wellness are not easy feats., And yet, he knows he can do it.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“<em>Never, ever think you do not have the &#8216;right&#8217; circumstances for success. Just keep going, progress over perfection – <strong>you</strong> can do it</em>.”</p><cite>Leo Gopal</cite></blockquote>\n\n\n\n<p>As Leo puts it, the WordPress community doesn’t just power a percentage of the internet; it empowers too.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>) for work on this feature, and to all the contributors who helped with specific areas and the series this last few months. Thank you too to Leo Gopal (<a href=\'https://profiles.wordpress.org/leogopal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>leogopal</a>) for sharing his experiences.</p>\n\n\n\n<p>Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"13020\";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: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:49:\"WP Briefing: Episode 34: WordPress 6.1 is Coming!\";s: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:70:\"https://wordpress.org/news/2022/06/episode-34-wordpress-6-1-is-coming/\";s: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 Jun 2022 15:13:42 +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=13013\";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:154:\"Join WordPress Executive Director Josepha Haden Chomphosy as she covers planning for major releases and how you can get involved in the 6.1 release cycle!\";s: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/2022/06/WP-Briefing-034.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:\"Santana Inniss\";s: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:8675:\"\n<p>In the thirty-fourth episode of the WordPress Briefing, hear WordPress Executive Director Josepha Haden Chomphosy discuss planning for the major release and how you can get involved in the WordPress 6.1 release cycle! </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">WordPress 6.1 Planning Roundup Core Post</a></li><li><a href=\"https://make.wordpress.org/core/tag/6-1/\">All WordPress 6.1 posts on Make Core</a></li><li><a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-24-25-tickets-348466712317\">Speaker Workshop for Indian Women in the WordPress Community</a></li><li><a href=\"https://wordpress.org/photos/\" data-type=\"URL\" data-id=\"https://wordpress.org/photos/\">Submit photos to the WordPress Photo Directory</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13013\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as 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>All right my friends. So it&#8217;s been about a month since WordPress 6.0 came out and you know what that means. It means we are already looking at the next major WordPress release because,&nbsp; as most of you know, WordPress never sleeps. Y&#8217;all are honestly up and hustling like 24/7 as far as I can tell, which is great! And is one of the many benefits of being a global community, I suppose.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:05]</p>\n\n\n\n<p>But anyway, back to this major release. There was a high-level roadmap shared by Mattias Ventura at the start of June. And it lists some focus areas for the Block Editor, continued refinements to the template editor and navigation block, and some work on global styles and more / better blocks and design tools that are slated to ship with WordPress 6.1. From the WordPress core side, though, there are a couple hundred tickets that are milestoned for the next major.</p>\n\n\n\n<p>Being milestoned for a release means that either a ticket wasn&#8217;t ready for the last release and was moved to the next available one, or a ticket has become ready for a release since the last major release occurred. That list as it stands might be a little bit too big for a single release. However, honestly, no list is too big if we have enough folks contributing.<br></p>\n\n\n\n<p>So if you&#8217;ve never contributed to a major release of WordPress before, and you&#8217;re interested to know how that works, there are some things to keep an eye out for over the next few weeks. We are in what is considered the planning phase for the next big release. And so there are two or three things you&#8217;re gonna see pretty soon.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:11]&nbsp;</p>\n\n\n\n<p>First is a planning kickoff post. That post gets published on make.wordpress.org/core, and it includes notes on volunteering for the release squad, some guesses at areas of focus based on the tickets that we&#8217;re seeing in track, a schedule, the whole kit, and caboodle. It&#8217;s all in there. If you are wanting to know how to lend a hand and how to take your first steps to core contribution, apart from the new contributor meeting that happens before the dev chat, that post is the place to start.&nbsp;</p>\n\n\n\n<p>So keep an eye out on make.wordpress.org/core for that. And then the second thing that shows up in the planning phase for any major release is bug scrub and ticket triage meetings. Like I mentioned, there are the new contributor meetings where they scrub tickets and talk through the basics of what we&#8217;re seeing on good first bugs.</p>\n\n\n\n<p>And I mentioned that here often, I just mentioned it in the last, in the last bullet point, but there are also regular bug scrubs and ticket triaging sessions where a kind contributor chooses a set of tickets to review and then leads other contributors through the process of checking to see if a ticket is valid to see if it can be replicated to see if it has a patch.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:03:23]&nbsp;</p>\n\n\n\n<p>If there are decisions that are blocking it and how to move those decisions forward, and generally just kind of discuss what else has to be done in order to take the ticket to the next step. Those get announced in the dev chat every Wednesday, but also there is a post that will go up on make.wordpress.org/core.</p>\n\n\n\n<p>I wish I had a faster way to say that instead of just racing through the whole URL every time. But it&#8217;ll be okay. We&#8217;ll put it in the show notes in case you would rather just click some stuff. And the third thing to keep an eye out for. If development is not your thing, so writing code is not already part of your tool belt, that&#8217;s totally fine. There are many other important areas where you can contribute, too. Design, training, support, polyglots, marketing, documentation, and more. These teams all do work in and around a release that is vital to WordPress&#8217; overall success.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:19]&nbsp;</p>\n\n\n\n<p>And a final thought of all. If that felt a little too intense if you want to see where this ship is headed, but you can&#8217;t quite commit to grabbing an oar today, that&#8217;s fine, too. The most important thing is that if you are a member of the community, as an extender or a user or a die-hard contributor, or a new contributor, the most important thing is that you have some general awareness of what the overall direction is.&nbsp;</p>\n\n\n\n<p>You might do that by experimenting with blocks in your products or by testing screen readers against your workflow or even by setting aside an hour to participate in the latest testing prompt. Being aware of what&#8217;s happening in and around your area of the project will help to keep you kind of prepared and knowledgeable to lend a hand whenever it is that you are ready.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:14]&nbsp;</p>\n\n\n\n<p>And that then brings us to our small list of big things. My friends, registration is now open for the WordPress Speaker Workshop for Women Voices in India. That&#8217;s taking place on September 24th and 25th. Uh, it&#8217;s happening over Zoom, so location or travel shouldn&#8217;t really be an obstacle for you. I&#8217;m going to leave a link to some information about that in the show notes. It should be an excellent opportunity that [the] WP Diversity initiative that WordPress has, that the community team helps to foster, is really an excellent experience. And so I hope that you register and attend that.&nbsp;</p>\n\n\n\n<p>And the second thing actually is a bit of a celebration. The Photo Directory recently hit a huge milestone of 3000 photos! And you also can submit your photos to wordpress.org/photos. If you feel so inclined to make a contribution of that type.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:06:07]&nbsp;</p>\n\n\n\n<p>And then the third thing on my smallest of big things is actually kind of a, a WordPress tooltip a little bit of a WordPress project did-ya-know? So, there is a special channel in WordPress Slack for sharing thanks to folks who were especially helpful to you. It&#8217;s called the Props Channel. And when someone shares props with you, it even shows up in your activity on your wordpress.org profile. Pretty cool, huh? Props to the Meta team for that one.</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</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:\"13013\";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:59:\"WP Briefing: Episode 33: Some Important Questions from 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/06/episode-33-some-important-questions-from-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:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 13 Jun 2022 11:01:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a: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=13005\";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:165:\"WordPress Executive Director Josepha Haden Chomphosy covers some important questions from WordCamp Europe on this special episode of the WordPress Briefing 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:\"\";}}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/2022/06/WP-Briefing-033.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:\"Santana Inniss\";s: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:13788:\"\n<p>In the thirty-third episode of the WordPress Briefing, hear Josepha Haden Chomphosy recap important questions from WordCamp Europe, and a selection of Contributor Day interviews. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li><li>Production Assistance: <a href=\"https://profiles.wordpress.org/priethor/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a></li><li>Special Guests: <a href=\"https://profiles.wordpress.org/milana_cap/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, <a href=\"https://profiles.wordpress.org/daugis/\">Daugirdas Jankus</a>, and <a href=\"https://profiles.wordpress.org/desrosj/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><em><a href=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\" data-type=\"URL\" data-id=\"https://en.wikipedia.org/wiki/L%27esprit_de_l%27escalier\">L&#8217;esprit de l&#8217;escalier</a></em></li><li><a href=\"https://make.wordpress.org/core/2022/05/20/core-editor-improvement-creating-containing-containers/\" data-type=\"URL\">Flexbox Layout Blocks</a></li><li><a href=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/2022/03/10/recap-of-training-team-meetings-march-8-and-10-2022/\">Translating Content on Learn WordPress</a></li><li><a href=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/training/handbook/workshops/workshop-subtitles-and-transcripts/translating-subtitles/\">Translating Subtitles</a></li><li><a href=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\" data-type=\"URL\" data-id=\"https://josepha.blog/2020/01/15/fostering-collaboration-across-cultures/\">Collaboration Across Cultures</a> (Blog)</li><li><a href=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\" data-type=\"URL\" data-id=\"https://www.youtube.com/watch?v=8MzJCT2BVV0\">Collaboration Across Cultures</a> (YouTube Video)</li><li><a href=\"https://europe.wordcamp.org/2023/call-for-organisers/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2023/call-for-organisers/\">WordCamp Europe Athens: Call for Organizers</a></li><li><a href=\"https://twitter.com/matias_ventura/status/1534602705456480260\" data-type=\"URL\" data-id=\"https://twitter.com/matias_ventura/status/1534602705456480260\">6.1 Release Planning Twitter Thread</a></li><li><a href=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/core/2022/06/04/roadmap-to-6-1/\">6.1 Release Planning Roadmap Post</a></li><li><a href=\"https://make.wordpress.org/meetings/\" data-type=\"URL\" data-id=\"https://make.wordpress.org/meetings/\">Make WordPress Meetings Calendar</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13005\"></span>\n\n\n\n<p>[<strong>Daugirdas Jankus </strong>00:00:04]&nbsp;</p>\n\n\n\n<p>Honestly, it&#8217;s not a secret. It&#8217;s a big part of our business. And I think it&#8217;s like WordPress is a big part of all the hosting company, company’s, businesses, you know? So for us, it is like, we want to make it better. We want to give back. We want to understand, you know, where we can contribute the most. And we see it as a, you know, win, win, win situation for everyone, for clients, for the whole ecosystem.</p>\n\n\n\n<p>And for us as a business, of course!</p>\n\n\n\n<p>[<strong>Milana Cap </strong>00:00:32]&nbsp;</p>\n\n\n\n<p>My favorite WordPress component is WP CLI. That&#8217;s my crush, haha, because I love terminal. I love doing it. I&#8217;m not a really UI type of person, I get lost in UI. But in terminal, you just type command and it does what you want. And a WP CLI is much more powerful than WordPress dashboard. You can do so many things there and you can have fun.</p>\n\n\n\n<p>Uh, so that&#8217;s my go-to tool!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:10]&nbsp;</p>\n\n\n\n<p>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>[<strong>Josepha Haden Chomphosy </strong>00:01:36]&nbsp;</p>\n\n\n\n<p>Many, many people were at WordCamp Europe a couple of weeks ago. And at the end, Matt and I closed out the event sessions with a little question and answer time from the community. I was excited to see everyone and excited to answer their questions. But as with all spur of the moment answers, I experienced this <em>l&#8217;esprit de l&#8217;escalier </em>and I found that there were a few things that I would have answered a little more completely if I had taken more than two seconds to think about them.</p>\n\n\n\n<p>So today I&#8217;m going to augment some of the answers from that session with a little more context and clarity. There was a question from Laura Byrne about favorite blocks in recent WordPress releases. And given that I was exclusively holding WordCamp Europe information in my brain at the time, I couldn&#8217;t think of which block was my favorite. While I was sitting there on that stage,</p>\n\n\n\n<p>I realized that one of my favorite things about WordPress’s 6.0 release, like Matt, wasn&#8217;t really a block, but it was a functional workflow sort of thing. So my favorite thing was the ability to lock blocks, but I mean, the question was about favorite blocks. And so I do know that some of the most anticipated blocks are the Flexbox layout blocks. Whew. What a sentence!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:46]</p>\n\n\n\n<p>Try to say that three times fast! Those blocks are the Flexbox layout blocks, they are sort of shortcuts that show up when you&#8217;re selecting multiple blocks and allow for easy side-by-side layouts. I&#8217;m not explaining it in a way that does it much justice, but I will share a link in the show notes that has more information and you can kind of see how empowering that particular block is in the block editor.</p>\n\n\n\n<p>The next question I wanted to give a little more context to came from Courtney Robertson. She asked about how to make translated content more readily available on learn.wordpress.org. My answer was pretty far ranging and talked about why it&#8217;s harder to commit to prioritizing that over, for my example, translating WordPress core.&nbsp;</p>\n\n\n\n<p>But I also understand that there are people who want to help and just need someone to point them in the right direction. And so I want to be clear that it is possible to have workshops in any language on learn.wordpress.org right now. We just don&#8217;t have a lot of people contributing those translations.</p>\n\n\n\n<p>So there are conversations going on right now in the training team about using Glotpress on learn.wordpress.org, and also how to translate subtitles. So, if you are looking for ways to give back through translation and training is an important kind of area of your focus. I will have links to both of those things in the show notes as well.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:04:11]</p>\n\n\n\n<p>I also gave a quick answer, uh, after this question about how hard it is to recognize contributions that are separate from a major event or major release. In this case, when I say recognize, that&#8217;s recognized as in thank, not recognize as in, know it exists. In case it&#8217;s not clear why that was connected, why that answer was connected to the question, training materials are self-serve and not always specific to individual releases of WordPress.</p>\n\n\n\n<p>So that means the maintenance of any content around training happens routinely over the course of time, rather than because of a specific release or a WordCamp. What sometimes can make it a little harder to entice people to join us in that work.&nbsp;</p>\n\n\n\n<p>And now the third question I&#8217;d like to tackle is the one that came from Megan Rose. She asked how we can encourage better diversity as we go back to in-person events. My answer was more about the big picture, program-wide work that has been done and specific awarenesses that I, as a leader, have been keeping top of mind. That answer is still true and is still important, but again, it doesn&#8217;t really help anyone who&#8217;s wondering how they can show up today in their own communities, and do the hard work of fostering an inclusive space there so that we can confidently welcome more diverse voices together.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:05:27]</p>\n\n\n\n<p>A great place to start is to have conversations with people who aren&#8217;t like you and really listen. Also recognizing that we all come from different backgrounds that give us more or less opportunity and always be asking yourself, who is missing from this conversation and why, how can I find them and invite them into our own WordPress spaces?</p>\n\n\n\n<p>If that all kind of feels right up your alley, I would check out the show notes. I&#8217;ll have some links in there to the community team’s site, as well as a few posts that will help you to explore that a bit further as well.&nbsp;</p>\n\n\n\n<p>There were also a couple of questions about market share slash usage of WordPress, and Five for the Future that I really do want to answer, but as I was writing up the context and just kind of exploring the questions that people were raising, it turned out to really be quite a big set of answers.</p>\n\n\n\n<p>So I will do those in either two separate episodes of their own or one surprisingly long, for me, episode. And so there you have it, a lightning round, deep dive on a few questions from WordCamp Europe.</p>\n\n\n\n<p>[<strong>Jonathan Desrosiers </strong>00:06:41]&nbsp;</p>\n\n\n\n<p>Yeah, it&#8217;s definitely great to be back in person. Um, it&#8217;s been a long two years, two or three years for a lot of people and it&#8217;s, it&#8217;s, it&#8217;s great that we&#8217;re such an asynchronous community and we can all stay connected online through Slack and different means. Um, but there are some things that you can&#8217;t replace, like making friends with people and learning people&#8217;s demeanors and having some discussions in person that you can&#8217;t replace.</p>\n\n\n\n<p>And so, uh, I&#8217;m really excited to see people I haven&#8217;t seen in a long time. Meet new people and, um, you know, have some of those discussions here today in Portugal.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:07:21]&nbsp;</p>\n\n\n\n<p>Which then brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>If you missed the announcement, WordCamp Europe will be in Athens next year. And the call for organizers is open already. It&#8217;s an experience that is absolutely irreplaceable. So I&#8217;ll link to that in the show notes, in case you&#8217;ve always wanted to give back to WordPress that way.</p>\n\n\n\n<p>The second thing on my list is that work on the next major release of WordPress is already underway. There is a post with roadmap info that was published recently, as well as a slightly more casual thread on Twitter. I&#8217;ve linked both of those in the show notes, so that you have some concept of what it is that we are aiming for in 6.1, and also a concept of where to go to get started working on it if that&#8217;s what you feel like doing, uh, for the next three to four months– 120 days, roughly.</p>\n\n\n\n<p>Uh, and finally. This is less of like a thing to be aware of in the next two weeks and kind of a little WordPress project tool tip. Did you know that we have a calendar that shows all meetings for all teams all week long? It will make you feel tired by the amount of work that gets done in the WordPress project every week, but it&#8217;s right there on make.wordpress.org/meetings.</p>\n\n\n\n<p>So you never have to wonder where folks are meeting to talk about things ever again. And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[<strong>Santana Inniss &amp; Héctor Prieto </strong>00:09:11]&nbsp;</p>\n\n\n\n<p>Hello! Mic test. One, two, one, two.&nbsp;</p>\n\n\n\n<p>We are testing the USB microphone. Let&#8217;s hope we&#8217;re using it actually.&nbsp;</p>\n\n\n\n<p>I think so. I think so.&nbsp;</p>\n\n\n\n<p>Yes. Because now I am far, and now I am much closer to the microphone. Yes.&nbsp;</p>\n\n\n\n<p>And I am sitting in the same spot.&nbsp;</p>\n\n\n\n<p>Good. Hello?&nbsp;</p>\n\n\n\n<p>Hello!&nbsp;</p>\n\n\n\n<p>Mic test one, two.</p>\n\n\n\n<p>Mic test one, two.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>[laughter]</p>\n\n\n\n<p>And, close.</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>Mic check.&nbsp;</p>\n\n\n\n<p>[record scratching sound effect]</p>\n\n\n\n<p>I&#8217;m close to the mic. I&#8217;m far from the mic.&nbsp;</p>\n\n\n\n<p>I&#8217;m far from the mic. Wow.</p>\n\n\n\n<p>Not so far.</p>\n\n\n\n<p>[laughter]</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:\"13005\";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:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress – May 2022\";s: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:67:\"https://wordpress.org/news/2022/06/the-month-in-wordpress-may-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Jun 2022 11:35:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12993\";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:346:\"WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress! Say hello to 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:12486:\"\n<p>WordPress has a lot to celebrate this month. The newest release “Arturo” is here. WordPress turned 19 years old last week. And WordCamp Europe, the first in-person flagship WordCamp in two years, is starting today in Porto, Portugal. Read on to learn more about these and other exciting news around WordPress!</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>Say hello to WordPress 6.0 “Arturo”</h2>\n\n\n\n<p><strong>WordPress 6.0 “Arturo” was released on May 24, 2022</strong>. Named in honor of the Latin jazz musician Arturo O’Farrill, the awaited release brings more customization tools and numerous updates to make the site-building experience more intuitive.</p>\n\n\n\n<p>Check out the <a href=\"https://youtu.be/oe452WcY7fA\">WordPress 6.0 video</a> and the <a href=\"https://wordpress.org/news/2022/05/arturo/\">announcement post</a> for an overview of the most important changes. Interested in knowing more about the features that will help you build with and extend WordPress? Then the WordPress 6.0 <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">Field Guide</a> might be for you.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Over 500+ people in 58+ countries made WordPress 6.0 possible – Thank you!</p>\n\n\n\n<div class=\"wp-container-1 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/download/\"><strong>Download WordPress 6.0</strong></a></div>\n</div>\n\n\n\n<h2>Happy 19th birthday, WordPress!</h2>\n\n\n\n<p>Time flies, doesn&#8217;t it? Believe it or not, May 27 marked the 19th anniversary of WordPress’ first release! To celebrate, the community put together <a href=\"https://wp19.day/\">a special site</a> (wp19.day) where contributors shared thoughts, videos, live shows, and more.</p>\n\n\n\n<p>You can still join the fun using the hashtag #WP19Day on social media, or even contribute photos of the swag you used to celebrate to the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<div class=\"wp-container-2 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\"><strong><strong><strong>If you haven&#8217;t yet, this is also a great opportunity to share your WordPress story. Visit the #GrowYourStoryWP initiative to learn more – We’d love to hear from you.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>New in Gutenberg</h2>\n\n\n\n<p>Two new versions of Gutenberg were released last month:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/05/12/whats-new-in-gutenberg-13-2-may-11/\">Gutenberg 13.2</a> shipped on May 11, 2022, and brings a new API to save editor preferences on the server, visual guides for padding and margins, and improvements to the Comment block.</li><li><a href=\"https://make.wordpress.org/core/2022/05/26/whats-new-in-gutenberg-13-3-0-may-25/\">Gutenberg 13.3</a> comes with a new Table of Contents block and a number of enhancements to existing blocks to provide more ways to display content, among other highlights. It was released on May 25, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-3 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Five for the Future, guidelines for in-person regional WordCamps, and more</h2>\n\n\n\n<ul><li>Following an earlier discussion on in-person regional WordCamps, the Community team announced new <a href=\"https://make.wordpress.org/community/2022/05/23/regional-in-person-wordcamps-going-forward/\">guidelines</a> for these WordPress events.</li><li>The Five for the Future (5ftF) initiative is key to ensuring the future of the WordPress project. As part of the ongoing efforts to improve this initiative, Executive Director Josepha Haden suggested a <a href=\"https://make.wordpress.org/project/2022/05/20/defining-five-for-the-future-pledges-contributions/\">definition</a> for 5ftF pledges and contributions.</li><li>Tonya Mork posted a summary of the <a href=\"https://make.wordpress.org/test/2022/05/31/core-test-stats-for-wordpress-6-0/\">core test stats for WordPress 6.0</a>.</li><li>The Meta and Theme Review teams shared an update on the work done over the past year to <a href=\"https://make.wordpress.org/meta/2022/05/23/theme-reviews-improvements/\">improve the theme review process</a>. As a result, the average time for themes to be reviewed has decreased by 90%.</li><li>Josepha Haden kicked off a discussion post to gather feedback on the <a href=\"https://make.wordpress.org/project/2022/05/20/discussion-contrib-handbook-part-3/\">Community Code of Conduct</a> section of the new <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">Contributor Handbook</a>.</li><li>On a similar note, the Community team created a new <a href=\"https://make.wordpress.org/updates/2022/05/26/announcement-incident-response-training/\">Incident Response Training</a>. The course, which is live on <a href=\"https://learn.wordpress.org/course/incident-response-team-training/\">Learn WordPress</a> and considered a work in progress, addresses how WordPress contributors take and respond to code of conduct reports.</li><li>The Training team published new lesson plans, workshops, courses, and Social Learning Spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/05/01/whats-new-on-learnwp-in-april-2022/\">See what’s new</a>.</li><li>The #WPDiversity working group organized several <a href=\"https://make.wordpress.org/community/2022/05/06/report-allyship-and-diverse-speaker-workshops-april-2022/\">Allyship and Diverse Speaker Workshops</a> in April. Attendees reported a 40% increase in public speaking confidence after attending the Speaker workshops. <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">Stay tuned</a> for the next events!</li><li>A <a href=\"https://make.wordpress.org/test/2022/05/30/fse-program-rallying-recipe-reviewers-summary/\">summary</a> of the 14th testing call of the Full Site Editing (FSE) Outreach program – “Rallying Recipe Reviewers” was recently published.</li><li>You can also find <a href=\"https://make.wordpress.org/core/2022/05/31/high-level-feedback-from-the-fse-outreach-program-may-2022/\">high-level feedback on the FSE Program</a> in this May 2022 post.</li><li>Learn more about the <a href=\"https://make.wordpress.org/design/2022/05/23/design-share-may-9-20/\">projects</a> the Design team contributed to over the past month.</li><li>Anne McCarthy hosted a Hallway Hangout to talk about various FSE pull requests and designs. The recording is available in <a href=\"https://make.wordpress.org/test/2022/05/25/hallway-hangout-discussion-on-full-site-editing-issues-prs-designs-25-may/\">this post</a>. </li><li>The May editions of the <a href=\"https://make.wordpress.org/community/2022/05/20/meetup-organizer-newsletter-may-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/05/31/polyglots-monthly-newsletter-may-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the story of <a href=\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\">Dee Teal</a>.</li></ul>\n\n\n\n<div class=\"wp-container-4 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\"><strong><strong>The </strong><strong>thirty-first episode of WP Briefing</strong><strong> celebrated Global Accessibility Awareness Day (May 19) with guest Joe Devon.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>The Core team is working on ​​an experimental pull request (PR) to implement <a href=\"https://make.wordpress.org/core/2022/05/27/block-font-sizes-and-fluid-typography/\">fluid typography</a>. They welcome feedback on design, functionality, and API.</li><li>Version 20.0 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/31/call-for-testing-wordpress-for-android-20-0/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/30/call-for-testing-wordpress-for-ios-20-0/\">iOS</a> is now available for testing.</li><li>Were you involved in the WordPress 6.0 release? Take some time to reflect on what you learned and participate with your feedback in this <a href=\"https://make.wordpress.org/core/2022/05/27/wordpress-6-0-arturo-retrospective/\">retrospective</a>.</li></ul>\n\n\n\n<div class=\"wp-container-5 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/project/2022/05/23/request-for-feedback-recording-five-for-the-future-contributions/\"><strong><strong><strong>Angela Jin has asked for feedback to help identify and record Five for the Future contributions from Make teams. </strong><strong>Share your ideas in this post</strong><strong>.</strong></strong></strong></a></div>\n</div>\n\n\n\n<h2>WordCamp Europe is here!</h2>\n\n\n\n<ul><li>WordPress Foundation’s Kim Parsell Memorial Scholarship returns for WordCamp US 2022. <a href=\"https://us.wordcamp.org/2022/the-kim-parsells-memorial-scholarship-apply-now/\">Visit this post</a> for more information.</li><li>The WordCamp US <a href=\"https://us.wordcamp.org/2022/call-for-sponsors-open-wcus/\">Call for Sponsors</a> is now open.</li><li>Two more in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1f5-1f1f1.png\" alt=\"🇵🇱\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://warsaw.wordcamp.org/2022/\">WordCamp Warsaw</a>, Poland on June 11-12, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1fa-1f1f8.png\" alt=\"🇺🇸\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://montclair.wordcamp.org/2022/\">WordCamp Montclair</a>, NJ, USA on June 25, 2022</li></ul></li><li>The WordPress community is meeting today at <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe</a> (June 2-4) in Porto, Portugal. This edition celebrates the return to in-person events and the 10th anniversary of WCEU. For everyone heading to Porto, have a great WordCamp!</li></ul>\n\n\n\n<div class=\"wp-container-6 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-32-an-open-source-reading-list/\"><strong><strong><strong><strong>Traveling to WCEU? Check out Josepha Haden’s </strong><strong>open source reading list</strong><strong> for interesting reads while you travel!</strong></strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12993\";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:72:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"People of WordPress: Dee Teal\";s: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:64:\"https://wordpress.org/news/2022/05/people-of-wordpress-dee-teal/\";s: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, 31 May 2022 17:51:53 +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:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12946\";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:90:\"This month\'s People of WordPress feature shares the story of Dee Teal, based in Australia.\";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s: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:14950:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress development and large project specialist on the difference the software and community can make to your career and life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"\" class=\"wp-image-12955\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Dee-Teal.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Dee’s story with computers started at school in New Zealand where discovering how a mouse worked and learning BASIC and Pascal was a catalyst for what later became a programming career.</p>\n\n\n\n<p>At a time when computers were just becoming mainstream, there were no opportunities for girls in her school to consider this as a further option. She recalls: “No one thought to say, ‘Dee, you look like you’re good at this, you should pursue it…’. I mean, I was a girl (and I was told girls didn’t ‘do’ computers). No one in the circles I moved in really had any idea where this technology revolution would take us.”</p>\n\n\n\n<p>With no particular career path into technology, Dee was encouraged in her final year of school to apply for a job in a bank where she worked and became a teller three years later. She gained financial independence, which enabled her to travel as a 20-year-old and spend the next three years exploring the US and Europe.</p>\n\n\n\n<p>Looking back, she noted how the world had changed: the first computer mouse she had seen had come out in 1983, and 20 years later WordPress was founded.</p>\n\n\n\n<h2>Journey into coding</h2>\n\n\n\n<p>During those 20 years, Dee worked as a nanny, working in child care centers, in customer support, and as a temp.</p>\n\n\n\n<p>In 1999, she packed up her bags once again, and moved from New Zealand to Australia. She took a place at a performing arts school where she honed her singing and performance skills and volunteered her time to the music director who was starting to experiment with sending out HTML newsletters and updates via email.</p>\n\n\n\n<p>“And so my personal revolution began. On the day after I graduated from that course, I walked into a full-time role as that music director’s assistant and began my journey back to code.”</p>\n\n\n\n<p>As part of that job, Dee edited and sent HTML newsletters on a weekly basis. This ignited her interest in programming, and she bought books about coding for the web and experimented on her home-built PC making web pages. </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>“I’m sure, like a lot of us, I remember the thrill of creating that first HTML file and seeing a ‘Hello World’ or similar heading rendered in the browser. From there, I was completely hooked.”</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Later she moved to the IT department and took on maintenance of all the websites. By 2004, she was working full-time as a webmaster. A year later, she was running a small business creating sites on the side. Four years after that, her business became her full-time job as she left employment to pursue her Masters Degree in Digital Communication and Culture.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Dee with other contributors getting things ready for a WordCamp\" class=\"wp-image-12961\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/R0011864.jpg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Dee and other volunteers setting up for a local WordCamp</figcaption></figure>\n\n\n\n<p>Dee found the theory and sociology behind the web, and its facilitation of human and machine communication fascinating.</p>\n\n\n\n<p>She said: “I love the fact that the tech industry involves a constant constant curve of growth and discovery, which results in a perpetual exercise in finding creative elegant solutions for sticky problems.”</p>\n\n\n\n<p>For Dee, being able to use her innate curiosity to leverage processes, people, and tools, fuelled by a focus on communicating a message, has been a defining inspiration in her work.</p>\n\n\n\n<p>This combined fascination coincided with her meeting WordPress in 2009 and subsequently its community. She moved her existing blog to the software and it became the CMS of choice for all her client work.</p>\n\n\n\n<h2>The WordPress community can change your world</h2>\n\n\n\n<p>In 2011, she stumbled across WordCamps and by extension the WordPress community. Dee has reflected publicly that WordPress didn’t change her life, its community changed her world!</p>\n\n\n\n<p>She flew on a whim from her then home in Sydney to attend a WordCamp in Melbourne she had found after a search for ‘WordPress Conferences’.</p>\n\n\n\n<p>She said: “I met welcoming people, made friends, connected, and came back home excited and hopeful about continuing this connection with the wider WordPress community.”</p>\n\n\n\n<p>Building a community locally around WordPress got off to a slow start in Sydney. From an inauspicious early WordPress Sydney meetup in the function room of a pub, her connection and involvement took off. Before long she was helping organize that meetup, and by the time she moved away from that great city it had branched into two meetups, and soon after, into three.</p>\n\n\n\n<p>She was so inspired by the community that at the end of that first year and her second WordCamp, she raised her hand to help organize a WordCamp Sydney in 2012, and after moving interstate, WordCamp Melbourne in 2013.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;WordPress and any other software package exist to serve people.&#8221;</p><cite>Dee Teal</cite></blockquote>\n\n\n\n<p>Dee said: “WordPress, software, technology, the Internet will come and go, morph, and change, evolve. Maybe WordPress will last forever, maybe it will morph into something else, maybe one day it will look completely different than it did when I first started (actually, that’s true now). The thing that doesn’t change is the humanity around it. WordPress and any other software package exist to serve people.”</p>\n\n\n\n<p>She added: “The thing that I have learned, not only through WordPress but in life, is that if we too serve the people around what we’re doing, we ourselves will grow, develop and change alongside the people we serve, and the tools we use to serve them.”</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"329\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&#038;ssl=1\" alt=\"Dee pictured second from left as part of the WordPress 5.6 contributors\" class=\"wp-image-12957\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=1024%2C329&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=300%2C96&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?resize=768%2C246&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/05/Dee_POW_5.6_slice-large.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Some of the contributors to the <em>WordPress 5.6 release</em> </figcaption></figure>\n\n\n\n<p>Dee was a coordinator for WordPress 5.6 release in 2020 and was able to encourage others to learn about the process.</p>\n\n\n\n<h2>Helping others and sharing knowledge through WordPress</h2>\n\n\n\n<p>Dee has been an advocate for cross-cultural collaboration and understanding in both WordPress and her work for a large distributed agency which has people from more than 24 countries and operates across 16 timezones. She has also written about closing the gap between diverse distributed teams and how to meet the challenges of cross cultural remote work.</p>\n\n\n\n<p>Dee has given talks at WordCamps, including at WordCamp Europe in 2019, on developing ourselves, our relationships, and our communities in increasingly diverse environments.</p>\n\n\n\n<p>With a strong desire to share her professional knowledge and experience, Dee hopes her involvement in the WordPress community from being part of a Release Squad in the Core Team, and volunteering in the community through organizing and speaking at WordCamp events, will inspire others to get involved.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;It’s the connections, it’s the friendships. It’s the network of work, referrals, support, help and encouragement.&#8221;</p><cite>Dee Teal talking about the community that makes WordPress specialbenefits of the WordPress community</cite></blockquote>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"576\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&#038;ssl=1\" alt=\"Dee Teal\'s talk at WordCamp Europe 2019 on \'Working a world apart\'\" class=\"wp-image-12958\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1024%2C576&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=300%2C169&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=768%2C432&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?resize=1536%2C864&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/05/dee-wceu2019.png?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption><em>Dee shared her experience with attendees at WordCamp Europe 2019</em></figcaption></figure>\n\n\n\n<p>In contributing to WordPress and organizing community events around it, Dee found that for her: “At the end of the day it isn’t actually WordPress that matters. It’s those connections, it’s the friendships. It’s the network of work, referrals, support, help, encouragement that has kept me wired into this community and committed to helping other people find that connection and growth for themselves.”</p>\n\n\n\n<p>Dee’s career in WordPress has moved through coding, into project management of large scale WordPress projects, and now into delivery leadership. Her connections to community have helped &#8216;fuel the transitions&#8217; through these chapters of her life.</p>\n\n\n\n<p>She said: “I believe that the place I’ve found and the opportunities I have had owe as much to my own desire and ambition as they do to the help, support and belief of the community around me; sometimes even more than I’ve felt in myself.”</p>\n\n\n\n<p>She feels that she is ‘living proof’ that by helping, connecting, and resourcing other people, you can be helped, resourced and connected into places you had never thought possible.</p>\n\n\n\n<p>This has enabled her to reach and have a career in technology that she did not know existed as a teenager playing with that first computer mouse and experimenting with code. Dee hopes her story will inspire others in their journey.</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Nalini Thakor (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>), and Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>) for work on this feature. Thank you to Josepha Haden (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for support of the series. Thank you too to <a href=\'https://profiles.wordpress.org/thewebprincess/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>thewebprincess</a> for sharing her experiences.</p>\n\n\n\n<p>This article is inspired by an article originally published on HeroPress.com, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard.<br>Meet more WordPress community members in our People of WordPress series.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\n\n\n<p></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:\"12946\";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:52:\"WP Briefing: Episode 32: An Open Source Reading List\";s: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/2022/05/episode-32-an-open-source-reading-list/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 May 2022 17: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=12940\";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:448:\"In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Santana Inniss and Chloé Bringmann Song: [&#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:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-032.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:\"Santana Inniss\";s: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:11975:\"\n<p>In the thirty-second episode of the WordPress Briefing, WordPress Executive Director Josepha Haden Chomphosy shares her open source reading list for that post-WordCamp Europe downtime. <br></p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://producingoss.com/en/index.html\">Producing Open Source Software</a>, Karl Fogel</li><li><a href=\"https://www.amazon.com/dp/B08BDGXVK9/ref=dp-kindle-redirect?_encoding=UTF8&amp;btkr=1\">Working in Public: The Making and Maintenance of Open Source Software</a>, Nadia Eghbal</li><li><a href=\"https://www.amazon.com/CODE-Collaborative-Ownership-Digital-Leonardo/dp/0262572362\">Collaborative Ownership and the Digital Economy</a>, ed Rishab Aiyer Ghosh, Roger F. Malina PhD, Sean Cubitt</li><li><a href=\"https://www.amazon.com/Humble-Inquiry-Second-Relationships-Organizations/dp/B08VCRL6WQ/ref=sr_1_1?crid=39U1NLFRD52VO&amp;keywords=Humble+Inquiry&amp;qid=1653587884&amp;s=books&amp;sprefix=humble+inquiry%2Cstripbooks%2C63&amp;sr=1-1\">Humble Inquiry</a>, Edgar H. Schein (Author), Peter A. Schein</li><li><a href=\"https://github.com/WordPress/book/\">WordPress Milestones</a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li><li><a href=\"https://wp.me/p2U65r-9f3\">2022 Annual Meetup Survey</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12940\"></span>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:00:00]&nbsp;</strong></p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing. The podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it. As well as 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><strong>[Josepha Haden Chomphosy 00:00:40]&nbsp;</strong></p>\n\n\n\n<p>With the approach of various mid-year breaks and the prospect of wandering off for some safe, restorative travel, I&#8217;ve been updating my to-read and re-read list. As I was looking at the queued books for my Northern hemisphere summer, there were some common threads, mostly around leadership, but there&#8217;s also like a chunk that&#8217;s about cross-cultural group theory and economics, and then like some beach reads, but there&#8217;s one group in particular that you all might find interesting.</p>\n\n\n\n<p>And that&#8217;s a group that&#8217;s sort of like a back-to-FOSS basics list. So I&#8217;ll share my top few with you in case you want to pack a copy for your next getaway.&nbsp;</p>\n\n\n\n<p>The first one on our list is called Producing Open Source Software by Karl Fogel. I think everyone who contributes to FOSS projects has received this as one of their first recommendations. Like, y&#8217;all are building open software? Excellent, you need to read Producing Open Source Software. Like, that is just a sentence that comes out of everyone&#8217;s mouths. So this was one of the first open source books that was recommended to me when I joined the WordPress community. It was freshly revised in 2020, and I haven&#8217;t given it a read since then, which is why it is on my reread list this year.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:01:54]</strong></p>\n\n\n\n<p>However, it shaped the early days of the WordPress project’s leadership, and their lead developers, and some of WordPress&#8217;s basic philosophies. It&#8217;s all available online, under a creative commons, ShareAlike license. And so it&#8217;s worth the read. I&#8217;ll put a link to it in the show notes so it&#8217;s easy for everyone to find in the event that is your preferred beach read.</p>\n\n\n\n<p>The second one on this list is a book from Nadia Eghbal. She wrote the excellent Roads and Bridges report that also is probably not light beach reading, but you know, this one is on my list to read this summer because Eghbal always delivers truths about the reality of maintaining popular software, popular, open source software, in a way that&#8217;s easy for me to access and process rather than getting paralyzed by the enormity of it all.</p>\n\n\n\n<p>For what it&#8217;s worth your mileage may vary on that. I realized that, like, I live and breathe open source stuff. And so just because I am not paralyzed by the enormity of her explanations of things doesn&#8217;t necessarily mean that you will have a similar experience. And so I&#8217;m just going to claim that elephant in the room for all of us.</p>\n\n\n\n<p>However, if you only read one book on this list this year, I think that this should be the one that you read.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:03:14]</strong></p>\n\n\n\n<p>The third one is called Code: Collaborative Ownership and the Digital Economy. It was edited by Rishab Aiyer Ghosh. I am certain that I butchered that name. And so I apologize on my own behalf to everyone that knows whether or not I said it correctly.</p>\n\n\n\n<p>This book focuses on intellectual property rights and the original purpose of having anything like copyright in the world. So, right up my alley! The writers who contributed to this work promise exploration of the plight of creativity in the commons, the role of sharing in creative advancement, and a concept of what it would look like if intellectual property were to mean the second closing of an ecosystem versus a triumph of the commons.</p>\n\n\n\n<p>I mean, obviously, this one is very light reading. You can take this topic to high tea and everyone will not know what you&#8217;re talking about. However, this one looks like a really interesting book to me and I am just super ready to read it.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:19]</strong></p>\n\n\n\n<p>The second to last one on the list is a book called Humble Inquiry.</p>\n\n\n\n<p>This is a new-to-me book that seems right in line with one of my favorite books to recommend to leaders in the open source space. From reviews of it, I have gathered that it takes a hard look at the value of listening and asking for clarification in a world that puts a high value on an unsolicited hot take.</p>\n\n\n\n<p>It puts the importance of high trust relationship building, which is at the heart of any cross-culturally aware organization. And for folks who&#8217;ve been working with me for a while, you know, that relationship building is an important part of my leadership expectations for myself. So it puts relationship building at the front and center with a promise of practical applications for everyday life.</p>\n\n\n\n<p>And if you ever have tried to tackle a complicated topic like this, you know that practical applications are really hard to come by and it&#8217;s often hard to understand it if you don&#8217;t have those practical applications. And so that is why this one is on my read and reread list this year.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:05:24]</strong></p>\n\n\n\n<p>And then finally the WordPress Milestones book.</p>\n\n\n\n<p>So this sounds like a shameless plug for WordPress. And on the one hand, this whole podcast is about WordPress. And so, yes! But on the other hand, I actually am reading this for two specific reasons. I&#8217;m rereading this actually. I read it when I first joined Automattic. And so the first of the two reasons that I&#8217;m rereading it this year is that volume two of this is, like the second decade of WordPress currently, being researched and written in preparation for WordPress’s 20th birthday next year.&nbsp;</p>\n\n\n\n<p>So I am rereading this to kind of get that all back in my mind as that work is getting done. And the second reason is that I honestly like to remind myself of how far we&#8217;ve come sometimes. I talk about our work frequently. And I talk about what we&#8217;re working on right now, all the time.</p>\n\n\n\n<p>I talk about what we&#8217;re looking at three years from now, five years from now. The biggest concerns of today, tomorrow, and the future-future. And it&#8217;s very easy to forget how much success WordPress has had and how much growth the contributors that support us have had over the course of our long and storied history.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:40]</strong></p>\n\n\n\n<p>And so I like to go back to that just to kind of give myself some grounding in our progress, as well as get some concept for how we can move forward together. So that one is also available online. Also under a creative commons ShareAlike license and it is also worth the read. I will share a link to that with the other one in the show notes as well.</p>\n\n\n\n<p>That brings us now to our small list of big things. Let&#8217;s see what we got in the old lineup today.&nbsp;</p>\n\n\n\n<p>So, firstly WordCamp Europe is happening this week and it&#8217;s possible to watch the live stream from the comfort of your own home. There are some smart and talented speakers at the event. So I encourage you to catch a few if you have the time. I&#8217;ll include a link to the live stream information in the show notes below, and then also you can always keep an eye out on Twitter.&nbsp;</p>\n\n\n\n<p>There will be a lot of discussions, a lot of conversation there. And so you can engage with folks that are there at the time and catch up on those conversations, catch up on those presentations in your own time, as it fits into your day.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:07:50]</strong></p>\n\n\n\n<p>The second thing is that WordPress’s community team is preparing the annual meetup survey right now. So if you participate in meetup events, keep an eye out for that because your feedback helps us to make plans to improve that program so that it works better for you. And it helps you to learn WordPress better and feel more confident with what you are taking out into the world that way.</p>\n\n\n\n<p>But, if you are wanting to use this as a chance to contribute, we actually will need folks who are able to translate the surveys as well. So I&#8217;ll leave a link to some information about that in the show notes. If all of that stuff about contribution didn&#8217;t make any sense, then just like keep an eye out from your meetup organizer and they will make sure that you have that survey so that you can have your voice heard.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:08:33]</strong></p>\n\n\n\n<p>And then item three is less of an item. I mean, it&#8217;s an item cause it&#8217;s in this list, but it&#8217;s less of, like, a thing to know and more of a general thing to be aware of. It&#8217;s a general awareness item. There&#8217;s a lot going on in WordPress right now. I can see how hard it is to keep track of some of these things these days.</p>\n\n\n\n<p>And I know as someone who&#8217;s looking at this all day every day that, yeah, it&#8217;s a lot. And it&#8217;s hard to get your bearings. So if you have a team that you contribute to already, don&#8217;t forget to reach out to each other, just to check-in. Sometimes we don&#8217;t think to ask for help. Sometimes we don&#8217;t think to offer help and you know, if no one needs any help from you at that moment, a little hello also can brighten someone&#8217;s day.</p>\n\n\n\n<p>And that, my friends, is your smallest of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</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:\"12940\";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:26:\"WordPress 6.0 “Arturo”\";s: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:42:\"https://wordpress.org/news/2022/05/arturo/\";s: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, 24 May 2022 20:01:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"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=12879\";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:278:\"Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, Arturo O’Farrill. With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. Download it now! As of today, WordPress powers more than 42% of websites worldwide.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:57715:\"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"4161\" height=\"2822\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?fit=4161%2C2822&amp;ssl=1\" alt=\"WordPress 6.0 Arturo\" class=\"wp-image-12919\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=4161&amp;ssl=1 4161w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=300%2C203&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1024%2C694&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=768%2C521&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=1536%2C1042&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?resize=2048%2C1389&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2022/05/Main-image-News-post.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h2>Welcome to &#8220;Arturo&#8221;</h2>\n\n\n\n<p>Say hello to “Arturo” and WordPress 6.0, inspired by Grammy-winning jazz musician, <a href=\"https://en.wikipedia.org/wiki/Arturo_O\'Farrill\">Arturo O’Farrill</a>. Known for his influence on contemporary Latin jazz, Arturo has pressed more than 15 albums spanning a body of work across five decades.&nbsp;</p>\n\n\n\n<p>Take some time to explore WordPress 6.0, built to help you unlock your creative aspirations and make your site-building experience more intuitive. And check out some of Arturo’s inspirational sounds that span Afro Cuban jazz, contemporary Latin jazz, and so much more.</p>\n\n\n\n<p>With nearly 1,000 enhancements and bug fixes, the second major release of 2022 is here. <a href=\"https://wordpress.org/wordpress-6.0.zip\">Download it now</a>! As of today, WordPress powers more than 42% of websites worldwide.<sup><a href=\"#footnote\">1</a></sup></p>\n\n\n\n<p>Site owners and administrators should upgrade to take full advantage of the many stability, performance, and usability enhancements today. WordPress content creators will enjoy a suite of new features geared toward improving the writing and designing experiences.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Expanding Gutenberg into a full site editing experience in WordPress means that all of the problems the community had to address were complex and far-reaching. WordPress 6.0 is an example of the community’s commitment to tackling these tough challenges together. With thoughtful updates to the writing experience, building better block functionality, and adding a new intuitive style switcher, I’m really proud of the work that’s been done in this release to make a great site editing experience.</p><cite>Josepha Haden Chomphosy, Executive Director</cite></blockquote>\n\n\n\n<div class=\"wp-container-7 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/wordpress-6.0.zip\">Download WordPress 6.0</a></div>\n</div>\n\n\n\n<h2>What’s Inside</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple lines of text from two blocks\" class=\"wp-image-12887\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Writing-Improvements-1.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Enhanced Writing Experience</h3>\n\n\n\n<p>Writing improvements abound, whether you’re writing a brand new post or adding elements to an existing page. Explore more ways to streamline your content creation process, including:</p>\n\n\n\n<ul><li>Select text across multiple blocks for easier copying and pasting.</li><li>Type two open brackets `<code>[[</code>` to quickly access a list of recent posts and pages.</li><li>Keep existing styles when you transform some blocks from one kind to another—from a Paragraph block to a Code block, for instance.</li><li>Create customized buttons and any new buttons you make will retain the style customizations automatically.</li><li>Make tag clouds and social icons even more appealing with updated settings and controls, and a new outline style for the tag cloud.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/Style-switcher-big.gif?fit=1204%2C700&amp;ssl=1\" alt=\"Style variations of Twenty Twenty Two theme\" class=\"wp-image-12893\" /></figure>\n\n\n\n<h3>Style Switching&nbsp;</h3>\n\n\n\n<p>Block themes now include the option to contain multiple style variations. This expands the new Style system even further and enables shortcuts to switch the look and feel of your site all within a single theme. In block themes that support this feature, you can change both the available settings, like the font-weight, and the style options, like the default color palette. Change the look and feel of your site with just a few clicks.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?fit=1204%2C700&amp;ssl=1\" alt=\"Popover listing available templates\" class=\"wp-image-12889\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?w=1204&amp;ssl=1 1204w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=300%2C174&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=1024%2C595&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/05/Expanded-templates.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>More Template Choices</h3>\n\n\n\n<p>WordPress 6.0 includes five new template options for block themes: author, date, categories, tag, and taxonomy. These additional templates provide greater flexibility for content creators. Tailor each with the tools you already know or with the following new options in this release:&nbsp;</p>\n\n\n\n<ul><li>Featured images can be used in the cover block.</li><li>New featured image sizing controls make it easier to get the results you want.</li><li>While editing a template, at the root, or between blocks, the quick inserter shows you patterns and template parts to help you work faster and discover new layout options.</li><li>The query block supports filtering on multiple authors, support for custom taxonomies, and support for customizing what is shown when there are no results.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?fit=1204%2C700&amp;ssl=1\" alt=\"Browsing footer patterns in the quick inserter\" class=\"wp-image-12890\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Integrated-Patterns.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Integrated Patterns</h3>\n\n\n\n<p>Patterns will now appear when you need them in even more places, like in the quick inserter or when creating a new header or footer. If you’re a block theme author, you can even <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/\">register patterns from the Pattern Directory using `<code>theme.json</code>`</a>, enabling you to prioritize specific patterns that are most helpful to your theme’s users.</p>\n\n\n\n<h3>Additional Design Tools</h3>\n\n\n\n<p>Design tools grow more powerful and intuitive with each release. Some highlights for 6.0 include:&nbsp;</p>\n\n\n\n<ul><li>A new color panel design saves space, but still shows your options at a glance.&nbsp;</li><li>New border controls offer a simpler way to set your border exactly as you like it.&nbsp;</li><li>Transparency levels for your colors allow for even more creative color options.</li><li>Control gaps, margins, typography, and more on a collection of blocks, all at once, in the Group block.</li><li>Switch between stack, row, and group variations to position groups of blocks with more layout flexibility.</li><li>Use the gap support functionality in the Gallery block to create different looks – from adding spacing between all images, to removing spacing altogether.</li></ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?fit=1204%2C700&amp;ssl=1\" alt=\"Selecting multiple blocks in the list view\" class=\"wp-image-12891\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?w=1204&amp;ssl=1 1204w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=300%2C174&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=1024%2C595&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/05/List-view.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Better List View</h3>\n\n\n\n<p>New keyboard shortcuts enable you to select multiple blocks from the list view, modify them in bulk, and drag and drop them within the list. List View can be opened and closed easily; it comes collapsed by default and it automatically expands to the current selection whenever you select a block.&nbsp;</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"1204\" height=\"700\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?fit=1204%2C700&amp;ssl=1\" alt=\"Unlocking the block in the block toolbar\" class=\"wp-image-12892\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?w=1204&amp;ssl=1 1204w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=300%2C174&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=1024%2C595&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/05/Block-Locking-Controls.png?resize=768%2C447&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<h3>Block Locking Controls</h3>\n\n\n\n<p>Now you can lock your blocks. Choose to disable the option to move a block, remove a block, or both. This simplifies project handover, allowing your clients to unleash their creativity without worrying about accidentally breaking their site in the process.</p>\n\n\n\n<h2>Improved Performance in WordPress 6.0</h2>\n\n\n\n<p>This release includes several updates focused on improving the performance of WordPress. These enhancements cover a range of performance areas including improving the page and post-load speed, reducing the execution time of various query types, caching, navigation menus, and much more. The performance team working group is an important focus area of the core development team. For more information on this group’s work, please follow their work on Making WordPress with the <a href=\"https://make.wordpress.org/core/tag/performance/\">#performance hashtag</a>.</p>\n\n\n\n<h2>Enhancing WordPress 6.0 Accessibility</h2>\n\n\n\n<p>Accessibility is an integral part of the WordPress mission of fostering an inclusive community and supporting users of all types around the world. With this in mind, WordPress 6.0 includes more than 50 updates specifically focused on enhancing the accessibility of the platform. You can <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">read about these updates</a> and learn more about the accessibility initiatives that are ongoing.</p>\n\n\n\n<h2>Learn More About WordPress 6.0</h2>\n\n\n\n<p>See WordPress 6.0 in action! <a href=\"https://www.youtube.com/watch?v=oe452WcY7fA\">Watch a brief overview video</a> highlighting some of the major features debuting in WordPress 6.0.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/oe452WcY7fA?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Explore <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> for quick how-to videos and lots more on new features in WordPress. Or join a live <a href=\"https://learn.wordpress.org/social-learning/\">interactive online learning session</a> on a specific WordPress topic.</p>\n\n\n\n<p>Developers can explore the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>. It is overflowing with detailed developer notes to help you build with and extend WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0/\">WordPress 6.0 Release Notes</a> for more information on the included enhancements and issues fixed, installation information, developer notes and resources, release contributors, and the list of file changes in this release.</p>\n\n\n\n<h2>The WordPress 6.0 Release Squad</h2>\n\n\n\n<p>The group listed below tirelessly supported the release, from conception to ship date, and beyond:</p>\n\n\n\n<ul><li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a>&nbsp;</li><li>Release Coordinators: <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> and <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a></li><li>Core Tech Lead: <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a></li><li>Editor Tech Leads: <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> and <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a></li><li>Core Triage Leads: <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> and <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a></li><li>Editor Triage Lead: <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a></li><li>Documentation Leads: <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a>, <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a>, and <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a></li><li>Marketing &amp; Communications Lead: <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a></li><li>Test Leads: <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a></li><li>Design Lead: <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li></ul>\n\n\n\n<h2>Thank you to 500+ Contributors</h2>\n\n\n\n<p>WordPress 6.0 would not have been possible without the contributions of more than 500 people in at least 58 countries. Their asynchronous coordination to deliver hundreds of enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n<p class=\"is-style-wporg-props-long alignfull\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/abdullahramzan/\">Abdullah Ramzan</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a> · <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a> · <a href=\"https://profiles.wordpress.org/adi64bit/\">adi64bit</a> · <a href=\"https://profiles.wordpress.org/oztaser/\">Adil &#214;ztaşer</a> · <a href=\"https://profiles.wordpress.org/aadilali/\">Adil Ali</a> · <a href=\"https://profiles.wordpress.org/agepcom/\">agepcom</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Chaion</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a> · <a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a> · <a href=\"https://profiles.wordpress.org/alansyue/\">alansyue</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/albertomake/\">albertomake</a> · <a href=\"https://profiles.wordpress.org/alefesouza/\">Alefe Souza</a> · <a href=\"https://profiles.wordpress.org/alex897/\">Aleksandar Kostov</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/viper007bond/\">Alex Mills</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a> · <a href=\"https://profiles.wordpress.org/alkesh7/\">Alkesh Miyani</a> · <a href=\"https://profiles.wordpress.org/alokstha1/\">Alok Shrestha</a> · <a href=\"https://profiles.wordpress.org/shedonist/\">Amanda Giles</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/_smartik_/\">Andrei Surdu</a> · <a href=\"https://profiles.wordpress.org/aandrewdixon/\">Andrew Dixon</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</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/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/la-geek/\">Angelika Reisiger</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">Anne McCarthy</a> · <a href=\"https://profiles.wordpress.org/anoopranawat/\">Anoop Ranawat</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/paranoia1906/\">Anthony Ledesma</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/antonrinas/\">antonrinas</a> · <a href=\"https://profiles.wordpress.org/antonynz/\">Antony Booker</a> · <a href=\"https://profiles.wordpress.org/arcangelini/\">arcangelini</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arnee/\">Arne</a> · <a href=\"https://profiles.wordpress.org/arpitgshah/\">Arpit G Shah</a> · <a href=\"https://profiles.wordpress.org/artdecotech/\">artdecotech</a> · <a href=\"https://profiles.wordpress.org/madeinua/\">ArteMa</a> · <a href=\"https://profiles.wordpress.org/arthur791004/\">Arthur Chu</a> · <a href=\"https://profiles.wordpress.org/asaquzzaman/\">Asaquzzaman mishu</a> · <a href=\"https://profiles.wordpress.org/atomicjack/\">atomicjack</a> · <a href=\"https://profiles.wordpress.org/ajoah/\">Aur&#233;lien Joahny</a> · <a href=\"https://profiles.wordpress.org/aurooba/\">Aurooba Ahmed</a> · <a href=\"https://profiles.wordpress.org/barryhughes/\">Barry</a> · <a href=\"https://profiles.wordpress.org/barryceelen/\">Barry Ceelen</a> · <a href=\"https://profiles.wordpress.org/bartoszgadomski/\">Bartosz Gadomski</a> · <a href=\"https://profiles.wordpress.org/bedas/\">Beda</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/utz119/\">Benachi</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a> · <a href=\"https://profiles.wordpress.org/bettyjj/\">BettyJJ</a> · <a href=\"https://profiles.wordpress.org/bhrugesh12/\">Bhrugesh Bavishi</a> · <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/supercleanse/\">Blair Williams</a> · <a href=\"https://profiles.wordpress.org/blogaid/\">BlogAid</a> · <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a> · <a href=\"https://profiles.wordpress.org/wpe_bdurette/\">Brandon DuRette</a> · <a href=\"https://profiles.wordpress.org/kraftbj/\">Brandon Kraft</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">bronsonquick</a> · <a href=\"https://profiles.wordpress.org/brookemk/\">Brooke Kaminski</a> · <a href=\"https://profiles.wordpress.org/brookedot/\">Brooke.</a> · <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a> · <a href=\"https://profiles.wordpress.org/caraya/\">caraya</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/carlosgprim/\">Carlos Garcia</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbigler/\">cbigler</a> · <a href=\"https://profiles.wordpress.org/shireling/\">Chad Chadbourne</a> · <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a> · <a href=\"https://profiles.wordpress.org/charleyparkerdesign/\">charleyparkerdesign</a> · <a href=\"https://profiles.wordpress.org/charlyox/\">charlyox</a> · <a href=\"https://profiles.wordpress.org/chintan1896/\">Chintan hingrajiya</a> · <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a> · <a href=\"https://profiles.wordpress.org/chouby/\">Chouby</a> · <a href=\"https://profiles.wordpress.org/clubkert/\">Chris Lubkert</a> · <a href=\"https://profiles.wordpress.org/chrisvanpatten/\">Chris Van Patten</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/clonemykey/\">clonemykey</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a> · <a href=\"https://profiles.wordpress.org/cr0ybot/\">Cory Hughart</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/dansoschin/\">Dan Soschin</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/danieldudzic/\">danieldudzic</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">darerodz</a> · <a href=\"https://profiles.wordpress.org/htdat/\">Dat Hoang</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">Dave Smith</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dgwyer/\">David Gwyer</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/devutpol/\">Deb Nath Utpol</a> · <a href=\"https://profiles.wordpress.org/delowardev/\">Delowar Hossain</a> · <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a> · <a href=\"https://profiles.wordpress.org/dennisatyoast/\">Dennis Claassen</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/dhanendran/\">Dhanendran</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhusakovic/\">dhusakovic</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donmhico/\">donmhico</a> · <a href=\"https://profiles.wordpress.org/drago239/\">drago239</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/dromero20/\">dromero20</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a> · <a href=\"https://profiles.wordpress.org/eliezerspp/\">Eliezer Pe&#241;a</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/manooweb/\">Emmanuel Hesry</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/eric3d/\">eric3d</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a> · <a href=\"https://profiles.wordpress.org/espiat/\">espiat</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/etaproducto/\">etaproducto</a> · <a href=\"https://profiles.wordpress.org/everpress/\">EverPress</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian K&#228;gy</a> · <a href=\"https://profiles.wordpress.org/iogui/\">Fabio Blanco</a> · <a href=\"https://profiles.wordpress.org/faison/\">Faison</a> · <a href=\"https://profiles.wordpress.org/felipeelia/\">Felipe Elia</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/femkreations/\">Femy Praseeth</a> · <a href=\"https://profiles.wordpress.org/florianbrinkmann/\">Florian Brinkmann</a> · <a href=\"https://profiles.wordpress.org/mista-flo/\">Florian TIAR</a> · <a href=\"https://profiles.wordpress.org/foliovision/\">FolioVision</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a> · <a href=\"https://profiles.wordpress.org/frankei/\">frankei</a> · <a href=\"https://profiles.wordpress.org/furi3r/\">furi3r</a> · <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a> · <a href=\"https://profiles.wordpress.org/gadhiyaravi/\">gadhiyaravi</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/voldemortensen/\">Garth Mortensen</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/genosseeinhorn/\">genosseeinhorn</a> · <a href=\"https://profiles.wordpress.org/revgeorge/\">George Hotelling</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/greglone/\">Gr&#233;gory Viguier</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/gregoiresailland/\">gregoiresailland</a> · <a href=\"https://profiles.wordpress.org/wido/\">Guido Scialfa</a> · <a href=\"https://profiles.wordpress.org/gumacahin/\">gumacahin</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">gvgvgvijayan</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/hasanuzzamanshamim/\">Hasanuzzaman</a> · <a href=\"https://profiles.wordpress.org/hasnainashfaq/\">Hasnain Ashfaq</a> · <a href=\"https://profiles.wordpress.org/azhiyadev/\">Hauwa Abashiya</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/helgatheviking/\">HelgaTheViking</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hristok/\">HristoK</a> · <a href=\"https://profiles.wordpress.org/hlashbrooke/\">Hugh Lashbrooke</a> · <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a> · <a href=\"https://profiles.wordpress.org/ianbelanger/\">Ian Belanger</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ianatkins/\">ianatkins</a> · <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a> · <a href=\"https://profiles.wordpress.org/credo61/\">ImanGM</a> · <a href=\"https://profiles.wordpress.org/imokol/\">imokol</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/ishitaka/\">ishitaka</a> · <a href=\"https://profiles.wordpress.org/itsamoreh/\">itsamoreh</a> · <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a> · <a href=\"https://profiles.wordpress.org/ivanlutrov/\">Ivan Lutrov</a> · <a href=\"https://profiles.wordpress.org/jadpm/\">jadpm</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jakeparis/\">jakeparis</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/codente/\">Jamie VanRaalte</a> · <a href=\"https://profiles.wordpress.org/rumpel2116/\">Jan Weiss</a> · <a href=\"https://profiles.wordpress.org/janh2/\">janh2</a> · <a href=\"https://profiles.wordpress.org/jarretc/\">Jarret</a> · <a href=\"https://profiles.wordpress.org/jsnjohnston/\">Jason Johnston</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a> · <a href=\"https://profiles.wordpress.org/jprieton/\">Javier Prieto</a> · <a href=\"https://profiles.wordpress.org/grandeljay/\">Jay Trees</a> · <a href=\"https://profiles.wordpress.org/jazbek/\">jazbek</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a> · <a href=\"https://profiles.wordpress.org/jeffmatson/\">Jeff Matson</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/miss_jwo/\">Jenny Wong</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeherve/\">Jeremy Herve</a> · <a href=\"https://profiles.wordpress.org/jeremyyip/\">Jeremy Yip</a> · <a href=\"https://profiles.wordpress.org/sausajez/\">Jez Emery</a> · <a href=\"https://profiles.wordpress.org/jhned/\">jhned</a> · <a href=\"https://profiles.wordpress.org/jhnstn/\">jhnstn</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">jigar bhanushali</a> · <a href=\"https://profiles.wordpress.org/jiteshdhamaniya/\">jiteshdhamaniya</a> · <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</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/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/goaroundagain/\">Johannes Kinast</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/johnwatkins0/\">John Watkins</a> · <a href=\"https://profiles.wordpress.org/jb510/\">Jon Brown</a> · <a href=\"https://profiles.wordpress.org/jrchamp/\">Jonathan Champ</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonoaldersonwp/\">Jono Alderson</a> · <a href=\"https://profiles.wordpress.org/jorgecontreras/\">Jorge</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josearcos/\">Jos&#233; Arcos</a> · <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha</a> · <a href=\"https://profiles.wordpress.org/jostnes/\">Josepha Dambul</a> · <a href=\"https://profiles.wordpress.org/joshf/\">Joshua Fredrickson</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/jrivett/\">jrivett</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a> · <a href=\"https://profiles.wordpress.org/juanlopez4691/\">juanlopez4691</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a> · <a href=\"https://profiles.wordpress.org/justinahinon/\">Justin Ahinon</a> · <a href=\"https://profiles.wordpress.org/justinbusa/\">Justin Busa</a> · <a href=\"https://profiles.wordpress.org/certainstrings/\">Justin Tucker</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kajalgohel/\">Kajal Gohel</a> · <a href=\"https://profiles.wordpress.org/kapacity/\">kapacity</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karolinakulinska/\">karolinakulinska</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/kbat82/\">kbatdorf</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/w33zy/\">Kemory Grubb</a> · <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a> · <a href=\"https://profiles.wordpress.org/kprovance/\">Kev Provance</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/kirtan95/\">Kirtan Gajjar</a> · <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell Reigstad</a> · <a href=\"https://profiles.wordpress.org/kmix39/\">KMix</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/konradyoast/\">Konrad.K</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kpegoraro/\">kpegoraro</a> · <a href=\"https://profiles.wordpress.org/kubiq/\">kubiq</a> · <a href=\"https://profiles.wordpress.org/sainthkh/\">Kukhyeon Heo</a> · <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/uzumymw/\">leskam</a> · <a href=\"https://profiles.wordpress.org/layotte/\">Lew Ayotte</a> · <a href=\"https://profiles.wordpress.org/linux4me2/\">linux4me2</a> · <a href=\"https://profiles.wordpress.org/lschuyler/\">Lisa Schuyler</a> · <a href=\"https://profiles.wordpress.org/lkraav/\">lkraav</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/karpstrucking/\">Lucas Karpiuk</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/pyrobd/\">Lukman Nakib</a> · <a href=\"https://profiles.wordpress.org/michelangelovandam/\">M. van Dam</a> · <a href=\"https://profiles.wordpress.org/macbookandrew/\">macbookandrew</a> · <a href=\"https://profiles.wordpress.org/mashikag/\">Maciej</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/maguijo/\">maguijo</a> · <a href=\"https://profiles.wordpress.org/mhimon/\">Mahbub Hasan Imon</a> · <a href=\"https://profiles.wordpress.org/malthert/\">malthert</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a> · <a href=\"https://profiles.wordpress.org/mkox/\">Markus Kosmal</a> · <a href=\"https://profiles.wordpress.org/marv2/\">marv2</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/mat-lipe/\">Mat Lipe</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">matiasbenedetto</a> · <a href=\"https://profiles.wordpress.org/mattchowning/\">Matt Chowning</a> · <a href=\"https://profiles.wordpress.org/sivel/\">Matt Martz</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/themattroyal/\">Matt Royal</a> · <a href=\"https://profiles.wordpress.org/mjstoney/\">Matt Stoney</a> · <a href=\"https://profiles.wordpress.org/mattwiebe/\">Matt Wiebe</a> · <a href=\"https://profiles.wordpress.org/mauriac/\">maur</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maxkellermann/\">Max Kellermann</a> · <a href=\"https://profiles.wordpress.org/mehedi890/\">Mehedi Foysal</a> · <a href=\"https://profiles.wordpress.org/meher/\">Meher Bala</a> · <a href=\"https://profiles.wordpress.org/mgol/\">mgol</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mauteri/\">Mike Auteri</a> · <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a> · <a href=\"https://profiles.wordpress.org/miken32/\">miken32</a> · <a href=\"https://profiles.wordpress.org/dimadin/\">Milan Dinić</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/multidots1896/\">Minal Diwan</a> · <a href=\"https://profiles.wordpress.org/mirkolofio/\">Mirco Babini</a> · <a href=\"https://profiles.wordpress.org/mmdeveloper/\">MMDeveloper</a> · <a href=\"https://profiles.wordpress.org/mohadeseghasemi/\">Mohadese Ghasemi</a> · <a href=\"https://profiles.wordpress.org/ahsan03/\">Mohammad Ahsan Habib</a> · <a href=\"https://profiles.wordpress.org/opurockey/\">Mohammad Rockeybul Alam</a> · <a href=\"https://profiles.wordpress.org/mjkhajeh/\">MohammadJafar Khajeh</a> · <a href=\"https://profiles.wordpress.org/mor10/\">Morten Rand-Hendriksen</a> · <a href=\"https://profiles.wordpress.org/moushik/\">moushik</a> · <a href=\"https://profiles.wordpress.org/computerguru/\">mqudsi</a> · <a href=\"https://profiles.wordpress.org/muhammadfaizanhaidar/\">Muhammad Faizan Haidar</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/amustaque97/\">Mustaque Ahmed</a> · <a href=\"https://profiles.wordpress.org/nabil_kadimi/\">Nabil</a> · <a href=\"https://profiles.wordpress.org/nagpai/\">Nagesh Pai - a11n</a> · <a href=\"https://profiles.wordpress.org/nalininonstopnewsuk/\">Nalini Thakor</a> · <a href=\"https://profiles.wordpress.org/nhadsall/\">Nathan</a> · <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a> · <a href=\"https://profiles.wordpress.org/nayana123/\">Nayana Maradia</a> · <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a> · <a href=\"https://profiles.wordpress.org/nickciske/\">Nick Ciske</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/rahe/\">Nicolas Juen</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/knilkantha/\">Nil</a> · <a href=\"https://profiles.wordpress.org/nmschaller/\">nmschaller</a> · <a href=\"https://profiles.wordpress.org/noahtallen/\">Noah Allen</a> · <a href=\"https://profiles.wordpress.org/oakesjosh/\">oakesjosh</a> · <a href=\"https://profiles.wordpress.org/oguzkocer/\">oguzkocer</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/alshakero/\">Omar Alshaker</a> · <a href=\"https://profiles.wordpress.org/opr18/\">opr18</a> · <a href=\"https://profiles.wordpress.org/otshelnik-fm/\">Otshelnik-Fm</a> · <a href=\"https://profiles.wordpress.org/overclokk/\">overclokk</a> · <a href=\"https://profiles.wordpress.org/ovidiul/\">ovidiul</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a> · <a href=\"https://profiles.wordpress.org/pls78/\">Paolo L. Scala</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Paragon Initiative Enterprises</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/figureone/\">Paul Ryan</a> · <a href=\"https://profiles.wordpress.org/pschrottky/\">Paul Von Schrottky</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">paulkevan</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/malinevskiy/\">Pavlo</a> · <a href=\"https://profiles.wordpress.org/pbking/\">pbking</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/petaryoast/\">Petar Ratković</a> · <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/petrosparaskevopoulos/\">petrosparaskevopoulos</a> · <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walb&#248; Johnsg&#229;rd</a> · <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a> · <a href=\"https://profiles.wordpress.org/johnstonphilip/\">Phil Johnston</a> · <a href=\"https://profiles.wordpress.org/nekojonez/\">Pieterjan Deneys</a> · <a href=\"https://profiles.wordpress.org/pikamander2/\">pikamander2</a> · <a href=\"https://profiles.wordpress.org/boniu91/\">Piotrek Boniu</a> · <a href=\"https://profiles.wordpress.org/webtechpooja/\">Pooja Derashri</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja N Muchandikar</a> · <a href=\"https://profiles.wordpress.org/pravinparmar2404/\">Pravin Parmar</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">presstoke</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank</a> · <a href=\"https://profiles.wordpress.org/pypwalters/\">pypwalters</a> · <a href=\"https://profiles.wordpress.org/r-a-y/\">r-a-y</a> · <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a> · <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a> · <a href=\"https://profiles.wordpress.org/superpoincare/\">Ramanan</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/nextend_ramona/\">Ramona</a> · <a href=\"https://profiles.wordpress.org/jontyravi/\">Ravi Vaghela</a> · <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a> · <a href=\"https://profiles.wordpress.org/razvanonofrei/\">Razvan Onofrei</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/tabrisrp/\">Remy Perona</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/rianrietveld/\">Rian Rietveld</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a> · <a href=\"https://profiles.wordpress.org/ricomoorman/\">ricomoorman</a> · <a href=\"https://profiles.wordpress.org/r0bsc0tt/\">Rob Scott</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/ravanh/\">Rolf Allard van Hagen</a> · <a href=\"https://profiles.wordpress.org/rolfsiebers/\">Rolf Siebers</a> · <a href=\"https://profiles.wordpress.org/costasovo/\">Rostislav Woln&#253;</a> · <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a> · <a href=\"https://profiles.wordpress.org/ryan/\">Ryan Boren</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren Wrede</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabbirshouvo/\">Sabbir Hasan</a> · <a href=\"https://profiles.wordpress.org/samiff/\">Sami Falah</a> · <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a> · <a href=\"https://profiles.wordpress.org/sanzeeb3/\">Sanjeev Aryal</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">santosguillamot</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/arasae/\">Sarah Snow</a> · <a href=\"https://profiles.wordpress.org/sarayourfriend/\">sarayourfriend</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiyamoorthy V</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbossarte/\">sbossarte</a> · <a href=\"https://profiles.wordpress.org/sclayf1/\">sclayf1</a> · <a href=\"https://profiles.wordpress.org/swb1192/\">Scott Buscemi</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/wonderboymusic/\">Scott Taylor</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">Segayuu</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sheepysheep60/\">sheepysheep60</a> · <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a> · <a href=\"https://profiles.wordpress.org/shreyasikhar26/\">Shreyas Ikhar</a> · <a href=\"https://profiles.wordpress.org/rsiddharth/\">siddharth ravikumar</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/silb3r/\">silb3r</a> · <a href=\"https://profiles.wordpress.org/lumpysimon/\">Simon Blackbourn</a> · <a href=\"https://profiles.wordpress.org/pross/\">Simon Prosser</a> · <a href=\"https://profiles.wordpress.org/simonhammes/\">simonhammes</a> · <a href=\"https://profiles.wordpress.org/siobhyb/\">Siobhan</a> · <a href=\"https://profiles.wordpress.org/smit08/\">Smit Rathod</a> · <a href=\"https://profiles.wordpress.org/snapfractalpop/\">snapfractalpop</a> · <a href=\"https://profiles.wordpress.org/socalchristina/\">socalchristina</a> · <a href=\"https://profiles.wordpress.org/spencercameron/\">Spencer Cameron-Morin</a> · <a href=\"https://profiles.wordpress.org/stacimc/\">stacimc</a> · <a href=\"https://profiles.wordpress.org/stefanfisk/\">stefanfisk</a> · <a href=\"https://profiles.wordpress.org/satollo/\">Stefano Lissa</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/hypest/\">Stefanos Togoulidis</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/stephenharris/\">Stephen Harris</a> · <a href=\"https://profiles.wordpress.org/stevegrunwell/\">Steve Grunwell</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/5um17/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh (WP Lovers)</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/sunyatasattva/\">sunyatasattva</a> · <a href=\"https://profiles.wordpress.org/mahype/\">Sven Wagener</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/tharsheblows/\">tharsheblows</a> · <a href=\"https://profiles.wordpress.org/legendusmaximus/\">Theo H</a> · <a href=\"https://profiles.wordpress.org/thimalw/\">Thimal Wickremage</a> · <a href=\"https://profiles.wordpress.org/twistermc/\">Thomas McMahon</a> · <a href=\"https://profiles.wordpress.org/thomasplevy/\">Thomas Patrick Levy</a> · <a href=\"https://profiles.wordpress.org/xiven/\">Thomas Pike</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/waterfire/\">Tim Blankenship</a> · <a href=\"https://profiles.wordpress.org/tnolte/\">Tim Nolte</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tomjdevisser/\">Tom</a> · <a href=\"https://profiles.wordpress.org/tomasztunik/\">Tomasz Tunik</a> · <a href=\"https://profiles.wordpress.org/tomalec/\">Tomek</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/ttahmouch/\">Tony Tahmouch</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/sierratr/\">Tracy</a> · <a href=\"https://profiles.wordpress.org/trex005/\">trex005</a> · <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a> · <a href=\"https://profiles.wordpress.org/tszming/\">tszming</a> · <a href=\"https://profiles.wordpress.org/tumas2/\">tumas2</a> · <a href=\"https://profiles.wordpress.org/twstokes/\">twstokes</a> · <a href=\"https://profiles.wordpress.org/junsuijin/\">Tynan Beatty</a> · <a href=\"https://profiles.wordpress.org/tzipporahwitty/\">tzipporahwitty</a> · <a href=\"https://profiles.wordpress.org/uday17035/\">Uday Kokitkar</a> · <a href=\"https://profiles.wordpress.org/ugljanin/\">ugljanin</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich</a> · <a href=\"https://profiles.wordpress.org/utkarshpatel/\">Utkarsh</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">valer1e</a> · <a href=\"https://profiles.wordpress.org/versusbassz/\">versusbassz</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/elifvish/\">Vishal Kumar</a> · <a href=\"https://profiles.wordpress.org/vladolaru/\">vlad.olaru</a> · <a href=\"https://profiles.wordpress.org/volodymyrkolesnykov/\">Volodymyr Kolesnykov</a> · <a href=\"https://profiles.wordpress.org/vortfu/\">vortfu</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/wendyjchen/\">Wendy Chen</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whoisnegrello/\">whoisnegrello</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/wpmakenorg/\">wpmakenorg</a> · <a href=\"https://profiles.wordpress.org/wpsoul/\">wpsoul</a> · <a href=\"https://profiles.wordpress.org/wraithkenny/\">WraithKenny</a> · <a href=\"https://profiles.wordpress.org/wslyhbb/\">wslyhbb</a> · <a href=\"https://profiles.wordpress.org/upsuper/\">Xidorn Quan</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/dolphingg/\">Yunus Ertuğrul</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/znuff/\">znuff</a> · <a href=\"https://profiles.wordpress.org/chesio/\">Česlav Przywara</a></p>\n\n\n\n<p>By release day, 76 locales had translated 90-percent or more of WordPress 6.0 into their language. Community translators continue after a release ensuring more translations are on their way. Thank you to everyone who helps to make WordPress available in 205 languages.</p>\n\n\n\n<p>Many thanks to all of the community volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users around the world.</p>\n\n\n\n<p>If contributing to WordPress appeals to you, it’s easy to learn more and get involved. Discover the different teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and explore the product roadmap on the <a href=\"https://make.wordpress.org/core/\">core development blog</a>.</p>\n\n\n\n<h2>The WordPress Mission &amp; You</h2>\n\n\n\n<p>WordPress is software designed for everyone, emphasizing accessibility, performance, security, and ease of use. The project believes great software should work with minimum setup, so you can focus on sharing your story, product, or services freely. The basic WordPress software is simple and predictable so you can easily get started. It also offers powerful features for growth and success.</p>\n\n\n\n<p>WordPress believes in democratizing publishing and <a href=\"https://opensource.org/osd-annotated\">the freedoms that come with open source</a>. Supporting this idea is a large community of people collaborating on and contributing to this project. The WordPress community is welcoming and inclusive. Our contributors’ passion drives the success of WordPress which, in turn, helps you reach your goals.</p>\n\n\n\n<p><a href=\"https://wordpress.org/about/\">Learn more about WordPress</a> and how you can join our community to help shape the future of the world’s most popular website platform.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>A Release Haiku</h2>\n\n\n\n<p>Six-point-oh is here<br>Time to download and upgrade<br>Let’s pause, celebrate</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p id=\"footnote\">1&nbsp;<a href=\"https://w3techs.com/technologies/overview/content_management\">According to W3Techs as of May 5, 2022</a>. </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 3 (RC3) Now Available for Testing\";s: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/2022/05/wordpress-6-0-release-candidate-3-rc3-now-available-for-testing/\";s: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, 17 May 2022 16:39:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12866\";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:166:\"WordPress 6.0 Release Candidate 3 is now available for testing! You can download and help test RC3 in three ways. 6.0 is planned for general release on May 24, 2022.\";s: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:\"Dan Soschin\";s: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:4240:\"\n<p>WordPress 6.0 is scheduled for release next week on May 24, 2022! This RC3 release is the final opportunity for you to test and help contribute to making the 6.0 release great.</p>\n\n\n\n<p>You can view changes since the RC2 release via <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F10%2F2022..05%2F17%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC3</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on production or mission-critical websites. Instead, it is recommended that you install RC3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC3.zip\">release candidate (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, RC1, or RC2 on a case-insensitive filesystem, please use the following command:</p>\n\n\n\n<p><code>wp core update --version=6.0-RC3</code></p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers are encouraged to complete testing of their respective extensions against WordPress 6.0 RC3 and update the “<em>Tested up to”</em> version in their readme file to 6.0 this week. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a>, for more details on this release.</p>\n\n\n\n<p>Review additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail upcoming changes.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a></p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>RC3, An (Almost) Final Haiku</h2>\n\n\n\n<p>It’s near time for six<br>The reward is the journey<br>Just one week to go</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.&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:\"12866\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s: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:127:\"WP Briefing: Episode 31: Open Source &amp; Accessibility– Celebrating Global Accessibility Awareness Day With Guest Joe Devon\";s: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:140:\"https://wordpress.org/news/2022/05/episode-31-open-source-accessibility-celebrating-global-accessibility-awareness-day-with-guest-joe-devon/\";s: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, 16 May 2022 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=12855\";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:392:\"In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Guest: Joe [&#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:60:\"https://wordpress.org/news/files/2022/05/WP-Briefing-031.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:15:\"Chloe Bringmann\";s: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:33186:\"\n<p>In the thirty-first episode of the WordPress Briefing, GAAD Co-Founder Joe Devon joins WordPress Executive Director Josepha Haden Chomphosy to discuss Global Accessibility Awareness Day and the role of open source in accessibility. </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em><br></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Guest: Joe Devon</li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> and <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://accessibility.day/about/\">About GAAD</a></li><li><a href=\"https://gaad.foundation/gaadpledge/\">GAAD Foundation Pledge</a></li><li><a href=\"https://www.who.int/health-topics/disability#tab=tab_1\">World Health Organization on Disability  </a></li><li><a href=\"https://en.wikipedia.org/wiki/The_dress\">The Dress Phenomenon</a></li><li>The Guardian on <a href=\"https://www.youtube.com/watch?v=7X_WvGAhMlQ\">Yanny or Laurel  </a></li><li><a href=\"https://josepha.blog/2019/05/24/empathy-vs-altruism-in-modern-leadership/\">Empathy vs. Altruism in Modern Leadership</a>, Josepha Haden Chomphosy </li><li><a href=\"https://webaim.org/projects/million/\">The WebAim Million 2022 Report</a></li><li><a href=\"https://make.wordpress.org/core/6-0/\">WordPress 6.0 Development Cycle </a></li><li><a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12855\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>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>[<strong>Josepha Haden Chomphosy </strong>00:00:40]&nbsp;</p>\n\n\n\n<p>Y&#8217;all, we&#8217;ve got an absolutely jam-packed couple of weeks in WordPress. We&#8217;ve got events happening and releases shipping and contributor days being coordinated (I almost said contributor days being contributed). That&#8217;s also what they&#8217;re doing. I&#8217;ll share some of those highlights in today&#8217;s small list of big things, but I did want to specifically call out something that&#8217;s coming up this week on Thursday (May 19, 2022), and that something is Global Accessibility Awareness Day.</p>\n\n\n\n<p>The team of contributors over on the Accessibility team has participated in the Global Accessibility Awareness Day in the past. So I thought it would be interesting to hear from one of the co-founders of this particular day of awareness.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:27]&nbsp;</p>\n\n\n\n<p>All right. And with that, Joe Devin, would you like to tell us a little bit more about yourself?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:01:34] </strong></p>\n\n\n\n<p>Sure. So I am the co-founder of Global Accessibility Awareness Day, which is a day that goes viral every year on the third Thursday of May. We typically have the Twitter reach on the GAAD hashtag on Twitter of 200 million users, which is, I think, pretty much their active user count. We stopped counting once we hit their daily active user count. </p>\n\n\n\n<p>And then, I am Chair of the GAAD Foundation, which we launched last year. And then I have a day job too, where I&#8217;m CEO and co-founder of Diamond, which is an inclusive digital agency that builds software accessibly by default. </p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:15]&nbsp;</p>\n\n\n\n<p>Wonderful. Well, we are so excited to have you today. I said we like it&#8217;s me and the mouse in my pocket—we in the WordPress community that&#8217;s going to listen to this. Super excited to have you today. So you mentioned GAAD, Global Accessibility Awareness Day. Last year was your 10th anniversary, which is very exciting, but like with so many good things, I hear it all started with a blog post and a blog post on WordPress, no less.</p>\n\n\n\n<p>So I&#8217;d love to hear about how GAAD evolved from that, with, as I understand it, your co-founder of Jennison (Asuncion). That must be where you met him, I assume.</p>\n\n\n\n<p><strong>[Joe Devon 00:02:51] </strong></p>\n\n\n\n<p>Yes. Yes. So what happened was I started a WordPress blog called <em>My SQL Talk</em>. So it&#8217;s a database blog, and I just thought it was a brilliant name. I mean, My SQL Talk, like that, should be super popular.</p>\n\n\n\n<p>And it probably had maybe ten people who ever looked. Um, and then my dad was getting older, and my dad was a survivor of the concentration camps, and he was a genius. He spoke ten languages. It, he was one of those people. That, when he walked into a room, he just commanded respect. You knew that there was history. I don&#8217;t know how to explain it really, but it was special when my dad walked into the room. And considering all of this that he suffered in his life, watching him get older and struggle, particularly with his banking, was very painful to see. And the bank wasn&#8217;t accessible, so I wrote this blog post proposing that we create a Global Accessibility Awareness Day.</p>\n\n\n\n<p>Sometimes I get these visions, and they never turn into anything. But while I think about it, I&#8217;m like, &#8220;all right, let&#8217;s write this blog post and this can definitely work. Right?&#8221; And then you finish the blog post to hit send, and you&#8217;re like, &#8220;this is not going to work.&#8221;</p>\n\n\n\n<p>But I wasn&#8217;t even smart enough to do social media on it. But fortunately, WordPress had an auto-tweet feature, and it tweeted it out, and Jennison Asuncion, my co-founder, happened to be around and not out that Saturday night. And he read the blog post, and he said, &#8220;this is a great idea. Let&#8217;s make it happen.&#8221;</p>\n\n\n\n<p>And we had two busy people, but we both had a community. He had the accessibility community, and I was building a tech scene in Los Angeles. And what I discovered is if you combine a great idea with the community, great things can happen. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:04:49]</strong></p>\n\n\n\n<p>Oh man, you&#8217;re speaking my language over here, helping people find their communities, knowing that community is the thing that is the lifeblood of society.</p>\n\n\n\n<p>That sounded like a tautology. It is not a tautology. You can have a society with an attempt to not have any sort of community around it, but I bet it doesn&#8217;t work very well. Well, that&#8217;s, that&#8217;s very interesting. And so you all just kind of talked through what that would look like, I assume in confidence, or that would have to take place, right? Or was it on Twitter in those days?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:05:24]</strong> </p>\n\n\n\n<p>Oh, you could still look in the comments and see the back and forth of Jennison and a bunch of other people that got pretty involved with GAAD that are some legendary folks in there. It&#8217;s kind of mind-blowing because I dunno how, how you feel, but for me, when I used to code, uh, three months later, I&#8217;d look back at old code and be like, &#8220;oh, I suck,&#8221; you know, or write an email even and you look back on it a day later and are like &#8220;what a stupid email, how stupid am I?&#8221; You know?  But I look back on that one after ten years; I was scared to look at it because I&#8217;m like, it must&#8217;ve been really bad. But you know, it kind of held up, and exactly what I wrote in there happened &#8211; to my utter shock.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:06:06]</strong></p>\n\n\n\n<p>But also, it&#8217;s kinda nice, though, to look back and be like, &#8220;oh, I used to be much dumber.&#8221;</p>\n\n\n\n<p>Cause then you&#8217;re like, look how far I&#8217;ve come. I&#8217;m no longer that dumb. I&#8217;m a different kind of dumb now; good for me. I always hope to be a different kind of dumb as I go forward. </p>\n\n\n\n<p>So then, okay, so that was your ten-year anniversary last year. GAAD, in general, now has been going on for 11 years, and at the time of this recording, in a couple of weeks, but then probably a week when it finally publishes, you have your next, your next round of that going.</p>\n\n\n\n<p>I think it seems safe to assume that awareness of the need for accessibility has increased during that time, but we all know that the work of accessibility is ongoing. And so, I&#8217;m just curious to hear from your perspective if the awareness of the need for accessibility has generally started to permeate developer communities.</p>\n\n\n\n<p>And are you seeing more developer awareness around the need for accessibility in tech in general?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:07:12]</strong> </p>\n\n\n\n<p>Yeah. You know, it&#8217;s not enough. It&#8217;s certainly improved a lot.  I keynoted a conference probably four years after GAAD started, maybe five, and I kind of assumed nobody would have heard of accessibility, and I was taken aback when I asked who had heard of it, and a good chunk of the room had. So even then, there had been a difference, and I&#8217;d say now I see accessibility mentioned a lot more in conferences and stuff. But when it comes to actually building it, there&#8217;s a tremendous amount of ignorance. There, there still needs to be a lot more awareness.</p>\n\n\n\n<p>And I think partially people are a little bit scared to dip their toe because they&#8217;re scared that they&#8217;re going to be told that &#8220;no, it&#8217;s not accessible,&#8221; or that they&#8217;re going to say the wrong word or offend somebody. So I&#8217;d say that there&#8217;s some degree of trepidation, but also developers, and it&#8217;s not just developers, designers, and product people. There&#8217;s so much to learn, and it&#8217;s like, &#8220;oh God, there&#8217;s another piece that I have to learn.&#8221; </p>\n\n\n\n<p>And I&#8217;m so glad that you invited me on this podcast because it&#8217;s the developers that, you know, I am a developer, not anymore, I haven&#8217;t touched code in years, but that&#8217;s where I came from. Right? This is my peach, right? Particularly WordPress folks, because I had done a fair bit of WordPress before I moved on to some other things. And, I think we have to talk about usability and understand that accessibility is so much more than how we look at disability.</p>\n\n\n\n<p>And if you don&#8217;t mind, I&#8217;m going to ask you a question. How do you think the typical WordPress developer or designer would define disability? </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:09:05] </strong></p>\n\n\n\n<p>in the kinds of conversations that I&#8217;ve had over the years, it frequently has to do with visual things. Because it&#8217;s just screens all day, right? And that&#8217;s a primary area where our designers and developers really have made some effort.</p>\n\n\n\n<p>But my personal favorite sort of, of example, for like, when you&#8217;re looking at how to make sure that your products are accessible is, what, if you have to use your website, or you have to build your website using only one arm. Because that gives you an opportunity to kind of look at disability from a permanent standpoint.</p>\n\n\n\n<p>Like if you have lost permanent use of one arm, but also gives you an opportunity to look at the temporary options for that sort of lack of mobility. Like you&#8217;re a mother with an infant, and so you have to be able to, you know, get your stuff done with one arm. And so I know that we paid a bunch of attention to screen readers and what works in not way back in 2018 and 2019 did a lot of work with. Literally zero screen. And can you still do the thing that you need to do, which was incredibly difficult. And I was really excited to see what our developers came up with around that. But I think that that is quite a bit of that discussion as we&#8217;re going through it from the beginning to the&nbsp;end.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:27] </strong></p>\n\n\n\n<p>Yeah. I mean, that&#8217;s a great answer, and you definitely understand some of the nuances way better than I think that the average creator, digital product creator, I&#8217;m including the, you know, the product people, the designers, and the developers.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:10:42] </strong></p>\n\n\n\n<p>We&#8217;re very fortunate to have more than just developers in WordPress.</p>\n\n\n\n<p><strong>[Joe Devon 00:10:50]  </strong></p>\n\n\n\n<p>The reason I bring this up is that the WHO (World Health Organization) had to; they&#8217;re the ones that did massive research across the globe. And they had to, they had to come up with a definition, and in their definition, they needed to draw a line. Typically, I don&#8217;t remember the exact thing cause it&#8217;s a 350-page report, and I kept looking for where they defined it again.</p>\n\n\n\n<p>It was a little hard to find, but essentially it&#8217;s if there&#8217;s a major disability or a disability that impacts some significant portion of your day-to-day activities. And that&#8217;s really great when you&#8217;re trying to do a report on how many disabilities there are out there; what percentage of the population has a disability?</p>\n\n\n\n<p>And their figures are something like 15% of the population has a disability, which is a huge number. But at the same time, they also mentioned that 2.2 billion people have a visual impairment. And we also know that over 33% of the population is over 50, and I&#8217;m included in that population. And I can say that when you&#8217;re over 50, you know, I&#8217;ve got clouds in my eyes.</p>\n\n\n\n<p>I don&#8217;t know where they came from, but they definitely make it harder to see. When I&#8217;m in a restaurant, I can&#8217;t focus on the person across from me the same way. My hearing is not the same, and anybody over 50 is going to have certain impairments and won&#8217;t see as well; color contrast issues are a big deal.</p>\n\n\n\n<p>Being able to raise the font is a big deal. And I think that accessibility is connected in most people&#8217;s minds with disability. And they&#8217;ll attach that to something like being blind or being deaf or hard of hearing or having a missing limb or having some other kind of disability. </p>\n\n\n\n<p>And, as a result, they&#8217;re like, &#8220;well, I don&#8217;t even know any people in that category possibly,&#8221; and as a result, they&#8217;re like, &#8220;well, how important is this?&#8221; Yes. They might feel guilty. I should do the right thing. This is the right thing to do. But honestly, like how much money should I spend on it? How much, what percentage of my time should I spend on it?</p>\n\n\n\n<p>And it&#8217;s because they don&#8217;t realize that everybody has different abilities. And so, I&#8217;m starting to go away from even talking about disabilities and asking people to remember that all of us perceive things differently. </p>\n\n\n\n<p>Do you remember the gold dress where they were trying to say, what color is this dress? Is it gold and white or blue and black? And it is blue and black, but to me, all I see is gold and white. And then there was Laurel or Yanny. Do you remember that?. And some people heard it, and typically older people heard it as Laurel, and I&#8217;ve, and I do this in some of my presentations. I play that, that sound. And usually, it&#8217;s Laurel for me, but sometimes it&#8217;s Yanny. Even personally, it changes. </p>\n\n\n\n<p>And so, we have a totally different perception. Now think about memory. There&#8217;s a different kind of blindness. If you try and remember, let&#8217;s say a relative or a friend that is no longer. How well do you see that picture?</p>\n\n\n\n<p>Because for me, it is very, very vague, but for some people, they say, and I&#8217;ve been asking people, and I&#8217;d love your answer as well. How vivid is it? And some people say, I can read the, I can see the pattern on the shirt. It&#8217;s as vivid as if I see with opening my eyes, seeing, you know, the regular in front of me, and I can even read a name tag in the memory.</p>\n\n\n\n<p>And I&#8217;m like, Woah, so maybe I&#8217;m blind in a way. Right? So how do you see it? How do you remember things?&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:14:42] </strong></p>\n\n\n\n<p>Oh, I&#8217;m a, I&#8217;m a real visual person and a tactile person. And so, like if I interacted with someone, I&#8217;m very likely to be able to picture, like, recreate that mental picture pretty well in my mind. I recently, very recently, met some of my first people in that executive leadership space who were like, yeah, I don&#8217;t, I don&#8217;t visualize things.</p>\n\n\n\n<p>And I was like, what are you, how do you do this work? Because like, you have to be able to do that. And they were like, no, I don&#8217;t have mental pictures.&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:13] </strong></p>\n\n\n\n<p>Some people don&#8217;t have an inner dialogue.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:15:17] </strong></p>\n\n\n\n<p>I don&#8217;t understand that either,&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:15:19] </strong></p>\n\n\n\n<p>Me either. So accessibility studies all of these differences with respect to how you&#8217;re presenting all of this information.</p>\n\n\n\n<p>And if you don&#8217;t pay attention to accessibility, you&#8217;re really just missing out. And then there&#8217;s colorblindness. If you&#8217;re creating something like slack that has an online/offline indicator, and you only use red and green for people who are colorblind, they see gray and gray. And so what I&#8217;m trying to teach the community with digital product creators is that no, you cannot ignore it.</p>\n\n\n\n<p>You can ignore accessibility, but then you&#8217;re not good at your job. I mean, I don&#8217;t mean to say it in an offensive way, but you&#8217;re not good at your job if you&#8217;re unaware. If you break a rule on purpose, great. But if you don&#8217;t know the rule, it&#8217;s just a lack of craft, and you absolutely should make it a priority.</p>\n\n\n\n<p>And you&#8217;re not doing it as a charity. You&#8217;re doing it because you care about your users, and you care about your craft, and you want to build things well, and it&#8217;s a necessity. And I think that this is the kind of message that our community needs to hear.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:16:31]</strong></p>\n\n\n\n<p>I want to touch on something that you sort of brought up a bit, um, at the start of the answer there.</p>\n\n\n\n<p>So you brought up the concept of usability. And in the last time that I did a podcast about accessibility, I defined accessibility as a subset of usability. Do you think that if we were to consistently draw that line for people so that it&#8217;s not just like accessibility is this thing that you should do outside of usability?</p>\n\n\n\n<p>If we were to more consistently draw that line, do you think that that would help people to see and understand better that its shades of existence, usability, and accessibility?  &nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:17:10] </strong></p>\n\n\n\n<p>Oh, 100%, a hundred percent. And in my company, we kind of realized that that&#8217;s exactly what we have to do. We have to see this as usability.</p>\n\n\n\n<p>And I don&#8217;t, we talk about accessibility a lot, but I don&#8217;t want to. It&#8217;s part of the plumbing for us. We&#8217;ve made it part of the plumbing, and I can tell you it&#8217;s a struggle to take accessibility and make it part of an organization, even when you&#8217;re bringing it top-down, believe it or not. For our teams, particularly the designers, they are blown away by what they&#8217;re learning because they&#8217;re improving their craft.</p>\n\n\n\n<p>And design is typically where there&#8217;s a struggle to get accessibility accepted because there seems to be a very strong idea of what a design should look like. And I think it&#8217;s really about the approach because UX and design it&#8217;s all about empathy for people. And when you approach it, not as, even though empathy should mean that, that, you know, do the right thing at the same time, it&#8217;s more about empathy for your user, and your user includes so much more than just people with disabilities that you haven&#8217;t run into somebody that has that disability and therefore you build it better, and it&#8217;s, it&#8217;s completely blown their mind. They love it. They love doing it. And I&#8217;m not hiring people with accessibility coming in. We&#8217;re training them to work accessibly. </p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:18:34] </strong></p>\n\n\n\n<p>So I think it&#8217;s interesting that you talk about empathy as part of being able to make sure that you&#8217;re creating something that&#8217;s accessible because I actually feel like empathy is. Like it&#8217;s being considered this gold standard for many, many things right now. And I think it actually is more harmful in the long run than instead making altruistic choices.</p>\n\n\n\n<p>And so, I have a blog post that I will link in our show notes that will kind of help everybody see more fully my concept there. But when you rely on empathy, you do kind of have to rely on one, being able to run into all of the issues you were mentioning. You have to know people who have problems in order to know that the problems exist.</p>\n\n\n\n<p>And then you also kind of have to assume that once you have willingly put yourself into the discomfort of that kind of disability, whatever, wherever it exists on that spectrum, your experience of that discomfort is the same as someone who lives with it. And I just don&#8217;t think that we can necessarily do that.</p>\n\n\n\n<p>I always think that trying to do the altruistic thing, like doing your research and figuring out what it is and trying to make decisions on behalf of other people as best you can, which is a terrible thing. Still, like decisions that take into account the experiences that people are sharing with you and then going to them and saying, &#8220;does this make that experience better or worse?&#8221; is the more sustainable option from my perspective, this is specifically leadership. Still, I think it&#8217;s true for accessibility as well, and probably product design as a whole, but it&#8217;s very difficult. Like people really feel like they understand the concept of empathy right now. And I do think that sometimes that leads us down the wrong path for things.</p>\n\n\n\n<p>What&#8217;s your thought on that? I think you kind of agree based on what your answer was&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:20:33]</strong> </p>\n\n\n\n<p>Oh, no, absolutely. And you know, we, you, can&#8217;t never about us without us, as the common saying, and we&#8217;ve gathered a group of a hundred people with a wide variety of disabilities for research. Whenever we do any UX and research, and sometimes we&#8217;re asked to just do research projects, we go out and ask the users.</p>\n\n\n\n<p>We had some really interesting companies approach us to do innovation and accessibility, and they had strong assumptions. We looked at the assumptions and agreed with it, but we&#8217;re like, all right, they were smart. They said, &#8220;vet this with users for us, please,&#8221; because they didn&#8217;t want to gather their own group.</p>\n\n\n\n<p>We vetted with users, and we&#8217;re blown away, always blown away because there are so many things you just don&#8217;t know unless you&#8217;ve lived with a particular disability. You can&#8217;t guess, and you&#8217;ve got to speak to your users and a wide variety of them. &nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:21:30]</strong></p>\n\n\n\n<p>Yes, absolutely. Absolutely. What role does open source play in expanding accessibility, either in specifically the digital space or just accessibility in general?</p>\n\n\n\n<p><strong>[Joe Devon 00:21:42] </strong></p>\n\n\n\n<p>I guess if the question is, what role does it play? I would say the role it plays is it is, unfortunately, it makes accessibility worse because, for the most part open source is not very accessible. And it&#8217;s a personal passion of mine, so I&#8217;m really glad that you brought that up. </p>\n\n\n\n<p>You know, it is so bizarre. You write a blog post and then it goes viral, and it goes viral every year to a degree that you can&#8217;t even believe it, that all these companies that you know are running events. Privately, publicly talking about it. And then you get all these people thanking you for what you&#8217;ve done year after year.</p>\n\n\n\n<p>And then one year, you read on Twitter, The Blind Onion; I&#8217;m sure you&#8217;re familiar with The Onion, the satirical clip, there&#8217;s the Blind Onion. And they tweet out, &#8220;Now that Global Accessibility Awareness Day is over, we look forward to 364 days of global accessibility oblivion.&#8221; And that really hurt at the time, but at the same time, and I was told to ignore it, don&#8217;t worry about it, but I&#8217;m like, no, this is coming from a place of pain.</p>\n\n\n\n<p>And the point of GAAD was to make a difference. It wasn&#8217;t too to just give everybody an opportunity to say, &#8220;Hey, look at what we&#8217;re doing,&#8221; and then not make a difference. So, as a result of that, I started to think about, well, where are we with this? And, and so I&#8217;ve created a state of accessibility report that through my company, we&#8217;re able to run for a few years, and it&#8217;s not, you know, the state is not great.</p>\n\n\n\n<p>And I&#8217;m like, well, what can we do to change things? So, as a result of all of this, I really wanted to figure out, well, what can we do to make sure that GAAD does make a difference? And so, I came up with the idea of the GAAD pledge, which is specifically meant for open source frameworks. </p>\n\n\n\n<p>And the idea of the GAAD pledge is that an open source framework, when they are ready, takes the pledge to make accessibility a core value of the framework. Now, terms of what that actually entails are different for every single project because every project is unique. We did create a bit of a framework, which had the idea of saying, okay, you&#8217;re going to, first of all, create an accessibility statement that says that this framework is going to conform to whatever, WCAG, which is Web Content Accessibility Guidelines, to whatever WCAG level is decided and is appropriate for the framework. That there&#8217;s going to be documentation for anybody that is downloading this piece of open source project and trying to implement it, that there should be guidelines for them, that all of the examples should be accessible. </p>\n\n\n\n<p>It&#8217;s really important because even the frameworks that try to pay attention to accessibility. You&#8217;ll often see that people from the community will provide examples, and they&#8217;re inaccessible. And it&#8217;s really sad when you see that because so many people are just copy-pasting. That&#8217;s typically how it works, and they&#8217;re going to copy-paste something bad. So putting a statement around it, I think, would be really great.</p>\n\n\n\n<p>And what we&#8217;re hoping to see is that lots and lots of big open source communities decide to take the pledge. And then it&#8217;ll sort of be table stakes that any new open source projects as well look, all of these frameworks that made it, they took the pledge and therefore we should take the pledge as well.</p>\n\n\n\n<p>And so the very first year, we had React Native take the pledge, and they put a lot of effort into their accessibility. The second group to take it was Ember.js, and they always put a lot of effort into their accessibility, and they continued that effort. We&#8217;re about to announce the next one, but we&#8217;re still two weeks away.</p>\n\n\n\n<p>So I can&#8217;t say anything yet, but yeah, we&#8217;re, uh, we&#8217;re hoping for a lot more uptake on, on the gap pledge because it, it affects so many people downstream. WordPress&#8217;s what percent of the web right now? 43%? So there you go. That&#8217;s so many people.&nbsp;</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:25:57] </strong></p>\n\n\n\n<p>So many people. Yeah, fun fact Gutenberg, our current rewriting of the editing experience in WordPress, primarily uses React. And so, I&#8217;m glad to hear that they have taken that pledge as well. </p>\n\n\n\n<p>As with any good cooking, it starts with good&nbsp;ingredients.</p>\n\n\n\n<p><strong>[Joe Devon 00:26:12] </strong></p>\n\n\n\n<p>You said it. That was great. I wish I was a cook, though.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:26:23] </strong></p>\n\n\n\n<p>I love it. All right. Let&#8217;s what keeps you up at night when it comes to the state of accessibility?&nbsp;</p>\n\n\n\n<p><strong>[Joe Devon 00:26:29] </strong></p>\n\n\n\n<p>What keeps me up at night is how to move the needle. It is such a big thing to change. And there are so many angles that you can approach this with, but at the end of the day, it&#8217;s, it&#8217;s a monster.</p>\n\n\n\n<p>It&#8217;s a monster. There are so many legacy sites out there. If you look at WebAIM, they do a yearly report on the state of accessibility as well. They call it the WebAIM Million, and they&#8217;re typically seeing 97% inaccessible, 98%. It goes up and down a little bit every year. And that&#8217;s, that&#8217;s just a huge boat to move.</p>\n\n\n\n<p>I think we need to at least get the newer, uh, newer websites and mobile apps to move. And what we&#8217;ve seen in our state of accessibility report is that only the very top companies seem to put in the effort to make their products accessible. There is a big push with the enterprise companies to do it.</p>\n\n\n\n<p>The CEOs are starting to talk about it, but what we need is the entire culture of software development to change. Or I should even say digital product development change and to move that boat is massive. And that&#8217;s I put it in my tagline in my email like that&#8217;s my mission in life, and I hope to achieve it before I die.</p>\n\n\n\n<p>So that keeps me up at night.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:27:52] </strong></p>\n\n\n\n<p>I think that would keep me up at night as well. I mean, it seems like you are really just personally mission-driven and impact-driven. Do you feel like, in the event that the work that you&#8217;ve accomplished so far is what you accomplish, you feel still like you&#8217;ve had an impact?</p>\n\n\n\n<p>I feel like you have had&nbsp;an impact. </p>\n\n\n\n<p><strong>[Joe Devon 00:28:13] </strong></p>\n\n\n\n<p>I&#8217;m not one of those people that tries to have a legacy or like tries to focus on what my impact is and all of that. I just try and do good work. And hopefully, it just shows at the end of the day. I&#8217;m just trying to have the impact without the accolades.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:34]</strong></p>\n\n\n\n<p>I get it. Well, Joe, thank you so much for joining us here on this episode of WP Briefing. You have been a delight to chat with.</p>\n\n\n\n<p><strong>[Joe Devon 00:28:42]</strong></p>\n\n\n\n<p>Likewise, it&#8217;s really been a pleasure to meet you, and uh, and I appreciate the opportunity.</p>\n\n\n\n<p><strong>[Josepha Haden Chomphosy 00:28:54] </strong></p>\n\n\n\n<p>And now it&#8217;s time for our smallest of big things. As I mentioned at the start, it is packed. Number one tomorrow, May 17th, RC3. So one of the final RCs that we&#8217;re going to have for the WordPress 6.0 release, unless something goes horribly, horribly wrong, which I don&#8217;t think it will. </p>\n\n\n\n<p>And then, two days after that, Global Accessibility Awareness Day, as I mentioned, will be on May 19th. So, this coming Thursday. </p>\n\n\n\n<p>And then next week, we have the 6.0 release. We have the WordPress 6.0 release on May 24th. </p>\n\n\n\n<p> Three days after that, WordPress turns 19 on May 27th, starting its final teenage year before we turn twenty in 2023. So that was the rapid-fire dance card for the next two weeks.</p>\n\n\n\n<p>The stuff that is happening with and around WordPress for everyone to know. As a heads up, also, many people are headed to WordCamp Europe in Porto(, Portugal). The first week of June, I am going to do a live from WordCamp Europe episode. It will not be live. I&#8217;ll just record it live. And so. You know you&#8217;ll get to hear me with my hoarsest voice and maybe singing to my computer. Cause that almost always happens at these things. </p>\n\n\n\n<p>And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</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:\"12855\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress 6.0 Release Candidate 2 (RC2) Now Available for Testing\";s: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/2022/05/wordpress-6-0-release-candidate-2-rc2-now-available-for-testing/\";s: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, 10 May 2022 18:06:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12840\";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:171:\"WordPress 6.0 Release Candidate 2 is now available for testing! You can \ndownload and help test RC2 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:\"Dan Soschin\";s: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:4830:\"\n<p>The next release candidate for WordPress 6.0 is now available!&nbsp;</p>\n\n\n\n<p>WordPress 6.0 is scheduled for release on May 24th, 2022 &#8211; just two weeks from today.</p>\n\n\n\n<p>“Release Candidate” means that this version of WordPress is ready for release! Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>Thank you to everyone who has contributed towards testing and logging issues to help make WordPress 6.0 stable (and awesome). WordPress still needs your help testing, especially theme and plugin developers.</p>\n\n\n\n<p>Since the RC1 release on May 3rd, 2022, there have been approximately 40 issues resolved in <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">Gutenberg</a> and <a href=\"https://core.trac.wordpress.org/query?status=accepted&amp;status=closed&amp;changetime=05%2F03%2F2022..05%2F10%2F2022&amp;resolution=fixed&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Trac</a>.</p>\n\n\n\n<h1>Installing RC2</h1>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC2 in three ways:</p>\n\n\n\n<ul><li><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li></ul>\n\n\n\n<ul><li><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC2.zip\">release candidate version here (zip)</a>.</li></ul>\n\n\n\n<ul><li><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, 4, or RC1 on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC2</code></li></ul>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC2 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a> so that these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\"><em>WordPress 6.0 Field Guide</em></a> for more details on this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>An RC2 Haiku for You</h2>\n\n\n\n<p>Anticipation<br>Sprinting toward G/A now<br>Please — test, translate — thanks!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>.&nbsp;&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:\"12840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – April 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/05/the-month-in-wordpress-april-2022/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 May 2022 15:01:33 +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:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12816\";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:329:\"This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project. WordPress 6.0 Release Candidate 1 The first release candidate (RC1) for WordPress 6.0 is now [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:10623:\"\n<p>This past month saw a lot of preparation work for WordPress 6.0, due to release on 24 May 2022. This major release brings exciting improvements – read on to find out more about the latest happenings in the WordPress project.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>WordPress 6.0 Release Candidate 1</h2>\n\n\n\n<p><strong>The first release candidate (RC1) for WordPress 6.0 is now available for download</strong>. Help improve the project by testing and translating this version to non-English languages. Check out the RC1 <a href=\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-1/\">release post</a> to learn what’s new and how to contribute. For a more in-depth look at the upcoming changes, you can refer to the <a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a>.</p>\n\n\n\n<p>WordPress 6.0 is packed with all kinds of improvements for everyone. It brings new blocks, <a href=\"https://make.wordpress.org/core/2022/04/20/wordpress-6-0-accessibility-improvements/\">accessibility enhancements</a>, refined design tools, the ability to switch theme styles easily, multi-block partial text selection, and a new block locking interface, to name a few of its highlights.</p>\n\n\n\n<div class=\"wp-container-8 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Listen to the latest </strong><strong>WP Briefing episode</strong><strong> for a sneak peek into the exciting features included in WordPress 6.0.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 13.0 and 13.1 are here</h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/04/14/whats-new-in-gutenberg-13-0-14-april/\">Gutenberg 13.0</a> shipped on April 14, 2022, and introduced the final updates that will be part of WordPress 6.0. These include an improved editor experience (with the ability to select text across blocks), better responsive blocks, and prominently exposed block patterns.</li><li><a href=\"https://make.wordpress.org/core/2022/04/28/whats-new-in-gutenberg-13-1-27-april/\">Gutenberg 13.1</a> landed on April 27, 2022. This version adds border support to the Columns block and accessibility and Comment block improvements.</li></ul>\n\n\n\n<div class=\"wp-container-9 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Follow the </strong><strong>#gutenberg-new</strong><strong> posts for more details on the latest updates.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Team updates: Updated guidelines for in-person events, redesign of the Gutenberg page, and more</h2>\n\n\n\n<ul><li>The Community team announced <a href=\"https://make.wordpress.org/community/2022/04/21/announcement-updated-covid-19-guidelines-for-official-wordpress-events/\">updated Covid-19 guidelines</a> for official WordPress events.</li><li>The <a href=\"https://make.wordpress.org/meta/2022/04/12/gutenberg-landing-page-kick-off/\">redesign of the Gutenberg landing page</a> on WordPress.org is nearing completion.</li><li>#WPDiversity announced new meeting times for Asia-Pacific (APAC) areas. You can express your interest <a href=\"https://make.wordpress.org/community/2022/04/22/wpdiversity-is-expanding-to-apac/\">in this post</a>.</li><li>The Training team plans to <a href=\"https://make.wordpress.org/training/2022/04/19/migrating-contributor-training-to-learn-wordpress/\">migrate the Contributor Training materials</a> to Learn WordPress. This move will help consolidate all the community-based training content in one place.</li><li>All learners on Learn WordPress can now enjoy using <a href=\"https://make.wordpress.org/training/2022/04/07/demo-sites-for-learn-wordpress-users/\">a live WordPress demo site</a> as they go through courses on the site.</li><li>The first stable <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2022/04/18/version-1-0-0-of-the-performance-lab-plugin-published/\" target=\"_blank\">version 1.0.0</a> of the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab</a> plugin was released.</li><li>Read the latest edition of the <a href=\"https://make.wordpress.org/community/2022/04/21/meetup-organizer-newsletter-april-2022/\">Meetup Organizer Newsletter</a>.</li><li>Everyone is welcome and encouraged to join the new <a href=\"https://make.wordpress.org/photos/\">Photo Directory team</a> meetings. They are held on the first Friday of every month at 14:00 UTC in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/photos\" target=\"_blank\">#photos</a> channel of the Make WordPress Slack.</li><li>The Performance team published a <a href=\"https://make.wordpress.org/core/2022/04/12/follow-up-on-webp-by-default-proposal/\">follow-up post</a> with the next steps on the WebP proposal.</li><li>Check out the <a href=\"https://make.wordpress.org/design/2022/04/25/design-share-apr-11-22/\">projects</a> the Design team contributed to over the past couple of weeks.</li><li>Official Featured and Beta plugins now limit <a href=\"https://make.wordpress.org/plugins/2022/04/15/featured-beta-plugins-now-limit-changes/\">ownership and committer changes</a>.</li><li>The April 2022 edition of the <a href=\"https://make.wordpress.org/polyglots/2022/04/22/polyglots-monthly-newsletter-april-2022/\">Polyglots Monthly Newsletter</a> was published.</li><li>The latest edition of People of WordPress features <a href=\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\">Meher Bala</a>, a frontend web developer and community builder from India.</li><li>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/archives/C0FRG66LR\" target=\"_blank\">#props</a> channel of the Make WordPress Slack is now connected to the WordPress.org profile activity! This way when you give props, it will be included on your WordPress.org profile and the profile of those you mention. This change is part of a <a href=\"https://make.wordpress.org/project/2022/03/16/proposal-to-remove-spam-dormant-five-for-the-future-pledges/\">larger project</a> that will help credit more non-code contributions.</li></ul>\n\n\n\n<div class=\"wp-container-10 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/04/11/return-to-in-person-events-share-your-challenges/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>How do you feel about in-person WordPress gatherings? The Community team wants to hear about the challenges in returning to these events.</strong></a></div>\n</div>\n\n\n\n<h2>Open feedback/testing calls</h2>\n\n\n\n<ul><li>Following this <a href=\"https://make.wordpress.org/updates/2021/03/16/proposal-a-wordpress-project-contributor-handbook/\">proposal</a> for a WordPress Project Contributor Handbook, Executive Director Josepha Haden opened a <a href=\"https://make.wordpress.org/project/2022/04/29/discussion-contrib-handbook-part-2/\">round of discussions</a> to share feedback on the various handbook sections.</li><li>Version 19.8 of WordPress for <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-android-19-8/\">Android</a> and <a href=\"https://make.wordpress.org/mobile/2022/05/02/call-for-testing-wordpress-for-ios-19-8/\">iOS</a> is available for testing.</li><li>Join the 14th testing call of the Full Site Editing (FSE) Outreach program – “<a href=\"https://make.wordpress.org/test/2022/04/28/fse-program-testing-call-14-rallying-recipe-reviewers/\">Rallying Recipe Reviewers</a>.” This call focuses on testing blocks that help recipe authors make their recipe blogs more interactive. Leave your feedback by May 18, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-11 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>Are you interested in helping test out new WordPress 6.0 features but don’t know where to start? This </strong><strong>detailed guide</strong><strong> will walk you through how to get started.</strong></strong></a></div>\n</div>\n\n\n\n<h2>Get ready for WordCamp Europe in Porto</h2>\n\n\n\n<ul><li>We are four weeks away from <a href=\"https://central.wordcamp.org/news/2022/05/join-the-european-wordpress-community-in-porto-portugal/\">WordCamp Europe</a>. After being postponed twice due to the pandemic, the WordPress event is taking place in Porto, Portugal, on 2-4 June 2022. Check out the <a href=\"https://europe.wordcamp.org/2022/schedule/\">schedule</a> and get your <a href=\"https://europe.wordcamp.org/2022/tickets/\">tickets</a> if you haven’t yet!</li><li>WordCamp US <a href=\"https://us.wordcamp.org/2022/support-underrepresented-speakers-at-wordcamp-us/\">announced</a> a new program to support underrepresented speakers.</li><li><a href=\"https://irun.wordcamp.org/2022/\">WordCamp Irun</a> (Spain) is happening this month on May 21 and 22, 2022.</li></ul>\n\n\n\n<div class=\"wp-container-12 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://us.wordcamp.org/2022/our-call-for-volunteers-is-now-open/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp US in San Diego, California, is now open. Newcomers to WordPress are always welcomed. Apply today!</strong></strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em><strong><em>Have a story that we could include in the next issue of The Month in WordPress? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.0 Release Candidate 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:69:\"https://wordpress.org/news/2022/05/wordpress-6-0-release-candidate-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, 03 May 2022 17:18:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12799\";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:171:\"WordPress 6.0 Release Candidate 1 is now available for testing! You can \ndownload and help test RC1 in three ways. You can also help translate WordPress to 100+ languages.\";s: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:\"Dan Soschin\";s: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:7242:\"\n<p>The first release candidate (RC1) for WordPress 6.0 is now available!</p>\n\n\n\n<p>This is an important milestone on the 6.0 release cycle journey. “Release Candidate” means that this version of WordPress is ready for release! Before the official release date, time is set aside for the community to perform final reviews and help test. Since the WordPress ecosystem includes thousands of plugins and themes, it is important that everyone within the WordPress community check to see if anything was missed along the way. That means the project would love your help.</p>\n\n\n\n<p>WordPress 6.0 is planned for official release on May 24th, 2022, three weeks from today.&nbsp;</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you RC1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 RC1 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-RC1.zip\">release candidate version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> When using WP-CLI to upgrade from Beta 1, 2, 3, or 4, on a case-insensitive filesystem, please use the following command:<br><code>wp core update --version=6.0-RC1</code></p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h1>What’s in WordPress 6.0 RC1?</h1>\n\n\n\n<p>Since Beta 4, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Backport updates of Comment blocks tests (<a href=\"https://core.trac.wordpress.org/ticket/55643\">#55643</a>)</li><li>Backport a bugfix of Comment Template block pagination (<a href=\"https://core.trac.wordpress.org/ticket/55658\">#55658</a>)</li><li>Editor: Backport bug fixes for WordPress 6.0 from Gutenberg (<a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a>)</li></ul>\n\n\n\n<p>WordPress 6.0 is the second major release for 2022, following 5.9 which became generally available in January. This release includes nearly 1,000 fixes and enhancements spanning most areas of the WordPress platform. Some key highlights within the content creation and site-building feature sets include:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Various Post Comments, Read More, No Results in Query Loop, Post Author Biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li></ul>\n\n\n\n<h1>Plugin and Theme Developers</h1>\n\n\n\n<p>All plugin and theme developers should test their respective extensions against WordPress 6.0 RC1 and update the “<em>Tested up to”</em> version in their readme file to 6.0. If you find compatibility problems, please be sure to post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forums</a>, so these items can be investigated further prior to the final release date of May 24th.</p>\n\n\n\n<p>Review the <em><a href=\"https://make.wordpress.org/core/2022/05/03/wordpress-6-0-field-guide/\">WordPress 6.0 Field Guide</a></em>, for more details on what’s contained in this release.</p>\n\n\n\n<h1>Translate WordPress</h1>\n\n\n\n<p>Do you speak a language other than English? <a href=\"https://translate.wordpress.org/projects/wp/dev\">Help translate WordPress into more than 100 languages.</a> This release also marks the <a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\">hard string freeze</a> point of the 6.0 release cycle.</p>\n\n\n\n<h1>How to Help Test WordPress</h1>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Haiku Fun for RC 1</h2>\n\n\n\n<p>Release candidate&nbsp;<br>Our journey nearly done<br>Get ready, WordPress</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, and <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12799\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 4\";s: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/2022/05/wordpress-6-0-beta-4/\";s: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, 02 May 2022 16:46:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12787\";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:103:\"WordPress 6.0 Beta 4 is now available for testing! You can download and help test Beta 4 in three ways.\";s: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:\"Dan Soschin\";s: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:5813:\"\n<p>WordPress 6.0 Beta 4 is now available for testing!</p>\n\n\n\n<p>Beta 4 was not part of the originally published development cycle. It is aimed at providing an opportunity for testing some specific issues that were resolved since Beta 3. WordPress will continue with the regularly scheduled release milestones on May 3rd, 2022, with the RC1 release.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 4 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 4 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta4.zip\" data-type=\"URL\" data-id=\"https://wordpress.org/wordpress-6.0-beta4.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: wp core update &#8211;version=6.0-beta4.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>Explore What’s in Beta 4</h2>\n\n\n\n<p>Since Beta 3, various items have been addressed, including (but not limited to): </p>\n\n\n\n<ul><li>Update post content placeholder (<a href=\"https://github.com/WordPress/gutenberg/pull/40177\">#40177</a>)</li><li>Comments block: Fix glitches found while backporting (<a href=\"https://github.com/WordPress/gutenberg/pull/40628\">#40628</a>)</li><li>Show add pattern label when patterns are being prioritised (<a href=\"https://github.com/WordPress/gutenberg/pull/40598\">#40598</a>)</li><li>Fix regression with featured images in latest posts (<a href=\"https://github.com/WordPress/gutenberg/pull/40662\">#40662</a>)</li><li>Navigation Link: Avoid unnecessary re-renders (<a href=\"https://github.com/WordPress/gutenberg/pull/40696\">#40696</a>)</li><li>Navigation: Improve selector performance (<a href=\"https://github.com/WordPress/gutenberg/pull/40700\">#40700</a>)</li><li>Comments Title: Count toggle working in &#8216;Singular&#8217; editing mode (<a href=\"https://github.com/WordPress/gutenberg/pull/40728\">#40728</a>)</li><li>[Writing Flow]: Try to fix multi-selection with shift+click (<a href=\"https://github.com/WordPress/gutenberg/pull/40687\">#40687</a>)</li><li>Fix alignment issue with comment author name (<a href=\"https://github.com/WordPress/gutenberg/pull/40610\">#40610</a>)</li><li>Comment Content: Show moderation message (<a href=\"https://github.com/WordPress/gutenberg/pull/40612\">#40612</a>)</li><li>Display paragraph breaks in comment contents block (<a href=\"https://github.com/WordPress/gutenberg/pull/40667\">#40667</a>)</li><li>Fix style comment awaiting moderation indentation (<a href=\"https://github.com/WordPress/gutenberg/pull/40681\">#40681</a>)</li><li>Fix: Page patterns don&#8217;t show when only one pattern is available (<a href=\"https://github.com/WordPress/gutenberg/pull/40707\">#40707</a>)</li><li>Update the placeholder for post excerpt (<a href=\"https://github.com/WordPress/gutenberg/pull/40178\">#40178</a>)</li><li>REST API: Fix regression in the Pattern Directory endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/55617\">#55617</a>)</li><li>REST API: Fix the scheme for the Block Directory search endpoint. (<a href=\"https://core.trac.wordpress.org/ticket/53621\">#53621</a>)</li><li>Show comments previews in the Comment Query Loop. (<a href=\"https://core.trac.wordpress.org/ticket/55634\">#55634</a>)</li><li>Avoid DB error in comment meta queries. (<a href=\"https://core.trac.wordpress.org/ticket/55218\">#55218</a>)</li></ul>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2>Another Haiku, Just for You</h2>\n\n\n\n<p>Beta four, surprise!<br>Iterating all day long<br>Time to share and test</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <br><a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, and <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s: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:54:\"WP Briefing: Episode 30: A Sneak Peek at WordPress 6.0\";s: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:76:\"https://wordpress.org/news/2022/05/episode-30-a-sneak-peek-at-wordpress-6-0/\";s: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, 02 May 2022 13:03:41 +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=12742\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Get a behind the scenes sneak peek at the WordPress 6.0 release on this episode of the WordPress Briefing featuring a special guest!\";s: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/2022/04/WP-Briefing-030.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:\"Santana Inniss\";s: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:33449:\"\n<p>In the thirtieth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy and special guest Channing Ritter give listeners a sneak peek into the WordPress 6.0 release ahead of the Release Candidate 1 (RC1). </p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Special Guest: <a href=\"https://profiles.wordpress.org/critterverse/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/twentytwentytwo/\">Twenty Twenty-Two Theme</a></li><li><a href=\"https://make.wordpress.org/core/2022/01/08/locking-blocks-in-wordpress-5-9/\">Block Locking</a></li><li><a href=\"https://wordpress.tv/2017/12/10/josepha-haden-beginners-guide-to-contributions/\">Beginner&#8217;s Guide to Contributing</a>, Josepha Haden Chomphosy</li><li><a rel=\"noreferrer noopener\" href=\"https://wordsesh.com/\" data-type=\"URL\" data-id=\"https://wordsesh.com/\" target=\"_blank\">WordSesh</a></li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/social-learning/\" data-type=\"URL\" data-id=\"https://learn.wordpress.org/social-learning/\" target=\"_blank\">Social Learning Spaces</a></li><li><a rel=\"noreferrer noopener\" href=\"https://europe.wordcamp.org/2022/contributor-day/\" data-type=\"URL\" data-id=\"https://europe.wordcamp.org/2022/contributor-day/\" target=\"_blank\">WordCamp Europe Contributor Day</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12742\"></span>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:00:00]&nbsp;</p>\n\n\n\n<p>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>[<strong>Josepha Haden Chomphosy </strong>00:00:40]</p>\n\n\n\n<p>Tomorrow&#8217;s a big day. It marks the beginning of what is called the RC period, or release candidate period, for the current major release of the WordPress CMS. If you&#8217;re not super familiar with the way release cycles work, this is the point in the process where the code should pretty much be done changing.&nbsp;</p>\n\n\n\n<p>That way you can call in your designers, developers, and anyone else who builds things for others using your software. And they can either start testing their products on it, or they can figure out what new things they need to be able to teach their clients, whichever is most relevant to them. That is generally true for WordPress as well, but in true open source fashion, there is a caveat built in that helps us to get in last-minute, vital changes from contributors.</p>\n\n\n\n<p>We have a two-person sign-off rule that&#8217;s been around for about as long as I can remember, but lets things be added late in the release cycle, as long as there are two sign-offs from qualified contributors. Most of the time, those qualified contributors are lead developers of the project, but not always. We have a good group of people who are around helping us make sure that this is doable and the best thing that we can offer to all of our users.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:01:50]</p>\n\n\n\n<p>And so, yeah, two-person sign-off, that is the little bit of release process trivia that you never knew you needed. And since we&#8217;re looking at a release trivia, kind of hidden bits of how software is made, I actually have a guest with me today, Channing Ritter. So Channing is a product and visual designer based in Brooklyn, New York.</p>\n\n\n\n<p>She&#8217;s a design director at Automattic and has been working on the WordPress project as a full-time sponsored contributor since January, 2021. She is joining us to share some behind the scenes intel on what&#8217;s going into the 6.0 release, her role in that process, and then we&#8217;ll just kind of see how the conversation goes from there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:02:40]</p>\n\n\n\n<p>Well, and with that, I&#8217;d like to welcome Channing to the WordPress Briefing. Hi Channing!</p>\n\n\n\n<p>[<strong>Channing Ritter </strong>00:02:45]</p>\n\n\n\n<p>Hey Josepha. Thanks so much for having me.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:02:48] </p>\n\n\n\n<p>I&#8217;m excited to have you here. If I understand, you are working on the design side of things with the release. So why don&#8217;t you tell me a little bit about the role you&#8217;ve played?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:02:59] </p>\n\n\n\n<p>I am. I am the design release lead for the 6.0 release. And if I understand correctly, this is a position that has been unfulfilled for the past few release cycles. So I&#8217;m kind of the first person to step in over the past few releases. And I think that&#8217;s really exciting, especially because design has started to play such a more important role in the WordPress project over the past few years.</p>\n\n\n\n<p>So it makes sense that design would have a seat at the table, and I&#8217;m really excited to be helping advocate for the design team and learning from other folks on the release squad. Who&#8217;ve been doing this for a while.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:03:33] </p>\n\n\n\n<p>So. First big question about 6.0, what is the feature that you are most excited about?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:03:39] </p>\n\n\n\n<p>I&#8217;m most excited about the style switcher within the global styles panel. Um, so if folks still don&#8217;t know what I&#8217;m talking about there, it&#8217;s the ability to change between different variations of the theme.json without actually switching the theme.&nbsp;</p>\n\n\n\n<p>So this is a way to get a drastically different look and feels across your site with just a single click. And I see it as a really fun place to experiment and kind of get inspired for the different ways your site could appear without ever having to change your theme.</p>\n\n\n\n<p>And in terms of the Twenty Twenty-Two variations, they&#8217;re just really gorgeous and all so diverse. Like you have the main default theme that has the deep green and kind of peachy colors and this really elegant type treatment with a really thin Serif typeface. But then the variations are so different from that. And I think my favorite one is the Swiss variation.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:36]</p>\n\n\n\n<p>The Swiss variation?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38]</p>\n\n\n\n<p>Yeah, every graphic design nerd loves Swiss design.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:04:42] </p>\n\n\n\n<p>Oh, ok! Now I know!&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:04:38] </p>\n\n\n\n<p>Really awesome things found in there. It&#8217;s a really high contrast, bold variation. It&#8217;s kind of black and white with red accents. I just love how different it is from the default style and how easy it is to change up your site and just get a whole drastically different look and feel.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:00] </p>\n\n\n\n<p>That&#8217;s excellent. So for folks who do not know what we&#8217;re referring to, when we talk about the Twenty Twenty-Two variation, that is the default theme, Twenty Twenty-Two. I&#8217;ll put a link to both the classic and block-based versions in our show notes, but you&#8217;ll want to use the block-based version to look at these style variations that Channing has mentioned here.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:05:24] </p>\n\n\n\n<p>You know, we&#8217;re really excited that the first-ever default block theme was released with 5.9, which is when Twenty Twenty-Two first went out and was bundled with 5.9.</p>\n\n\n\n<p>But now, with 6.0, I think even more so it&#8217;s starting to showcase the real power of block themes and what can actually be done there. And style variations is a huge kind of first step into this new world of block themes and starting to really open up the possibilities and all the flexibility that you have there.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:05:55] </p>\n\n\n\n<p>Yeah, absolutely. So when we&#8217;re talking about the Twenty Twenty-Two default theme, when we&#8217;re talking about switching these variations inside the theme itself, that seems to me to be a very user-focused kind of feature. And when we talk about users in WordPress, there&#8217;s a lot of room for interpretation. Like if we look at it kind of in a framework of three types of users of WordPress, you have, like end-users. So people who are site owners using it as a site to, like, enable their business.&nbsp;</p>\n\n\n\n<p>But you also have mid-end users—people who use it to build sites for others. And what I like to call back-end users, people who are using WordPress as a framework. And of course at the start of the Gutenberg project, way back in forever, a million years ago, one of the big calls to action that we had around even, like, trying to do this, was that we wanted to make WordPress easier for users. Just plain users.&nbsp;</p>\n\n\n\n<p>And, and to me, that means making WordPress easier for those mid-end users, people who are creating WordPress sites for other people. But also should give some power and autonomy back to those end-users, the people who are using sites to enable their business or are site owners.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:07:14] </p>\n\n\n\n<p>And so in that context, between 5.9 and 6.0, do you feel like we have features that are really giving that kind of power and agency back to our end-users? Do you feel like we have some features that are really focused on those mid-end users, as opposed to our backend users? For a long time, we focused heavily on enabling our backend users, and now Gutenberg kind of moves us into those other two areas.</p>\n\n\n\n<p>And so do you think that things like being able to switch between your style of variations, other things like that are moving us closer to that particular goal of Gutenberg?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:07:51] </p>\n\n\n\n<p>That&#8217;s a great question. I think it&#8217;s both. I think some of the features being released in 6.0 are absolutely going to empower that end-user.</p>\n\n\n\n<p>Particularly in terms of improvements around design tools and some of the quality of life improvements. For example, partially selecting across multiple blocks and being able to partially select texts there. That&#8217;s the type of thing that really brings the writing experience in the editor to be on par with how you would expect a text editing experience to work.</p>\n\n\n\n<p>And there are tons of small quality of life improvements in this release that I think are really gonna help those end-users. But there are also improvements around what we might call the maintainers who are building sites for others. I think block locking in particular is something that is really going to start filling a gap between people who build the sites and then people who do the day-to-day maintenance within a site.</p>\n\n\n\n<p>For example, in 6.0, we&#8217;re introducing some interface UI around block locking, but also there&#8217;ll be control around the ability to lock user roles.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:09:03]</p>\n\n\n\n<p>Which I think makes a lot of sense. I mean, we have all of these user roles in the CMS itself, and for a long time, we&#8217;ve just been like free for all on blocks, which was great and is great and should be available to people.</p>\n\n\n\n<p>But also if we are saying, like, it makes sense to have this gradient of users and their abilities for the CMS itself, and we are saying that we want to move control of the website and the content to be at the base layer in these blocks, then it also makes sense that we should be able to provide that same sort of granular level of access in the blocks.</p>\n\n\n\n<p>So I think that&#8217;s a great thing. If you all, if dear listeners, you do not know what we mean by “block locking,” I&#8217;m sure that I can find a link for us in our show notes below as well. If for anyone who&#8217;s been talking through Gutenberg things with me for a while, you know that this is one of the primary use cases that I think has been a long time coming.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:10:05]</p>\n\n\n\n<p>It was one of the first examples that I offered to folks when we had that question of like, who is this being built for? In what way is this beneficial to that mid-end user, as opposed to just giving all of the power and autonomy to users in a way that maybe is not the best for their visitors?&nbsp;</p>\n\n\n\n<p>This is one of those use cases that made the most sense to me being able to say, okay, well, the opportunity to, as somebody who runs an agency and is building websites for people to be able to say, yeah, ‘You can do anything that is possible in this instance of WordPress and all the things that you are allowed to do will not break your instance. It won&#8217;t break your website’.&nbsp;</p>\n\n\n\n<p>And so it gives a lot of time back to agencies to focus on their client&#8217;s most important problems, as opposed to not knowing how to update the hours in their footer or something like that. And so I&#8217;m very excited about that particular feature.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:11:01]</p>\n\n\n\n<p>It&#8217;s such a long-requested feature. I mean, we&#8217;ve been hearing requests around this particular feature for years and, you know, often when something gets requested over a span of years like that, it&#8217;s because there are some complexities to figure out how it works.</p>\n\n\n\n<p>And that&#8217;s definitely been the case with moving forward with block locking. And there are a lot of nuances there. But I think what you were saying, I totally agree with. There’s always a push and pull. And as we enable more and more flexibility for end-users, there needs to be a little bit of push from the other side to kind of give more granular controls, more locking options, and make sure that everything can still be easily maintained.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:11:43]</p>\n\n\n\n<p>Yeah, we mentioned in that answer the concept of maintainers. If you are a contributor, it&#8217;s not <em>that</em> kind of ‘maintainer.’ So if you&#8217;re a WordPress contributor and we said maintainers there, um, just know that that&#8217;s not what we&#8217;re referring to. If you don&#8217;t know what I&#8217;m talking about when I say ‘contributor,’ there is a whole community of open source people and maintainers are people who specifically take care of a particular part of the WordPress software or the WordPress project, um, that makes all this possible.</p>\n\n\n\n<p>So there&#8217;s, ya know….&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:12:19] </p>\n\n\n\n<p>So true! The maintainer has another meaning in this context.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:12:20]</p>\n\n\n\n<p>Yeah, we have a mix in our audience and I love it, but it also makes me frequently spend like 10% of my podcast being like, by the way, when I said this, I didn&#8217;t mean you, but I did mean <em>you</em>, which makes it harder. I know.&nbsp;</p>\n\n\n\n<p>So. You’ve been with the project for a little bit, but if I recall correctly, this is the first time that you were, like, leading part of a release.</p>\n\n\n\n<p>So what would you say was the most challenging part of that?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:12:52] </p>\n\n\n\n<p>Another great question. This is my first time being this closely involved with the release. Although I was involved with the 5.9 release, but mostly in a release assets capacity. So I helped with the <em>About Page</em> and the welcome banner that goes on the dashboard.</p>\n\n\n\n<p>So I did get some insight in the last release cycle. Which was great preparation for being more involved as a release lead on this cycle. From the design perspective, one of the hardest things is always going to be figuring out what exactly goes into the release and what needs more time. In the sense, you know, that there might be some features that need to stay in the Gutenberg plugin for a while and get more testing before they get released to a much wider audience in a major WordPress release.</p>\n\n\n\n<p>So I think on the design side, we definitely have some goals that are big, long-term projects that are likely going to span across, you know, many releases, maybe even over many years. And I think the full site editor is a great example of that in a sense that it&#8217;s not something that you just were gone in one release and then it all gets released and then it&#8217;s all good to go.</p>\n\n\n\n<p>[<strong>Channing Ritter</strong>  00:14:06] </p>\n\n\n\n<p>It&#8217;s something that has to be staggered across many releases, and there&#8217;s a lot of thought that goes into it; does this make sense in this more limited capacity, and what else needs to go in in order for this feature to go in? And the most complex things about the WordPress project is how interconnected things are.</p>\n\n\n\n<p>So when you start making those decisions about what should go in, what should get pulled out, often there&#8217;s sort of a domino effect of like, well, that would affect this feature and then, well, maybe they shouldn&#8217;t go in, or maybe this does need to go in. And that is really one of the most challenging, but also one of the most fascinating aspects of the release process.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:14:46] </p>\n\n\n\n<p>Yes. It is very, very true that there are kind of no small problems left in WordPress. *laughs* Yeah, when we, when we first started with this like bigger release squad, cause that has not been routine for the history of the project. When we first started with that, I know that expanding out the exposure to like how much one change affects 25 different things was really, it was really good for all of us to be reminded.</p>\n\n\n\n<p>And as I mentioned at the top of our episode today, tomorrow begins the RC period. It begins the release candidate period, which is when it&#8217;s supposed to be, as locked down as possible. But if you all have been following along with our release process in general, which if you&#8217;re listening to this, you probably have, you know that last week or a couple of weeks ago, we had this whole question about the Webfonts API, and we had that conversation in a public space as best we could,&nbsp;</p>\n\n\n\n<p>Like, there are always things that you can&#8217;t, like, fully disclose in public spaces, but we had a very open and transparent conversation about, like, who is most affected by putting it in, in the state that the API was in. And, who&#8217;s most affected if we take it out. And where can we make compromises on either side so that both sides are a little happy and a little unhappy?</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:16:09] </p>\n\n\n\n<p>And, like, that is all so hard to do. Not only in general. We have a 20-year-old code base and a five-year-old code base. And it&#8217;s all a big, big undertaking to understand what is happening and where it happens. And so there&#8217;s this moment always when we are trying to decide, like, is this baked enough? Did we put it in too early? Should we pull it out? How, if we pull it out, did we ask people to do too much work before we decided to pull it out anyway?</p>\n\n\n\n<p>Like, you always have those kinds of questions about it. And honestly, I think that most of us weren&#8217;t around the last time, that WordPress was, was this experimental in public, like it&#8217;s always been open source. It&#8217;s always been experimental and iterating publicly, which is just the hardest way to work on anything. We like, we shipped our best guesses. Don&#8217;t be mad. It&#8217;ll be… we&#8217;re coming for it. We&#8217;re going to fix it. Like, that&#8217;s always hard, but the last time around, when it was this substantial a change was, like, 2008 or something, like, it was ages and ages ago.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:17:14] </p>\n\n\n\n<p>And we were smaller than, we had a smaller number of contributors. We had a smaller group of people actually using the CMS. And so over time it has gotten more and more complicated. And, and I don&#8217;t think that we can ever understate the complexities of that. And so for you, you had a little bit of exposure to it in 5.9 and then showed up for like really doing it in 6.0.</p>\n\n\n\n<p>Has it been a surprising change? Like, were you surprised much more by how complicated it was when you were closer to it?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:17:47] </p>\n\n\n\n<p>Yeah, definitely. It’s been a real learning process, especially coming to understand how much there really are no easy answers. I think a lot of us are in the release squad are real problem solver types of people and, and want it to, you know, be a really neat, tidy answer.&nbsp;</p>\n\n\n\n<p>And it&#8217;s not always the case. You know, sometimes parts of the feature might go in, or some contingency plan might get put into place and things didn&#8217;t go exactly as planned. But what you said of being an experiment and being on kind of the cutting edge of trying out new things, I think there is a lot of passion around that in the WordPress project.&nbsp;</p>\n\n\n\n<p>Right now, we&#8217;re in such a transitional period for the project, you know, moving from classic themes to block themes and really changing the ideas of how we approach designing sites. And because of that, I think there is a lot of momentum and energy around getting new features, as many new features as possible into each release. But there&#8217;s also, you know, a lot of testing and stuff that needs to happen.</p>\n\n\n\n<p>And to make sure that, like you said, these things aren&#8217;t going out too early.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:19:01] </p>\n\n\n\n<p>Well, and there&#8217;s always that difficulty, we&#8217;re going to just leap right into open source areas now. There&#8217;s always that difficulty around, like, there&#8217;s this concept that when, like, we always want to ship something that doesn&#8217;t break backward compatibility when possible, we don&#8217;t want to ship vulnerabilities. Like, that&#8217;s always true, but we are in an open source project, and open source projects are necessarily kind of tolerant of like, that&#8217;s not our best, but like it skates, right?&nbsp;</p>\n\n\n\n<p>This was, we aimed for Ferrari and got a skateboard because sometimes you got to start with a skateboard, right? *laughter* Like if it gets you from one place to another, that&#8217;s kind of where we&#8217;ve got to aim some days.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:19:45] </p>\n\n\n\n<p>Totally.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong>  00:19:46] </p>\n\n\n\n<p>And that&#8217;s always so, so difficult, especially cause, like, for the big change that 5.0 represented, and that 5.9 represented– 6.0 is not as big a shock as 5.9 was.&nbsp; But, like, as big a change as those represented, it still skates. And that&#8217;s, I think what makes the work especially hard, especially nuanced. And like, we haven&#8217;t gotten together as human beings in two years. And so sometimes people just kind of forget there&#8217;s a human being back there.</p>\n\n\n\n<p>We&#8217;re humans. Everyone be nice. Yeah. I don&#8217;t know that part of running a release definitely was surprising to me. My first release that I ran was 5.0 and…</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:20:31] </p>\n\n\n\n<p>Oh, wow!</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:20:32]</p>\n\n\n\n<p> Yeah, it was, like, that was  2018. And then I became the executive director at the top of 2019. And I distinctly remember one core chat where I showed up and just was like the most transparent, vulnerable person we&#8217;ve ever experienced in life.</p>\n\n\n\n<p>That&#8217;s not true. We have very vulnerable people in the project and very transparent people, but I told everyone like, there are a million of you and one of me, and it&#8217;s kind of terrifying that you&#8217;re leaping on me in this—like you&#8217;re scaring me a lot right now. And that was quite a thing to say to like, all these… it&#8217;s terrifying! Right?</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:21:12] </p>\n\n\n\n<p>I love when you see that type of vulnerability in the project. I think it takes… it takes a degree of comfort and familiarity with the project to even be able to admit to that. And to me, that&#8217;s a real sign of growth in the project. Like when I first started contributing, I don&#8217;t think I ever would have just said, like, ‘How is the feature supposed to work? I have no idea.’ That&#8217;s something that I say all the time now.</p>\n\n\n\n<p>*Laughter*</p>\n\n\n\n<p>And you know, that is completely fine and more than okay. It&#8217;s a massive project. There are folks who have done deep thinking about a feature over the course of years. You know, and there are experts who can help shed light on various problems that maybe you just haven&#8217;t had a chance to dive into yet and really understand the nuances of yet.</p>\n\n\n\n<p>So that&#8217;s the amazing thing about open source is that you can lean on folks who do have expertise in that particular area. You&#8217;re not expected to be an expert-expert in every single domain. It&#8217;s okay to say, I don&#8217;t really have a good idea or a good concept of this feature. I don&#8217;t have a good feeling for it. What do other folks think?&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:22:24] </p>\n\n\n\n<p>And even people who have been in the project for a long time, decade plus, still say that all the time. You know, or you might just say, like, I have a really rough idea of how this works, are other people seeing this the same way? Or did other people have a different, you know, mental picture of how this might work?</p>\n\n\n\n<p>Even if, sometimes it feels like you&#8217;re over-communicating, it&#8217;s really helpful because often people do have really dramatically different ideas about how a feature might take shape.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:22:49] </p>\n\n\n\n<p>And I hope that&#8217;s one of the things that we never lose in the project. Like we are an old, old project now and we support a bunch of the web with a tiny, tiny group of people compared to the amount of the web that we support.</p>\n\n\n\n<p>And I hope that we always have that opportunity as senior leaders, which I am, and all of our upcoming leaders to all of us, just at some point, be like, can we stop the train? I don&#8217;t understand. I don’t understand that. Um, and not necessarily feel that that has made us a worse contributor. Cause I think that it&#8217;s when we are transparent about our lack of understanding.</p>\n\n\n\n<p>That&#8217;s when we have the opportunity to make what we&#8217;re offering to the world more solid and always better.&nbsp;&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:23:35] </p>\n\n\n\n<p>I love it. I think it&#8217;s the, one of the most lovely things about the WordPress community. There&#8217;s really low judgment around those types of questions and people are really inclusive and more than happy to take a moment to explain something to you or shed some light on an issue you might not have thought that much about.&nbsp;</p>\n\n\n\n<p>I think that&#8217;s one of the best things you can always reach out for help. And folks are always willing to provide guidance or context or even historical information about, you know, whether it&#8217;s been tried in the past or previous explorations and that sort of thing.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:24:10] </p>\n\n\n\n<p> All right. Well, that covers all of my questions for you. Do you have a final thought about the release that you would like to share with everyone you don&#8217;t have to, if you don&#8217;t want to, not everyone has like a final sign off.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:24:25] </p>\n\n\n\n<p>Yeah. One of the things I&#8217;m most excited about for this 6.0 release is all of the improvements around design tools.</p>\n\n\n\n<p>And these are just small improvements around a ton of different things, like the color panel, border controls, gap support, typography options, flexible container blocks, etc. These are the types of tools that are a designer&#8217;s dream. You know, they really make the difference between being able to make a really crisp, finished looking final product and having something that&#8217;s a little rough around the edges.</p>\n\n\n\n<p>And as a designer, like those are the things that your eye goes straight towards. And all of these nuanced new tools, they really allow designers to have that fine detailed control to create really pixel perfect sites. And I think that&#8217;s something that, you know, myself and a lot of others on the design team are just so beyond excited about.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:25]</p>\n\n\n\n<p>Excellent. Well, Channing, thank you so much for joining us today on the WordPress Briefing; it has been an absolute delight.&nbsp;</p>\n\n\n\n<p>[<strong>Channing Ritter</strong> 00:25:32] </p>\n\n\n\n<p>Thank you for having me.</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy</strong> 00:25:41] </p>\n\n\n\n<p>And now it is time, woohoo, for the small list of big things. My favorite part of this podcast, that&#8217;s not true. I have a lot of things that I love about this podcast. I just, in particular love being able to share like three things that are coming up in the next couple of weeks that everybody should be aware of. And I really particularly like the list I have this week.&nbsp;</p>\n\n\n\n<p>First as of today, we are two weeks away from WordSesh. If you&#8217;re looking forward to your first in-person WordPress event, but feel like you could use a little foundation information, a little bit of a WordPress primer, then this event has a lot of excellent thought leaders in the project that you can learn from.</p>\n\n\n\n<p>If you&#8217;re looking for more practical or hands-on opportunities, uh, you can also check out social learning spaces. All of those are free for anyone. So I will include links to both of them in the show notes.&nbsp;</p>\n\n\n\n<p>[<strong>Josepha Haden Chomphosy </strong>00:26:30]&nbsp;</p>\n\n\n\n<p>Second, as of today, we are four weeks away from WordCamp Europe. This is one of our flagship events. So it also includes a contributor day, which I encourage you to look into. If you have never heard of one before. I will be there to meet some of the contributors that have joined the project since the end of 2019. And hopefully, I will see you there as well. If you&#8217;ve never heard of a contributor day, then I&#8217;ll include a link to the beginner&#8217;s guide to contributions, a little talk that I gave in 2017 in the show notes that should help you get your bearings or at the very least know what questions to ask yourself to figure out if a contributor day is right for you.</p>\n\n\n\n<p>And then the third thing as of today, it has been one week since <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> and the <a href=\"https://make.wordpress.org/meta/\">Meta</a> developers… Um, that sounds like a band… Ian Dunn and the Meta developers connected the props channel in the community Slack to WordPress.org profile activity. I&#8217;m really excited about this. It&#8217;s the first in a long list of changes that are part of a larger project to credit more non-code contributions, more contributions that are not specific to a major release or event.</p>\n\n\n\n<p>And also to set us up to be able to provide more quality checks and balances for our growing Five for the Future program. If you&#8217;ve not been over there lately, if you&#8217;re not super sure what I&#8217;m talking about, there&#8217;s a link to the discussion post that we had about it, but also you can wander right over into the Making WordPress Slack and check out the props channel to just kind of see a running list of contributors that people are really grateful for. Which, frankly, if you ever are having a bad day, that is a wonderful place to just kind of wander in and see all of the positive vibes that people are sending around to each other.</p>\n\n\n\n<p>Uh, yeah, so the props channel, is always good. Uh, and that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. </p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</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:\"12742\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"People of WordPress: Meher Bala\";s: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:66:\"https://wordpress.org/news/2022/04/people-of-wordpress-meher-bala/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Apr 2022 09:20:54 +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:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";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:10:\"Interviews\";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:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"WordCamp Mumbai\";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:5:{s:4:\"data\";s:16:\"wptranslationday\";s: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=12706\";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:106:\"This month\'s People of WordPress feature shares the story of developer and e-commerce builder Meher Bala. \";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s: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:16754:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a Indian-based WordPress developer and long term contributor on how it helped her find a career and a local and global community to belong to.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher pictured against the backdrop of a window overlooking trees \" class=\"wp-image-12728\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=300%2C151&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?resize=768%2C386&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/meher-1.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p><strong>WordPress is an inspiration to Meher Bala, a frontend web developer and community builder from India. From using the software as a basic website tool to helping entrepreneurs and good causes around the world fulfill their aspirations, she has overcome personal barriers and now aims to inspire others.</strong></p>\n\n\n\n<p>Meher found her vocation and learned new skills through WordPress. She also discovered a way to encourage other women to consider careers in IT.&nbsp;</p>\n\n\n\n<h2>Opening the doors to a career in technology</h2>\n\n\n\n<p>As a child, Meher was diagnosed with dyslexia (difficulty in reading the written word) and dyscalculia (difficulty in comprehending numbers and mathematical functions). With the support of her parents and a tutor, she was able to overcome this learning obstacle. She developed coping techniques and a determination to work to overcome challenges as they appeared later in life.</p>\n\n\n\n<p>In school, she got an opportunity to replace one subject with computer studies as an alternative. This proved to be an eye-opener to future career possibilities.&nbsp;</p>\n\n\n\n<p>She began to research not only what the internet had to offer but also how it worked, including the new and fascinating concepts of email and websites. Her father bought the family’s first desktop computer so she could do her research at home.</p>\n\n\n\n<p>Meher’s father wanted to turn her love for computers into something that would serve her well in the future. In 2005, he enrolled her in a short computer course from a global IT training provider. The course tutor was so impressed with her performance, she was advised to enroll in a four year software development course.</p>\n\n\n\n<p>That meant she had studied the software development course alongside her higher education college course. Looking back, she enjoyed the dual challenge of the degree course in commerce, and the experience prepared her well to keep learning software while working as a developer. Within three years, she had learned C#, C, C++, HTML, Java, and .NET. </p>\n\n\n\n<p>After graduation, she was in a dilemma to choose between commerce and IT. What to choose? She had a compulsory one-year technology internship to complete, and her choice of focus for that year would prove to be a defining moment.</p>\n\n\n\n<p>In 2009, on her birthday, Meher was offered an internship. On the first day of the internship, she was introduced to WordPress. Her initial assignment was to change the look and feel of the WordPress dashboard — in just six hours. But there was a problem &#8211; she had never worked with WordPress before!</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&#8220;I stared at the whiteboard and thought that task given was impossible and difficult to meet the deadline. I wondered if my boss was joking and did not know then what you could do with WordPress as a developer and how it could slot into your toolbox. It opened my eyes.&#8221;&nbsp;</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Meher used her research skills to know more about using WordPress. She found a plugin that would help her achieve her task. She met the deadline and it ingrained an interest that she would never lose. </p>\n\n\n\n<h2>Re-discovering WordPress</h2>\n\n\n\n<p>Five years after her initial WordPress experience, Meher was assigned to lead an international project in WordPress.&nbsp;She was hesitant — she had lost touch with the CMS during that five years, but the project was a great opportunity to become a team leader and lead from the front.&nbsp;</p>\n\n\n\n<p>She decided to update her WordPress skills, relying again on the strength of her research skills and determination. In the process, she also taught her team all about WordPress, inspiring many of those members to continue to develop their WordPress skill set.</p>\n\n\n\n<p>The success of that project was a pivotal moment for Meher and a new dawn as a developer specializing in WordPress.</p>\n\n\n\n<p>As a team lead, Meher soon found it was not possible to always have all the answers straight away. She found internet searches gave practical solutions—but rarely explained the theory behind it.</p>\n\n\n\n<p>So she went looking for a WordPress group to help her expand the scope and depth of her knowledge.</p>\n\n\n\n<h2>Finding the community and its developer learning opportunities </h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"999\" height=\"667\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=999%2C667&#038;ssl=1\" alt=\"Meher at WordCamp Nagpur in 2017\" class=\"wp-image-12762\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?w=999&amp;ssl=1 999w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/dsc_00345.jpg?resize=768%2C513&amp;ssl=1 768w\" sizes=\"(max-width: 999px) 100vw, 999px\" data-recalc-dims=\"1\" /><figcaption>Meher enjoying being part of <em>WordCamp Nagpur in 2017</em></figcaption></figure>\n\n\n\n<p>In 2015, while browsing Facebook, Meher came across an advertisement for something called WordCamp Mumbai, an event that had taken two days before. She did a little digging to learn what a WordCamp was, and about the people behind it. She took the plunge and joined the WordPress Mumbai Meetup group.</p>\n\n\n\n<p>Her first Meetup experience was not love at first sight. She felt the topics were for advanced users, and the timing late in the evening made it difficult to attend.</p>\n\n\n\n<p>But a few months later, the Meetup addressed a topic that could help her resolve an issue in one of her current projects. She made the effort to show up and came away with a number of important tips.&nbsp;The speaker had taken the time to speak to individual attendees. When he came to Meher, she took the opportunity to ask a couple of questions about her project issues. </p>\n\n\n\n<p>Thereafter she went to more Meetups and got to know the people behind this group, just as they started talking about WordCamp Mumbai 2016.</p>\n\n\n\n<h2>A WordCamp adventure</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" loading=\"lazy\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=600%2C800&#038;ssl=1\" alt=\"Meher pictured with the WordCamp Mumbai 2016 sign \" class=\"wp-image-12758\" width=\"600\" height=\"800\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?w=600&amp;ssl=1 600w, https://i1.wp.com/wordpress.org/news/files/2022/04/wcm16.jpg?resize=225%2C300&amp;ssl=1 225w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /><figcaption>Meher discovering <em>WordCamps in Mumbai in 2016</em></figcaption></figure>\n\n\n\n<p>Meher expressed interest in being a part of the coming&nbsp; WordCamp Mumbai and started in an entry-level role with basic responsibilities.</p>\n\n\n\n<p>At first, she thought WordCamp was a formal conference with about 100 people. So on the first day of WordCamp Mumbai 2016, she was surprised to see so many WordCamp enthusiasts attending and enjoying such a relaxed and friendly conference.</p>\n\n\n\n<p>After that great experience, Meher went to many more meetups and did more volunteering. She started taking on responsibilities in the coming WordCamps and getting to know the different aspects of the camp.&nbsp;</p>\n\n\n\n<p>In the following years, at each WordPress, she took up a new role like speaker vetting, sponsors, and volunteer coordination. This allowed her to know more about what an organizer needs to do, from planning to execution, to make WordCamp a successful event.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"900\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=900%2C600&#038;ssl=1\" alt=\"WordCamp Mumbai 2017 group photo of the team\" class=\"wp-image-12765\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=300%2C200&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/wcmumbai-17.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"(max-width: 900px) 100vw, 900px\" data-recalc-dims=\"1\" /><figcaption>With the team at <em>WordCamp Mumbai in 2017</em></figcaption></figure>\n\n\n\n<p>Meher is grateful for her WordPress journey which was fostered in the Mumbai community. It has been filled with beautiful surprises.&nbsp;</p>\n\n\n\n<p>When people ask why she’s chosen to specialize professionally in WordPress, Meher says WordPress is easy to teach a non-technical person, yet it is still highly customizable. Being a WordPress developer has given her the opportunity to work&nbsp; remotely for global web development companies that let her think out of the box. And she learns new skills with every release.</p>\n\n\n\n<h3>The community makes WordPress special</h3>\n\n\n\n<p>Meher says that some of her most memorable WordPress moments have revolved around special friendships, trying new things, and participating in community building.&nbsp;</p>\n\n\n\n<p>WordPress has let her explore different parts of India, make new friends locally and internationally, and encourage women to be a part of meetup groups and events across India.&nbsp;</p>\n\n\n\n<p>One of Meher’s biggest dreams was to lead WordCamp Mumbai as a lead organizer and show others what could be achieved by working together in open source. In 2019, she did just that and has volunteered at international WordCamps and meetups since.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"515\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&#038;ssl=1\" alt=\"Meher speaking at WordCamp Mumbai 2019\" class=\"wp-image-12731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=1024%2C515&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=300%2C151&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?resize=768%2C386&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/04/wc-19.jpg?w=1247&amp;ssl=1 1247w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /><figcaption>Taking to the stage at WordCamp Mumbai in 2019</figcaption></figure>\n\n\n\n<p>As part of her enthusiasm for sharing the opportunities WordPress can give people, especially women, she has given time to co-organize two global <a href=\"https://wptranslationday.org/\">WordPress Translation month long events</a> and contributor events in India.&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Meher said: “I was first introduced to translation at one of the meetups which was organised to support the WordPress Translation Day. I realized this was another way to support my local communities and bring the power of WordPress to them by contributing in Gujarati and Hindi. I did not imagine I would a few years later be a global organizer for the event itself!”</p>\n\n\n\n<p>With her commitment to ongoing learning as a developer and to model what she believes about the value and community growth opportunities of open source, Meher has given time and energy to the Marketing Team, where she has been a Team Rep, to the Training Team, and to the Core Team contributing to multiple releases.&nbsp;</p>\n\n\n\n<h2>The developer adventure with WordPress is unlimited</h2>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>At the start of my software developer journey, I always thought the C++ and Java were the only skills you required to excel in your career. From the time I started exploring WordPress in depth, I realized the potential and the power of WordPress in web development.</p><cite>Meher Bala</cite></blockquote>\n\n\n\n<p>Being a part of the WordPress community, Meher learned that there is so much more than just building blogs on WordPress. She started exploring different features of WordPress, created her first theme, and eventually specialized as a frontend specialist.</p>\n\n\n\n<p>Meher now works as a consultant and front end developer with an international agency specializing in WordPress. Asked what she thought was the best thing about being a WordPress developer, Meher replied: &#8220;Through WordPress, I have an opportunity to build unique out of the box websites and work&nbsp;remotely for global web development companies that encourages you to think out of the box. There is always opportunity to continuously advance my coding skills and learn new techniques with every release.&#8221; </p>\n\n\n\n<p>She believes that there is no limit to where using the software can take you and what you can combine it with to find solutions to projects big and small.</p>\n\n\n\n<p>If you earn a living from WordPress, her advice is from the heart: try to give back to the WordPress community.</p>\n\n\n\n<p>“I am sure you will learn or teach something new and definitely make friends across the world. There is no shame in making mistakes, as you can learn from them and develop your skills further. You can also help others as they build their skills.”</p>\n\n\n\n<p>Meher added: “Don’t let the things you find difficult get in the way of your success.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Meg Phillips (<a href=\'https://profiles.wordpress.org/megphillips91/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>megphillips91</a>) for interviews, writing and image work on this story. Thank you to Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>) for sharing her experiences and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. </p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12706\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Apr 2022 16:43:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12690\";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:103:\"WordPress 6.0 Beta 3 is now available for testing! You can download and help test Beta 3 in three ways.\";s: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:\"Dan Soschin\";s: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:5387:\"\n<p>WordPress 6.0 Beta 3 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, or test this version of WordPress production or mission-critical websites. Instead, it is recommended that you test Beta 3 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test WordPress 6.0 Beta 3 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta3.zip\">beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta3</code>.<br><em>Do not use this option if your filesystem is case-insensitive.</em></p>\n\n\n\n<p>The current target for the final 6.0 release is May 24, 2022, which is in less than a month!&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available here</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2>See What’s in Beta 3</h2>\n\n\n\n<p>Since Beta 2, various items have been addressed, including (but not limited to):&nbsp;</p>\n\n\n\n<ul><li>Twenty Twenty-Two: Implement alternate json files <a href=\"https://core.trac.wordpress.org/ticket/55433\">#55433</a></li><li>Fix duotone rendering in site editor <a href=\"https://github.com/WordPress/gutenberg/pull/37727\">#37727</a>&nbsp;</li><li>Create Comments Title block with simple styling <a href=\"https://github.com/WordPress/gutenberg/pull/40419\">#40419</a>&nbsp;</li><li>Navigation block: After choosing an option from Select Menu, focus after block render <a href=\"https://github.com/WordPress/gutenberg/pull/40390\">#40390</a></li><li>Add comment id to all comments inside comments query loop <a href=\"https://github.com/WordPress/gutenberg/pull/40268\">#40268</a></li><li>Add post-comments-form block to comments template <a href=\"https://github.com/WordPress/gutenberg/pull/40256\">#40256</a></li><li>Elements: Add styles to the footer before the block is rendered <a href=\"https://github.com/WordPress/gutenberg/pull/37728\">#37728</a></li><li>Add default comment status to discussion settings&nbsp; <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Fix styles for nested elements (link color) <a href=\"https://core.trac.wordpress.org/ticket/55567\">#55567</a></li><li>Move <code>wp_enqueue_block_style()</code> to <code>wp-includes/script-loader.php</code>, for better consistency <a href=\"https://core.trac.wordpress.org/ticket/55182\">#55182</a>, <a href=\"https://core.trac.wordpress.org/ticket/55148\">#55148</a></li><li>Move administration related hooks to admin-filters.php <a href=\"https://core.trac.wordpress.org/ticket/54795\">#54795</a></li></ul>\n\n\n\n<h2>Update on the Webfonts API and Style Variations in Twenty Twenty-Two</h2>\n\n\n\n<p>A <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">prior announcement</a> for WordPress 6.0 Beta 1 included a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json”, as a feature that would be included in the release. WordPress 6.0 Beta 3 will allow theme authors to use webfonts in theme.json, with a public API for plugins to register and enqueue webfonts available in a future version for WordPress. Beta 3 will also include <a href=\"https://core.trac.wordpress.org/ticket/55433\">three new style variations</a> to the Twenty Twenty-Two default theme.</p>\n\n\n\n<h2>How to Help</h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>&nbsp; <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p><strong>And now another WordPress haiku:</strong></p>\n\n\n\n<p>Release day is near<br>6.0 abounds with joy<br>New features soon here</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:\"12690\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.0 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/2022/04/wordpress-6-0-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, 19 Apr 2022 16:43:30 +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: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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12666\";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:337:\"WordPress 6.0 Beta 2 is now available for testing! This version of the WordPress software is under development. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&#160; You can test 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s: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:5119:\"\n<p>WordPress 6.0 Beta 2 is now available for testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 2 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 2 in three ways:</p>\n\n\n\n<p><strong>Option 1: </strong>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</p>\n\n\n\n<p><strong>Option 2: </strong>Direct download the<a href=\"https://wordpress.org/wordpress-6.0-beta2.zip\"> beta version here (zip)</a>.</p>\n\n\n\n<p><strong>Option 3:</strong> Use WP-CLI to test: <code>wp core update --version=6.0-beta2</code><br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></p>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about five weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks, which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>What’s New In Beta 2</strong></h2>\n\n\n\n<p>As a reminder, contributors have fixed&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;resolution=fixed&amp;milestone=6.0&amp;group=component&amp;order=priority\">209 tickets in WordPress 6.0</a>, including&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;changetime=04%2F12%2F2022..04%2F19%2F2022&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;group=component&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=changetime&amp;col=owner&amp;col=priority&amp;col=keywords&amp;order=changetime\">110 new features and enhancements</a>. Each beta cycle focuses on bug fixes, and more are on the way with your help through testing. Here are a few of the changes you will find in Beta 2 specifically:&nbsp;</p>\n\n\n\n<ul><li>Block Editor: Prevent styles from being added to the site editor (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Patterns REST API: Add &#8216;inserter&#8217; to the schema&nbsp; (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Don’t load remote patterns twice in WP_REST_Block_Patterns_Controller::get_items (#<a href=\"https://core.trac.wordpress.org/ticket/55567\">55567</a>)</li><li>Add the ability to filter the whole notification email in retrieve_password (<a href=\"https://core.trac.wordpress.org/ticket/54690\">#54690</a>)</li><li>Avoid translating empty plugin headers (<a href=\"https://core.trac.wordpress.org/ticket/54586\">#54586</a>)</li></ul>\n\n\n\n<h3><strong>Note on Webfonts API</strong></h3>\n\n\n\n<p>Last week’s announcement for <a href=\"https://wordpress.org/news/2022/04/wordpress-6-0-beta-1/\">WordPress 6.0 Beta 1</a> includes a reference to “Webfonts API:<strong> </strong>Manage local fonts with PHP or theme.json,” as a feature that would be included in the release. This specific functionality was not included in Beta 2 but may be available at RC.</p>\n\n\n\n<h2><strong>How to Help</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute to WordPress. If you are new to testing, check out this <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">detailed guide</a> that will walk you through how to get started.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can<a href=\"https://core.trac.wordpress.org/newticket\"> file one on WordPress Trac</a>. This is also where you can find a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/costdev/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>costdev</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h4>And now a WordPress Haiku:</h4>\n\n\n\n<p>We code fervently</p>\n\n\n\n<p>A breathless pause for the test</p>\n\n\n\n<p>Key tapping resumes</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:\"12666\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s: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:53:\"WP Briefing: Episode 29: How to Make a WordPress Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/news/2022/04/episode-29-how-to-make-a-wordpress-blog/\";s: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, 18 Apr 2022 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=12658\";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:150:\"Join our host Josepha Haden Chomphosy as she takes us back to WordPress basics. Learn everything you need to know about how to make a WordPress blog! \";s: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/2022/04/WP-Briefing-029.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:\"Santana Inniss\";s: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:16764:\"\n<p>In the twenty-ninth episode of the WordPress Briefing, Executive Director Josepha Haden Chomphosy reminds us of our WordPress roots &#8212; blogging &#8212; and discusses the basics of starting your first blog on WordPress.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://learn.wordpress.org/course/getting-started-with-wordpress-get-setup/\">Getting Started with WordPress: Get Setup</a></li><li><a href=\"https://make.wordpress.org/core/2022/04/07/6-0-product-walk-through-recap/\">6.0 Product Walkthrough</a></li><li><a href=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\" data-type=\"URL\" data-id=\"https://www.meetup.com/wordpress-social-learning/events/285233962/\">How to Make a WordPress Blog Social Learning Space Event </a></li><li><a href=\"https://make.wordpress.org/community/events/\">Upcoming WordPress Events</a></li><li><a href=\"https://www.meetup.com/pro/wordpress/\" data-type=\"URL\" data-id=\"https://www.meetup.com/pro/wordpress/\">WordPress Meetup Groups</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12658\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</p>\n\n\n\n<p>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><strong>Josepha Haden Chomphosy [00:00:39] </strong>&nbsp;</p>\n\n\n\n<p>All right. So you&#8217;ve been listening to this podcast for a while. You may be one of these contributors I keep mentioning; you may be an agency owner or freelancer. Maybe you&#8217;ve wondered how to make a WordPress blog for your big idea. Or, maybe you&#8217;re one of the many people who use WordPress for their project or business. Before WordPress was known as a content management system, as a way to get sites online fast, it was a blogging tool.</p>\n\n\n\n<p>We have long since outgrown that, but even 19 years into our journey, blogging is still a key part of what WordPress enables you to do. That&#8217;s because even after those 19 years, the mission of WordPress is still the same. And that is to democratize publishing, to help people have a place online where they can tell their stories or share their projects or set up their businesses.</p>\n\n\n\n<p>If you&#8217;ve ever tried to set up a blog, you know that there isn&#8217;t a lot of information about what to know before you get going at all. So I&#8217;m going to talk about that a little bit today. And just by the way, if you heard the word blog right now and thought, oh, Josepha, how old fashioned? I think it&#8217;s important to remember that there&#8217;s a business advantage to having well-written, relevant content on your website.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:59]</strong></p>\n\n\n\n<p>And if you&#8217;re not blogging for business, because not all of us are, then the benefits are a little different but still important to my mind. Things like the cathartic benefits of journaling, a chance to build community, and the general importance of preserving wisdom for the ages. Anyway, back to the topic at hand. Before we can get to any of the fancy things that WordPress can do nowadays, it&#8217;s important to know a few things as you get ready to set up your first ever website.&nbsp;&nbsp;</p>\n\n\n\n<p>So let&#8217;s dive in. Here is how you need to get yourself started. First, have an idea and a plan. So have an idea for what you&#8217;re doing, the concept of your content, who you want to reach, and some concept of a domain name. I would encourage you to not necessarily get your heart set on a domain name at first. Cause, like, if you want the domain name, wordpress.org, like we own that, you can have that! But if you know that you want a domain like WordPressbloggingforthefuture.com, like that one might be more available. And if you know the kind of words you want in your domain, you can be a bit flexible about what is there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:09]</strong></p>\n\n\n\n<p>The second thing that you need to do is that if you are just getting started, ask yourself the question, what sort of host do I want? We kind of mentioned all along the WordPress process that, like, you need a good host, but it’s not always clear where that decision has to happen. It happens right here at the start, before you even know what WordPress is most of the time.</p>\n\n\n\n<p>So, the earliest question that you have to answer for yourself is what sort of host do I want? Where do I want my site to live? So ask yourself how much you want to get into the maintenance and configuration of your website and the hardware that it lives on versus creating content or keeping your shop up to date.&nbsp;</p>\n\n\n\n<p>There&#8217;s this whole spectrum of hosting options, and they range from full service where they will keep your WordPress software up to date, provide daily backups, and have customer support if something goes really wrong. So it ranges all the way from full service like that all the way down to essentially zero services, just kind of hands-off.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:11]&nbsp;</strong></p>\n\n\n\n<p>They give you a space to keep your WordPress software, to keep your WordPress site. But they leave everything else up to you. They leave the backups up to you. They leave updating up to you, things like. So that&#8217;s the first thing you have to ask yourself. And the first question you have to be able to answer. Most of the time, you will want to start with one of the full-service options. That way, you know that your software is set up correctly and safely from the start. And as you learn more about the software and what you want and what you need, and you have the ability to learn in the time that you have, the more that you can add on either service with the existing hosts that you chose or moving to a different host; however that works out for you.</p>\n\n\n\n<p>So if that one sounds like the right option, then you choose a host, go to their site, and actually most of them will have a way to walk you through how to set up a WordPress site inside their system. Most of the time, it&#8217;s just one click and then they ask you some questions to get some configurations right.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:10]&nbsp;</strong></p>\n\n\n\n<p>The other option that on the like zero, zero service side, that&#8217;s not quite fair, but you know, the other side of that spectrum that probably will be appealing to you if you are already familiar with code or already know how to manage a server or, or you know how to work in this thing called c-panel, et cetera.</p>\n\n\n\n<p>So if you already have a lot of information on how all of that works, you can, if you want to, head over to wordpress.org/download, and you can download a zip file of the WordPress software and set that up in your own environment.&nbsp;</p>\n\n\n\n<p>Okay, quick check here. If this all sounds roughly doable to you, or at least it feels like we&#8217;re in the right starting point, but you find yourself thinking, gosh, I just wish she would slow down a little.</p>\n\n\n\n<p>I&#8217;ve got you covered. In the show notes, you&#8217;ll find a link to one of the Learn WP courses for getting started with WordPress. There&#8217;s a section on choosing a host as well as various other early steps of this process. So if you felt like I blazed through all of that, which honestly I kind of did, you can work through those lessons in that course, at your own pace, and it&#8217;s, and it&#8217;s really a very good guide.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:06:24]&nbsp;</strong></p>\n\n\n\n<p>All right. Let&#8217;s pretend we did all of that. Now you&#8217;ve got yourself a website. The thing that you will want to do next, or rather the first thing that you&#8217;ll notice once you get your site up and running, is that there&#8217;s this ‘Hello World’ post– there&#8217;s a post that already exists in there. The Hello World post is a placeholder for the common features of a blog post.</p>\n\n\n\n<p>There, you can find your featured image, your title, your content, and even some fake comments. You can either edit this post so that you can see how your writing will look from the start, and you can kind of compare like, okay, the Hello World part over here on this page, exists in this field over here on this page. So you can kind of see where everything works, how it all looks together. Or, if you&#8217;re more familiar with WordPress or CMS in general, you can simply remove that and start fresh.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:17]</strong></p>\n\n\n\n<p>So we&#8217;ve got now a website, we know, kind of, how to look at our posts and create posts, where comments are, where they can kind of be moderated and stuff. And so, the most fun task for everyone is choosing a theme. But if it&#8217;s not a fun task, if it doesn&#8217;t sound like a fun task to you, I can help you kind of do some, choose your own adventure guiding questions here.&nbsp;</p>\n\n\n\n<p>Firstly, you can ask yourself how you want the site to look. Do you want it to mostly be a lot of photos or entirely words, mostly animations? You can head to the theme directory and search for a theme with most of the features that you want. There&#8217;s like a filtering system where you can put in, like, you want three columns so that you can have three columns of text if you want it to look kind of like an old school newspaper kind of layout and things like.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:12]</strong></p>\n\n\n\n<p>There&#8217;s also a way to look for themes inside your instance, your WordPress site, but like, if you haven&#8217;t set that up yet, but you do still want to see kind of what your theme options are, you can go to wordpress.org/themes and and take a look at what&#8217;s out there. Just as a quick side note, if you get to that theme directory, if you get to wordpress.org/themes, and it feels overwhelming, which I can understand, I recommend starting with a theme that is designed for blogging specifically so that you can see how things look right away.</p>\n\n\n\n<p>And there&#8217;s actually a theme that does come with every WordPress site. So if you&#8217;re not ready, you can skip this thing entirely and just work with the theme that&#8217;s already there. Every word, press instance ships with a theme and it is fully functional when you, when you get your site up and running. So you don&#8217;t need to choose a theme right now if you don&#8217;t feel ready.</p>\n\n\n\n<p>And then the other very fun thing that people do with their WordPress sites is to add plugins to them. So plugins are these little pieces of software that you add on to the WordPress software that lets it do additional things. It adds additional functionality. The questions that you can ask to kind of guide yourself through what sorts of plugins you might want, what sorts of functionality you might want to add to your site are a little similar to the ones that you want to ask for figuring out which theme.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>So figure out if there are tasks that you need visitors to do. Do you need them to contact you? Do you want them to watch a video? Should they review and respond to questions?</p>\n\n\n\n<p>If you have a concept of the things that you want users to do on your website, then you can head to the plugin directory and search for a plugin with features that you need. Also, there are just endless lists of recommended plugins out there; if that is something that you find valuable as part of your research, those are also easy to find.</p>\n\n\n\n<p>And as a general side note here, there are even more plugins than there are themes. So if you have gotten to this point and feel like you don&#8217;t quite know the answers to the questions that I shared, and, and it&#8217;s going to be a while until you feel like you can know what those answers are. That&#8217;s totally fine.</p>\n\n\n\n<p>I&#8217;ll tell you this. I have never seen a site without a contact form. So feel free to begin your journey there. There are a lot of great plugins for contact forms and it can kind of help you figure out how to work with plugins in that way. So yeah, I made it sound like you can get a WordPress website built in like seven minutes and on the one hand you definitely can.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:09:36]</strong></p>\n\n\n\n<p>And on the other hand, it&#8217;s still a little bit more complicated. So here I have a final note for everyone. You will hear around the WordPress ecosystem. And obviously, here, are some things that could make you feel a little nervous about doing this for the first time. Things like the five-second installation, which WordPress has been famous for years.</p>\n\n\n\n<p>But also about how easy and simple it all is. And as somebody who was once in the position of learning WordPress for the first time, like I first encountered a WordPress site in 2009 and I started learning how to use WordPress in 2010. So I can say with confidence that once you learn it, it&#8217;s easy.</p>\n\n\n\n<p>We are the easiest of the hard options for CMS. Like content management systems are just complicated, but we are the easiest one out there. And so, as you&#8217;re learning, I want to just remind you to celebrate your small wins along the way. If you feel like you&#8217;re late to this blogging game, like you should have had a website for years. I mean, sure that could be true. And yes, the best time to plant a tree was 20 years ago. But the second-best time to plant that tree is today.&nbsp;</p>\n\n\n\n<p>WordPress didn&#8217;t start out powering over 40% of the web, and your first site can&#8217;t be immediately measured in the millions of readers. So, what will your small beginning lead you to?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:12:25]</strong></p>\n\n\n\n<p>And now that brings us to our small list of big things.&nbsp;</p>\n\n\n\n<p>The first one, the next release of WordPress, WordPress 6.0, has reached its beta phase. That means the full focus is on finding and fixing the bugs we accidentally created during this development cycle. Beta two comes out tomorrow and you can follow along in the core channel in the Making WordPress Slack.</p>\n\n\n\n<p>If you&#8217;ve never seen how those releases get packaged, and if you just want to keep an eye on what everybody&#8217;s doing so that you can be the first to know, yeah, Making WordPress Slack is the way to go.&nbsp;</p>\n\n\n\n<p>The second thing on our small list is that speaking of WordPress 6.0, we had the public walk through a couple of weeks ago, which means that in a few weeks, I&#8217;ll do a WordPress 6.0 sneak peek. I&#8217;ll share some highlights of the release features and why I think they are super important for you to take a look. Sooner rather than later.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:13:22]</strong></p>\n\n\n\n<p>And then the final, big thing, if you are new to WordPress and this episode has you all fired up to start your blog, we have a bunch of contributors over on the Learn WP team that have just the thing for you.</p>\n\n\n\n<p>You can join the online social learning space called How to Make a WordPress Blog. It&#8217;s a free online event that will help you get started. I&#8217;ll link the information in the show notes below. And I&#8217;ll also share in the show notes, a list of WordPress Meetup groups, where you can find more opportunities to learn and get support from other people locally who are also doing things with WordPress.&nbsp;</p>\n\n\n\n<p>But you can also find a list in the dashboard of your newly installed WordPress blog you no doubt have after this podcast.&nbsp;&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</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:\"12658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s: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:20:\"WordPress 6.0 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/2022/04/wordpress-6-0-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, 12 Apr 2022 19:08:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.0\";s: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=12644\";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:63:\"WordPress 6.0 Beta 1 is now available for download and testing.\";s: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:\"Dan Soschin\";s: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:7809:\"\n<p>WordPress 6.0 Beta 1 is now available for download and testing.</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>. Please do not install, run, and test this version of WordPress on a production or mission-critical website. Instead, it is recommended that you test Beta 1 on a test server and site.&nbsp;</p>\n\n\n\n<p>You can test the WordPress 6.0 Beta 1 in three ways:</p>\n\n\n\n<ul><li>Option 1: Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li><li>Option 2: Direct download the <a href=\"https://wordpress.org/wordpress-6.0-beta1.zip\">beta version here (zip)</a>.</li><li>Option 3: Use WP-CLI to test: <code>wp core update --version=6.0-beta1</code>. <br><strong><em>Do not use this option if your filesystem is case-insensitive.</em></strong></li></ul>\n\n\n\n<p>The current target for the final release is May 24, 2022, which is about six weeks away.&nbsp;</p>\n\n\n\n<p>Additional information on the full <a href=\"https://make.wordpress.org/core/6-0/\">6.0 release cycle is available</a>.</p>\n\n\n\n<p>Check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/dev-notes+6-0/\">6.0-related developer notes</a> in the coming weeks which will detail all upcoming changes.</p>\n\n\n\n<h2><strong>Keep WordPress Bug Free – Help with Testing</strong></h2>\n\n\n\n<p>Testing for issues is critical for stabilizing a release throughout its development. Testing is also a great way to contribute. If you have never tested a beta release before, <a href=\"https://make.wordpress.org/test/2022/04/12/help-wanted-test-wordpress-6-0/\">this detailed guide</a> will walk you through how to get started.</p>\n\n\n\n<p>Testing helps make sure that this and future releases of WordPress are as stable and issue-free as possible. And anyone can do it – especially great WordPress community members just like you.</p>\n\n\n\n<p>Want to know more about testing releases like this one? Read about the <a href=\"https://make.wordpress.org/test/\">testing initiatives</a> that happen in Make Core. You can also join a <a href=\"https://wordpress.slack.com/messages/core-test/\">publicly-accessible channel</a> on the <a href=\"https://wordpress.slack.com\">Making WordPress Slack workspace</a>.</p>\n\n\n\n<p>If you think you have run into an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. This is also where you can find a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>To review features in the Gutenberg releases since WordPress 5.9 (the most recent major release of WordPress), access the <em>What’s New In Gutenberg</em> posts for 13.0 (release pending), <a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">12.9</a>, <a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">12.8</a>, <a href=\"https://make.wordpress.org/core/2022/03/02/whats-new-in-gutenberg-12-7-2-march/\">12.7</a>, <a href=\"https://make.wordpress.org/core/2022/02/16/whats-new-in-gutenberg-12-6-16-february/\">12.6</a>, <a href=\"https://make.wordpress.org/core/2022/02/03/whats-new-in-gutenberg-12-5-february-2nd/\">12.5</a>, <a href=\"https://make.wordpress.org/core/2022/01/19/whats-new-in-gutenberg-12-4-19-january/\">12.4</a>, <a href=\"https://make.wordpress.org/core/2022/01/05/whats-new-in-gutenberg-12-3-5-january/\">12.3</a>, <a href=\"https://make.wordpress.org/core/2021/12/22/whats-new-in-gutenberg-12-2-22-december/\">12.2</a>, <a href=\"https://make.wordpress.org/core/2021/12/08/whats-new-in-gutenberg-12-1-8-december/\">12.1</a>, and <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-24-november/\">12.0</a>.&nbsp;&nbsp;</p>\n\n\n\n<p>Beyond the noted changes, which include more than 400 updates and 500 bug fixes for the editor, contributors have fixed <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.0&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\">189 tickets for the WordPress 6.0</a> core, including <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;status=reopened&amp;type=enhancement&amp;type=feature+request&amp;milestone=6.0&amp;col=id&amp;col=summary&amp;col=type&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=priority&amp;col=changetime&amp;col=keywords&amp;order=changetime\">91 new features and enhancements</a>. More fixes are on the way.</p>\n\n\n\n<h2><strong>Some Highlights</strong></h2>\n\n\n\n<p><em>Want to know what’s new in version 6.0? Read on for some highlights.</em></p>\n\n\n\n<p>The WordPress 6.0 release will be packed with all kinds of improvements. Here are just a few:</p>\n\n\n\n<ul><li><strong>Style Switching:</strong> <a href=\"https://make.wordpress.org/core/2022/03/03/core-editor-improvement-choose-your-style/\">switch up the look and feel of your site</a>, all in one block theme. No need to change themes!</li><li><strong>More template options:</strong> use blocks to edit five more templates (author, date, categories, tag, and taxonomy).</li><li><strong>Multi-select: </strong>Easily select text across multiple blocks. Edit to your liking.</li><li><strong>Retain Styles: </strong>Keep your custom styles in place, whether transforming between blocks or creating new buttons.&nbsp;</li><li><strong>More patterns in more places:</strong> the Quick Inserter surfaces patterns that might work well for the condition you’re in, baking in relevant patterns for template parts and pages you’re working on.&nbsp;</li><li><strong>List View improvements: </strong>New keyboard shortcuts (shift + click) let you select multiple blocks to modify in bulk (reposition, delete, etc.), see your content at a glance with a collapsed by default view, and more.</li><li><strong>Refined design tools: </strong>Explore<strong> </strong>a new color panel, transparency options, more group block variations to create new layout options (Stack, Row), the ability to set your featured image in a Cover block, control the exact size of your featured image, gap support for the Gallery block, and more.</li><li><strong>New blocks: </strong>Comments, Read More, No results in Query Loop, Post Author biography, Avatar blocks.&nbsp;</li><li><strong>Block Locking UI: </strong>Choose to disable the option to remove a block, move it, or both, right in the editor.&nbsp;</li><li><strong>Export block themes: </strong>Explore the improved block theme export tool, as WordPress heads closer to codeless visual block theme building.</li><li><strong>Webfonts API: </strong>Manage local fonts with PHP or theme.json.&nbsp;</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, and <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12644\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.9.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/2022/04/wordpress-5-9-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, 05 Apr 2022 19:50:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{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:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.9\";s: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=12575\";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:125:\"WordPress 5.9.3 is now available! This maintenance release features 9 bug fixes in Core and 9 bug fixes in the block editor.\";s: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:9:\"Jb Audras\";s: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:3896:\"\n<p>WordPress 5.9.3 is now available!</p>\n\n\n\n<p>This maintenance release features&nbsp;9 bug fixes in Core and 10 bug fixes in the block editor.</p>\n\n\n\n<p>WordPress 5.9.3 is a short-cycle maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6.0/\">6.0</a>.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.9.3.zip\">download WordPress 5.9.3 from WordPress.org</a>, or visit your Dashboard&nbsp;→ Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://make.wordpress.org/core/2022/03/30/wordpress-5-9-3-rc-1/\">full list of both Trac and GitHub changes in the release candidate post</a>, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-3/\">changelog of version 5.9.3 on HelpHub</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.3 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>.</p>\n\n\n\n<p>Special props to&nbsp;<a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>&nbsp;for running mission control.</p>\n\n\n\n<p>Thank you to everyone who helped make WordPress 5.9.3 happen:</p>\n\n\n\n<p class=\"alignfull is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a>, <a href=\"https://profiles.wordpress.org/aliakseyenkaihar/\">aliakseyenkaihar</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/binarymoon/\">binarymoon</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">glendaviesnz</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/iulia-cazan/\">Iulia Cazan</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/jsnajdr/\">jsnajdr</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/pgpagely/\">pgpagely</a>, <a href=\"https://profiles.wordpress.org/rafiahmedd/\">Rafi Ahmed</a>, <a href=\"https://profiles.wordpress.org/richybkreckel/\">Richard B. Kreckel</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/rufus87/\">Rufus87</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">Tor-Bjorn Fjellner</a>, <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a>, <a href=\"https://profiles.wordpress.org/webmandesign/\">Oliver Juhas</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12575\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress – March 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2022/04/the-month-in-wordpress-march-2022/\";s: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, 05 Apr 2022 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"the month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12583\";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:325:\"We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to this episode of WP Briefing. There you will find a list of Non-Governmental Organizations (NGOs) that can help. In parallel to the work [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"rmartinezduque\";s: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:13319:\"\n<p>We hope that you and your beloved ones are staying safe during these difficult times. If you’re looking for a way to support the humanitarian crisis in Ukraine, you can refer to <a href=\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\">this episode of WP Briefing</a>. There you will find a list of Non-Governmental Organizations (NGOs) that can help.</p>\n\n\n\n<p>In parallel to the work the community is doing in preparation for the next major release, WordPress 6.0, March has seen the launch of some exciting projects and proposals. Read on to find out more about the latest updates and how to get involved. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<h2>The Pattern Directory is open for public submissions</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?ssl=1\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"659\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&#038;ssl=1\" alt=\"View of the Pattern Directory page at WordPress.org.\" class=\"wp-image-12584\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1024%2C659&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=300%2C193&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=768%2C494&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=1536%2C988&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/04/home-patterns.png?resize=2048%2C1318&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>The <a href=\"https://wordpress.org/patterns/new-pattern/\">WordPress Pattern Creator</a> is live! This new tool allows anyone with a WordPress.org user account to build, edit and submit their best block patterns to the <a href=\"https://wordpress.org/patterns/\">Pattern Directory</a>.<br><br>If you&#8217;ve used patterns in WordPress, you&#8217;ll know that they make it easy to add unique layouts to your website. These include galleries, testimonials, pricing tables, and more. Opening the directory to public submissions enables any WordPress user to enjoy a wider variety of patterns to use on their sites.</p>\n\n\n\n<div class=\"wp-container-13 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Check out the Pattern Creator announcement to learn more</strong></a></div>\n</div>\n\n\n\n<h2>WordPress 6.0 Walkthrough scheduled for April 5, 2022</h2>\n\n\n\n<p>A few updates to the <a href=\"https://make.wordpress.org/core/2022/03/11/wordpress-6-0-planning-update/\">WordPress 6.0 planning</a> were published last month. In case you missed them, <strong>today (April 5) at 15:00 UTC</strong> there is a live and interactive <a href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\">WordPress 6.0 walkthrough</a> hosted by contributors of the release squad.</p>\n\n\n\n<p>The event will take place via Zoom and include a discussion on the new features, potential blockers, and a Q&amp;A session with the community. Attendance is open to anyone who wants to know more about what’s coming in WordPress 6.0.</p>\n\n\n\n<div class=\"wp-container-14 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/2022/03/30/6-0-product-walk-through/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Join the WordPress 6.0 product walkthrough</strong></a></div>\n</div>\n\n\n\n<h2>Gutenberg releases: Versions 12.8 and 12.9 are here</h2>\n\n\n\n<p>Versions 12.8 and 12.9 of the Gutenberg plugin were released last month. With them, some new exciting features and updates.</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/03/16/whats-new-in-gutenberg-12-8-16-march/\">Gutenberg 12.8</a> includes a new Webfonts API, iterative UX enhancements, and bug fixes to increase the editor’s stability.</li><li><a href=\"https://make.wordpress.org/core/2022/03/30/whats-new-in-gutenberg-12-9-30-march/\">Gutenberg 12.9</a> introduces the new block locking UI and support for spacing between Gallery images. Also, many other improvements to give you more control over what is editable and presented to users.</li></ul>\n\n\n\n<div class=\"wp-container-15 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/core/tag/gutenberg-new/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Follow #gutenberg-new to stay updated on the latest Gutenberg releases</strong></a></div>\n</div>\n\n\n\n<div class=\"wp-container-16 wp-block-buttons\"></div>\n\n\n\n<h2>Team updates: Team Reps for the Photo Directory team, community proposals, and more</h2>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-maintenance-release/\">WordPress 5.9.2</a> is available for download. This security and maintenance release features one bug fix and three security fixes.</li><li>The Team Representatives for the Make Photo Directory team for 2022 <a href=\"https://make.wordpress.org/photos/2022/03/23/announcement-photo-directory-team-reps-2022/\">have been announced</a>. Congrats to Marcus Burnette (<a href=\'https://profiles.wordpress.org/mdburnette/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdburnette</a>), Katie Richards (<a href=\'https://profiles.wordpress.org/katiejrichards/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>katiejrichards</a>), and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>)!</li><li>The Community team considered <a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">revisiting the existing guidelines</a> for in-person regional WordCamps. Conclusions and next steps will be shared soon.</li><li>On a similar note, Cate DeRosia (<a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>) is <a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">looking for ideas</a> on how to support organizers who are trying to restart in-person events in their communities. Share yours by April 13, 2022.</li><li>The Training team published new lesson plans, workshops, and social learning spaces on Learn WordPress. <a href=\"https://make.wordpress.org/updates/2022/04/01/whats-new-on-learnwp-in-march-2022/\">Check out what’s new in March 2022.</a></li><li>How has WordPress helped grow your story? The Make Marketing team <a href=\"https://make.wordpress.org/marketing/2022/04/01/grow-your-story-on-wordpress/\">wants to hear about your experience</a>!</li><li>The <a href=\"https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/\">Performance Lab plugin</a>, a set of modules that aim to improve performance in WordPress, was released last month.</li><li>Openverse released <a href=\"https://make.wordpress.org/openverse/2022/03/10/openverse-frontend-v3-1-1-release/\">new updates</a> in March. They include a redesigned content reporting flow and new image detail pages.</li><li>WordPress Executive Director Josepha Haden Chomphosy posted a <a href=\"https://make.wordpress.org/project/2022/03/23/removal-of-the-zamir-plugin/\">public statement</a> on the removal of the Zamir plugin a few weeks ago.</li><li>The March 2022 editions of the <a href=\"https://make.wordpress.org/community/2022/03/14/meetup-organizer-newsletter-march-2022/\">Meetup Organizer Newsletter</a> and the <a href=\"https://make.wordpress.org/polyglots/2022/03/22/polyglots-monthly-newsletter-march-2022/\">Polyglots Monthly Newsletter</a> were published.</li><li>The latest edition of People of WordPress features the contributor story of the Argentinian web developer and product manager <a href=\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\">Juanfra Aldasoro</a>.</li><li>WordPress community members launched the <a href=\"https://block-museum.com/\">Museum of Block Art (MOBA)</a>. This initiative seeks to inspire creativity and push the limits around what can be done with WordPress. All the art curated in this virtual museum is built using the block editor.</li></ul>\n\n\n\n<div class=\"wp-container-17 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/2022/03/30/proposal-steps-to-integrate-wpdiversity-into-wordpress-event-organizing/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Help us build a thriving and inclusive community. Share your thoughts on this </strong><strong>proposal</strong><strong> to introduce WordCamp and Meetup organizers to #WPDiversity programs by April 8, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>Testing requests: WebP feature, template for author pages</h2>\n\n\n\n<ul><li>The Performance Team published a <a href=\"https://make.wordpress.org/core/2022/03/28/enabling-webp-by-default/\">proposal</a> to integrate the WebP image format by default into WordPress core. Your feedback on this feature is appreciated.</li><li><a href=\"https://make.wordpress.org/mobile/2022/04/04/call-for-testing-wordpress-for-ios-19-6/\">Version 19.6</a> of WordPress for iOS is available for testing.</li></ul>\n\n\n\n<div class=\"wp-container-18 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/test/2022/03/31/fse-program-testing-call-13-authoring-an-author-template/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong> There&#8217;s a new call for testing as part of the Full Site Editing Outreach Program: Authoring an Author Template. The deadline to participate is April 21, 2022.</strong></a></div>\n</div>\n\n\n\n<h2>The first flagship WordCamp Asia is looking for organizers</h2>\n\n\n\n<ul><li>WordCamp Asia is tentatively scheduled for February 2023. After two years since the organizing team announced that the first flagship WordCamp Asia was canceled due to the pandemic, they are back together and <a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">looking for more members</a> to join them in planning the event.</li><li>The <a href=\"https://us.wordcamp.org/2022/apply-to-speak-at-wcus/\">Call for Speakers</a> for WordCamp US 2022 is now open. You can submit your application by April 17, 2022.</li><li>Three in-person WordCamps are happening this month:<ul><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://geneve.wordcamp.org/2022/\">WordCamp Genève</a>, Switzerland on April 9, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1ec-1f1f7.png\" alt=\"🇬🇷\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://athens.wordcamp.org/2022/\">WordCamp Athens</a>, Greece on April 9-10, 2022</li><li><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f1e6-1f1f9.png\" alt=\"🇦🇹\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://vienna.wordcamp.org/2022/\">WordCamp Vienna</a>, Austria on April 23-24, 2022</li></ul></li><li>Check out the latest episodes of WordPress Briefing with Josepha Haden:<ul><li><a href=\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-events/\">Coming to a WordCamp Near You: A Return to In-Person WP Events</a></li><li><a href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\">Is WordPress Made for Me?</a></li></ul></li></ul>\n\n\n\n<div class=\"wp-container-19 is-content-justification-center wp-block-buttons\">\n<div class=\"wp-block-button aligncenter\"><a class=\"wp-block-button__link\" href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><strong>The </strong><strong>Call for Volunteers</strong><strong> for WordCamp Europe 2022 is still open. If you want to get involved with the WordPress community and have a lot of fun, this is your chance!</strong></strong></a></div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: </em><a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/mysweetcate/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mysweetcate</a>, <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12583\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s: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:87:\"WP Briefing: Episode 28: Coming to a WordCamp Near You: A Return to In-Person WP 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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wordpress.org/news/2022/04/episode-28-coming-to-a-wordcamp-near-you-a-return-to-in-person-wp-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:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Apr 2022 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=12506\";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:172:\"Curious about returning to WordPress events safely? Tune in as WordPress Executive Director Josepha Haden Chomphosy discusses guidelines for returning to in-person 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:\"\";}}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/2022/03/WP-Briefing-028.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:\"Santana Inniss\";s: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:11997:\"\n<p>In the twenty-eighth episode of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy discusses returning to in-person WordPress events.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> &amp; <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a> </li><li>Song: Fearless First by Kevin MacLeod</li><li>Special thanks to: <a href=\"https://profiles.wordpress.org/angelasjin/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a></li></ul>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://wordcampcentral.survey.fm/2022-host-in-person-wordpress-event-checklist\">Event Safety Checklist</a></li><li><a href=\"https://asia.wordcamp.org/2023/call-for-organisers/\">WordCamp Asia Call for Organizers</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/23/return-to-events-blue-sky-thinking/\">Open Discussion: Returning to In-Person Events</a></li><li><a href=\"https://make.wordpress.org/community/2022/03/17/discussion-revisiting-in-person-regional-wordcamps/\">Open Discussion: Returning to Regional Events</a></li></ul>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12506\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00] </strong>&nbsp;</p>\n\n\n\n<p>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><strong>Josepha Haden Chomphosy [00:00:40]&nbsp;</strong></p>\n\n\n\n<p>I was checking the list of upcoming events recently as part of just my regular work and saw that the call for organizers for WordCamp Asia is open. On the one hand, it made my heart skip a beat with excitement. That event is six years or so in the making. And on the other hand, it reminded me of February 10th, 2020, the day that Matt told me that we had to proactively cancel WordCamp Asia. That week was truly heartbreaking for me as well as I think the entire organizing team.</p>\n\n\n\n<p>But it also, fortunately, was prescient. As I think back over the two years since then, I&#8217;m grateful for our community wranglers and deputies who have consistently hosted important discussions about how to return to in-person events safely. And with two of our major flagship events returning this year, I&#8217;m here to summarize, sort of, what the rules and guidelines are.</p>\n\n\n\n<p>But certainly I hope that you come away from this with an idea of what&#8217;s being done to keep everyone safe as we are best able.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:44]&nbsp;</strong></p>\n\n\n\n<p>Firstly, before we dig into specifics, I want to be clear upfront that the guidelines for COVID-aware events are mandatory, unless otherwise stated. For folks who&#8217;ve been attending WordPress events, or participating in the community for a long time, this is a change. As a program, we have always done our best to be flexible with guidelines so that we can prioritize local knowledge. But our responsibility is to the long-term success of this community and this program. So moving forward with in-person events that risk the health of our community members poses risks to the program itself. So with that in mind, let&#8217;s learn what we&#8217;re going to see at events for the rest of the.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:02:28]&nbsp;</strong></p>\n\n\n\n<p>For any WordPress event that is gathering more than 50 people, the new mandatory guidelines are:</p>\n\n\n\n<p>Number one, follow local laws and guidelines. If your area has suggested guidelines on top of the mandatory ones, follow those.</p>\n\n\n\n<p>Second, is if you are in a location where laws or guidelines require or permit venues to limit admission based on a person&#8217;s vaccination status and masking, then events can only happen in venues that are willing to provide staff to check for vaccination status at the door. And then also to remind participants to wear masks during the event.</p>\n\n\n\n<p>And the third thing is if your area or venue legally cannot check vaccination status, your area must pass the in-person checklist, which I will link in the show notes below. But that in-person checklist has to be passed at the time of the application and then again at the time of the event. And in addition to that, the venue must be willing to provide staff who will remind participants to wear masks and check for temperature during the event.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:03:33]&nbsp;</strong></p>\n\n\n\n<p>Organizers in these areas must be prepared to move online or cancel if the region fails the safety checklist, which again, will be linked in the show notes below. So those are the three things and they are pretty dense, but also I think allow for a fair amount of flexibility. There is also a tidy flow chart linked in the sidebar of make.wordpress.org/community that will help you to decide what sort of event your own area can support right now.&nbsp;</p>\n\n\n\n<p>So those are the mandatory guidelines for WordPress events in general right now, but you probably also have a few specific questions. So I&#8217;ve got the three most common questions ready to go with answers from Angela Jin who helped me to kind of pull together the information for this particular podcast props to Angela. Thank you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:04:25]&nbsp;</strong></p>\n\n\n\n<p>So, first question, anything specific to know about WordCamp Europe? WordCamp Europe will be following these guidelines as well. All attendees and participants are expected to wear a mask while they are at the event and catering will be offered outside so people can remove their masks to eat.&nbsp;</p>\n\n\n\n<p>The second common question is how will these guidelines change as countries and local governments begin deescalating restrictions and safety measures? We should consider these guidelines to be subject to evolution based on what the team is hearing and seeing from the community. But right now we intend to keep these stricter guidelines in place until we see how the loosened rules play out elsewhere.&nbsp;</p>\n\n\n\n<p>And then a third frequent question is what&#8217;s going to happen to all these online events?</p>\n\n\n\n<p>The community team will continue to support online events right now. So if your community doesn&#8217;t feel ready to have an in-person event, but still wants to kind of get everyone together that is still allowed, and still&nbsp; encouraged. And finally the community team will continue to keep a close eye on situations around the world.</p>\n\n\n\n<p>If it becomes safe to do so, and your community is interested, they of course will be happy to chat with you about a WordCamp. There is an application that I will share the link to in the show notes below as well. In case that is something that your community is wanting to look into.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:05:54]</strong></p>\n\n\n\n<p>Oh, and I have a little postscript also. I know I was like finally, and now I&#8217;m doing a finally, finally. That&#8217;s what postscripts are about. P.S. If you have not stopped by the community team’s site or any of their meetings, they&#8217;ve been doing a really great job of keeping things moving through two years of unpredictable changes. If you are a community team member, I want to offer you a huge thanks. Thank you so much for helping us to stay aware and able to move forward.&nbsp;</p>\n\n\n\n<p>If you are an organizer, pat yourself on the back. I want to thank you for pivoting with us, moving through online events, even though they are not at all the same as in-person events and certainly they don&#8217;t share the reasons that we get people together sometimes.</p>\n\n\n\n<p>And finally, if you are an end to end attendee, if you go to WordPress meetups or you go to any sort of WordPress online events or WordCamps, anything like that, thank your local organizer. They have been doing this probably for a while, and I&#8217;m sure that they are looking forward to getting back to in-person events themselves, but even, so they have been putting in a lot of volunteer hours to help make sure that we all know how to use WordPress.</p>\n\n\n\n<p>And so find them, thank them, and I&#8217;m sure that they&#8217;ll appreciate it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:07:20]</strong></p>\n\n\n\n<p>And with that, it is time for our small list of big things. Number one, WordCamp Asia has a call for organizers open! This event will be in 2023. And I think that we all simply cannot wait. So I&#8217;ll link the call for organizers in the show notes. And then of course you can follow that whole site to stay up to date on what&#8217;s happening there.</p>\n\n\n\n<p>The second thing is, while we&#8217;re on the topic of events, there&#8217;s also an open discussion about how we can best support organizers who are getting back to in-person events. We&#8217;d like thoughts from both organizers and attendees. So feel free to drop by and leave a note in the comments section. And while you&#8217;re over there, the third thing in my small list of big things, there&#8217;s also an open discussion about regional events. So go over there, get all your thoughts about WordPress events together. Get them all sorted out in one go. Just leave comments, boom, boom, boom, boom, boom. All over the place.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host Josepha Haden Chomphosy.</p>\n\n\n\n<p>And I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:08:54]</strong></p>\n\n\n\n<p>So my most embarrassing WordCamp story actually has to do with where I was supposed to be versus where people thought I was supposed to be. This was early on in my time with WordPress, with Automattic. And I had convinced someone, I had convinced a colleague and friend of mine to go to my home WordCamp, WordCamp Fayetteville over there in Arkansas.</p>\n\n\n\n<p>And then I didn&#8217;t go. But I knew I wasn&#8217;t going, I knew I was going to WordCamp Boston, but he did not know that I was not going to go. And so he arrived at WordCamp Fayetteville, WordCamp Northwest Arkansas. I can&#8217;t remember what it was called at the time. And immediately was confused about where I was and why I wasn&#8217;t there.</p>\n\n\n\n<p>And so there was this excellent moment of mass confusion among states where the folks at WordCamp Fayetteville started tweeting about how I had convinced this contributor to go to that event and then didn&#8217;t show up. And then the folks at WordCamp Boston, we&#8217;re looking at all of those tweets, because if you are a WordCamp organizer, you are always looking at the tweets from all the other WordCamps happening in your weekend.</p>\n\n\n\n<p>And people got very confused about why I was in Boston while they were thinking that I was in Fayetteville, even though the tweets were talking about how, like, I wasn&#8217;t in Fayetteville. They probably didn&#8217;t say that it was probably more along the lines of like, “Hey, let&#8217;s share a photo with Josepha” to, like, make fun of the fact that I wasn&#8217;t there.</p>\n\n\n\n<p>And so I caused mass confusion in multiple states. That&#8217;s probably my most embarrassing WordCamp story. You&#8217;re welcome. Bye!</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:\"12506\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:75:\"\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:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Juan Aldasoro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2022/03/people-of-wordpress-juanfra-aldasoro/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Mar 2022 21:42:10 +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:7:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";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:10:\"Interviews\";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:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:20:\"Polyglot Contributor\";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:5:{s:4:\"data\";s:12:\"Support Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=12512\";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:120:\"The People of WordPress feature this month shares the story of web and plugin developer Juanfra Aldasoro from Argentina.\";s: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:28:\"webcommsat AbhaNonStopNewsUK\";s: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:20070:\"\n<p><strong>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people’s lives for the better. This month we feature a website developer and product manager from Argentina, who found in the software a way to live his life in the way he dreamed.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"768\" src=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333.jpg?resize=1024%2C768&#038;ssl=1\" alt=\"Juan standing in front of a mural\" class=\"wp-image-12525\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2333-scaled.jpg?resize=2048%2C1536&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress offers something to everyone. For Juan Aldasoro, a developer and product manager for a large distributed company, it provides an opportunity to combine his different interests and skills to live the type of life he wanted.&nbsp;</p>\n\n\n\n<p>“I like visual, creative and technical things. The joy of WordPress is that you can do all of these things, you don’t have to limit yourself to any one aspect . You can also do this from almost anywhere in the world!”</p>\n\n\n\n<p>From working in products since 2012, Juan sees WordPress as a major part of his skillset and toolbox. He said: “It gives you an opportunity to be part of building a product which could potentially be used by thousands of people and more on your site. It encourages you to think about different languages and how you can make it accessible. It allows you to work on different platforms. Working in WordPress gives you this broad approach. Working this way on products ended up pushing me into learning about all these different things. Only in open source can you really do this and use your creative side to find solutions.”</p>\n\n\n\n<h2><strong>Learning about being part of a community</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"924\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813.jpeg?resize=1024%2C924&#038;ssl=1\" alt=\"Juan standing in a astreet with murals behind him\" class=\"wp-image-12529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1024%2C924&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=300%2C271&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=768%2C693&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=1536%2C1386&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra_2813-scaled.jpeg?resize=2048%2C1847&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Born in a mid-sized city in Argentina, Juan was raised in a family in which music, arts and sports were always an essential part of everyday life.</p>\n\n\n\n<p>“These activities encourage human beings to be creative and participative, and at the same time they are highly formative when it comes to mould people in order to become part of a group, a team, a community.”</p>\n\n\n\n<p>The youngest of five siblings, Juan became highly motivated, trying to follow the steps of his siblings. Having a computer at home, he started to make connections that laid the foundation for his career as a developer. His interest in computers grew through that access to a machine running MS-DOS &#8211; the one with the black screen command line! Mastering this became a challenge to him and something to share with others. Through doing this, he found a way to more social interaction and new friendships.&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Without being conscious of it, my friends and I were sharing pieces of code.</p></blockquote>\n\n\n\n<p>He said: “I started learning some super easy stuff that made me feel like Houdini at that time. I could save a game play, something intangible, on a floppy disk and carry that piece of plastic and magnetic material back home. I was saving the play or game in a square object and then loading that back at home. I now realize, those were my first interactions with computer commands. Without being conscious of it, my friends and I were sharing pieces of code in a unique way.”</p>\n\n\n\n<p>This interest grew further through computer magazines and experimenting as &#8220;there was always something new to learn.” Although sport became a big part of Juan’s life in his teens, he kept up his computer learning. Taking a new direction, he found online tutorials enabling him to learn how to play the guitar. This led to setting up a punk rock band with his friends.&nbsp;</p>\n\n\n\n<p>“Education has always been important in my family, and thanks to my parent’s efforts, I attended a school where I learned to express myself in another language.” The school had hired a satellite internet connection in the mid-nineties and had HTML on the computer studies program. These facilities were not that common in Argentina or many other countries either at that time. Also, his parents had the foresight to secure a rare internet connection at the house in 1997. </p>\n\n\n\n<p>Juan recalled: “Browsing around the Internet opened a new universe in my mind. This new universe was extremely fantastic but also extremely expensive. I needed to make the most of every second online.”<br><br>“It was a whole new world and one thing led to the other. I started learning a bit of everything, editing graphics, scripting and so on. I still remember my first website in the fantastic sunset strip, Geocities.”</p>\n\n\n\n<h3><strong>Trying to go pro</strong></h3>\n\n\n\n<p>After high school, Juan moved to the city along with his brother and began to study IT at University. When he was asked by a friend to work at a software company, he decided to try that whilst continuing his studies. Through his job he had the chance to explore web-related opportunities, and with a friend from university, they started managing teams and projects across Latin America and Spain.<br><br>Juan describes this experience as one of the most fulfilling in his life. He was able to travel abroad for work, experience remote working, manage teams, present projects and speak formally in front of senior people. As the company grew at a fast pace, they learned how to set up and run a large organization. Eventually, he decided to drop out of his university program and focus on the opportunity of learning first hand.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=600%2C600&#038;ssl=1\" alt=\"Juan riding a bicycle in a historical city during his travels\" class=\"wp-image-12509\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?w=600&amp;ssl=1 600w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2022/03/juanfra.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>One of the key early learning from working internationally was that business and web development could be just as fast-moving and successful in Argentina as in other places. “I realized there’s no such thing as a secret sauce for success. Projects are backed by people’s talent and time, and you can find that in any latitude.”<br><br>By his mid-20s, Juan decided he wanted to try building something from scratch. He created a social network for photo sharing in Latin America, which was used by more than 30,000 people across Latin America and Spain in its time. Through this, he discovered that other people had a blog and he did not want to be left behind. The discovery of WordPress was to change the focus of his life.<br></p>\n\n\n\n<h2>Hello to WordPress</h2>\n\n\n\n<p>Spending some time traveling around Europe, Juan found himself ‘surrounded by uncertainty’ and worried about what the future could bring. “I had some clues, but under uncertainty, the more you ask the less you answer. I started thinking about embracing the following philosophy: I didn’t want to be part of a large company, I didn’t want to continue studying and I wanted to travel as much as I could.” He did not realize at that time how this vision for his life was to mirror what he would find in WordPress.</p>\n\n\n\n<p>He started using WordPress for a few sites in 2005. By 2007 he was using it for almost everything. He was struck by the magnitude and range of what the software could do, from a simple tool used to create a blog in the blink of an eye through to complex projects.</p>\n\n\n\n<p>His first problem-solving project was simple and saved data received through a contact form plugin. “To complete this project I discovered the Codex and I learned how easy and intuitive it is to create a plugin. I had fallen in love with WordPress.”</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I was truly amazed by how I could learn from others.</p></blockquote>\n\n\n\n<p>As he explored the options with the software, Juan was unsure of how intellectual property worked and wanted to be respectful of other people’s work. “I didn’t understand open source yet, and I wasn’t sure if I was stealing from others. That was my first interaction with GPL and open source. I was truly amazed by how I could learn from others and improve things created by others or by myself.”</p>\n\n\n\n<p>He realized: “WordPress was the way to go if I wanted to pursue a dream of traveling, skipping winter, and working at the same time; what we now call a digital nomad. I already knew how to work remotely, I could work for companies located anywhere, as long as they could communicate in English or Spanish.”</p>\n\n\n\n<p>Juan started his own web agency, where he provided services to small and medium-sized companies abroad in the USA, UK, and Australia. He built his reputation and developed strong relationships in WordPress. “The experience couldn’t be better. I was learning, having fun, making a living out of it, and at the same time exploring the world.”</p>\n\n\n\n<p>In mid-2012, he discovered the full power of the WordPress community firsthand. In his spare time he started developing themes and from all he heard, wanted to attend a major event with lots of others in WordPress, a WordCamp. He took the plunge and booked for WordCamp in Edinburgh, in the UK. He said: “I got to meet many super talented people, and the atmosphere of the event was awesome. A place where competitors were also colleagues. Seeing the humility of somebody like Mike Little, the co-founder of WordPress, was amazing.”</p>\n\n\n\n<p>He added: “While there, unconsciously, I started dreaming of holding something like that in Argentina &#8211; the joy of hosting the WordPress community in my home country.”</p>\n\n\n\n<p>Back home, while browsing the Codex, he happened to see that WordPress was turning 10. A lot of meetups were going to be organized worldwide to celebrate the birthday. But there was nothing organized in Argentina. This was a catalyst for starting a local meetup. Together with a colleague, he&nbsp; organized an Argentinian 10th birthday meetup. </p>\n\n\n\n<p>More than 20 people showed up. “There was a common denominator. We all loved WordPress, it was part of our day-to-day life. We wanted to share experiences, make new friends and continue growing from what we could learn from others. That day we were a group of people with shared interests. That’s the simplest way to define a community, isn’t it?” This early meetup led to the formation of what is now called <a href=\"http://wpargentina.org/\">WordPress Argentina</a>.</p>\n\n\n\n<p>In his desire to skip winters and do more traveling, his next adventure was to take him to visit family working in the US and attend one of the biggest WordCamps in the world in San Francisco. His interest kept growing and he traveled across Europe to be part of the first edition of WordCamp Europe in the Netherlands in 2013.</p>\n\n\n\n<p>He said: “There’s almost nothing I could write to fully express what you experience in such events. They are the main WordPress events worldwide. The best part: I made a lot of good friends from many different places. I’m glad I have more excuses to continue traveling.”</p>\n\n\n\n<p>Once again in Argentina, our organization started growing thanks to the energy of the whole group, we started hosting formal meetups. In May 2015, we crowned all these efforts with a new <a href=\"https://buenosaires.wordcamp.org/2015/\">WordCamp in Buenos Aires</a>, Argentina.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"Juan speaking at WordCamp Buenos Aires\" class=\"wp-image-12528\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra-WCBA15-51-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Organizing such an event in my home country with many of the contributors I had met from the very first meetup was an experience I will always keep with me.”</p>\n\n\n\n<p>Juan believes one of his biggest contributions to open source was as part of being able to expand the community in Argentina and to share this with other Latin American and Spanish speaking countries. He also contributes as a volunteer translator in the Polyglots Team, to the Make WordPress Support team, and contributes to code blocks and Gutenberg. “I am really excited about seeing the future of Gutenberg as it is the future of WordPress.”</p>\n\n\n\n<p>Throughout his time contributing, Juan believes in helping to set the foundations and encouraging others to give their time and talents. He is keen to share that contributing does not have to be the same all the time and that you can have breaks and focus on one area in a particular period too. He gives the example of how in his spare time he watches Trac, where tickets about the software are logged, and looks where he might be able to help or think of solutions.</p>\n\n\n\n<p>He said: “Anytime I find I can contribute to or make improvements in code-related areas, I will do as it is important to keep giving to the community. I enjoy crawling over meta, trac, GitHub and the different places that are requesting help. There is always somewhere you can help. At the moment, my focus is code and translations. I always try to save time to help these two areas. It is like you give and you get, you learn things. You meet amazing people and opportunities arrive.”</p>\n\n\n\n<h2>Finding your path in WordPress</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" loading=\"lazy\" width=\"768\" height=\"1024\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505.jpeg?resize=768%2C1024&#038;ssl=1\" alt=\"Juan sat in a street cafe surrounded by parked motorcycles\" class=\"wp-image-12527\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=768%2C1024&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=225%2C300&amp;ssl=1 225w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1152%2C1536&amp;ssl=1 1152w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?resize=1536%2C2048&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2022/03/Juanfra_1505-scaled.jpeg?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>“Life is about experiences, it is about the people you surround yourself with and trying to do what you love. What you can find in an open source project like WordPress is an environment full of people who work with a tool they love. An environment that is ready to help and to give advice. Follow what makes you happy, try to be surrounded by people who make you better, try to empower others, try to give back. Try. Make your own path.”</p>\n\n\n\n<h2 id=\"share-the-stories\">Share the stories</h2>\n\n\n\n<p>Help share these stories of open source contributors and continue to grow the community. Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series</a>.</p>\n\n\n\n<h2 id=\"contributors-to-this-feature\">Contributors to this feature</h2>\n\n\n\n<p>Thank you to Juan Aldasoro (<a href=\'https://profiles.wordpress.org/juanfra/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>juanfra</a>) for sharing his story.&nbsp;</p>\n\n\n\n<p>Interviews and feature by Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>) and Surendra Thakor (<a href=\'https://profiles.wordpress.org/sthakor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sthakor</a>). Reviews by Mary Baum (<a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>), Chloe Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), Meher Bala (<a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>), Anjana Vasan (<a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a>) and Yvette Sonneveld (<a href=\'https://profiles.wordpress.org/yvettesonneveld/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yvettesonneveld</a>).</p>\n\n\n\n<p><em>Thanks to Josepha Haden Chomphosy&nbsp;(<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) and others for their support&nbsp;</em>of this initiative.</p>\n\n\n\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-center\" style=\"grid-template-columns:29% auto\"><figure class=\"wp-block-media-text__media\"><img decoding=\"async\" loading=\"lazy\" width=\"180\" height=\"135\" src=\"https://i1.wp.com/wordpress.org/news/files/2020/03/heropress_logo_180.png?resize=180%2C135&#038;ssl=1\" alt=\"HeroPress logo\" class=\"wp-image-8409 size-full\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-small-font-size\"><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard. </em>#HeroPress </p>\n</div></div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s: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:45:\"Get Creative with the All-New Pattern Creator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wordpress.org/news/2022/03/get-creative-with-the-all-new-pattern-creator/\";s: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, 25 Mar 2022 17:34:42 +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=12460\";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:\"It’s been less than a year since the WordPress Pattern Directory was launched, and we already have more exciting news to share. The Pattern Creator is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account! The WordPress Pattern Directory [&#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:\"Anjana Vasan\";s: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:5751:\"\n<p>It’s been less than a year since the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/\" target=\"_blank\">WordPress Pattern Directory</a> was launched, and we already have more exciting news to share. <strong>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> is live! You can now build, edit, and submit your best block patterns to the Pattern Directory—submissions are open to all with a WordPress.org user account!</strong></p>\n\n\n\n<figure class=\"wp-container-21 wp-block-gallery-20 wp-block-gallery alignfull has-nested-images columns-default\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2800\" height=\"3000\" data-id=\"12485\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=2800%2C3000&#038;ssl=1\" alt=\"Pattern Directory, showing gallery patterns.\" class=\"wp-image-12485\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2800&amp;ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=280%2C300&amp;ssl=1 280w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=956%2C1024&amp;ssl=1 956w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=768%2C823&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1434%2C1536&amp;ssl=1 1434w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?resize=1911%2C2048&amp;ssl=1 1911w, https://i0.wp.com/wordpress.org/news/files/2022/03/patterns.png?w=2000&amp;ssl=1 2000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" loading=\"lazy\" width=\"2800\" height=\"2841\" data-id=\"12468\"  src=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2800%2C2841&#038;ssl=1\" alt=\"View of a user-submitted pattern.\" class=\"wp-image-12468\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?w=2800&amp;ssl=1 2800w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=296%2C300&amp;ssl=1 296w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1009%2C1024&amp;ssl=1 1009w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=768%2C779&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=1514%2C1536&amp;ssl=1 1514w, https://i0.wp.com/wordpress.org/news/files/2022/03/community-pattern-3-1-1.png?resize=2018%2C2048&amp;ssl=1 2018w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n<figcaption class=\"blocks-gallery-caption\">Pattern Directory — List of patterns, and a single pattern detail.</figcaption></figure>\n\n\n\n<p>The <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/support/article/block-pattern-directory/\" target=\"_blank\">WordPress Pattern Directory</a> includes attractive, handy patterns created by designers that can make your experience building a stunning site <em>much</em> easier. <a href=\"https://wordpress.org/support/article/block-pattern/\" target=\"_blank\" rel=\"noreferrer noopener\">Patterns</a> can save you a significant amount of time and also give you greater freedom when you’re building your site. With patterns, you can make or replicate complex layouts with just a few clicks, and using them is as simple as copy and paste.</p>\n\n\n\n<h2>Create Your Own Bold, Beautiful Patterns Built Entirely with Blocks</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?ssl=1\"><img decoding=\"async\" loading=\"lazy\" width=\"1024\" height=\"683\" src=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&#038;ssl=1\" alt=\"Pattern submission screen, successfully submitted pattern with a &quot;Thank you&quot; modal.\" class=\"wp-image-12479\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1024%2C683&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=300%2C200&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=768%2C512&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=1536%2C1024&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2022/03/submission-2.png?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>As the name implies, the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/new-pattern/\" target=\"_blank\">Pattern Creator</a> allows anyone, from designers to content creators, to make custom patterns: a collection of blocks arranged in any way, for any purpose intended by the creator. Like most things in WordPress, these are available for public use once it’s submitted to the WordPress Pattern Directory. Have a look at <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/patterns/about/\" target=\"_blank\">these guidelines</a> to learn more about what makes a pattern suitable for listing in the directory.</p>\n\n\n\n<p>So what are you waiting for? Check out <a href=\"https://wordpress.org/patterns/\" target=\"_blank\" rel=\"noreferrer noopener\">all the patterns</a> already available or better yet, make your own!</p>\n\n\n\n<div class=\"wp-container-22 wp-block-buttons\">\n<div class=\"wp-block-button aligncenter is-style-fill\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/patterns/about/\" style=\"border-radius:75px\"><strong>Learn more about creating patterns</strong></a></div>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"12460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s: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:50:\"WP Briefing: Episode 27: Is WordPress Made for Me?\";s: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/2022/03/episode-27-is-wordpress-made-for-me/\";s: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, 21 Mar 2022 12:57:38 +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=12451\";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:416:\"Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Hosts: Josepha Haden Chomphosy Editor:&#160;Dustin HartzlerLogo:&#160;Beatriz [&#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:60:\"https://wordpress.org/news/files/2022/03/WP-Briefing-027.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:\"Santana Inniss\";s: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:9785:\"\n<p>Who is WordPress actually made for? Join our host, WordPress Executive Director Josepha Haden Chomphosy, as she explores this controversial question and three things that can help find the answer.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em> </p>\n\n\n\n<p>Hosts: <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/beafialho/\">Beatriz Fialho</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></p>\n\n\n\n<h2>References</h2>\n\n\n\n<ul><li><a href=\"https://europe.wordcamp.org/2022/call-for-volunteers/\">WordCamp Europe call for volunteers</a></li><li><a href=\"https://make.wordpress.org/photos/\">WordPress Photo Directory team</a></li><li><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&amp;utm_medium=Organic&amp;utm_source=UkraineWebStoryChildrenFeb2022&amp;utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&amp;ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&amp;initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></li><li><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a>&nbsp;</li><li><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a>&nbsp;</li><li><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&amp;initialms=gs_ppc_fy22_ukraine_mmus_feb&amp;gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></li><li><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a>&nbsp;</li><li><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></li><li><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></li><li><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></li></ul>\n\n\n\n<h2>Transcript </h2>\n\n\n<a class=\"wp-block-read-more\" href=\"https://wordpress.org/news/2022/03/episode-27-is-wordpress-made-for-me/\" target=\"_self\">Read more</a>\n\n\n<p><strong>Episode 27</strong></p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:00:00]&nbsp;</strong></p>\n\n\n\n<p>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>Today, we&#8217;re talking about who WordPress is built for. I was talking to a group of contributors last week and we encountered some questions around just who WordPress is built for. And it&#8217;s a question that you&#8217;ll find any time that you&#8217;re working on user testing or on triaging tickets, and especially when that comes up when you look at the big picture, roadmap sorts of things. The easiest answer for this question is, of course, everyone because WordPress&#8217; mission is to democratize publishing and that should be available to everyone.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy </strong><strong>[00:01:11]</strong></p>\n\n\n\n<p>However, everyone is a really big target and certainly doesn&#8217;t help get your mind around the people that you&#8217;re wanting to actually build it for, the people that you actually want to be able to use your product, your software on a day-to-day basis. So let&#8217;s take a look at the one question that can help us figure out who it&#8217;s built for today and how we get it to being something that&#8217;s built forever.</p>\n\n\n\n<p>Firstly, there&#8217;s a basic premise of open source that informs this thought. And that premise is that we are citizens of a community of contributors therefore the decisions are made by the people who show up. In general, I believe that to be true, though, I also believe that some basic qualifications are needed.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:01:50]&nbsp;</strong></p>\n\n\n\n<p>So with that in mind, the one question that can help us figure out who a software is built for is this: how do your active contributors see themselves? I would bet that most contributors to open source software projects, like WordPress, are developers of some sort, it is sort of written right into the definition of the project.&nbsp;</p>\n\n\n\n<p>If you work on software, then you need developers. And what I love about WordPress, in particular, is that we do work to include contributors who are not developers. Yet it still remains true that there is a fairly high level of technical knowledge required to actively contribute.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:2:25]&nbsp;</strong></p>\n\n\n\n<p>Which kind of brings us to the second half of the original question of how can we make sure that WordPress can be something that&#8217;s built for everyone? The answer to this one is easy to say, hard to do, and that is to make sure to include them as co-creators in the development process.&nbsp;</p>\n\n\n\n<p>We&#8217;ve talked about co-creators in open source before. It&#8217;s this idea that people who use the software every day are likely to know the biggest pain points. So if you want your software to be used by people who don&#8217;t know HTML, talk to a bunch of people who don&#8217;t know HTML about how it is to use your software.&nbsp;</p>\n\n\n\n<p>If you want your software to be mostly used by enterprise agencies, talk to enterprise agencies, but also ask them what their clients hate, because everyone has more than one stakeholder. And I know that I said this already, but it bears repeating that, obviously, this is all very easy to say and hard to do.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:3:20]&nbsp;</strong></p>\n\n\n\n<p>So what is my best guess for the how-to-do part for WordPress? There are three things.&nbsp;</p>\n\n\n\n<p>The first is testing. This not only helps bring in new contributors and helps train future contributors, which I&#8217;ve talked about on the podcast before. But testing also gives us a higher chance of actionable feedback from folks who don&#8217;t necessarily spend time directly in the WordPress project.&nbsp;</p>\n\n\n\n<p>Frequently the feedback that we do get that is just kind of undirected and ad hoc is exactly that– it is undirected and ad hoc and is then hard to follow up on and make sure that we understand what was wrong and how we can help fix it. And so testing is important for that. And testing it turns out is important for a bunch of things. When you&#8217;re working in open source.&nbsp;</p>\n\n\n\n<p>The next thing is support. So checking in with support teams at hosts, as well as the hardworking support teams in the project. And that can really help us to get early indications of what difficulties exist now. They have routinely seen problems and issues that are raised in support forums, and from their everyday users that they are providing support to.&nbsp;</p>\n\n\n\n<p>That probably could be fixed in WordPress if we had a good understanding of just what was not going right, how many people really needed it to go better, and what our targets were to fix that particular problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:4:45]&nbsp;</strong></p>\n\n\n\n<p>And the third thing is communication. I know that I&#8217;ve gone on record in many places as saying that most of our problems at the end of the day are communication problems. And I&#8217;m going on record about it again here in this podcast, establishing better communication patterns with users is key.&nbsp;</p>\n\n\n\n<p>That can be a multi-year project in itself. And even after that, it&#8217;s going to be an ongoing journey. But it is one of the many things that WordCamps and other WordPress events have given to us over the years, an opportunity to really hear from and see the struggles that people who are not building with WordPress every day, or literally building WordPress every day are actually having.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:5:34]&nbsp;</strong></p>\n\n\n\n<p>So now that you&#8217;ve heard my small list of way too big things, that brings us to our regular small list of big things. The first thing is that WordCamp Europe is still looking for volunteers. If you&#8217;ve never done that before, I think it&#8217;s quite fun. You get to meet a lot of people and the team of organizers is super fun, but I&#8217;ll leave a link for you in the show notes.</p>\n\n\n\n<p>We also have a new code-free way to contribute through the photo directory. That team is just getting started and still is working toward building out its programs. So now&#8217;s a good time to drop in and just kind of see what they are up to. And finally, a reminder that we do have contributors who are affected by the war in Ukraine right now. I will reshare the list of humanitarian organizations in case you missed them a couple of weeks ago as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy [00:6:21]&nbsp;</strong></p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for this WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. I&#8217;ll see you again in a couple of weeks.</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:\"12451\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s: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:48:\"WordPress 5.9.2 Security and 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:80:\"https://wordpress.org/news/2022/03/wordpress-5-9-2-security-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:\"Fri, 11 Mar 2022 02:24:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{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:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.9\";s: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=12421\";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:367:\"WordPress 5.9.2&#160;is now available! This security and maintenance release features 1 bug fix in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated. WordPress 5.9.2 is a security and maintenance release. The next major release [&#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:9:\"Jb Audras\";s: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:3697:\"\n<p><strong>WordPress 5.9.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/ticket/54578\">1 bug fix</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 3.7 have also been updated.</p>\n\n\n\n<p>WordPress 5.9.2 is a security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/6-0/\">6.0</a>.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-5.9.2.zip\">download WordPress 5.9.2 from WordPress.org</a>, or visit your Dashboard&nbsp;→ Updates and click “Update Now”.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>The security team would like to thank the following people for responsively reporting vulnerabilities, allowing them to be fixed in this release:</p>\n\n\n\n<ul><li>Melar Dev, for finding a Prototype Pollution Vulnerability in a jQuery dependency</li><li>Ben Bidner&nbsp;of the WordPress security team, for finding a Stored Cross Site Scripting Vulnerability</li><li>Researchers from <em>Johns Hopkins University, </em>for finding a Prototype Pollution Vulnerability in the block editor</li></ul>\n\n\n\n<p>For more information, browse the&nbsp;<a href=\"https://core.trac.wordpress.org/query?milestone=5.9.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a>&nbsp;on Trac, or check out the&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-5-9-2/\">version 5.9.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.9.2 release was led by <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, with the help of <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> on package updates, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> on mission control, and <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> on backport commits.</p>\n\n\n\n<p>In addition to the release squad members and security researchers mentioned above, thank you to everyone who helped make WordPress 5.9.2 happen:</p>\n\n\n\n<p class=\"is-style-wporg-props-short alignfull\"><a href=\"https://profiles.wordpress.org/alanjacobmathew/\">Alan Jacob Mathew</a>, <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/ehtis/\">ehtis</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Jorge Costa</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, and <a href=\"https://profiles.wordpress.org/ironprogrammer/\">ironprogrammer</a>.</p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a> and <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a> for peer 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:\"12421\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s: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:76:\"WP Briefing: Episode 26: Matt Mullenweg on Ukraine, Community, and WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wordpress.org/news/2022/03/episode-26-matt-mullenweg-on-ukraine-community-and-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Mar 2022 21:39:46 +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=12415\";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:384:\"Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Hosts: Josepha Haden Chomphosy and Matt Mullenweg [&#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:62:\"https://wordpress.org/news/files/2022/03/WP-Briefing-026-1.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:15:\"Chloe Bringmann\";s: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:6361:\"\n<p>Matt Mullenweg speaks to WordPress contributors worldwide on this special edition of the WP Briefing podcast with Josepha Haden Chomphosy. Join us to hear Matt’s thoughts on Ukraine.</p>\n\n\n\n<p><strong><em>H</em></strong><em><strong>ave a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Hosts: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a> and <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a> &amp; <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a></li></ul>\n\n\n\n<h2>How You Can Help</h2>\n\n\n\n<p><a href=\"https://www.unicefusa.org/stories/unicef-children-crossfire-ukraine-crisis/39542?utm_campaign=20220225_Emergencies&amp;utm_medium=Organic&amp;utm_source=UkraineWebStoryChildrenFeb2022&amp;utm_content=LearnMoreUkraineWebStoryChildrenFeb2022&amp;ms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none&amp;initialms=Organic_PRL_2022_Emergencies_20220225_UkraineWebStoryChildrenFeb2022_LearnMoreUkraineWebStoryChildrenFeb2022_none_none\">UNICEF</a></p>\n\n\n\n<p><a href=\"https://www.doctorswithoutborders.org/what-we-do/countries/ukraine\">Médecins Sans Frontieres</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://www.icrc.org/en/where-we-work/europe-central-asia/ukraine\">International Committee of the Red Cross</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://help.rescue.org/donate/ukraine-acq?ms=gs_ppc_fy22_ukraine_mmus_feb&amp;initialms=gs_ppc_fy22_ukraine_mmus_feb&amp;gclid=CjwKCAiAjoeRBhAJEiwAYY3nDHNlEUUNRM4wKl1bY0ploy1RNl0M7G1OlLTqawZdg_XhrJ0TircZ_RoCfh8QAvD_BwE\">International Rescue Committee</a></p>\n\n\n\n<p><a href=\"https://www.unrefugees.org/what-we-do/\">UN Refugee Agency</a>&nbsp;</p>\n\n\n\n<p><a href=\"https://donate.wck.org/give/236738/#!/donation/checkout\">World Central Kitchen</a></p>\n\n\n\n<p><a href=\"https://www.techtotherescue.org/tech/tech-for-ukraine\">Tech For Ukraine</a></p>\n\n\n\n<p><a href=\"https://twitter.com/hashtag/wp4ukraine\">#WP4Ukraine</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-12415\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:00</p>\n\n\n\n<p>Hello, everyone, and welcome to a special edition of the WordPress Briefing. I have Matt here with me today because we want to acknowledge that we are once again at the start of a very difficult time. Neither of us would presume to know what it&#8217;s like to be at the heart of such massive disruption in our lives. But who would we be if we didn&#8217;t stop and check in with you all, the project that we hold so dear? And with that, I&#8217;ll hand it right over to you, Matt.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:27</p>\n\n\n\n<p>Hello everyone. First, I want to thank Josepha for inviting me to join the WordPress Briefing to share what’s been on my mind in light of recent global events.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:37</p>\n\n\n\n<p>I&#8217;ve been listening and watching events escalate in Ukraine, often in a state of shock. The scale alone is hard to take in. I mean, in the last 7 days, more than 500,000 people have fled their homes, more refugees are expected every day. The downstream humanitarian crises of the invasion are unimaginable.&nbsp;&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>00:56</p>\n\n\n\n<p>And seeing destruction in the world we live in is confusing, disconcerting, and difficult. In my experience, open source and WordPress bring people together; people from other countries and cultures, people that we know as friends and colleagues. Technology connects us, regardless of where we are. Nothing can negate the bad things happening in the world, but when I see how this community of contributors collaborates, regardless of borders, you all remind me of the good in the world every day.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>01:30</p>\n\n\n\n<p>I firmly believe that the web can be an equalizer and a force for good in the world. To me, the WordPress project is the epitome of goodness—everyone has a voice, a platform, and a community. You have the power to make your corner of the world, and the web, a sanctuary for those who need it—especially now.</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>01:45</p>\n\n\n\n<p>If you or someone you know is affected by this war, I encourage you to be present as the ramifications unfold. While we may all feel fatigued and have a sense of languishing from the past two years of the Covid pandemic, the gift of time and support for one another cannot be overstated. I&#8217;m confident that every single person in the WordPress community will approach the situation in Ukraine with sensitivity and understanding.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>02:07</p>\n\n\n\n<p>I invite you to join me in standing with those in the world working to end conflict and working toward a world of peace, promise, and opportunity. If you&#8217;re looking for a way to help support the humanitarian crisis in Ukraine, I will offer some suggested NGOs, or Non-Governmental Organizations, that provide assistance to local peacebuilders in the region.&nbsp;</p>\n\n\n\n<p><strong>Matt Mullenweg&nbsp; </strong>02:26</p>\n\n\n\n<p>In closing, please know that my thoughts are with everyone in our community. I know that my words here can’t change anything there, but I hope that we all remember that words of support are never unwelcome. And we can never know when a little human kindness can help someone share the invisible heaviness in their heart.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:44</p>\n\n\n\n<p>Thanks for that, Matt. My friends, there are links in the show notes to some of the groups that Matt referenced. And that is it for this special edition of the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. Be safe, be kind to yourself and others, and I&#8217;ll see you again in a couple of weeks.</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:\"12415\";s: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:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Jul 2022 08:36:57 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 13 Jul 2022 13:46:40 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:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),(3350,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1658781418','no'),(3351,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1658738218','no'),(3352,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1658781419','no'),(3353,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:154:\"Gutenberg Times: Gutenberg Changelog #70 – Gutenberg 13.7, Template Creation Enhancements and First Full-Site Editing Themes in Woo Commerce Marketplace\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=21683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\";s: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:4089:\"<p>In this episode, Birgit Pauli-Haack and Mary Job discuss with their special guest Ryan Welcher the Gutenberg release 13.7, full-site editing themes in the Woo Commerce marketplace, examples code for Data Module, and more.</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-21683\"></span>\n\n\n\n<ul><li>Music: <a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor: <a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo: <a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production: <a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li></ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<p><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja, Uganda</a>  / <a href=\"https://jinja.wordcamp.org/2022/call-for-speakers/\">Call for speakers</a></p>\n\n\n\n<p><a href=\"https://twitter.com/ryanwelcher\"><strong>Ryan Welcher</strong></a></p>\n\n\n\n<ul><li><a href=\"https://www.twitch.tv/ryanwelchercodes\">on Twitch </a> </li><li><a href=\"https://www.youtube.com/ryanwelchercodes\">on YouTube</a></li></ul>\n\n\n\n<p>Announcements</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">Pattern Previews are now available in the theme directory</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/21/request-for-feedback-feature-notifications-proof-of-concept/\">Call for Comments on a Feature plugin for Notifications</a></p>\n\n\n\n<h2><strong>First Block Themes on WooCommerce Marketplace</strong></h2>\n\n\n\n<ul><li><a href=\"https://woocommerce.com/products/bonum/\">Bonum by ThemesKingdom</a></li><li><a href=\"https://woocommerce.com/products/basti/\">Basti by Ana Segota of Anariel Design</a></li><li><a href=\"https://www.youtube.com/watch?v=DFqdHZco1Cg\">The most beautiful WordPress Gutenberg Block Theme</a></li></ul>\n\n\n\n<h2>Gutenberg 13.7</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">What’s new in Gutenberg 13.7? (20 July)</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-13-7-expands-custom-template-capabilities-adds-estimated-reading-time-to-info-panel\">Gutenberg 13.7 Expands Custom Template Capabilities, Adds Estimated Reading Time to Info Panel</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\">Curating the editor experience</a></p>\n\n\n\n<h2>What&#8217;s in the discussed or worked on</h2>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/42125\">Add code examples for actions/selectors in Data Module packages</a></p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/block-editor/reference-guides/filters/\">Hooks Reference</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/39529\">Block supports: add fluid typography</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/pull/42605\">Experimental: Custom labelling/naming of blocks in List View</a></p>\n\n\n\n<p>/</p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-1 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/maryojob\">@maryojob </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p>Transcript is in the works</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Jul 2022 12:38:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Gutenberg Times: New kind of default theme, pattern preview in the theme directory  and so much more – Weekend Edition 224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21640\";s: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:129:\"https://gutenbergtimes.com/new-kind-of-default-theme-pattern-preview-in-the-theme-directory-and-so-much-more-weekend-edition-224/\";s: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:23140:\"<p>Howdy, </p>\n\n\n\n<p>This week, there was a lot going on. It started with a great conversation on the DoTheWoo podcast, and ended on a high note again, with the the Live Q &amp; A on how Pew Research Center use blocks for everything on their sites. The recording is on the YouTube channel, post will transcript will follow. </p>\n\n\n\n<p>Those shows were the bookends to my work as release lead for the latest Gutenberg plugin 13.7 version. I learned lot and thanks to the help by seasoned contributors, I pushed the release over the finish line. I learned a ton about all the moving parts that need to come together and also lot about what I don&#8217;t know. </p>\n\n\n\n<p>There was much so much more going on in the WordPress space, and I am so happy to share some of it below. </p>\n\n\n\n<p>Stay cool this summer! 🍨 🧊</p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n<p>PS: <a href=\"https://dothewoo.io/future-woocommerce-wordpress-blocks/\"><strong>DoTheWoo Vision Podcast: The Future of Blocks</strong></a> is now available in your favorite podcast app. </p>\n\n\n\n\n\n<p> </p>\n\n\n\n\n<div class=\"wp-container-2 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing and extending the block editor</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-g\">Gutenberg 13.7 </a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Building Block Themes and Patterns</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#3-plugins-and-other\">Plugins and other NoCode tools for site owners and builders</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">WordCamp Europe Talks on WordPress TV (Part 3) </a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-word-camps-around-the-world\">WordCamps around the World</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-social-learning-spaces\">Learn WordPress Online Workshop</a></li><li><a href=\"https://gutenbergtimes.com/feed/#9-meetups\">Virtual WordPress Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing and extending the block editor</h2>\n\n\n\n<p>Video: <a href=\"https://www.youtube.com/watch?v=bvQYPa5vxVk\"><strong>Gutenberg Times Live Q &amp; A: Block First Approach at the Pew Research Center</strong></a>. Anne McCarthy and I discussed with Seth Rubenstein, Lead Developer, and Michael Piccorossi, Director of Digital Strategy, how they use a mixture of Core and Custom Blocks to streamline their publishing process, and to create powerful charts and quizzes.for the Pew Research Center.</p>\n\n\n\n<p>Matt Ratford <a href=\"https://twitter.com/mattradford/status/1550580599286636547\">tweeted:</a> &#8220;I highly recommend watching this live-stream with a presentation on <a href=\"https://twitter.com/pewresearch\">@pewresearch</a>&#8216;s superb Block Editor implementation. Lots there that I previously only thought I would do with <a href=\"https://twitter.com/wp_acf\">@wp_acf</a> in making WP work for their editors.&#8221;</p>\n\n\n\n<h3 id=\"1-g\">Gutenberg 13.7 </h3>\n\n\n\n<p>On Wednesday, the plugin version 13.7 was released and is now available as 13.7.2 with a fast turn around fixing two bugs. Gutenberg 13.7 brings an updated modal design, the ability to apply&nbsp;block&nbsp;locking to inner blocks with a click of a button, a myriad of new template types, and plenty of improvements to existing features based on feedback from the community.&nbsp;Here are the highlights from the release post: <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\"><strong>What’s new in Gutenberg 13.7? (20 July)</strong></a></p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/#lock\">Lock inside container block with one click</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/#modal\">Updated and unified modal design</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/#templates\">Create templates now for specific categories, pages and more</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/#notable\">Other notable highlights</a></li></ul>\n\n\n\n<img />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Thursday, we recorded <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\"><strong>Gutenberg Changelog #70</strong>.</a> We had great fun talking about the block editor, Gutenberg 13.7 release and what&#8217;s in the works. Huge Thank you to our special guest Ryan Welcher and  my co-host Mary Job. </p>\n\n\n\n<a href=\"bhttps://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\"><img /></a>\n\n\n\n<div class=\"wp-container-3 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\">Gutenberg Changelog #70 – Gutenberg 13.7, Template Creation Enhancements and First Full-Site Editing Themes in Woo Commerce Marketplace</a> with Birgit Pauli-Haack and Mary Job, and special guest: <strong>Ryan Welcher</strong></p>\n</div></div>\n\n\n\n<p><strong>Sarah Gooding</strong> went into further details on some new features in her article <a href=\"https://wptavern.com/gutenberg-13-7-expands-custom-template-capabilities-adds-estimated-reading-time-to-info-panel\"><strong>Gutenberg 13.7 Expands Custom Template Capabilities, Adds Estimated Reading Time to Info Panel</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/pootlepress\">Jamie Marsland</a></strong> is back with <strong><a href=\"https://www.youtube.com/watch?v=tIY9nkqF2mI\">WordPress Block News</a>.</strong> This week he demos how to use the new templates for single post type pages and single category pages that are in Gutenberg 13.7. Marsland also highlight three new block themes from the directory.</p>\n\n\n\n<p>For a considerably deeper dive into the matters of creating templates for FSE, <strong>Justin Tadlock</strong> published <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\"><strong>Deeper customization with more template options</strong></a>. He outlines various use cases, how you can spruce up your website, online magazine or blog. The how-to section describes the steps to successfully create custom page templates</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h3 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Building Block Themes and Patterns</h3>\n\n\n\n<p>Last week we introduced the first Bock Theme in the <em>WooCommerce marketplace</em>. The second Block Theme, called <a href=\"https://woocommerce.com/products/basti/\">Basti by Ana Segota of Anariel Design</a> landed this week. It shows off beautiful designs, shows great attention to detail by the designer, provides some wonderful patterns and also some great block styles for your buttons, columns other blocks. From a selection of elaborate style variations, you change the character of your site without changing your theme. On installation, you’ll find a set of four designs depending on the nature or industry of your business. </p>\n\n\n\n<p>In his video, Jamie Marsland gives you a detailed tour of the theme and shine a light on all the little details that make this theme so great. Marsland called it <a href=\"https://www.youtube.com/watch?v=DFqdHZco1Cg\"><strong>The most beautiful WordPress Gutenberg Block Theme</strong></a>.</p>\n\n\n\n<p><strong><a href=\"https://twitter.com/bgardner/status/1550556360064081920\">Brian Gardner</a></strong> tweeted: &#8220;Without question, Basti by <a href=\"https://twitter.com/Ana_Segota\">@Ana_Segota</a> + <a href=\"https://twitter.com/AnarielDesign\">@AnarielDesign</a> is one of the most beautiful FSE <a href=\"https://twitter.com/hashtag/WordPress?src=hashtag_click\">#WordPress</a> themes. (Easily better than anything I have designed.)&#8221; </p>\n\n\n\n<p><strong>Ana Segota</strong> published the <a href=\"https://www.anarieldesign.com/demos/?theme=Basti\">demo site </a>for your perusal. Give it whirl. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Steve Dufresne</strong> announced the new beta feature: <strong><a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">Pattern Previews for Themes&nbsp;in the Directory</a>.</strong> Users can now browse the pattern via the thumbnails on the single Theme page. The first feedback reveals that only patterns using core blocks will be displayed. Patterns that include references to 3rd party blocks won&#8217;t be visible in the Theme Directory in this first version. It&#8217;s also unlikely that they ever will. It would require for the meta time to install  all the possible 3rd party block plugins on the Theme Directory site. That is very unlikely. </p>\n\n\n\n<a href=\"https://wordpress.org/themes/archeo/\"><img /></a><a href=\"https://wordpress.org/themes/archeo/\">Pattern display for the Theme: Archeo</a>\n\n\n\n<p>In her post on the Make Design blog: <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">Proposal: A new kind of default theme</a>, <strong>Channing Ritter</strong> suggests a more collaborative approach to building the next WordPress default theme Twenty-Twenty-Three. The design and theme team will work together on a base theme,  and once it&#8217;s available for further development, community designers will be able to submit Style variations. The teams will then select some to be included into the default theme. The process is not quite refined. </p>\n\n\n\n<p><a href=\"https://twitter.com/raemoreywrites\"><strong>Rae Morey</strong></a> of <em>The Repository</em> wrote in <a href=\"https://www.therepository.email/?mailpoet_router&endpoint=view_in_browser&action=view&data=WzE1NCwiOTBjZDMxZDFmYWU3Iiw1NTYsIjFqb2g0ZGtiNnZmbzh3NG9vb3dnNG9zODhnazA0czR3IiwzNTYsMF0\">Issue 132</a>:  &#8220;Responses to Ritter&#8217;s proposal have been overwhelmingly positive with designers and developers—including&nbsp;Brian Gardner&nbsp;(designer and Principal Developer Advocate at&nbsp;WP Engine),&nbsp;Rich Tabor&nbsp;(Product Manager at&nbsp;Extendify), and&nbsp;Anariel Design—indicating their eagerness to participate.&#8221; </p>\n\n\n\n<p>In his article, <strong><a href=\"https://speckyboy.com/create-block-theme-within-wordpress/\">You Can Now Create Your Own Block Theme Within WordPress</a> <a href=\"https://twitter.com/karks88\">Eric Karkovack</a></strong> walks you through the features of the <a href=\"https://wordpress.org/plugins/create-block-theme/\">WordPress Create a Block Theme plugin</a>, developed by the WordPress themes team. &#8220;The ability to create a block theme from within WordPress and then use it anywhere could be a&nbsp;<a href=\"https://speckyboy.com/how-wordpress-full-site-editing-could-impact-the-design-process/\" target=\"_blank\" rel=\"noreferrer noopener\">game-changer</a>&nbsp;for your workflow. It potentially cuts out a lot of time spent dealing with code and makes for a complete visual design experience.&#8221; Karkovack wrote. </p>\n\n\n\n<p><strong>Brian Gardner</strong>&#8216;s new block theme <a href=\"https://wordpress.org/themes/bright-mode/\"><strong>Bright Mode</strong></a> is now available in the Theme Directory. It is &#8220;for those who love modern design and vibrant colors.&#8221; reads the theme description.  </p>\n\n\n\n<p><strong>Sarah Gooding</strong> posted a review on WPTavern: <a href=\"https://wptavern.com/bright-mode-a-new-block-theme-with-vibrant-colors-patterns-and-custom-block-styles\"><strong>Bright Mode: A New Block Theme with Vibrant Colors, Patterns, and Custom Block Styles</strong></a>. &#8220;If you look closely, you can see subtle hints of Gardner’s trademark style. It’s forthright and minimalist with meticulous attention to typography and spacing. The colors are bright but harmonious and balanced, so it doesn’t preclude Bright Mode from use in professional contexts.&#8221; Gooding wrote. </p>\n\n\n\n<h2 id=\"3-plugins-and-other\">Plugins and other NoCode tools for site owners and builders</h2>\n\n\n\n<p><strong>Nick Diego</strong> also gave a talk at West Orlando WordPress Meetup: Here is the recording. <a href=\"https://www.youtube.com/watch?v=AQEeOb0qcEo\"><strong>Introduction to WordPress Full Site Editing</strong></a>. &#8220;In this presentation, Nick provided a thorough overview of FSE and discussed how you can leverage these changes to build better websites. FSE is the future of modern theming in WordPress Core, and we could not be more excited!&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The team of <strong>GenerateBlocks </strong>changed the name of ‘Template Library’ to <a href=\"https://generateblocks.com/library/\"><strong>‘Patterns Library&#8217;</strong></a> and provide 218 patterns (69 free and 149 paid) to their users </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The team of <strong><a href=\"https://wordpress.org/plugins/stackable-ultimate-gutenberg-blocks/\">Stackable</a></strong> added a <a href=\"https://wpstackable.com/blog/introducing-map-block/\">new Map Block</a> for displaying the map with the location marker. It comes with customization options for height and size and zoom level as well as choice to display additional buttons for Street View, full-size view or to offer different map types. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/Free_LanceTools\"><strong>Ivica Delic</strong></a> just released the <a href=\"https://wordpress.org/plugins/blocks-detector-finder/\"><strong>Blocks Detector Finder</strong></a> plugin, and it joins the league of other block finder tools. It analyses your website to find all the Gutenberg Blocks that are in use. It also detects the blocks that don&#8217;t work any more because plugins were removed. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/find-my-blocks/\"><strong>Find my Blocks</strong></a> by <strong>Eddy Sims</strong> offers similar insights in the usage of blocks around your site. </p>\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">WordCamp Europe Talks on WordPress TV (Part 3) </h2>\n\n\n\n<p>This is the last part of the 3-part series of listing WordPress Europe talks that were uploaded to WordPressTV. More recordings are listed in  <a href=\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/#wceutv\">Part 1</a> and <a href=\"https://gutenbergtimes.com/99-block-themes-block-templates-and-gutenberg-nightly-at-120k-downloads-weekend-edition-223/#4-word-camp-europe-talks-and-workshops\">Part 2</a></p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/21/ryan-welcher-creating-a-pre-publish-checklist-for-gutenberg/\"><strong>Ryan Welcher: Creating a pre-publish checklist for Gutenberg</strong></a> (Workshop)<br />In this workshop, geared towards developers, participants created a custom plugin that will define a configurable pre-publish checklist that must be met before content can be published.</p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/21/tammie-lister-growing-the-wordpress-design-system/\"><strong>Tammie Lister: Growing the WordPress design&nbsp;system</strong></a><br />In this talk, Lister showed why one needs the system and how important it is for the project, why if one doesn’t build on those foundations, it&#8217;ll make an unstable base. Lister dreams beyond today at what could be, where could we go, and what can we learn from the existing design systems? She covered processes and tools to look at possible solutions to our problems today.</p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/22/paul-halfpenny-imran-sayed-evan-mullins-ryan-welcher-juanma-garrido-lightning-talks/\">Paul Halfpenny, Imran Sayed, Evan Mullins, Ryan Welcher, JuanMa Garrido: <strong>Lightning talks</strong></a></p>\n\n\n\n<ul><li>Creating interactive blocks: old, new, and good ways, JuanMa Garrido</li><li>Extending Gutenberg with SlotFill, Ryan Welcher</li><li>Blockity McBlock Blocks, Oh My! w/ Evan Mullins</li><li>Block Themes – The Future of FSE, Imran Sayed</li><li>Delivering Personalised Experiences using WordPress, Paul Halfpenny</li></ul>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/17/matt-mullenweg-josepha-haden-in-conversation/\"><strong>Matt Mullenweg, Josepha Haden: In Conversation</strong></a> &#8211; a Town hall style Q &amp; A with Matt Mullenweg, co-founder of WordPress and Josepha Haden Chomphosy, executive directory of the WordPress open-source project. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress Events</h2>\n\n\n\n<p>July 27 , 2022 &#8211; 3 pm EDT / 19:00 pm UTC <br />Webinar: <strong><a href=\"https://events.godaddy.com/events/details/godaddy-events-godaddy-pro-online-presents-call-for-testing-wordpress-full-site-editing-category-customization/?utm_source=therepositorynewsletter_2022_sponsorship&utm_medium=events&utm_campaign=en-us_events_prg_awa_partners_part_open_001\">Call for Testing WordPress Full Site Editing: Category Customization</a></strong> with Courtney Robertson, presented by GoDaddy Pro</p>\n\n\n\n<p><strong>November 18, 2022</strong><br /><a href=\"https://www.wordfest.live/2022/november/\"><strong>WordFest Live 2022</strong></a> <br />Call for speakers ends August 15, 2022</p>\n\n\n\n<h3 id=\"6-word-camps-around-the-world\">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022<br /><strong><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now.</p>\n\n\n\n<p>September 3 + 4, 2022<br /><a href=\"https://kathmandu.wordcamp.org/2022/\"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 – 11, 2022<br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>&nbsp;in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022<br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a>&nbsp;at the&nbsp;<a href=\"https://www.burgerszoo.com/\">Royal Burger’s Zoo</a>&nbsp;in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href=\"https://pontevedra.wordcamp.org/2022\"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<p>February 17 – 19, 2023<br /><strong><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></strong>, Bangkok, Thailand<br /><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call for speaker was just published</a>. Deadline: September 15th, 2022 (UTC +7)<br />Contributor Day is planned for February 17, 2023 (Day 1)</p>\n\n\n\n<h3 id=\"6-social-learning-spaces\">Learn WordPress Online Workshop</h3>\n\n\n\n<p>July 26, 2022 – 12 pm EDT / 16:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287148930/\">The ABCs of Blogging: Advanced Blogging (Part Two)</a></strong>&nbsp;with Bud Kraus</p>\n\n\n\n<p>July 26, 2022 5pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287048356/\">Styling your site with global styles</a></strong>&nbsp;with Wes Theron and Alycia</p>\n\n\n\n<p>July 28th, 2022 &#8211; 3 pm EDT / 19:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287169611/\"><strong>Builder Basics: Let’s Build a Custom Theme (No Coding Required) – Part 2</strong></a> with Nick Diego</p>\n\n\n\n<p>July 28, 2022 5 pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287308585/\"><strong>Theme Development Workflows for Different Types of Developers</strong></a> with Daisy Olsen</p>\n\n\n\n<h3 id=\"9-meetups\">Virtual WordPress Meetups</h3>\n\n\n\n<p><strong>July 26 at 6:00 PM EDT / 22:00 UTC</strong><br /><a href=\"https://www.meetup.com/sf-wordpress-users/events/287163862/\"><strong>“Mega Meetup” – Block Intro &amp; Project Frameworks</strong></a>&nbsp;with Vito Peleg showing off Atarim.io and with Anne Katzeff providing a Beginner’s Guide to Gutenberg Blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><em>Featured Image: New York &#8211; View from The Highline 2015 by Birgit Pauli-Haack</em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Jul 2022 15:09:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"Post Status: Putting it together, together\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102519\";s: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://cdn.poststatus.com/putting-it-together-together/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"Today Cory took the lead on the Post Status newsletter release and joined Dan in co-authoring the introduction to it, which we usually share here. Some thoughts on newsletter integration, Newsletter Glue, Newspack, and the challenges facing plugin owners at WordPress.org in trying to determine the true size of their potential customer base.\";s: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, 22 Jul 2022 21:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: WordPress Accessibility Day 2022 Opens Call for Speakers and Sponsors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136391\";s: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:90:\"https://wptavern.com/wordpress-accessibility-day-2022-opens-call-for-speakers-and-sponsors\";s: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:2461:\"<img />\n\n\n\n<p><a href=\"https://wpaccessibility.day/\">WordPress Accessibility Day</a>, a free, 24-hour virtual event, is set for November 2-3, 2022. The event was first founded in 2020 and will continue this year led by Joe Dolson and Amber Hinds. It was previously run by the WordPress core Accessibility Team through the WordPress Foundation but organizers are running it independently this year for ease of planning.</p>\n\n\n\n<p>Sessions will be focused on promoting and learning website accessibility best practices for WordPress websites.</p>\n\n\n\n<p>&#8220;We aim to enhance the collective knowledge of accessibility for all WordPressers<strong> </strong>and provide advice and tools that will allow more and more accessible WordPress websites to be created (or remediated),&#8221; organizer Isla Waite said.</p>\n\n\n\n<p>The call for speakers is open and it offers a great opportunity for sharing your accessibility knowledge with a global community of WordPress enthusiasts. Organizers are aiming for a single track of 26-28 presentations.</p>\n\n\n\n<p>Talks will be 40 minutes with 10-minute Q&amp;A at the end. A few hours will be dedicated to Lightning Talks, which are under 15 minutes long. Organizers are also open to people submitting panels with multiple speakers for a 50-minute session.</p>\n\n\n\n<p>The event plans to compensate speakers with &#8220;a modest honorarium,&#8221; with the final amount dependent on fundraising. Speaker applications will remain open until August 8th, 2022, and applicants will be notified by September 15, 2022.</p>\n\n\n\n<p>Organizers have also opened the <a href=\"https://wpaccessibility.day/call-for-sponsors/\">call for sponsors</a> so they have the opportunity to reach as many people as possible and pay speakers for their time.</p>\n\n\n\n<p>&#8220;This year, in addition to providing live captioning, we’re hoping to also have American Sign Language Interpretation during presentations, and budget for post-event transcription to ensure all videos on the WP Accessibility Day YouTube channel have accurate captions,&#8221; organizer Amber Hinds said.</p>\n\n\n\n<p>Sponsor packages range from $500 to $3,000 so organizations of all sizes can be a part of supporting the event. Individuals can also <a href=\"https://wpaccessibility.day/participate/volunteer/\">volunteer</a> or <a href=\"https://wpaccessibility.day/consider-donating-to-support-wp-accessibility-day/\">donate</a> to help the event reach its financial goals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2022 17:42:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Gutenberg 13.7 Expands Custom Template Capabilities, Adds Estimated Reading Time to Info Panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136412\";s: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:114:\"https://wptavern.com/gutenberg-13-7-expands-custom-template-capabilities-adds-estimated-reading-time-to-info-panel\";s: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:4195:\"<p><a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">Gutenberg 13.7</a> was released this week with major updates to full-site editing (FSE) capabilities that <a href=\"https://github.com/WordPress/gutenberg/pull/41875\">expand custom template creation</a>. Users can now create templates for custom taxonomies, specific terms, and single categories and tags. The update also includes the ability to create templates for specific pages.</p>\n\n\n\n<p>Clicking on &#8220;Add New&#8221; template and selecting Category will launch a new modal where users can select a specific category: </p>\n\n\n\n<img />\n\n\n\n<p>In a <a href=\"https://make.wordpress.org/core/2022/07/21/core-editor-improvement-deeper-customization-with-more-template-options/\">separate writeup</a> about the expanded custom template capabilities, Automattic-sponsored contributor Justin Tadlock  gave a walkthrough of the template creation process and summarized the continued work on this arm of FSE features.</p>\n\n\n\n<p>&#8220;There are tons of use cases for these types of templates, only limited by what their creators want to build,&#8221; Tadlock said. &#8220;For example, a user might want to show a grid of posts for a specific &#8216;photography&#8217; category but not change the default list style for others. A restaurant owner might remove the site’s default sidebar on the &#8216;menu&#8217; page to let photos of the dishes take center stage.&#8221;</p>\n\n\n\n<p>All of these additions put more control of the CMS into users&#8217; hands than they have ever had in the earlier days of WordPress. Creating a custom template for a taxonomy or for a specific page would have been a task for which most users would have needed to hire a developer. Now anyone can create custom templates with just a few clicks inside the Site Editor.</p>\n\n\n\n<p>Category customization is also the subject of the <a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">latest round of the FSE Program&#8217;s testing</a>, closing on August 1. The test focuses on guiding users through exploration of the general Category template and the new template picker design introduced in Gutenberg 13.6. Each testing call comes with a structured way to explore beta features along with specific questions to answer during the process.  It&#8217;s essentially a guided way to contribute to WordPress that allows people of all abilities to shape the user experience with their feedback.</p>\n\n\n\n<p>Gutenberg 13.7 also introduces a new &#8220;<a href=\"https://github.com/WordPress/gutenberg/pull/41611\">Time to read</a>&#8221; count that users will find in the information panel at the top of the editor. It estimates the time to read for pages, posts, and custom post types.</p>\n\n\n\n<img />\n\n\n\n<p>Gutenberg&#8217;s block locking feature already offers quite a bit of granular control, but this release <a href=\"https://github.com/WordPress/gutenberg/pull/41876\">expands these capabilities</a> to allow for locking all the blocks inside a container (Group, Cover, and Column blocks) with one click. </p>\n\n\n\n<img />source: <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">Gutenberg 13.7 release post</a>\n\n\n\n<p>Other notable improvements in 13.7 include the following:</p>\n\n\n\n<ul><li>Updates modal design for Preferences screen and other screens to reduce noise, add background blur, and make design more consistent &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/40781\">PR #40781</a></li><li>Adds &#8220;Use featured image&#8221; to Upload and Media Library options in the placeholder for a new Cover block &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/41722\">PR #41722</a></li><li>Adds text decoration support to post title block &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/42328\">PR #42328</a></li></ul>\n\n\n\n<p>This release includes 167 PRs thanks to contributions from 58 people. For a full breakdown of all the changes and bug fixes, check out the full changelog in the <a href=\"https://make.wordpress.org/core/2022/07/20/whats-new-in-gutenberg-13-7-20-july/\">release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2022 16:55:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: WooBits: Do the Woo is Heading to WordCampUS in San Diego + Hosts + Guests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72521\";s: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://dothewoo.io/do-the-woo-heads-to-wordcampus-2022/\";s: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:434:\"<p>As I head to San Diego, I will find several hosts and even more past guests attending and ready to take on the next WordCampUS.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-heads-to-wordcampus-2022/\">WooBits: Do the Woo is Heading to WordCampUS in San Diego + Hosts + Guests</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2022 09:48:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: WordPress.com Ends Recent Pricing Experiment, Reverts to Previous Model\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136414\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://wptavern.com/wordpress-com-ends-recent-pricing-experiment-reverts-to-previous-model\";s: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:2538:\"<p>WordPress.com has ended the pricing experiment it began at the beginning of April. The company announced today that it is rolling back its <a href=\"https://wordpress.com/pricing/\">pricing</a> structure to the previous model, which offered five plans, including the free tier. </p>\n\n\n\n<img />WordPress.com&#8217;s updated pricing table &#8211; July 21, 2022\n\n\n\n<p>A few months ago, WordPress.com pared back its pricing table from five to just two plans (Free and a $15/month Pro plan) as <a href=\"https://wptavern.com/wordpress-com-makes-major-unannounced-pricing-changes-slashes-free-storage-limits\">a major unannounced change</a>, slashing free storage limits and imposing a traffic ceiling. After nearly two months of <a href=\"https://wptavern.com/wordpress-com-increases-traffic-and-storage-limits-on-new-plans-after-overwhelmingly-negative-feedback-on-initial-rollout\">overwhelmingly negative feedback</a>, the company added a new $5/month Starter plan to bridge the gap between Free and Pro, but even this entry level plan didn&#8217;t remove ads. </p>\n\n\n\n<p>The changes were not clicking with users and many of them announced plans to move away from WordPress.com to new platforms. The company claims it was responding to feedback in reverting to the previous pricing model, but after 15 weeks of running the experiment, they likely had enough data to force the decision.</p>\n\n\n\n<p>&#8220;As we began to roll out our new pricing plans a couple of months back, we took note of the feedback you shared,&#8221; Automattic VP of Content Michael Pick said in the new pricing <a href=\"https://wordpress.com/blog/2022/07/21/changes-to-our-pricing-plans/\">announcement</a>. &#8220;What we heard is that some of you missed the more granular flexibility of our previous plans. Additionally, the features you needed and pricing of the new plans didn’t always align for you.&#8221;</p>\n\n\n\n<p>WordPress.com also emailed its customs about the availability of add-ons for à la carte upgrades for features like access to premium themes, removal of ads, and custom CSS. Notably missing was an add-on for storage upgrades, which multiple customers expressed in the comments that they are eager to have.</p>\n\n\n\n<img />\n\n\n\n<p>Customers reacted positively to announcement of the pricing reverting back and several thanked the company for taking their feedback seriously. WordPress.com confirmed that customers who switched to the previous Starter and Pro plans will be able to remain on those plans indefinitely with auto-renew if they choose.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2022 02:44:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Themes Directory Launches Pattern Previews in 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/wordpress-themes-directory-launches-pattern-previews-in-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3179:\"<p>Meta contributors have turned on a new feature in WordPress.org theme listings that allows visitors to preview themes&#8217; bundled patterns. A grid displaying the patterns is now shown underneath a theme&#8217;s description and tags. These are automatically fetched from any theme that registers patterns and works for both block and classic themes.</p>\n\n\n\n<img />Patterns included in the <a href=\"https://wordpress.org/themes/zeever/\">Zeever</a> theme\n\n\n\n<p>Clicking on a pattern will launch it within the theme preview. Visitors can see what it looks like within the context of the theme but cannot manipulate it or customize it.</p>\n\n\n\n<img />\n\n\n\n<p>Automattic-sponsored Meta Team contributor Steve Dufresne published a short <a href=\"https://make.wordpress.org/meta/2022/07/21/pattern-previews-for-themes-in-the-directory-beta/\">announcement</a> of the pattern previews moving into beta, with a request for feedback from theme authors.</p>\n\n\n\n<p>&#8220;From a technical standpoint, the pattern preview screenshots are generated by adding patterns into whichever template handles &#8216;page&#8217; rendering,&#8221; Dufresne said. &#8220;If you think the pattern preview isn’t rendering properly, try adding the pattern to a page in your theme (as a user would). If the screenshot differs significantly from what you see, please open a&nbsp;<a href=\"https://meta.trac.wordpress.org/newticket\">meta ticket</a>&nbsp;so we can take a look.&#8221;</p>\n\n\n\n<p>Elma Studio co-founder Ellen Bauer noted that the preview does not render third-party blocks and opened a <a href=\"https://meta.trac.wordpress.org/ticket/6420\">ticket</a> to track this issue. Patterns that require WooCommerce or another plugin will not display correctly. Bauer said the patterns for their <a href=\"https://wordpress.org/themes/aino/\">Aino theme</a> do look as intended, because they use the <a href=\"https://ainoblocks.io/\">AinoBlocks</a> plugin.  Unless this can be resolved, relying on a plugin to provide a theme&#8217;s patterns may be a drawback for theme authors whose primary distribution channel is WordPress.org.</p>\n\n\n\n<p>Another quirk at the moment is that patterns designed to be full-width or wide width may not be displaying as intended due to being restricted to the narrower default content size. This issue is in progress and should be resolved soon.</p>\n\n\n\n<p>Pattern previews help users get a better picture of what patterns a theme offers and how they might look inside the theme. Feedback has been positive so far, as it gives theme authors another way to showcase the possibilities their themes enable. Themes without patterns are not necessarily disadvantaged by this new preview section, as the Pattern Directory has grown considerably since its launch to host more than 800 block patterns.</p>\n\n\n\n<p>This early beta for pattern previews is the result of work on a <a href=\"https://meta.trac.wordpress.org/ticket/5995\">ticket</a> opened seven months ago requesting a demo for patterns when browsing themes in the directory. The Meta Team requests feedback and bug reports to be filed as a new ticket on <a href=\"https://meta.trac.wordpress.org/newticket\">Meta trac</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Jul 2022 00:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Post Status: Strattic, WordCamps, and Growing through Relationships — Post Status Draft 120\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102273\";s: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:76:\"https://poststatus.com/strattic-wordcamps-and-growing-through-relationships/\";s: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:174:\"In this episode of Post Status Draft, Miriam talks with Post Status Editor Dan Knauss about her WordPress journey as a WordCamp organizer, agency owner, and web host founder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2022 18:37:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"Post Status: The Decline of Speed Booster Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://poststatus.com/the-decline-of-speed-booster-pack/\";s: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:195:\"WordPress success stories are great, but this time, you’re going to read about a failure. It’s about the Speed Booster Pack plugin and the depressing, constant decline of its active installs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2022 15:30:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Barış Ünver\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Do The Woo Community: The Future of Blocks with Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72504\";s: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://dothewoo.io/future-woocommerce-wordpress-blocks/\";s: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:399:\"<p>Birgit Pauli-Haack, a Gutenberg advocate, shares her insights into where blocks are headed with WordPress and WooCommerce.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/future-woocommerce-wordpress-blocks/\">The Future of Blocks with Birgit Pauli-Haack</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2022 09:36:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Post Status: A New Kind of Default Theme, the Performance Team Gets Its Own Site, and the Kim Parsell Memorial Scholarship Recipients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102263\";s: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:51:\"https://poststatus.com/a-new-kind-of-default-theme/\";s: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:224:\"A new approach to creating the next default theme has been proposed. • Cache Audit and Site Health Checks • Full-Site Editing Program Calls for Testing Category Customization • Parsell Scholarship recipients announced.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2022 05:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: The Unsung Hero of Indie Journalism\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://poststatus.com/the-unsung-hero-of-indie-journalism/\";s: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:352:\"Since its arrival in 2019, Automattic\'s Newspack hasn\'t attracted much attention within the WordPress community, despite a decent amount of coverage by WP Tavern and some from Post Status. It\'s been largely unreported on beyond its role as a flashpoint in the recent Twitter drama between Matt Mullenweg and GoDaddy. Even after Matt\'s explanation in...\";s: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, 20 Jul 2022 23:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Blake Bertuccelli\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: Post Status Picks for the Week of July 18\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/post-status-picks-july-18-2022/\";s: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:581:\"Your <strong>Post Status Podcast Picks</strong> of the week include <strong>Seeking Satisfaction</strong> with <strong>Victor Ramirez</strong> on the importance of networking, managing anxiety, and rethinking the way websites are built. <strong>WP Coffee Talk</strong> features the woman with the best personal Wapuu, <strong>Michelle Frechette</strong>, <a href=\"https://wpcoffeetalk.com/mark-westguard/\">talking with</a> <strong>Mark Westguard,</strong> founder of the <strong>WS Form</strong> plugin about his work, the love and opportunity in the WordPress community, and more.\";s: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, 20 Jul 2022 21:47:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: Bright Mode: A New Block Theme with Vibrant Colors, Patterns, and Custom Block Styles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136338\";s: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:103:\"https://wptavern.com/bright-mode-a-new-block-theme-with-vibrant-colors-patterns-and-custom-block-styles\";s: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:7687:\"<p><a href=\"https://briangardner.com/\">Brian Gardner</a>, founder of StudioPress and co-creator of the Genesis Framework, has a new block theme in the directory called <a href=\"https://wordpress.org/themes/bright-mode/\">Bright Mode</a>. The theme features a vibrant color palette with tasteful gradients, 14 beautifully designed block patterns, and so many fun variations tucked into custom block styles. </p>\n\n\n\n<p>It&#8217;s difficult to nail down a niche for many block themes, as patterns and templates make them flexible enough to serve just about any use case. Bright Mode falls into this category. It could easily be used as a business or personal website, blog, or portfolio.</p>\n\n\n\n<p>If you look closely, you can see subtle hints of Gardner&#8217;s trademark style. It&#8217;s forthright and minimalist with meticulous attention to typography and spacing. The colors are bright but harmonious and balanced, so it doesn&#8217;t preclude Bright Mode from use in professional contexts.  </p>\n\n\n\n<img />\n\n\n\n<p>Gardner has a unique perspective as one of the OG theme authors from the early days of WordPress theming when everything was just getting started. He helped kick off the commercial theme ecosystem with his Revolution theme and continues to bring that same trailblazing spirit to the new world of block themes.</p>\n\n\n\n<p>&#8220;Last summer, I read an article written by Justin Tadlock about block patterns and the pattern directory (which was in beta at the time,)&#8221; Gardner said. &#8220;He linked to it, and I spent a few minutes clicking around. Finally, I saw a pattern I thought was cool and clicked the &#8216;copy pattern&#8217; button. I wanted to see how this all worked, so I opened up a post on my blog and pasted the code. Voila, there it was. At that moment, I knew—the potential of modern WordPress flashed before me.&#8221;</p>\n\n\n\n<p>Gardner&#8217;s new theme makes use of patterns to define every section you see in the <a href=\"https://bg.design/bright-mode/\">demo</a>. Bright Mode offers a colorful array of patterns that users can insert into their sites, including a cover image with heading, text, and buttons, multiple testimonials, different query layouts, and multiple footer and header designs. <a href=\"https://bg.design/bright-mode/\">View the demo</a> to see them all in action with sample content.</p>\n\n\n\n<img />\n\n\n\n<p>Gardner is currently building more patterns to add to Bright Mode&#8217;s collection. He said the ones likely to come next are hero sections, featured boxes, call-to-actions, a link page, and portfolio patterns.</p>\n\n\n\n<p>&#8220;I had spent several months iterating on the design for Bright Mode, so I felt the need to accomplish two things: Ship it and leave the door open to adding more,&#8221; Gardner said. </p>\n\n\n\n<p>When you first install Bright Mode and click on Customize, it doesn&#8217;t look like the demo. Users would have to insert patterns to make it look closer to the screenshots. I asked Gardner about having patterns inserted in the home page by default to match the demo and he said it&#8217;s a possibility for a future update.</p>\n\n\n\n<p>&#8220;As for inserting patterns by default, the only instance that might be useful is the Bright Mode home page, which is merely a welcome pattern, and then the grid loop below,&#8221; he said. &#8220;Of course, as I add more patterns, this could be part of an update.&#8221;</p>\n\n\n\n<p>One of the unique features in this theme is the Headings block has a set of fun block styles that create a variety of color gradients for the text.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;Accessibility and color contrast were paramount with the design of this theme, so much that I even created the <a href=\"https://bg.design/bright-mode/colors/\">Colors page</a>,&#8221; Gardner said. He aims to inspire more theme authors to make colors a consideration, given that many newly released FSE themes do not have any sort of intentional approach to colors. Gardner has identified a set of primary, secondary, and tertiary colors that are used in different block styles throughout the theme.</p>\n\n\n\n<img />\n\n\n\n<p>&#8220;The primary, secondary, and tertiary colors pass both WCAG 2.0 level AA and WCAG Level AAA&nbsp;contrast tests for the following: Normal Text, Large Text, Graphical Objects and User Interface Components,&#8221; Gardner said. </p>\n\n\n\n<p>Viewing the <a href=\"https://bg.design/bright-mode/styles/\">Style Guide</a>, you can see the colors applied to buttons, quotes, and social icons.</p>\n\n\n\n<img />\n\n\n\n<p>Bright Mode offers multiple different style options within the Quotes block. They can be plain or have a colored background or a gradient background. Quotes with no background can also have a color gradient underline applied. The nice thing about this is that this can be changed on a per-quote basis and does not have to be the same for each blockquote. Users can have a lot of fun customizing their quotes with different designs.  A few of them are pictured below. When used sparingly throughout the site they are quite striking. </p>\n\n\n\n\n<img />\n\n\n\n<img />\n\n\n\n\n<p>One of the aspects of Bright Mode that Gardner said he loves most about the theme is the way the Cover Block is used on <a href=\"https://bg.design/bright-mode/showcase/\">single pages</a>. It pulls the featured image into the Cover block and also offers custom block styles for shadows and full-height options. (The fallback is just a black header with the title). &#8220;I feel as though this really presents what&#8217;s possible with modern WordPress.,&#8221; Gardner said.</p>\n\n\n\n<img />\n\n\n\n<p>After testing the theme, I was surprised by how many hidden gems there are to uncover in the block styles, and how much creative control users have over every aspect. The only thing I would change is ensuring the home page looks similar to the demo so users feel that they have a solid starting place without having to hunt down the patterns to reproduce the demo. Gardner has a talent for creating aesthetically pleasing patterns and in this case the more diverse set he is planning (portfolio, call-to-action, etc) would enable Bright  Mode to be used in more contexts.</p>\n\n\n\n<p>Although many traditional theme authors still have some <a href=\"https://wptavern.com/wordpress-themes-team-contributors-get-pushback-on-proposal-to-improve-block-themes-visibility-in-the-directory\">resistance to block themes gaining more visibility</a> in the Themes Directory, Gardner is privileged to have a day job as a Developer Advocate at WP Engine where he is paid to engage with the community and help users transition to the block editor and full-site editing. </p>\n\n\n\n<p>&#8220;Essentially, keeping pace with Gutenberg development and what’s new with WordPress is what I get paid to do,&#8221; Gardner said. &#8220;So naturally, this makes it easy to experiment with themes (like we do with <a href=\"https://frostwp.com/\">Frost</a>) and give back with resources such as our newly launched site for <a href=\"https://wpengine.com/builders/\">Builders</a>. On top of that, I spend my free time at night and on weekends digging deep to see how far I can take things creatively.&#8221;</p>\n\n\n\n<p>Bright Mode is the result of his personal explorations into what is possible with block theming. It&#8217;s <a href=\"https://wordpress.org/themes/bright-mode/\">available for free on WordPress.org</a> or via the Themes install screen inside the admin. More patterns, templates, and variations will be on the way in future updates to the theme. Bright Mode is among the first <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">100 block themes</a> in the directory, a milestone WordPress.org passed today.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 18:56:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"WordPress Foundation: 2022 Kim Parsell Memorial Scholarship Recipients: Margherita Pelonara, Simona Simionato, and Pooja Derashri\";s: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:41:\"https://wordpressfoundation.org/?p=278971\";s: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:147:\"https://wordpressfoundation.org/news/2022/2022-kim-parsell-memorial-scholarship-recipients-margherita-pelonara-simona-simionato-and-pooja-derashri/\";s: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:1409:\"<p><a href=\"https://us.wordcamp.org/2022/2022-kim-parsell-memorial-scholarship-recipients/\">This year’s Kim Parsell Memorial Scholarship recipients</a> are <strong>Margherita Pelonara, Simona Simionato, </strong>and<strong> Pooja Derashri</strong>, enthusiastic WordPress developers, Meetup and WordCamp organizers, and contributors to the open source project and WordPress community. </p>\n\n\n\n<p>These contributors share the passion of empowering people with WordPress. Whether helping women freelancers succeed in business (Margherita), contributing to the Diversity Speaker Training project (Simona), or being the Team Rep for the Training Team (Pooja), these women succeed in their community goals, and it’s an honor to award the Kim Parsell Memorial Scholarship to them.</p>\n\n\n\n<p>The WordPress Foundation created this memorial scholarship in 2015, to honor the memory of longtime WordPress contributor Kim Parsell.</p>\n\n\n\n<p>This scholarship provides financial support to a woman who contributes to the WordPress open source project, who would not otherwise be able to attend WordCamp US. <a href=\"http://wordpressfoundation.org/projects/kim-parsell-memorial-scholarship/\">More information on the scholarship, including past recipients, is available here</a>. </p>\n\n\n\n<p><em>Thank you to WordCamp US organizer, <a href=\"https://meetmichelle.online/\">Michelle Frechette</a>, for this post.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 16:38:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Cate DeRosia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: #35 – Akshat Choudhary on the State of WordPress Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=136255\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wptavern.com/podcast/35-akshat-choudhary-on-the-state-of-wordpress-security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34757:\"<p>On the podcast today we have <a href=\"https://twitter.com/akshatc\">Akshat Choudhary</a>.</p>\n\n\n\n<p>Akshat is the Founder and CEO of BlogVault, MalCare, WP Remote and Airlift. These WordPress plugins allow their customers to build, manage and maintain their WordPress websites.</p>\n\n\n\n<p>He’s based in Bangalore, India and we begin the podcast talking about the state of the WordPress community there. We know that there’s a lot of WordPress products and services coming out of India, but are there events and meetups like we find elsewhere? We also talk about why Akshat sees it as useful to bring himself and other members of his team so far to attend WordCamp Europe. What’s in it for them and what’s their approach to the return on this investment?</p>\n\n\n\n<p>We then move on to talk about Akshat’s journey creating products in the WordPress space. It’s interesting to note that whilst Akshat is clearly great at creating products people wish to use, he’s also willing to admit that much of his success can be attributed to serendipity.</p>\n\n\n\n<p>We then get into a discussion of the security landscape and how the products that Akshat and his team make enable site owners to rest more easily. It’s all about backups, site monitoring and firewalls. We go into some of the technical details of how the products work and how they fit neatly into an agency wishing to sell care plans to their website clients.</p>\n\n\n\n<p>Are there any downsides to adding additional plugins to WordPress websites and do we run the risk of thinking that if we’ve installed some security and backup plugins, then there’s nothing to worry about? Is this a sensible position to take?</p>\n\n\n\n<p>It’s an educational episode with a warm and very amiable guest.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://wpremote.com/\">WP Remote</a></p>\n\n\n\n<p><a href=\"https://blogvault.net/\">BlogVault</a></p>\n\n\n\n<p><a href=\"https://www.malcare.com/\">Malcare</a></p>\n\n\n\n<p><a href=\"https://airlift.net/\">Airlift</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, the state of WordPress security.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast, player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you. And hopefully get you or your idea featured on the show. Head over to WPTavern.com forward slash contact forward slash jukebox and use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have Akshat Choudary. Akshat is the founder and CEO of BlogVault, Malcare, WP Remote and Airlift. These WordPress plugins allow their customers to build, manage and maintain their WordPress websites.</p>\n\n\n\n<p>He&#8217;s based in Bangalore India, and we begin the podcast talking about the state of the WordPress community there. We know that there&#8217;s a lot of WordPress products and services coming out of India, but are there events and meetups, like we find elsewhere. We also talk about why Akshat sees it as useful to bring himself and other members of his team so far to attend WordCamp Europe. What&#8217;s in it for them, and what&#8217;s their approach to the return on this investment?</p>\n\n\n\n<p>We then move on to talk about Akshat&#8217;s journey creating products in the WordPress space. It&#8217;s interesting to note that whilst Akshat is clearly great at creating products people wish to use, he&#8217;s also willing to admit that much of his success can be attributed to serendipity.</p>\n\n\n\n<p>We then get into a discussion of the security landscape and how the products that Akshat and his team make enable site owners to rest more easily. It&#8217;s all about backups, site monitoring and firewalls. We go into some of the technical details of how the products work and how they fit neatly into an agency, wishing to sell care plans to their website clients.</p>\n\n\n\n<p>Are there any downsides to adding additional plugins to WordPress websites? And do we run the risk of thinking that if we&#8217;ve installed some security and backup plugins, then there&#8217;s nothing to worry about. Is this a sensible position to take?</p>\n\n\n\n<p>It&#8217;s an educational episode with a warm and very amiable guest.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise. But that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against the crowds and the air conditioning. And whilst the podcasts are more than listable, I hope that you understand that the vagaries of the real world we&#8217;re at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well. And so without further delay, I bring you Akshat Choudary.</p>\n\n\n\n<p>I am joined on the podcast today by Akshat Choudary.</p>\n\n\n\n<p>[00:03:52] <strong>Akshat Choudary:</strong> Hi, Nathan. Thank you for having me here.</p>\n\n\n\n<p>[00:03:53] <strong>Nathan Wrigley:</strong> You are so welcome. We&#8217;re sitting in the Super Bock Arena, in a cavernous space underneath the arena. And we&#8217;re gonna talk today a little bit about Akshat, his products, why he&#8217;s turned up to WordCamp EU. First of all though Akshat just give us a little bit of a background. Who are you? Which company, companies I should say, do you represent?</p>\n\n\n\n<p>[00:04:11] <strong>Akshat Choudary:</strong> Hi, I&#8217;m Akshat, I&#8217;m the founder of BlogVault, actually that&#8217;s the main company. And then we have multiple products. Some of you might have heard of BlogVault is our original product. And then we since then built Malcare. We are also associated with WP Remote, which is for agency, and we have a brand new product coming out called Airlift.</p>\n\n\n\n<p>[00:04:31] <strong>Nathan Wrigley:</strong> Oh, okay. Tell us what Airlift is.</p>\n\n\n\n<p>[00:04:33] <strong>Akshat Choudary:</strong> So, you know, speed is such an important aspect of a website and making a website fast is, it&#8217;s a time consuming and often difficult task. So, we are using technology to make a website really fast with the click of a button.</p>\n\n\n\n<p>[00:04:46] <strong>Nathan Wrigley:</strong> That sounds amazing. So there&#8217;s four products that you&#8217;ve got. Presumably you&#8217;ve come to WordCamp Europe to find customers, mix, network and all of those kind of things. So I&#8217;m gonna ask you a series of questions about that. Really, it boils down to this. What is the purpose? Why have you come all the way to WordCamp Europe?</p>\n\n\n\n<p>[00:05:02] <strong>Akshat Choudary:</strong> It&#8217;s interesting that you mentioned that you&#8217;ve come for customers and acquire customers. And I remember the very first WordCamp I attended so many years ago, and I was in this mode of trying to acquire customers and it was miserable, like the worst possible experience. then I had to step back because WordPress and WordCamps are not, are not suitable.</p>\n\n\n\n<p>The community, the event is not, it&#8217;s not your traditional trade conference. When you attend it to just be a part of the community and try and meet people, and over time you can connect the dots, looking back that it has worked out well. So today I&#8217;m here actually, to reconnect with all the friends that I have, after three years.</p>\n\n\n\n<p>[00:05:41] <strong>Nathan Wrigley:</strong> It is very much a social experience for you?</p>\n\n\n\n<p>[00:05:43] <strong>Akshat Choudary:</strong> Absolutely. Yeah. And that&#8217;s the most important aspect of it.</p>\n\n\n\n<p>[00:05:46] <strong>Nathan Wrigley:</strong> What is the main thing that you find yourself doing? So do you attend the talks and sit and chat with colleagues, or do you tend to find yourself on the hallway track, just chatting to random strangers?</p>\n\n\n\n<p>[00:05:57] <strong>Akshat Choudary:</strong> Yeah. Hallway track, I wouldn&#8217;t even say chatting to random strangers because now so many of the folks are just such good friends. Yeah, we go back so many years, so. It&#8217;s mostly about just meeting them again and, hopefully finally in person.</p>\n\n\n\n<p>[00:06:12] <strong>Nathan Wrigley:</strong> Do you bring many people from your team or teams I should say? Or is it just you? Is that a difficult decision? Who gets on the plane and who doesn&#8217;t?</p>\n\n\n\n<p>[00:06:19] <strong>Akshat Choudary:</strong> We try and have a couple of people join me. In fact, a few times I have also not gone and people from the team have come, so we do it on a, on a round robin basis. So we try and get the entire team to participate in the community and meet the different folks here. Because just again, sitting in India, it&#8217;s very difficult to understand what the community is about. Coming here and interacting and volunteering. Those experiences really give you a sense of what WordPress is about.</p>\n\n\n\n<p>[00:06:47] <strong>Nathan Wrigley:</strong> Just before we pushed the record button, I mentioned some of the things that we may be talking about, and one of them was the community where you are based. So, first of all, where are you based?</p>\n\n\n\n<p>[00:06:56] <strong>Akshat Choudary:</strong> So I&#8217;m based in Bangalore in India.</p>\n\n\n\n<p>[00:06:59] <strong>Nathan Wrigley:</strong> And tell us about the community that may or may not exist there.</p>\n\n\n\n<p>[00:07:03] <strong>Akshat Choudary:</strong> So we do have a small community, but it&#8217;s not a very, very active community. And it also makes you realize that while Bangalore is the tech hub of India, you know, it&#8217;s called the Silicon Valley of India. And there are so many people doing tech and I&#8217;m sure there are a lot of people doing WordPress. But we&#8217;ve never really been able to kickstart a healthy community there.</p>\n\n\n\n<p>[00:07:22] <strong>Nathan Wrigley:</strong> Do you have any insight into why that is? Is it just that it just never took off or nobody took the responsibility to organize it?</p>\n\n\n\n<p>[00:07:28] <strong>Akshat Choudary:</strong> It makes you appreciate the work that the folks who are building these communities are doing, because it&#8217;s a commitment. I think people spend a part of their lives to make this thing happen at each of these local chapters.</p>\n\n\n\n<p>I guess, somebody needs to come up with that passion to make it happen.</p>\n\n\n\n<p>[00:07:46] <strong>Nathan Wrigley:</strong> So it is a different experience here than it would be over there?</p>\n\n\n\n<p>[00:07:49] <strong>Akshat Choudary:</strong> Yeah. Significantly different.</p>\n\n\n\n<p>[00:07:51] <strong>Nathan Wrigley:</strong> In terms of the event itself, what do you make of this venue? I mean, when I showed up and saw it, I mean I&#8217;d seen pictures, and I thought that looks pretty large.</p>\n\n\n\n<p>That looks pretty impressive. And then when I actually got here, this is beyond anything I imagined. It&#8217;s truly enormous.</p>\n\n\n\n<p>[00:08:06] <strong>Akshat Choudary:</strong> Yeah, it is an extremely large, really large venue. And I actually still didn&#8217;t know what to expect until I entered, and the organization is, the way they have organized it with one section going to sponsors another with the tracks, with the actual talks. It&#8217;s a very, very large venue and with a lot of space all around to meet people and to talk with people.</p>\n\n\n\n<p>[00:08:24] <strong>Nathan Wrigley:</strong> I was looking at a WordCamp and I can&#8217;t actually summon up which one it was, but it was a State of the Word address from. I&#8217;m gonna say it was about 10 years ago. I was watching the video recently and it looked like a cottage industry. It looked as if they were basically in a theater and the signage was all very thrown together. And you compare that to what there is out there, a few yards away from us, it&#8217;s Incredible how WordPress has grown.</p>\n\n\n\n<p>And at the moment, as of recording this we&#8217;re in the low forties. So 42, 43% of all websites. You&#8217;ve obviously strapped yourself to the bandwagon of WordPress, which historically has been an amazing decision. I mean, I&#8217;m guessing that you&#8217;re just jubilant about that.</p>\n\n\n\n<p>[00:09:08] <strong>Akshat Choudary:</strong> Yes, no, I&#8217;d consider myself extremely lucky. I wouldn&#8217;t say it was a, it was a well thought out decision as to, yes, I&#8217;m going to get onto this rocket ship. We are extremely fortunate to be a part of the success story that WordPress is.</p>\n\n\n\n<p>[00:09:20] <strong>Nathan Wrigley:</strong> Very recently, and I don&#8217;t know what your thoughts are on this, because it feels a bit like a Chicken Little story. Recently some statistics came out to show that for the first time ever, the market share for WordPress had actually taken a teeny tiny, nevertheless, a teeny tiny decline had occurred.</p>\n\n\n\n<p>And there was lots of people writing commentary about this and saying, well, that&#8217;s interesting. Maybe the growth of a WordPress is over. What&#8217;s your thoughts on all of that?</p>\n\n\n\n<p>[00:09:45] <strong>Akshat Choudary:</strong> Yeah, I think numbers, you know, they can be very confusing and especially the number around market share. It&#8217;s a lot of marketing more than anything else. So, when it&#8217;s going up, it sounds really nice and you know, 45%, but the way you calculate it. I think if you are today creating a business website, or if you&#8217;re creating a personal website, WordPress is the go to place.</p>\n\n\n\n<p>You do have a lot of other technologies coming up. So you will see and you&#8217;ll see different things take off. Honestly, I tend to ignore it. I don&#8217;t worry too much about it. And also, I don&#8217;t worry too much about what&#8217;s going to happen with WordPress. So I think every technology has its own cycle it has to follow. And my favorite examples are like Nokia and Blackberry. Those were iconic, massive companies and they disappeared in five years. So when the time comes, it&#8217;ll come, and you can&#8217;t do really do much about it, but until then, yeah, until then let&#8217;s do the most of it.</p>\n\n\n\n<p>[00:10:37] <strong>Nathan Wrigley:</strong> Yeah, I think you&#8217;ve probably hit the nail on the head. Nothing is imutable. Everything in its time will cease to be as popular as it once was. Like you said, certain companies like Nokia, I don&#8217;t even know if you can buy a Nokia phone anymore, but certainly in the day they were the only things that you could buy.</p>\n\n\n\n<p>Your businesses, the ones that you mentioned earlier, they fit into the sort of client side, client management piece, a little bit. So you&#8217;ve got the ability with BlogVault to be able to migrate your sites. And you&#8217;ve also got the ability to back them up and do security, and all of that Is that the bit where you&#8217;ve pitched your business? Are you sort of aiming them at agencies who are then selling that services, perhaps packaged up in a care plan or something like that? Is that where you are pitching?</p>\n\n\n\n<p>[00:11:18] <strong>Akshat Choudary:</strong> Yes. So we actually have two segments of customers. And in fact, we are sponsoring this WordCamp under WP Remote brand, and that&#8217;s the brand which is targeted towards agencies. Where we take all our products, we are selling that product to agencies. And agencies then who have, which again, is something we have seen over the past few years, the concept of maintenance plans. So agencies manage WordPress sites for the clients, and then they, they use our products to manage large number of sites. And we make it really easy with the backup security, updates and more.</p>\n\n\n\n<p>And our job really is to make that job easier. So if you&#8217;re running a business critical website, we make it easy to run that website and make the most out of it. And, we sell to two customer segments. You have agencies who are buying large number of sites, and then you have individual site owners, like small businesses or en enthusiast, so marketing teams. And they are buying it for small number of websites. So yeah, there are two customer segments essentially that we target.</p>\n\n\n\n<p>[00:12:13] <strong>Nathan Wrigley:</strong> You mentioned security there. Since the last time I met you, which is probably three or four years ago, I think it was probably in WordCamp London or like that. Yeah. It seems like an age ago now. The amount of security news has been truly stratospheric. Every single week there seems to be something. Now whether or not that&#8217;s hype, or it&#8217;s written about because people are interested in, I don&#8217;t really know. I don&#8217;t really have any insight into that.</p>\n\n\n\n<p>Obviously the market share of WordPress paints, a bigger target, you know, 42, 43% of the web people are gonna invest time into figuring out what&#8217;s vulnerable there. Have you noticed that? Is that a trend? Do we need to be more concerned this year than we were last year about the security of WordPress? And do we need to have things to mitigate? Obviously I&#8217;m sure you would say yes, because you&#8217;ve got all the solutions provided for that, but what&#8217;s your thoughts of the state of security in WordPress?</p>\n\n\n\n<p>[00:13:03] <strong>Akshat Choudary:</strong> Yes. So, I think the security is obviously a moving thing and there&#8217;s never, there&#8217;s no such thing as absolute security. Right. So it will never be in a state where we&#8217;ll be like, okay, fine. Everything is secure. Everything is good. You&#8217;ll always need to be wary of it. And especially when you look at something like WordPress, which has such a thriving ecosystem around it. So then security is not limited to one small thing, but it&#8217;s spread all over the ecosystem, right?</p>\n\n\n\n<p>So every aspect of it needs to be secure, and which becomes so much more difficult to do. As you have more plugin, more themes, and as this ecosystem also expands it adds a lot more complexity to the whole WordPress security concept. So that&#8217;s, that&#8217;s very, very important to understand.</p>\n\n\n\n<p>In fact, if you go back to Windows, days when Windows was considered extremely insecure and while Windows also had its own challenges, a lot of the security challenges came from drivers and all the stuff that you were built using on top of Windows. That&#8217;s a similar concept or we can draw similar analogy to WordPress.</p>\n\n\n\n<p>So while WordPress, the core itself gets more and more secure over time, and we have seen that evolve, and I think there&#8217;s so much noise around, you know, like people get offended like, oh yeah, WordPress is insecure. No, no WordPress is actually secure, but then the plugins are insecure. But you open a website, you go into the WP admin and you see they have 20 plugins and there&#8217;s somebody willing to add a 21st plugin because you need to get something done.</p>\n\n\n\n<p>So at the end of it, when you&#8217;re using WordPress with all these plugins and yeah, I would venture to guess that what, some of the reasons why some of the biggest websites use WordPress is also because of the plugins. Because it gives you that flexibility. So there&#8217;s always going to be more plugins added to websites, more complexity added there. And that means security is always going to be a challenge. You can&#8217;t take it for granted.</p>\n\n\n\n<p>[00:14:40] <strong>Nathan Wrigley:</strong> What with 50,000 plus plugins in the repository, plus all of the commercial ones, which are countless, I&#8217;m sure there&#8217;s a number equal to that, possibly bigger. How do you even begin to keep on top of that? Is this just a case of your reading other blog posts about security and your getting information from databases? How do you on the BlogVault side of things and the Malcare side of things, how do you know what needs to be patched and when it needs to be patched?</p>\n\n\n\n<p>[00:15:09] <strong>Akshat Choudary:</strong> So we do keep a close eye on what&#8217;s happening in the security space. Our approach to security is not to be on top of everything that&#8217;s happening in the security. We look at it from a first principle perspective. As to how do sites really get hacked? What happens when they get hacked? What causes them to be hacked? What do vulnerabilities look like? So not specific vulnerability, because there are so many plugins.</p>\n\n\n\n<p>And you&#8217;ll see this so often, you know, you&#8217;ll see a vulnerability getting declared. Suppose a vulnerability gets declared today. You&#8217;ll see that it&#8217;s been exploited for years before that or months before that. So declaring vulnerability versus where with announcement is made was the actual exploit. So that, that we believe is not the right way of securing. So we don&#8217;t really try and be on top of every single news. Obviously we do it out of interest, but not as a mechanism to secure websites. So we take a more fundamental approach as to why do websites get hacked? What happens when they get hacked and then try and patch it or try and secure it from that principle.</p>\n\n\n\n<p>[00:16:05] <strong>Nathan Wrigley:</strong> Okay, let&#8217;s drill down into that a little bit more then. So what does that mean? Because, it may be confusing to people listening. So if you&#8217;re not finding the vulnerabilities and setting up. I presume there&#8217;s like a firewall piece in all of this. So tell us about that, how it works, how does it stop traffic getting into the website?</p>\n\n\n\n<p>[00:16:21] <strong>Akshat Choudary:</strong> This is actually a very, very fascinating topic and this is something which is close to our heart. And, I would venture to say, I mean, like we know that things can be improved significantly, and we are far from reaching the final vision. We can always, we can see month by month we are moving towards this final vision.</p>\n\n\n\n<p>So WordPress security, again, there&#8217;s so much noise out there, you know, and I may dare to say there&#8217;s a lot of snake oil being sold also. And that just makes it so much more difficult because you will find some of the most credible people out there, unfortunately spreading misinformation, not willfully. Just because the whole space is so noisy, and so confusing..</p>\n\n\n\n<p>Having said that, we believe firewall is one of the best ways of protecting a site. Let&#8217;s look at like different ways sites get hacked and there are numerous. I&#8217;ll just take a few examples to show you what happens. For example, one type of exploit, and this is actually happens much more often than you would think, is it lets you change the URL within the database of the site.</p>\n\n\n\n<p>And it&#8217;s actually a very simple operation. One way you can block it is you look at any request that caused that specific operation to get updated and just block it out. If it is not done with appropriate privileges. And that&#8217;s one example of how you can mitigate an attack type. So that just shows you that that&#8217;s one way.</p>\n\n\n\n<p>There are others. Like we, we know the famous OS SQL injection attacks, which try and exploit vulnerabilities while accessing the database. There&#8217;s a whole amount of literature out there as to how to block SQL injection attacks and we can tap into those rules to block out SQL injection attacks. So as soon as you do that, you have saved yourself from a whole bunch of vulnerabilities that affect a lot of websites.</p>\n\n\n\n<p>[00:18:02] <strong>Nathan Wrigley:</strong> Just before we keep going, I&#8217;m curious because a lot of people who listen to this may have only a glimer of an understanding of how WordPress works. So, how does a firewall in fact work? How do you get in front of things before it hits the website and sniff it and say, okay, this is clearly not supposed to happen. Let&#8217;s just drop this. Let&#8217;s make this not happen. How does that even work? What&#8217;s the process that you are interrupting that would normally happen if there isn&#8217;t a firewall there?</p>\n\n\n\n<p>[00:18:26] <strong>Akshat Choudary:</strong> All right. So firewall again, there are multiple types of firewalls and multiple levels at which firewalls get deployed. You have cloud based firewall, something like Cloudflare or a Sucuri, which is a very popular WordPress plugin, WordPress security. solution. They have, basically they have a cloud based solution where when someone visits your website, it reaches their servers first. And then it passes through their firewall servers.</p>\n\n\n\n<p>Ours is more of a plugin based solution. So, we attach yourself inside your website through a plugin. And what we do is we, and there are multiple ways of doing it, but, depending on the type of hosting you in, we&#8217;ll be the very first set of, scripts or code to load even before WordPress loads. What we are doing is common with, Wordfence does also a similar takes, a similar approach.</p>\n\n\n\n<p>Right, so every request is then parsed. Identified. We classify the request as to look at all the parameters that happens in the request. We classify, what looks like a good request versus a bad request based on rules. And we have a whole number of rules, which evaluate, and we see, okay, that looks funny. That should not happen. That looks like a SQL injection attack. That looks like a XSS attack. And we identify using patterns. And then we block them.</p>\n\n\n\n<p>There are some more complex ones. Like the one I spoke about where a URL gets updated. There we actually sit deep inside WordPress and we let WordPress load. But in case an operation to modify WordPress takes place, which it should not happen normally, then this piece of code will kick in. And that&#8217;s the advantage of having a plug-in based solution because, you now understand how WordPress functions and then tap into that knowledge.</p>\n\n\n\n<p>There are other solutions, maybe like a Cloudflare where they don&#8217;t really understand WordPress and they have taken a more of a generic, good, best practices of blocking attacks. And they&#8217;re also effective. But I think when you understand WordPress, when you understand this application so well, you can do things in a manner which, yeah which can improve the security of a WordPress website.</p>\n\n\n\n<p>[00:20:32] <strong>Nathan Wrigley:</strong> You mentioned that you&#8217;re getting in the way sometimes, you&#8217;re the first thing that&#8217;s happening and so on. People, again, listening may thinking, oh, okay, that sounds like an extra step. And if there&#8217;s an extra step, is that gonna slow things down? Because there&#8217;s something that&#8217;s got to be inspected before it&#8217;s passed through the firewall and allowed to happen. Typically, are you pretty confident about if you put these things in place, you&#8217;re not really gonna see a significant drop in the amount of time it takes to get the first bite or whatever.</p>\n\n\n\n<p>[00:20:57] <strong>Akshat Choudary:</strong> Right, we take a great deal of care to make sure that it doesn&#8217;t really slow it down. But again, you need to go deeper into how WordPress functions and you realize that there are so many layers to what causes a WordPress site, what impacts the performance of a WordPress site. And you will see that the PHP pieces and especially the kind of operations we deal with is multiple order of magnitudes faster than the slowest operation, which might be a database query. And while a WordPress request is served. There are numerous database queries being made.</p>\n\n\n\n<p>So in comparison to that, this might be, so if that takes a thousand milliseconds, let&#8217;s assume, this operation might take one millisecond, two milliseconds. So it just dwarves in front of everything else that&#8217;s happening. Obviously we need to always make sure that this thing does not exceed one or two milliseconds or a few milliseconds, but the difference is so large that you will never notice the impact of it.</p>\n\n\n\n<p>And again, there&#8217;s so much confusion around it. That having a working model around this is not straightforward, and it&#8217;s very easy to be like, oh, this will slow down my website, but how will it slow down what&#8217;s happening? And that complexity is, I think the communication around that has not been great.</p>\n\n\n\n<p>[00:22:08] <strong>Nathan Wrigley:</strong> Another concern that people may have is because you said, your setup, it has to make judgments about whether this should be passed through or not. This is malicious, or this is not malicious. How easy is it for that system to fail and throw false positives and to erroneously apply the ban hammer to things which should be allowed to pass through. Typically, I&#8217;m guessing that, you get better at that over time.</p>\n\n\n\n<p>[00:22:29] <strong>Akshat Choudary:</strong> It does happen, but it&#8217;s fairly rare. So again, pattern matching is not an exact science, right? It&#8217;s like finding, you know, on a street finding a, a rogue character or a thief by looking at typical characteristics. Yeah, that does happen, but it&#8217;s fairly rare and we try and take a lot of steps to always improve our rules around it. And it&#8217;s a work in progress. I wouldn&#8217;t say it never happens. I almost think that nobody should promise it that way.</p>\n\n\n\n<p>[00:22:54] <strong>Nathan Wrigley:</strong> So four products in the suite. You&#8217;ve got WP Remote, Malcare, BlogVault, and&#8230;</p>\n\n\n\n<p>[00:23:00] <strong>Akshat Choudary:</strong> Airlift.</p>\n\n\n\n<p>[00:23:00] <strong>Nathan Wrigley:</strong> Airlift the brand new one that you mentioned at the beginning. All kind of representing security and client management and what have you. Tell us about what you&#8217;ve got planned? If we were to come back, WordCamp Europe, what may we see? What exciting new things have you got up your sleeve?</p>\n\n\n\n<p>[00:23:16] <strong>Akshat Choudary:</strong> First we are heads down focused on these four things and they&#8217;re each actually very big products just by themselves. Our overall aim is to keep doubling down on these and spend a lot of energy making them perfect. When I started BlogVault a few years ago, I thought it was like a six week project. And even today I&#8217;m finding ways of improving it. So at least we want to make sure that we are focused on these four things and making it work seamlessly and just keep improving it, because it&#8217;s a very time consuming process to build a great product.</p>\n\n\n\n<p>[00:23:46] <strong>Nathan Wrigley:</strong> Yeah. So the roadmap is more about getting it more refined rather than adding feature upon feature upon feature?</p>\n\n\n\n<p>[00:23:52] <strong>Akshat Choudary:</strong> Yes, it&#8217;s always about, and that&#8217;s my learning over time, that you need to focus on just improving the functionality, existing functionality instead of adding new things. And it&#8217;s so easy to, you know, as builders, it&#8217;s so easy to get distracted and be like, oh, well there&#8217;s this nice little shiny thing a customer&#8217;s asking for it. Let&#8217;s just build it out. Which is almost how Airlift got started, because we also had so much to do on Malcare and WP Remote, BlogVault. But we are like, okay, that looks like an interesting problem, which we can solve. But hopefully we are going to be focused only on these four things.</p>\n\n\n\n<p>[00:24:22] <strong>Nathan Wrigley:</strong> Yeah, it does feel as if there is quite a lot of that. What I mean by that is that features get added year on year. That seems to be the email that comes through is that we&#8217;ve got this great new feature. That&#8217;s why you need to check us out. It&#8217;s quite an interesting and different approach for you to reject that and say, actually the product that we&#8217;ve got is pretty solid. We just wanna make it more solid and there probably won&#8217;t be a great deal of new features going in, yeah.</p>\n\n\n\n<p>[00:24:43] <strong>Akshat Choudary:</strong> Yes, and you know, customers, the best customers, really value quality over the number of features. So the, the best website they want, like, okay, fine. I need it to be as reliable as it gets. And that&#8217;s actually been the biggest selling point for us. And, it&#8217;s easy for me to talk about it like this. The thing is the monkey in the head is always like, let&#8217;s chase this new feature. But the learning is that you need to keep improving it. And the best customers, the people who pay us the most people who, who we want to put on the website, you know, on our marketing site, like the logos, they want the most reliable, the most efficient, the best product out there.</p>\n\n\n\n<p>[00:25:19] <strong>Nathan Wrigley:</strong> Just before we wrap it up, a few minutes ago, you said something about the fact that you thought that, maybe it was BlogVault, I don&#8217;t know which one you were working on, was gonna be a six week project. So let&#8217;s rewind. Akshat, your life to that moment where you thought you were gonna build it and to where you are now and how life has changed. It must be quite an exciting thing to look back on. You&#8217;ve had a really remarkable journey from building a product that you had no particular expectation would take off. And then it really, really did take off and, and here we are now sat in a room in WordCamp Europe in Portugal, 2022. It&#8217;s been a very good journey.</p>\n\n\n\n<p>[00:25:53] <strong>Akshat Choudary:</strong> Absolutely. Like I just look it, I consider again, and I have mentioned this so many times to different people, is I consider myself extremely, extremely fortunate. Especially like we spoke earlier, the WordPress bandwagon, the, and if I may call it that, but the success story of WordPress. I was so lucky to latch onto it at that point of time and just grow with it. And I&#8217;ve grown as a person also through this journey. Because the person I was then versus the person I am now are vastly, vastly different.</p>\n\n\n\n<p>[00:26:23] <strong>Nathan Wrigley:</strong> Mmm. Akshat Choudary we&#8217;re gonna end it there. Thank you for joining us today. I really appreciate it.</p>\n\n\n\n<p>[00:26:28] <strong>Akshat Choudary:</strong> Thank you, Nathan.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"HeroPress: Success Looks Different On Everyone, I Guess\";s: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:56:\"https://heropress.com/?post_type=heropress-essays&p=4621\";s: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:160:\"https://heropress.com/essays/success-looks-different-on-everyone-i-guess/#utm_source=rss&utm_medium=rss&utm_campaign=success-looks-different-on-everyone-i-guess\";s: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:16681:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2022/07/071922-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: In every way, WordPress is at the heart of my newfound success, regardless of how or when it happened.\" />\n\nHere is Donna reading her own story aloud.\n\n\n\n\n<p>At the age of 62, I finally feel like I’ve found success, and I hope I wear it well. It doesn’t wrap me in the look I’d imagined, however. It feels like quality material, sure, but not ostentatious or high-falutin’ or fancy-pants. (Well, maybe there’s the occasional fancy-pants aspect of it, which I’ll be sure to mention at the end of the story). </p>\n\n\n\n<h2 id=\"h-what-is-success\">What is Success?</h2>\n\n\n\n<p>One of the definitions that Merriam-Webster presents for the word “success” is “<em>the attainment of wealth, favor, or eminence</em>.”</p>\n\n\n\n<p>My definition of success has always been to live free of poverty. I don’t ask much of success. Just the vision of a life without the constant weight of poverty wrapped around a person’s neck is enough for me to define that life as successful. But of course, there are many ways to define success, and I suppose that makes a big difference in how people view their own lives.</p>\n\n\n\n<p>I’m a late bloomer to my version of success, although most people would have assumed I’d been this successful for decades. </p>\n\n\n\n\n<blockquote>\n<p>But in every way, WordPress is at the heart of my newfound success, regardless of how or when it happened. </p>\n</blockquote>\n\n\n\n\n<p><a href=\"https://donnacavalier.com/one-womans-journey-towards-wordpress/\">I’ve told parts of my story before</a>. In that telling of my tale, what you won’t find is any indication that I was poor &#8211; miserably poor &#8211; throughout most of it. For years, I’ve joked to my family that I’m great at becoming “industry famous” but terrible at earning money at it. At one time, I was one of the premier Cold Fusion developers in the world, though I doubt CF’ers would remember me all these years later. After that, I was a well-known SEO, although I went by a “forum name” at the time, so my name now isn’t recognizable except to those I’m still friends with. And while I wasn’t necessarily ever WordPress-famous, I wasn’t invisible in the community either. </p>\n\n\n\n<p>The main reason I was industry famous each of those times was that I spent a lot of my time in the forums or communities where everyone hung out. In my time there, I gave back every chance I got. I’d generally learned my craft from those same types of communities, so once I had obtained valuable knowledge, I answered questions and helped people learn there. Eventually, I would end up being a moderator in most of those communities.</p>\n\n\n\n<p>So if success is defined by <em>eminence</em>, as Merriam-Webster suggests, or the level of recognition you get from your peers, or the amount of respect you earn from those you mentor, then I was very successful throughout much of my adult life. </p>\n\n\n\n<h3 id=\"h-eminence-does-not-equal-wealth\">Eminence Does Not Equal Wealth</h3>\n\n\n\n<p>Despite that version of success or what I called “industry fame,” I could never afford to use any “pro” plugins or tools that weren’t free. </p>\n\n\n\n<p>I’ve never owned a copy of Photoshop in my life. (I take that back. A friend gave me a nulled version once &#8211; a really old version &#8211; but I was too paranoid and “law-abiding” to ever use it). Even though my job as a web designer pretty much required the use of Photoshop, I had to settle for <a href=\"https://gimp.org\">Gimp</a>. Priced at somewhere around $600 (if I remember right), Photoshop was about $599 too expensive for me. If a client handed me a .psd file, I’d ask industry friends who owned Photoshop to turn it into a format I could import into Gimp. Of course, that meant there were many Photoshop files I couldn’t work with at all if I needed to access some aspect of the file that Gimp didn’t support. In those cases, I had to turn the job down.</p>\n\n\n\n<p>SEO was made more difficult without money to spend. Paying even $20 for an SEO tool that would make my work easier was never an option. If it wasn’t free, it didn’t happen. Occasionally, I’d get lucky and win the use of a tool during an online giveaway. You have no idea how excited I’d get when that happened. It always felt like I’d won the lottery.</p>\n\n\n\n<p>I did attend as many SEO conferences as I could over the years. Industry acquaintances who believed I needed to be there generously paid for some of those conferences. I am forever grateful to those people. Some I managed to scrape up enough money to attend, especially if they were reasonably close to where I lived. </p>\n\n\n\n<h3 id=\"h-where-did-i-go-wrong\">Where Did I Go Wrong?</h3>\n\n\n\n<p>So why was I so poor? Why did my version of success elude me for so long? I’m not sure I know all the reasons for that, but I’d like to share some of the reasons that I do know. Some may be helpful to anyone in the same situation; others were personal and unique to me (perhaps).</p>\n\n\n\n<p>Let’s start with the most obvious.</p>\n\n\n\n<p><strong>Imposter Syndrome</strong>. I did graduate from college with a B.S. in English Education. Back in my day, women were expected to do “women’s type of work,” such as teaching. I really wanted to study Computer Science, but the head of the CS department told my mom that it would probably be too hard for me, so Mom convinced me not to do that. (My mom loved me very much, and I’m sure she thought she was saving me from failure or something, but she was wrong to not trust in me). I graduated and never worked as a teacher a day in my life. (At least not in a formal school situation. Most of my life has been dedicated to teaching others how to do things, however). So instead of teaching, I moved to California, worked as a data entry person for years, and slowly began to teach myself how to code. In those days, we didn’t have an internet filled with free courses to learn from. I would occasionally find an old “How to code in Fortran” book, or something similar,  in someone’s garage sale. But no matter how much I learned, I was always missing some sort of fundamental knowledge that I assumed had been taught in formal education. And I always knew I wasn’t as good as all those people who had that education. That prevented me from ever trying to apply for “real jobs” in the IT or future web-related industries. </p>\n\n\n\n<p>Why else did I take so long to get to this level of success? A few reasons:</p>\n\n\n\n<ul>\n<li><strong>Under-charging</strong>. Hand-in-hand with imposter syndrome, not charging enough money for services provided was very typical for me. </li>\n<li><strong>Only Serving Poor People</strong>. Just like under-charging, I rarely tried to acquire big, well-paying clients. Of course, my imposter syndrome drove that decision to a large extent, but my own keen understanding of how difficult it was to find success also caused me to have an overwhelming desire to help others do better than me. I jumped on the chance to help someone make their dreams come true, even if they only had $100 to start their business (or less). I would work for peanuts if it meant I could help someone else that didn’t have the means to get help elsewhere. So while imposter syndrome primarily drove those decisions, my desire to help others drove the rest of the way. I had all the knowledge needed to help them learn what they needed to know to succeed, even if I wasn’t succeeding myself.</li>\n<li><strong>Relationship mistakes</strong>. When a personal relationship would go bad, I would leave with pretty much the clothes on my back, just to get out of a bad situation without any hassle. Instead of taking the few “valuable” things I might own with me, I would let the abusive partner keep it all. That would mean starting over every time—new furniture, new TV, etc. I could never get ahead because I was always losing it all.</li>\n</ul>\n\n\n\n<p>There were a few short, successful moments in all those years. Occasionally, I would land a decent client that would pay the bills for a couple of months, and each of those rare occasions would give me the incentive I needed to continue on. I also managed to create a few decent blogs and affiliate sites that I sold for BIG MONEY ($10,000 or so). That was huge and definitely worthy of the “success” label. But that money didn’t lead to more success. Those sales just allowed me to climb out of the abyss of debt I’d gotten into by then.</p>\n\n\n\n<p>And here’s the irony of it all. I had a few clients that I helped make LOTS OF MONEY. Millions, even. And while one of those clients paid me well for about a year (and by well, I’m talking about $2,000/month), most of the time, I got paid a few hundred dollars for my time and advice. </p>\n\n\n\n<p>So there were ups and downs in the money-earning game. The ups encouraged me to continue, the downs were the day-to-day reality.</p>\n\n\n\n<h2 id=\"h-and-then-came-wordpress\">And Then Came WordPress</h2>\n\n\n\n<p>My journey with WordPress didn’t immediately bring success, but it made my life of poverty incrementally better with each passing year. Although WordPress initially made my own sites easier to manage and much more engaging, I quickly realized that WordPress was the key to me being able to create websites for others &#8211; and charging for it! I soon realized that I could make a better and steadier income by designing WordPress websites than I could at trying to get SEO clients. Of course, WordPress and SEO were co-partners in my career for quite a few years. I could design a site, add in some SEO services, and offer a nice bundle to clients. </p>\n\n\n\n<p>I STILL had the problem of under-charging. That didn’t magically go away overnight, unfortunately. But instead of having maybe 3 or 4 clients a year, I began to get maybe 1 client a month. Small job or not, my income was becoming steadier, and that made a difference. I was poor still &#8211; but less desperately poor.</p>\n\n\n\n<h3 id=\"h-as-an-aside\">As an aside: </h3>\n\n\n\n<p>In the midst of one particular bad relationship, I decided to &#8211; finally &#8211; utilize my writing skills and write a novel. I imagined this would be the ultimate residual income, right? Write something once, and then live off the sales forever. That might work for the Anne Rices or Stephen Kings of the world, but the reality for people like me is that each book sold nets me around $2, so selling a few hundred (which is typical) means I’d still be poor.</p>\n\n\n\n<h3 id=\"h-back-to-the-wordpress-story\">Back to the WordPress story…</h3>\n\n\n\n<p>With WordPress, I was able to lose my imposter syndrome. I had the same level of WordPress education as everyone else who dived into learning it. They didn’t get “formal education” in WP either. I was playing on the same field, and that gave me the confidence I needed to excel. To be fair, I didn’t need a formal education for either Cold Fusion development or SEO. And yet, for whatever reason, WordPress helped me see that I belonged in a way that those other platforms did not. I don’t know why.</p>\n\n\n\n<p>All of my other issues took longer to shed. I still felt the need to work with mostly poor clients. I still felt scared to seek out the large clients. But gradually, very, very gradually, those issues started to fall away, like shedding bits of old skin. </p>\n\n\n\n<p>And to make everything better, I LOVED working with WordPress. I LOVED letting my creativity flow when designing a site. WordPress made my work fun, so even if I wasn’t making a lot of money, I was at least enjoying what I was doing.</p>\n\n\n\n<p>Over time, some of that “fame” began to translate into money. I finally allowed myself to take some risks and actually apply for jobs that I would never have applied for in the past. </p>\n\n\n\n<p>If you take nothing else from this story, I hope some of you at least take this to heart.</p>\n\n\n\n<p><strong>TAKE THE RISK</strong>. Apply for the job or attempt to get the bigger client. Of course, don’t apply for something you know absolutely nothing about. For a job position, don’t assume that you won’t get the job, even though you have the skills and knowledge needed. Instead, give it all you’ve got. Create a kick-ass resume that you edit and refine until it’s perfect. Write a cover letter that showcases why you’d be right for them. Go into interviews prepared. Anticipate questions you’ll likely be asked, and plan out your answers. Be prepared, and take.the.risk. The worst that happens is you’ll not get the job, but you won’t be any worse off than you are right now.</p>\n\n\n\n<p>I mention this specifically because taking the risk (twice) is what led me to finally be able to say, “I’ve made it.” I’m a success. </p>\n\n\n\n<p>The first time, I noticed a job opening mentioned in a Facebook group for the WordPress plugin I used for every site I designed. I knew the ins and outs of this plugin better than most. The job description sounded perfect for me (documenting the plugin). My first thought: “Wow, this would be perfect for me.” My second thought: “I’ll never get the job.” My third thought: “Oh hell, Donna, just apply for it. Why the hell not?”. I applied. I got the job. My life suddenly changed. I was no longer living in poverty, but I was still very low middle class, I’d say. Everything was still paycheck to paycheck, with nothing left over to either save or spend. But stability had been achieved.</p>\n\n\n\n<p>The second time, I received a LinkedIn message from someone who worked at Automattic, suggesting I apply for a job with them. I. WAS. FLOORED. What??? Automattic? THE Automattic? My first thought: “This would be a dream come true.” My second thought: “There’s no way in hell they’d hire me.” My third thought: “Oh hell, Donna, just apply for it. Why the hell not?”. I applied. I got the job. I AM NOW SUCCESSFUL. Bonus: I get to work with amazing people.</p>\n\n\n\n<p>My journey to success took way too long. I hope yours is much, much shorter. Hopefully, something in this story might give someone the push they need to shed some of their old skin, let some of the issues holding them back fall away, leaving them with a tiny bit of confidence to take a risk. To trust just a little more in their own abilities and help them realize they have something valuable to offer. To get the bigger client. To charge a little (or a lot) more. To apply for the job.</p>\n\n\n\n<ul>\n<li>WordPress doesn’t force you to go to college.</li>\n<li>WordPress doesn’t require previous experience.</li>\n<li>WordPress opens doors for everyone.</li>\n<li>WordPress is fun.</li>\n<li>WordPress can be your ticket to success.</li>\n<li>WordPress was my ticket to success.</li>\n</ul>\n\n\n\n<p>So I promised I would share some of the fancy-pants bits of success that I’ve obtained. I’ve acquired a lovely home and a nice car. Those are definitely signs of success, but there is one thing that I would truly consider to be “fancy-pants,” and I allowed myself to indulge in it. It was tough to consider myself worthy of spending money on such an item, but I did it.</p>\n\n\n\n<p>I used to say that the first thing I’d get if I ever won the lottery would be a live-in, full-time masseuse. I didn’t win the lottery, but I am successful, so I did the next best thing.</p>\n\n\n\n<p>I bought myself an expensive massage chair. Yeah, the kind you see in malls? Only this one is even fancier and pantsier than most of those! Specifically, I got the Real Relax Massage Chair, Full Body Zero Gravity SL-Track Shiatsu Massage Chair Recliner with Heat Body Scan Foot Roller from Amazon. It cost me $1600 at the time, though it’s now listed at $1799. I use this daily to relax, de-stress, and work some soreness out of my muscles. </p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/image.png\"><img /></a>\n\n\n\n<p>I still wear jeans or leggings, and mostly conference swag t-shirts, so the way I “wear my success” doesn’t look much different than the way I wore my poverty. But there are signs that I’ve made it. My house. My car. My massage chair. That’s fancy-pants. That’s my version of success. And WordPress is the reason it all happened.</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/success-looks-different-on-everyone-i-guess/\">Success Looks Different On Everyone, I Guess</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 13:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Donna Cavalier\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"Do The Woo Community: dev_life snippet: A WooCommerce Project Delivery Process Tip\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/woocommerce-project-delivery-process-tip/\";s: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:394:\"<p>To optimize the WooCommerce site project process, consider two to five days frames. Here is why.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-project-delivery-process-tip/\">dev_life snippet: A WooCommerce Project Delivery Process Tip</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 09:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: WordPress Design Contributors Propose Shipping a Curated Set of Style Variations Instead of a New Default Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136292\";s: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:132:\"https://wptavern.com/wordpress-design-contributors-propose-shipping-a-curated-set-of-style-variations-instead-of-a-new-default-theme\";s: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:3920:\"<p>WordPress design contributors are cooking up <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">a new idea for this year&#8217;s default theme</a> release that would put the spotlight on style variations instead of the theme itself. The idea is rooted in comments that Twenty Twenty-Two designer Kjell Reigstad made last year when introducing the theme:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Themes are in a transition period today, and it seems like this may be a reasonable time to step back and to re-evaluate the annual cadence with which we build default themes.</p><p>Innovations like theme.json, block templates, and block patterns are making theme development far simpler, and are providing new ways for users to customize their sites. There’s reason to believe that the community can leverage all this to build more frequent and diverse theme and customization solutions for our users in the coming years. </p></blockquote>\n\n\n\n<p>Instead of creating a new default theme this year, design contributors are proposing creating a curated set of style variations from community submissions. The styles would be applied to a pared back version of Twenty Twenty-Two.</p>\n\n\n\n<p>&#8220;What if, instead of emphasizing the theme itself, we highlighted an opinionated set of style variations designed by members of the community?&#8221; Automattic-sponsored design contributor Channing Ritter said. &#8220;We could use Twenty Twenty-Two as the basis for a new theme that’s stripped back and minimal — a blank canvas to let a diverse range of style variations shine.&#8221; </p>\n\n\n\n<p>Style variations were <a href=\"https://make.wordpress.org/core/2022/05/03/global-styles-variations-in-wordpress-6-0/\">introduced in WordPress 6.0</a> as a way for theme authors to offer some preset design options capable of skinning the site with different colors, typography, borders, spacing, and more, with just one click on a card representing the variation. Reigstad first floated the idea for Twenty Twenty-Two&#8217;s style variations in November 2021.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Last week I built a handful of Twenty Twenty-Two\'s color + font variations into super-simple child themes. They\'re really lightweight, and I love the idea of offering folks a drastically different site with one click.<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"🎉\" class=\"wp-smiley\" /><a href=\"https://t.co/dItIkvvhK9\">https://t.co/dItIkvvhK9</a> <a href=\"https://t.co/rB4CcTfW0A\">pic.twitter.com/rB4CcTfW0A</a></p>&mdash; kjellr (@kjellr) <a href=\"https://twitter.com/kjellr/status/1460270505513082881?ref_src=twsrc%5Etfw\">November 15, 2021</a></blockquote>\n</div>\n\n\n\n<p>&#8220;It would be interesting to experiment with how opinionated we could make each of the variations,&#8221; Ritter said. &#8220;Maybe one variation makes all typography on the site use a single type size in a monospaced font, while another variation uses <em>many</em> different fonts paired together. I think that pushing the boundaries of what can be done with the style variation format should be the goal — and we can have fun seeing what kinds of things we can come up with in the process.&#8221;</p>\n\n\n\n<p>The idea is that the best community-submitted style variations would be selected for a curated collection that would be bundled with the new blank canvas version of Twenty Twenty-Two.</p>\n\n\n\n<p>Responses so far in the comments have been overwhelmingly positive and designers and developers have been eager to raise their hands to participate. The discussion has just started in the comments of the <a href=\"https://make.wordpress.org/design/2022/07/19/proposal-a-new-kind-of-default-theme/\">proposal</a> and contributors are soliciting feedback on the creation of the next default theme.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Jul 2022 03:41:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: Poe: A Bold New Portfolio Theme with 30+ Block Patterns and 10 Style Variations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136294\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/poe-a-bold-new-portfolio-theme-with-30-block-patterns-and-10-style-variations\";s: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:2551:\"<p>The WordPress Themes Directory is sitting at <a href=\"https://wordpress.org/themes/tags/full-site-editing/\">99 block themes today</a> and will soon cross a major milestone. This momentum has been driven in part by independent designers like Brian Gardner, Anders Norén, and Rich Tabor, to name a few, who have fully embraced the new era of block themes and are leading the way with a seemingly never-ending supply of inspiration. </p>\n\n\n\n<p>Fresh on the heels of <a href=\"https://wptavern.com/anders-noren-remakes-davis-theme-as-davis-blocks-with-full-site-editing-support\">remaking his Davis theme</a> to support full-site editing, Anders Norén has released another free WordPress theme with an opinionated, bold vibe, designed for portfolios and blogs. <a href=\"https://wordpress.org/themes/poe/\">Poe</a>, named for American writer and poet Edgar Allen Poe, features bright color combinations and a chunky layout.</p>\n\n\n\n<img />\n\n\n\n<p>Poe uses Davis Blocks as its foundation and  Norén plans to continue using it as a starting point for future themes, as the theme is lightweight and doesn&#8217;t include any patterns.</p>\n\n\n\n<p>&#8220;The new Full Site Editing features in WordPress allow block themes to be really small, and really fast,&#8221; Norén said. &#8220;Poe is no exception. It includes no JavaScript and less than 450 lines of CSS.&#8221;</p>\n\n\n\n<p>Poe boasts a large collection of more than 30 patterns that users can mix and match when building layouts. These include unique designs like a work process description with multiple steps, a logo grid with title and description, portfolio filtration formatted as a row of buttons, various hero cover image patterns with buttons and header, call-to-action sections, different blog layouts, various footer designs, and more. With just a few customizations, a site using Poe can look very different from the <a href=\"https://andersnoren.se/themes/poe/\">demo&#8217;s default look</a>.</p>\n\n\n\n<img />\n\n\n\n<p>Poe also offers 10 different style variations that instantly transform the design with artfully curated color combinations. The typography and spacing are also customized to complement the different styles.</p>\n\n\n\n<img />\n\n\n\n<p>Although the design is geared towards portfolios with several patterns for featuring past work and clients, the theme can easily be customized to be a blog, agency, or business website.  <a href=\"https://wordpress.org/themes/poe/\">Poe</a> is available for free on WordPress.org or it can be added through the admin in the Themes install screen. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jul 2022 21:33:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: Insights and Tips from Long-Time Woo Product Builder Beka Rice\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72271\";s: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:62:\"https://dothewoo.io/insights-tips-woocommerce-product-builder/\";s: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:437:\"<p>Beka has been building products for WooCommerce for several years and brings retrospect and perspective to the show about the ecosystem.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/insights-tips-woocommerce-product-builder/\">Insights and Tips from Long-Time Woo Product Builder Beka Rice</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jul 2022 09:58:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WordPress Performance Team Is Working on a Module for SVG Uploads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136263\";s: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:86:\"https://wptavern.com/wordpress-performance-team-is-working-on-a-module-for-svg-uploads\";s: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:3056:\"<p>If you have ever tried to upload an SVG (Scalable Vector Graphics) file for a logo or favicon in WordPress, you may have been astonished to find that it doesn&#8217;t work. There is no core support so users rely on plugins like <a href=\"https://wordpress.org/plugins/svg-support/\">SVG Support</a> (900K+ installs) or <a href=\"https://wordpress.org/plugins/safe-svg/\">Safe SVG</a> (600k+ installs) to upload SVG files to the media library and use them like any other image file.</p>\n\n\n\n<p>The main advantage of SVG files is they can scale to any dimension without losing quality. They are also compact and SEO-friendly because they are stored in XML text files that can be crawled and indexed.</p>\n\n\n\n<p>WordPress contributors have been <a href=\"https://core.trac.wordpress.org/ticket/24251\">discussing adding SVG support</a> for more than nine years. It was talked to death with various proofs of concept and no clear path forward, and the ticket eventually became a place where people periodically stop by and <a href=\"https://core.trac.wordpress.org/ticket/24251#comment:93\">comment</a> that it&#8217;s &#8220;a goddamn tragedy that WordPress doesn&#8217;t support this yet.&#8221; </p>\n\n\n\n<p>Despite the format having <a href=\"https://caniuse.com/?search=svg\">nearly universal support across the web</a>, there are security concerns associated with scripted SVGs, where files might contain a malicious script. Without an SVG sanitizer library, users would be uploading SVG files at their own risk. </p>\n\n\n\n<p>In the most <a href=\"https://make.wordpress.org/core/2022/07/12/performance-team-meeting-summary-12-july-2022/\">recent Performance Team meeting</a>, contributors <a href=\"https://github.com/WordPress/performance/issues/410\">proposed</a> the idea of working on a new SVG uploads module. They are first aiming to <a href=\"https://github.com/WordPress/performance/issues/357\">allow users to upload SVG files without scripts</a> and provide an SVG preview in the Media Library.</p>\n\n\n\n<p>Although more than a million WordPress users have installed a plugin to add SVG uploads to their sites, none of these plugins are feature plugins. This is why the Performance Team has opted to create a module within the Performance Lab plugin. It allows the team to better test the feature in the wild before proposing it for WordPress core.</p>\n\n\n\n<p>Looking at current implementations in plugins, the team found many of them offer more features than the scope of this module would include. The most popular plugins all currently use the <a href=\"https://github.com/darylldoyle/svg-sanitizer\">SVG Sanitizer</a> library, as does <a href=\"https://www.drupal.org/project/svg_sanitizer\">a Drupal module</a> and an integration for <a href=\"https://github.com/TYPO3GmbH/svg_sanitizer\">TYPO3 CMS</a>.</p>\n\n\n\n<p>Performance team contributors have identified WordPress 6.2 as a realistic goal for proposing the module for core. Anyone who wants to contribute can <a href=\"https://github.com/WordPress/performance/issues/427\">join their efforts on GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Jul 2022 03:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Post Status: It’s not the size that matters…\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=102213\";s: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:53:\"https://poststatus.com/its-not-the-size-that-matters/\";s: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:467:\"Can WordPress’s heavy reliance on volunteerism be offset or better supported by those most able to subsidize the work of others and their access to events? Do the largest WordCamps serve well, in their current form, as signature industry events that developers, product owners, and investors outside WordPress can recognize as such? Can the upper, middle, and lower markets within the WordPress ecosystem find mutual benefit through the things they share in common?\";s: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, 18 Jul 2022 23:38:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Locking Down the Security of a WooCommerce Site Build\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72438\";s: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://dothewoo.io/locking-down-the-security-of-a-woocommerce-site-build/\";s: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:409:\"<p>What developers should think about when they\'re building a Woo site in terms of security to lock it down.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/locking-down-the-security-of-a-woocommerce-site-build/\">Locking Down the Security of a WooCommerce Site Build</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Jul 2022 11:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Post Status: Maddy Osman on Writing for Humans and Robots — Post Status Draft 119\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=101455\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://poststatus.com/maddy-osman-on-writing-for-humans-and-robots/\";s: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:396:\"In this episode of Post Draft, Post Status Editor Dan Knauss is joined by Maddy Osman. Maddy is the founder of The Blogsmith, a well-known brand in the WordPress space for quality writing that appeals to your target audience and search engines. Maddy has a new book out that can teach you some of her finely-honed skills. It\'s called Writing for Humans and Robots: The New Rules of Content Style.\";s: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, 18 Jul 2022 03:45:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"Gutenberg Times: 99 Block Themes, Block Templates and Gutenberg Nightly at 120k downloads — Weekend Edition 223\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21583\";s: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:119:\"https://gutenbergtimes.com/99-block-themes-block-templates-and-gutenberg-nightly-at-120k-downloads-weekend-edition-223/\";s: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:24349:\"<p>Howdy, </p>\n\n\n\n<p>Next week will be an exciting week, and somehow, I have quite a few events on my calendar. Most exciting is, of course, our next Live Q &amp; A with the team from Pew Research Center! If you registered, I am excited to see you online. </p>\n\n\n\n<p>This week brought a few Themes related news,  new themes and also new tutorials on WordPressTV. </p>\n\n\n\n<p>Gutenberg 13.7 will be released next week. As release lead, I  made the RC 1 version <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v13.7.0-rc.1\">available for testing</a>.  The <a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Gutenberg Nightly</a> version  gives you a daily trunk version of the plugin, and it has now crossed the 120k download threshold.  </p>\n\n\n\n<p>Enjoy! Be safe over the summer! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-container-4 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Full-site editing and Themes building</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Themes for Site owners and site builders. </a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Block building for Developers</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-new-videos-on-word-press-tv\">New videos on WordPress TV </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#4-word-camp-europe-talks-and-workshops\">WordCamp Europe talks and workshops</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#5-learn-word-press-videos\">Learn WordPress videos</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-s\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-word-camps-around-the-world\">WordCamps around the World</a></li><li><a href=\"https://gutenbergtimes.com/feed/#6-social-learning-spaces\">Learn WordPress Online Workshops</a></li><li><a href=\"https://gutenbergtimes.com/feed/#9-meetups\">Virtual WordPress Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Full-site editing and Themes building</h2>\n\n\n\n<p><a href=\"https://twitter.com/3LPU4S\"><strong>Alfredo Navas</strong></a> of WebDevStudios invites you: <a href=\"https://webdevstudios.com/2022/07/05/create-fse-theme/\"><strong>Let’s Create an FSE Theme</strong></a> In his tutorial he walks you through all the parts that make a theme ready for Full-site Editing: theme.json, styling blocks, block patterns, and the query loop block. In the second part of the post, you learn how to create a template and how to export the theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Anne McCarthy posted the outcome from the <a href=\"https://make.wordpress.org/test/2022/07/12/fse-program-pattern-and-template-part-usability-testing-summary/\"> </a><strong><a href=\"https://make.wordpress.org/test/2022/07/12/fse-program-pattern-and-template-part-usability-testing-summary/\">Pattern and Template Part Usability Testing.</a></strong>, for which Designers were paired with folks from the outreach program. Together they recorded a 15-m<strong>i</strong>nute Zoom call going through one of two tasks: creating &amp; applying a new&nbsp;header or using and customizing patterns.&nbsp; In the summary post,  McCarthy lists the takeaways, the bugs reported and Feature requests. You then can watch the eight videos recorded by teams working on the header and five videos people customizing patterns. </p>\n\n\n\n<div class=\"wp-container-5 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\">Gutenberg Changelog #70 – Gutenberg 13.7, Template Creation Enhancements and First Full-Site Editing Themes in Woo Commerce Marketplace</a> with Birgit Pauli-Haack and Mary Job, and special guest: <strong>Ryan Welcher</strong></p>\n</div></div>\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Themes for Site owners and site builders. </h2>\n\n\n\n<p><strong>Anne McCarthy</strong> has published the 15th call for testing coming out of the FSE-outreach experiments. <strong><a href=\"https://make.wordpress.org/test/2022/07/11/fse-program-testing-call-15-category-customization/\">FSE Program Testing Call #15: Category Customization</a> </strong></p>\n\n\n\n<p>If you want to know what&#8217;s to come next in the WordPress 6.1 release, participating in these calls for testing is the fastest way to learn about the new features and how to use them. This one is especially intriguing as it cuts through the process of setting up a testing environment thanks to the InstaWP tool. Added bonus, experiencing InstaWP in a live scenario 🙂 Big Thank you to <a href=\"https://twitter.com/vikasprogrammer\">Vikas Singhal</a> for providing the space for this call. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>The first WooCommerce Full-Site Editing theme arrived at the marketplace. It&#8217;s call <a href=\"https://woocommerce.com/products/bonum/\">Bonum by ThemesKingdom</a>, a long-time independent theme author. It&#8217;s one of three Block Themes. The other two are <a href=\"https://themeskingdom.com/premium/noctua-ecommerce-wordpress-theme/\">Noctua</a> and <a href=\"https://themeskingdom.com/premium/aspicio-ecommerce-wordpress-theme/\">Aspicio</a>. These are Premium Themes built with ecommerce first in mind. </p>\n\n\n\n<p>On their blog, ThemesKingdom published <a href=\"https://themeskingdom.com/blog/wordpress-block-patterns/\"><strong>WordPress block patterns: What they are and why we use them in our themes</strong></a>. </p>\n\n\n\n<img /><em>Screenshot: <a href=\"https://woocommerce.com/products/bonum/\">Bonum by ThemesKingdom</a></em>\n\n\n\n\n<div class=\"wp-container-6 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\"><div class=\"wp-block-image\">\n<a href=\"https://dothewoo.io/\"><img src=\"https://i0.wp.com/dothewoo.io/wp-content/uploads/2022/01/Do-the-Woo-horizontal-logo-225x64.png?resize=225%2C64&ssl=1\" alt=\"\" /></a></div>\n\n\n<p>If you are interested in WooCommerce and ecommerce with WordPress, a shout-out to <strong>Bob Dunn</strong> and his team at <a href=\"https://dothewoo.io/\"><strong>DoTheWoo &#8211; a Community of WooCommerce Builders</strong></a> and the eight different Podcast series. </p>\n\n\n\n<ul><li>Woo Builders Building</li><li>WooCommerce &amp; WordPress</li><li>Woo Visions </li><li>Woo BizChat</li><li>Woo BuilderBytes</li><li>Woo Roundtable</li><li>Woo Builder Stories</li><li>Woo DevChat</li></ul>\n\n\n\n<p><em>Check them all out from the <a href=\"https://dothewoo.io/series/woocommerce/\">Podcast Series page</a></em></p>\n</div></div>\n\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Speaking of the <strong>WordPress Theme Directory</strong>: Any minute how the number of Block themes supporting full-site editing will cross over into three digits, 99 are available at the time of writing this post.  Earlier this week the Meta  and the Theme teams collaborated to add new link to the header of the list of themes. </p>\n\n\n\n<p>When you click on the <strong><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">Block Themes</a></strong> link next to <em>Popular</em> and <em>Latest</em>, you come directly jump to the list of themes which work with all Full-site Editing features. </p>\n\n\n\n<p>Sarah Gooding at WPTavern has more about the new link: <a href=\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\">WordPress Themes Directory Adds Block Themes to Filter Menu</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Anders Noren</strong> published his third Block theme in the <a href=\"https://wordpress.org/themes/poe/\">WordPress Theme directory: Poe,</a> honoring the author Edgar Allen Poe. In his post, <a href=\"https://andersnoren.se/introducing-poe/\"><strong>Introducing Poe</strong></a>, Noren wrote: &#8220;Part of the larger footprint in Poe are the 30+ block patterns, which make it easier for users to quickly create complex site and page layouts. That includes seven different designs for the site header, and five for the footer. Poe also comes with ten different Global Styles variations – a feature introduced in WordPress 6.0 that allow you to change between different theme styles (colors, fonts, spacing) with the click of a button in the Global Styles panel.&#8221; It is Noren&#8217;s third block theme and the 96th Block theme in the directory. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Another new theme in that list is <strong><a href=\"https://wordpress.org/themes/axton/\">Axton</a> </strong>by the theme shop <em>Catch Themes</em>. <strong>Sarah Gooding</strong> reviewed the theme for the WPTavern in the article: <a href=\"https://wptavern.com/axton-a-free-block-based-portfolio-theme-with-full-site-editing-support\"><strong>Axton: A Free Block-based Portfolio Theme with Full-Site Editing Support</strong></a>. &#8220;The theme boasts more than 15 block patterns, 17 full-site editing (FSE) templates, and nine template parts. Users can showcase their work with Header media, Hero Content, and Featured Content patterns anywhere on the site.&#8221; Gooding wrote. </p>\n\n\n\n<p>It&#8217;s also not the first FSE theme by Catch Theme. Last month, they also released <a href=\"https://wordpress.org/themes/catch-fse/\">Catch FSE</a> into the directory. <a href=\"https://twitter.com/sakinshrestha\"><strong>Sakin Shrestha</strong></a> posted about its update <a href=\"https://catchthemes.com/news/catch-fse-1-2-now-comes-with-light-color-style/\"><strong>Catch FSE 1.2 Now comes with Light Color Style</strong></a></p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"3-building-themes-for-fse-and-word-press\">Block building for Developers</h2>\n\n\n\n<p>On the newly opened <a href=\"https://wpengine.com/builders/\"><em>Builder Resources site by WPEngine</em></a>, <strong>Nick Diego</strong> wrote an <a href=\"https://wpengine.com/builders/block-templates/\"><strong>Introduction to Block Templates</strong></a>. No, that&#8217;s not a theme term, but  for plugin developers, who provide Block templates to populate a Custom Post Type by default, every time. Block Templates help to standardize content creation. To teach you how to create those  Block Templates is the purpose of this post. For a deep dive, consult the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/block-api/block-templates/\"><em>WordPress documentation</em></a>. </p>\n\n\n\n<p>Other posts on Builder Resources site cover: </p>\n\n\n\n<ul><li><a href=\"https://wpengine.com/builders/colors-gradients-duotones/\">Colors, Gradients, and Duotones in Themes</a> by Brian Gardner</li><li><a href=\"https://wpengine.com/builders/self-hosting-fonts/\">Self-Hosting Google Fonts in a Block Theme</a> by Damon Cook</li><li><a href=\"https://wpengine.com/builders/per-block-stylesheets/\">Exploring Per-Block Stylesheets in Block Themes</a> by Nick Diego</li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 id=\"3-new-videos-on-word-press-tv\">New videos on WordPress TV </h2>\n\n\n\n<h3 id=\"4-word-camp-europe-talks-and-workshops\">WordCamp Europe talks and workshops</h3>\n\n\n\n<p>The organizers at WordCamp Europe are chipping away on the <a href=\"https://wordpress.tv/event/wordcamp-europe-2022/\">long list of talks to be uploaded to WordPressTV</a>. FOMO reducer for sure. Although I was right there in Porto, I missed quite a few talks. </p>\n\n\n\n<p>Here, I continue the series of Block editor related talks that started in <a href=\"https://gutenbergtimes.com/classic-widgets-in-fse-3d-cut-out-image-open-source-theme-designs-and-more-weekend-edition-221/#wceutv\">Weekend Edition 221</a> </p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/14/darren-ethier-the-future-of-commerce-in-wordpress-with-full-site-editing/\"><strong>Darren Ethier: The future of commerce in WordPress with Full Site&nbsp;Editing</strong></a> This talk focused on the future of commerce and what it could look like with Full Site Editing (FSE). Ethier gave an overview of the commerce landscape as it stands today and explored the impact that FSE could have on commerce in WordPress. The talk included the importance of personalization and customization, what is unlocked by FSE, how the approach to developing solutions for stores changed with the advent of FSE, and the great transition (the road from here to there).</p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/13/daisy-olsen-build-your-first-block-theme/\"><strong>Daisy Olsen: Build your first block&nbsp;theme</strong></a> </p>\n\n\n\n<p>In this 2-hour hands-on workshop you will learn about the files used in a block theme and even create a simple but fully functional theme. Olsen walks you through  the theme.json, Templates, Template Parts and more as you build a simple Block Theme that can be developed further after the conclusion of the Workshop.</p>\n\n\n\n<p>Whether you are a seasoned theme developer, a designer, or a WordPress enthusiast that would like to build a theme in a guided environment this workshop will get you started.</p>\n\n\n\n<p><strong>BTW </strong>And if you want rather learn more about <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287186211/\"><strong>Theme Development Workflows for Different Types of Developers</strong></a>, Olsen is scheduled for an online workshop on Wednesday evening (6pm EDT / 22:00 UTC)</p>\n\n\n\n<h2 id=\"5-learn-word-press-videos\">Learn WordPress videos</h2>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/15/nick-diego-builder-basics-designing-advanced-layouts-with-core-blocks/\"><strong>Nick Diego: Builder Basics – Designing Advanced Layouts with Core&nbsp;Blocks</strong></a> WordPress is changing rapidly and with each release of Core and Gutenberg, blocks become more and more powerful. Many of the layouts that you can design today were not even possible a few months ago!</p>\n\n\n\n<p><a href=\"https://wordpress.tv/2022/07/15/writing-content-with-the-10-text-blocks/\"><strong>Writing content with the 10 Text&nbsp;blocks</strong></a> Come join <strong>Ben Evans </strong>as he walks you through the 10 Text blocks in WordPress, and explains why it is important to use different blocks for different types of content.</p>\n\n\n\n<p><strong><a href=\"https://wordpress.tv/2022/07/15/explore-the-block-directory/\">Explore the Block Directory</a></strong> with Wes Theron. The WordPress Block Directory is a category of free WordPress plugins that provide third-party WordPress blocks for use within the WordPress block editor.</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"5-s\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>Don’t miss it!&nbsp;<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong>&nbsp;with lead developer Seth Rubenstein, head of digital strategy, Michael Piccorossi and co-host Anne McCarthy on&nbsp;<strong>July 22, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<p>November 2 + 3, 2022<br /><a href=\"https://wpaccessibility.day/\"><strong>WordPress Accessibility Day</strong></a> &#8211; a free, 24-hour virtual conference focused on building accessible websites in WordPress.<br /><a href=\"https://wpaccessibility.day/participate/speaking-at-wp-accessibility-day/\">Call for Speakers opened this week</a>. Deadline August 8, 2022</p>\n\n\n\n<p>October 10 – 14, 2022<br /><strong><a href=\"https://woosesh.com/\">WooSesh&nbsp;</a></strong>is a ‘virtual conference for WooCommerce store builders that will help grow your business.’ Event host, Brain Richards, is currently looking for speakers for pre-recorded 25-minutes sessions.</p>\n\n\n\n<h3 id=\"6-word-camps-around-the-world\">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022<br /><strong><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now.</p>\n\n\n\n<p>September 3 + 4, 2022<br /><a href=\"https://kathmandu.wordcamp.org/2022/\"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 – 11, 2022<br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong>&nbsp;in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022<br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a>&nbsp;at the&nbsp;<a href=\"https://www.burgerszoo.com/\">Royal Burger’s Zoo</a>&nbsp;in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href=\"https://pontevedra.wordcamp.org/2022\"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<p>February 17 &#8211; 19, 2022 <br /><strong><a href=\"https://asia.wordcamp.org/2023/\">WordCamp Asia</a></strong>, Bangkok, Thailand<br /><a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">Call for speaker was just published</a>. Deadline: September 15th, 2022 (UTC +7)<br />Contributor Day is planned for February 17, 2023 (Day 1)</p>\n\n\n\n<h3 id=\"6-social-learning-spaces\">Learn WordPress Online Workshops</h3>\n\n\n\n<p>📢 This week, on Meetup.com the group <em><strong>WordPress Social Learning</strong></em> was renamed to&nbsp;<strong><a href=\"https://meet.meetup.com/ls/click?upn=SDNnya-2FgLI6CfUa8do8ZdxwmMZo1X4-2FJAciKk82hM7JmMPMy9ZFVnACzeZhvtYvHh5V-2BXxven9dKTYn0RonflvWAgielyGCPTkKxI9vu8VY-3DVfSn_J40Cm482JAfcu64pauD5epBU-2Bh0Rd-2FPWHzdxWXz1rewkAa1qNT6zJlNeHNYZFAj0LnD-2Bb1AhQQSz4XVimu5ikDC6cX-2FUmbVF8AnYG9dIzEgXDCdfBiEgG4Xqt5YhNGo2QdFFYjy-2BsnFMQEGrcARqAUMzfG3H1DBWvJUKAagJnq74HBiTddvHOcxAM93WO7Cp29LikN5IXPSVswD64kaN4RcpMPfdZTvEElD3ej5nClCLV0nUCo2Vni-2F4NgWyt2zMmabHssqepiMaKRNBhH6CBtlto314QdqiveVKWdbBTjTKni0Q-2BHz-2Ff-2F-2BLDMll9pRcUVQfv0iJKaPg4b6EmeNFn5aMKh2VJDAxWwiUzHSw6ju95s8T-2B-2BsoOWDIFXMFsNuqgUcaIuF9t-2BaLvVwHwEXuEP-2BgdloUT3NnXGC2kE9PfaTpZKzvNuTX-2FWrIrheCZ3GsRKbvHKN-2FxVDE6xWkLr38MvwY7ENK92NaTc33A29ibiOAZwl4C-2FTxss2WfqdrIdf3zOBEHJhd41Urt9s3ziG1Gs6DJIzHvaehtMxBz-2Ba5n0S3qi64e1oWOjcagEjum3ZcrC1UFeoSrMwlYnNCsWp1P0k8a6-2B7BB3PrlqgQDXLZeues4Mr1cN16krcnZ-2FIAZMDS5IyNqx1F9-2FsaLbLyKfvjQ-3D-3D\" target=\"_blank\" rel=\"noreferrer noopener\">Learn WordPress Online Workshops</a></strong>. That&#8217;s such an improvement. &nbsp;</p>\n\n\n\n<p>However, Meetup doesn&#8217;t do any redirects to all links to upcoming events go stale. So if you followed older links from this site and landed nowhere, I am sorry about it. The list below is updated. </p>\n\n\n\n<p>July 18, 2022 4pm EDT / 20:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287072722/\">Building With Free Wireframe Templates And Advanced Blocks</a></strong>&nbsp;with Kadence blocks and Maestro Stevens</p>\n\n\n\n<p>July 19, 2022 &#8211; 12  pm EDT 16:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287148824/\"><strong>The ABCs of Blogging: Basic Blogging (Part One)</strong></a> with Bud Kraus </p>\n\n\n\n<p>July 19, 2022 5pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/286862262/\">Explore the Template Editor</a></strong>&nbsp;with Wes Theron</p>\n\n\n\n<p>July 20, 2022 &#8211; 6pm EDT / 22:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287186211/\"><strong>Theme Development Workflows for Different Types of Developers</strong></a> with Daisy Olsen</p>\n\n\n\n<p>July 21, 2022  &#8211;  9 am EDT / 13:00 UTC<br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287207117/\"><strong>Let&#8217;s code! Creating your first WordPress Plugin</strong></a> with Jonathan Bossenger</p>\n\n\n\n<p>July 21, 2022 &#8211; 3 pm EDT / 19:00 UTC <br /><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287167244/\"><strong>Curating the Editor Experience</strong></a> with Nick Diego &#8211; a walk through the Block Editor Handbook article&nbsp;<em><a href=\"https://developer.wordpress.org/block-editor/how-to-guides/curating-the-editor-experience/\" target=\"_blank\" rel=\"noreferrer noopener\">Curating the Editor Experience</a></em>&nbsp;in a live environment.</p>\n\n\n\n<p>July 26, 2022 &#8211; 12 pm EDT / 16:00 UTC <br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287148930/\">The ABCs of Blogging: Advanced Blogging (Part Two)</a></strong> with Bud Kraus</p>\n\n\n\n<p>July 26, 2022 5pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/287048356/\">Styling your site with global styles</a></strong>&nbsp;with Wes Theron and Alycia</p>\n\n\n\n<h3 id=\"9-meetups\">Virtual WordPress Meetups</h3>\n\n\n\n<p><strong>July 20, 2022 7pm EDT / 23:00 UTC</strong><br /><a href=\"https://www.meetup.com/the-ottawa-wordpress-group/events/282146170/\"><strong>Gutenberg Blocks for Devs – Part 2</strong></a>&nbsp;with Rick Radko Ottawa Meetup</p>\n\n\n\n<p><strong>July 21, 2022 6 pm EDT / 22:00</strong><br /><a href=\"https://www.meetup.com/west-orlando-wordpress-meetup/events/286850309/\"><strong>What’s in WordPress 6.0 and in the works for WordPress 6.1</strong></a>&nbsp;with Birgit Pauli-Haack at West Orlando WordPress meetup</p>\n\n\n\n<p><strong>July 26 at 6:00 PM EDT / 22:00 UTC</strong><br /><a href=\"https://www.meetup.com/sf-wordpress-users/events/287163862/\"><strong>&#8220;Mega Meetup&#8221; &#8211; Block Intro &amp; Project Frameworks</strong></a> with Vito Peleg showing off Atarim.io and with Anne Katzeff providing a Beginner&#8217;s Guide to Gutenberg Blocks.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Skyline of Nürnberg, Germany in June 2022 by Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2022 16:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WordCamp Asia 2023 Opens Call for Speakers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136241\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/wordcamp-asia-2023-opens-call-for-speakers\";s: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:1925:\"<p>After years of planning and <a href=\"https://wptavern.com/wordcamp-asia-2020-canceled-over-covid-19-concerns\">one canceled event</a>, WordCamp Asia 2023 is just seven months away. The event is gaining momentum as organizers were selected earlier this year and the call for sponsors opened last month. </p>\n\n\n\n<p>Asia&#8217;s inaugural flagship WordCamp will be hosted February 17-19, at IconSiam in Bangkok Thailand with 1,500 attendees expected. It kicks off with a contributor day followed by two conference days.</p>\n\n\n\n<p>Organizers have now <a href=\"https://asia.wordcamp.org/2023/call-for-speakers/\">opened the call for speakers</a> and are looking for &#8220;diverse topics and inspirational stories.&#8221; Prospective speakers who need some inspiration may browse suggested topics, which include everything from development to careers and marketing. </p>\n\n\n\n<p>Like many other WordCamps, this event will include long talks (30 minutes plus Q&amp;A) and lightning talks (10 minutes and no Q&amp;A). The schedule will have each long talk in its own hour slot with a 15-minute break between sessions for networking. All sessions will be conducted in English this year.</p>\n\n\n\n<p>WordCamp Asia&#8217;s organizers made it clear that they do not intend to approve first-time or inexperienced speakers. A demonstration of prior speaking experience is required. Speakers will need to include at least one video link to a previous talk in their applications. For those who have never spoken at a WordPress event, the organizers recommend applicants get some practice at a local meetup or an <a href=\"https://central.wordcamp.org/schedule/\">upcoming WordCamp</a>.</p>\n\n\n\n<p>Organizers are not planning to host any workshops at this time but may open a separate call for workshops if the situation changes. The speaker application deadline is September 15, 2022, and selection announcements will begin November 15, 2022.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2022 02:45:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Post Status: Market Size and Market Shares: Thinking Bigger About the WordPress Economy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=101579\";s: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:53:\"https://poststatus.com/market-size-and-market-shares/\";s: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:326:\"$635.5 billion…That’s \"billion,\" with a “B.” Let\'s look at the size of the universe inhabited by our market of markets of cathedrals and bazaars: the WordPress ecosystem. How should we think about WordPress\'s market share or, maybe more accurately, its <em>shares</em>? Are we selling them short and dampening growth?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2022 00:02:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress Themes Directory Adds Block Themes to Filter Menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/wordpress-themes-directory-adds-block-themes-to-filter-menu\";s: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:2378:\"<p>This week has been heavy with theme news, as the discussion around <a href=\"https://meta.trac.wordpress.org/ticket/6330\">improving block themes’ visibility</a> in the directory became heated before the Themes Team landed on a course of action. Meta contributors added a new &#8220;<a href=\"https://wordpress.org/themes/tags/full-site-editing/\">Block Themes</a>&#8221; menu item to the filter menu on the directory homepage, a solution that some classic theme developers <a href=\"https://wptavern.com/wordpress-themes-team-contributors-get-pushback-on-proposal-to-improve-block-themes-visibility-in-the-directory\">fought tooth and nail to discourage</a> in the ticket over the course of seven weeks.</p>\n\n\n\n<p>Clicking on Block Themes displays themes that have the <code>full-site-editing</code>&nbsp;feature tag. Previously, block themes were buried three clicks deep and users had to know how to find them through the feature filter. They are now easily accessible from the directory landing page. </p>\n\n\n\n<img />\n\n\n\n<p>Although most WordPress themes support blocks in the content editor, the &#8220;block themes&#8221; identifier refers to themes that allow users to edit templates with blocks through the Site Editor.</p>\n\n\n\n<p>As the landscape of themes is changing, contributors have been working towards building a shared lexicon for how they refer to themes that support full-site editing. When the team updated the Theme Handbook prior to the WordPress 5.9 release, they settled on using the term &#8220;classic&#8221; for PHP-based themes and &#8220;block&#8221; for those that support full-site editing.</p>\n\n\n\n<p>Block themes are about to cross a major milestone in the directory. At the time of publishing there are 99 block themes available, representing roughly 1% of the directory&#8217;s total number of themes. As part of the project’s <a href=\"https://make.wordpress.org/project/2022/01/21/big-picture-goals-2022/\">big picture goals for 2022</a>, WordPress Executive Director Josepha Haden-Chomphosy set 500 block themes as a goal for the community. The number is not even halfway there but the newly released <a href=\"https://wptavern.com/wordpress-themes-team-releases-new-plugin-for-creating-block-themes\">Create Block Theme</a> plugin should give it a boost, as it allows anyone to design a theme in the editor and export it for others to use.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jul 2022 20:18:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"Post Status: WordPress Certifications, SVG Uploads, FSE Category Testing, Fortnightly NPM updates, Persistent Object Cache and Full Page Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=101531\";s: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:48:\"https://poststatus.com/wordpress-certifications/\";s: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:107:\"What are your thoughts about WordPress certification? Join the call for testing FSE Category Customization.\";s: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, 15 Jul 2022 18:42:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: WooBits: The Enigma of WordPress and WooCommerce Partnerships\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72423\";s: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:73:\"https://dothewoo.io/the-enigma-of-wordpress-and-woocommerce-partnerships/\";s: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:448:\"<p>A partnership can be misunderstood or simply a mystery. I talk about my experiences while breaking it down into four partnership models. </p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/the-enigma-of-wordpress-and-woocommerce-partnerships/\">WooBits: The Enigma of WordPress and WooCommerce Partnerships</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Jul 2022 09:10:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Post Status: Post Status Picks for the Week of July 11\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=101522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://poststatus.com/podcast-picks-july-11-2022/\";s: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:354:\"From WP Tavern\'s Jukebox, it’s Felix Arntz on WordPress performance and what can be done now and in the future about it. Seeking Satisfaction has Tony Perez sharing his journey building, growing, and exiting Sucuri. The Shop Talk Show hosts a discussion about headless CMS platforms, including WordPress, and a little on WordPress and web components...\";s: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, 15 Jul 2022 02:13:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dan Knauss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordPress Seeks User Input on Homepage and Download Page Redesign Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136203\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/wordpress-seeks-user-input-on-homepage-and-download-page-redesign-project\";s: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:4831:\"<p>WordPress.org hasn&#8217;t seen a redesign <a href=\"https://wptavern.com/wordpress-org-launches-homepage-redesign\">since 2016</a>, when it went from sketches to prototype to live in a matter of a couple weeks. In six years, the software has undergone a metamorphosis by adopting a new block paradigm that should be reflected in its website. Contributors are now looking at giving the <a href=\"https://wordpress.org/\">homepage</a> and <a href=\"https://wordpress.org/download/\">download page</a> a design overhaul that showcases its new capabilities. </p>\n\n\n\n<p>&#8220;Since then, WordPress has seen a lot of changes, including the Gutenberg editor, Full Site Editor, block themes, and more,&#8221; Automattic-sponsored marketing team rep Nicholas Garofalo said. &#8220;All of these have revolutionized WordPress in the past few years, and the brand is starting to modernize and evolve as well.&#8221;</p>\n\n\n\n<p>Earlier this year WordPress.org <a href=\"https://wptavern.com/wordpress-news-gets-a-new-design\">launched design updates for the news</a> and <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">Gutenberg</a> pages. &#8220;There’s a ton of room to expand and evolve this look as we turn our attention to other parts of the site,&#8221; Garofalo said.</p>\n\n\n\n<p>The designers working on the project are particularly interested in hearing from WordPress.org users about what they want to see on the homepage, which means everyday users are welcome to contribute their thoughts and suggestions.</p>\n\n\n\n<p>The Download page <a href=\"https://web.archive.org/web/20210106091723/https://wordpress.org/download/\">used to prominently feature the download button at the top of the page</a>, but sometime in mid-January 2021, it was pushed further down below recommended hosts. This was presumably to help people who want to set up a self-hosted site but don’t know where to get started but doesn&#8217;t make sense for those who came there to download the software. A transparent approach to redesigning this page would be appreciated, as changes like this are not always publicly documented. </p>\n\n\n\n<p>So far, only a handful of full-time contributors have weighed in on the upcoming redesign in the comments of the post.</p>\n\n\n\n<p>&#8220;I’d love to see the design showcase the modernization of the site editor and layout capabilities – even going so far as to do things many haven’t seen before, while also taking a moment to use words to describe why WordPress is so important in site-building,&#8221; Automattic-sponsored marketing contributor Dan Soschin said. &#8220;It provides freedom, empowerment, and democracy in publishing. And what’s more, you can be technical or not technical, and still achieve all your goals.&#8221;</p>\n\n\n\n<p>Soschin also suggested that the Download page offer more of an explanation on what it takes to self-host WordPress by either posting steps or directing visitors to guides and resources. </p>\n\n\n\n<p>Automattic-sponsored design team contributor Javier Arce had a unique idea of making the page with patterns in sections that users can copy and paste into their own websites.</p>\n\n\n\n<p>&#8220;Since the website is made using WordPress and it’ll have a refreshed and modern look, I think it would be very cool not only to advertise that fact (&#8216;hey, so this fantastic site you are on right now was made entirely with the software you came here to download!&#8217;)… but also to allow people to grab the patterns used for each section… maybe even from the page itself, in a sort of self-referential nod to the platform,&#8221; Arce said.</p>\n\n\n\n<p>Several contributors commented requesting the homepage highlight the community, &#8220;since the vibrant, active WP community is such a huge differentiator,&#8221; Automattic-sponsored marketing contributor Jonathan Pantani said.</p>\n\n\n\n<p>&#8220;Aside from the power of the software itself and what it can do, there’s the whole community of people that have been coming together regularly to share in a movement,&#8221; Automattic-sponsored marketing contributor Lauren Stein said. &#8220;This currently feels like it’s downplayed. I think it would be wonderful if it were highlighted more.&#8221;</p>\n\n\n\n<p>This project needs more diverse input from contributors across the ecosystem and regular WordPress users who visit the website. If you have thoughts or suggestions, you can<a href=\"https://make.wordpress.org/design/2022/07/08/project-kickoff-wordpress-org-homepage-and-download-page-redesign/\"> comment directly on the post</a> and watch for future discussions on WordPress&#8217; <a href=\"https://make.wordpress.org/design/\">design</a>, <a href=\"https://make.wordpress.org/marketing/\">marketing</a>, and <a href=\"https://make.wordpress.org/meta/\">meta</a> blogs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2022 20:07:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"WPTavern: WordPress Performance Team Proposes Adding Persistent Object Cache and Full Page Cache to Site Health Checks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136193\";s: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:129:\"https://wptavern.com/wordpress-performance-team-proposes-adding-persistent-object-cache-and-full-page-cache-to-site-health-checks\";s: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:1678:\"<p>In the near future, WordPress may be able to provide better caching recommendations for site owners. Performance team contributors are <a href=\"https://make.wordpress.org/core/2022/07/13/proposal-persistent-object-cache-and-full-page-cache-site-health-checks/\">proposing</a> two new Site Health checks for Persistent Object Cache and Full Page Cache. The modules have been tested inside the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab plugin</a> and version 1.2.0 has them both in a state the team says is ready for merging into core.</p>\n\n\n\n<p>Here is an example of what users might see on the Site Health screen if page caching is not detected:</p>\n\n\n\n<img />\n\n\n\n<p>The modules are extensible so hosting companies and developers can further customize the output that users see. Performance team contributor Manuel Rodriguez detailed a few ways to use the filters:</p>\n\n\n\n<ul><li>Hosts may want to replace the notes to recommend their preferred object caching solution.</li><li>Hosts may want to replace the original link to WordPress documentation with a link to  their own guide.</li><li>Hosts or site owners may want to bypass thresholds and force suggestions, or filter them to determine whether to suggest the use of a persistent object cache.</li><li>Developers can filter the threshold below which a response time is considered good.</li></ul>\n\n\n\n<p>The team is targeting WordPress 6.1 for merging the modules into core. The proposed modules are just two of many more planned enhancements and improvements to <a href=\"https://github.com/WordPress/performance/labels/%5BFocus%5D%20Site%20Health\">Site Health audits and reports</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2022 17:42:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Do The Woo Community: A WooCommerce Migration and Multisite Case Study with Multidots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72408\";s: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:70:\"https://dothewoo.io/a-woocommerce-migration-case-study-with-multidots/\";s: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:424:\"<p>Multiple sites and over 3k users, Aslam, Ajay and Chirag walk us through this challenging project with RHRSwag.com</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/a-woocommerce-migration-case-study-with-multidots/\">A WooCommerce Migration and Multisite Case Study with Multidots</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2022 09:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Axton: A Free Block-based Portfolio Theme with Full-Site Editing Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136100\";s: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://wptavern.com/axton-a-free-block-based-portfolio-theme-with-full-site-editing-support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3017:\"<p><a href=\"https://wordpress.org/themes/axton/\">Axton</a> is a beautiful new addition to the WordPress Themes Directory from the team at <a href=\"https://catchthemes.com/\">Catch Themes</a>. Those who have been waiting for more full-site editing-enabled themes that go beyond a simple blogging layout should have a look at Axton, as it  is suitable for a portfolio, photography showcase, or even a business website. </p>\n\n\n\n<p>The theme boasts more than 15 block patterns, 17 full-site editing (FSE) templates, and nine template parts. Users can showcase their work with Header media, Hero Content, and Featured Content patterns anywhere on the site. </p>\n\n\n\n<img />\n\n\n\n<p>The entirety of the <a href=\"https://fse.catchthemes.com/axton/\">theme&#8217;s demo</a> site is available in pieces as patterns, so users can drag and drop and mix and match them to suit their needs. Even the style guide can be placed in the content via a pattern. Axton&#8217;s header is also available as the &#8220;Header with Search Bar&#8221; pattern that places the blocks in a pre-designed arrangement that is perfectly responsive on different device sizes.</p>\n\n\n\n<p>After activating the theme, the Customize button launches the Site Editor with a homepage that nearly matches the demo so that users don&#8217;t have to start from a blank slate. </p>\n\n\n\n<p>Some layout options that users might previously have implemented via a page template prior to FSE, are now available as customizable patterns. For example, Axton offers &#8220;Blog Sidebar on Left&#8221; and &#8220;Blog Sidebar on Right&#8221; patterns that can be placed within a template and users can easily manipulate the alignments, background color, typography, and more </p>\n\n\n\n<img />\n\n\n\n<p>The &#8220;Contact Us&#8221; pattern works with the Contact Form 7 plugin. Users are prompted to install it after placing the pattern.</p>\n\n\n\n<img />\n\n\n\n<p>Axton includes 17 full-site editing templates and nine template parts that enable users to quickly make changes to the layouts of the front page, single posts, the blog page, search results, and more. It also includes a Blank template for a clean slate when creating completely custom pages.</p>\n\n\n\n<img />\n\n\n\n<p>Overall, Axton is a beautifully designed theme that gives users a strong starting point for launching a portfolio or business website with more flexibility and template options than most sites will ever need. Catch Themes also has a Pro plugin that includes custom blocks for a Case Study, Popup Video, Tabs, Masonry, Header Search, and a Skills Bar, along with advanced patterns like pricing tables, logo display, and testimonials.</p>\n\n\n\n<p>Check out the <a href=\"https://catchthemes.com/themes/axton/#theme-instructions\">documentation</a> on the Catch Themes website for a tour of how to use the theme&#8217;s features. <a href=\"https://wordpress.org/themes/axton/\">Axton</a> is available for free from the WordPress Themes Directory. Its release brings the directory&#8217;s count of block themes to 94.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2022 03:21: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: #34 – Felix Arntz on WordPress and 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=136028\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/podcast/34-felix-arntz-on-wordpress-and-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:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37411:\"<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>.</p>\n\n\n\n<p>Felix is a Developer Relations Engineer at Google and a WordPress core committer. He is the lead engineer for the Site Kit plugin for WordPress and has been a regular contributor to WordPress for several years.</p>\n\n\n\n<p>He’s also been involved in the newly created WordPress performance team which is trying to work out how WordPress can stay ahead of the performance curve.</p>\n\n\n\n<p>Despite the fact that WordPress’ share of the CMS market is very strong, third-party CMS’s like Wix and Shopify have been growing their customer base in recent years. As single platforms, they can be very focused upon performance and don’t have to worry about the possible performance issues which the plugin and theme architecture of WordPress brings. Is this something that we need to be concerned about? Are website clients beginning to ask more probing questions about performance, and is WordPress keeping up with the marketing and messaging?</p>\n\n\n\n<p>He also talks today about why it’s important for the whole WordPress community to be thinking about performance when building any website. It’s no secret that Google and other search engines are very interested in making the web faster, and future rankings could well be boosted by having a performant site. So we talk through some of the ways that this can be achieved.</p>\n\n\n\n<p>We also talk about Felix’s career, the fact that there’s an emerging industry of people who are able to work exclusively on website performance, and earn their living from this expertise. This could be in the writing of code, the optimisation of assets as well as the configuration of hosting options. Felix recommends some things which might be of use for people wishing to find out more.</p>\n\n\n\n<p>It’s an interesting conversation about an area which is going to matter more and more in the months and years to come.</p>\n\n\n\n<h2>Useful links.</h2>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/google-site-kit/\">Site Kit Plugin</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/10/28/wordpress-performance-team-kick-off/\">WordPress Performance Team kick off</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/03/07/the-performance-lab-plugin-has-been-released/\">The Performance Lab plugin has been released</a></p>\n\n\n\n<p><a href=\"https://europe.wordcamp.org/2022/session/prioritizing-performance-in-an-open-source-cms-ecosystem/\">Enhancing performance in an open-source CMS ecosystem</a></p>\n\n\n\nTranscript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley. Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case why performance matters when creating WordPress websites?</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy and paste that URL into most podcast players. If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m very keen to hear from you and hopefully get you, or your idea featured on the show. Go to WPTavern.com forward slash contact forward slash jukebox. And use the contact form there.</p>\n\n\n\n<p>So on the podcast today we have Felix Arntz. Felix is a developer relations engineer at Google and a WordPress core committer. He&#8217;s the lead engineer for the Site Kit plugin for WordPress, and has been a regular contributor to WordPress for several years. He&#8217;s also been involved in the newly created WordPress performance team, which is trying to work out how WordPress can stay ahead of the performance curve.</p>\n\n\n\n<p>Despite the fact that WordPress&#8217; has share of the CMS market is very strong, third party CMSs like Wix and Shopify have been growing their customer base in recent years. As single platforms they can be very focused upon performance and don&#8217;t have to worry about the possible performance issues, which the plugin and theme architecture of WordPress brings. Is this something that we need to be concerned about? Are website clients beginning to ask more probing questions about performance? And is WordPress keeping up with the marketing and messaging?</p>\n\n\n\n<p>He also talks about why it&#8217;s important for the whole WordPress community to be thinking about performance when building any website. It&#8217;s no secret that Google and other search engines are very interested in making the web faster. And future rankings could well be boosted by having a performant site. So we talked through some of the ways that this can be achieved.</p>\n\n\n\n<p>We also talk about Felix&#8217;s career. The fact that there&#8217;s an emerging industry of people who are able to work exclusively on website performance and earn their living from this expertise. This could be in the writing of code, the optimization of assets, as well as the configuration of hosting options. Felix recommends some things which might be of use for people wishing to find out more. It&#8217;s an interesting conversation about an area which is going to matter more and more in the months and years to come.</p>\n\n\n\n<p>Typically when we record the podcast, there&#8217;s not a lot of background noise, but that&#8217;s not always the case with these WordCamp Europe interviews. We were competing against the crowds and the air conditioning. And whilst the podcasts are more than listable, I hope that you understand that the vagaries of the real world were at play.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast, where you&#8217;ll find all of the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Felix Arntz.</p>\n\n\n\n<p>I am joined on the podcast today by Felix Arntz. How are you doing?</p>\n\n\n\n<p>[00:03:59] <strong>Felix Arntz:</strong> Pretty great. It&#8217;s amazing to be back at the in person event. It&#8217;s crazy.</p>\n\n\n\n<p>[00:04:03] <strong>Nathan Wrigley:</strong> There are 2000, I think 2,700 people and it actually feels like a lot more, but it&#8217;s a spectacular event.</p>\n\n\n\n<p>You are working at Google. Am I right in saying that? What&#8217;s your role over at Google?</p>\n\n\n\n<p>[00:04:13] <strong>Felix Arntz:</strong> I&#8217;m a developer relations engineer, so yeah, I work on specifically focused on content management systems. Like of course WordPress, primarily. So yeah, I&#8217;m working in the, primarily in the WordPress ecosystem.</p>\n\n\n\n<p>[00:04:25] <strong>Nathan Wrigley:</strong> Yeah.</p>\n\n\n\n<p>[00:04:25] <strong>Felix Arntz:</strong> And, my two main projects currently are the Site Kit plugin, Google Site Kit plugin, which is, you may have heard of. It&#8217;s Google&#8217;s flagship plugin for WordPress and the new performance team, which was fairly recently formed.</p>\n\n\n\n<p>[00:04:36] <strong>Nathan Wrigley:</strong> Did you have a background in WordPress or were you Google first and then WordPress a bit later? Or was it WordPress first and Google later?</p>\n\n\n\n<p>[00:04:42] <strong>Felix Arntz:</strong> I come from the WordPress community. My first WordCamp was WordCamp Europe seven years ago, and then I joined the contributor day and I got to contribute and really got hooked on doing that. I got my first props for WordPress Core contributions back then, and I never stopped contributing since.</p>\n\n\n\n<p>[00:04:59] <strong>Nathan Wrigley:</strong> It, kind of feels like if you were to rewind the clock that far, maybe a bit further, that Google and WordPress, there wasn&#8217;t really a connection there. it was one of many CMSs, but maybe I&#8217;ve got the timeline wrong there, but it does feel now as if Google is treating WordPress very seriously indeed.</p>\n\n\n\n<p>You know, obviously with the market share being what it is, it&#8217;s good to get in there. Is that the case? Does it see WordPress as an important part of the ecosystem?</p>\n\n\n\n<p>[00:05:23] <strong>Felix Arntz:</strong> Yeah, absolutely. I think historically it&#8217;s, it has not always been as much as that, as it has been since, I don&#8217;t know, 2017, 18, I think that&#8217;s where this really started. And yeah, that&#8217;s where Google started actively focusing more on WordPress. There had been smaller efforts here and there before, but that&#8217;s when it really started. And I started working for Google in the end of 2018, and with a few other people from the WordPress community.</p>\n\n\n\n<p>[00:05:46] <strong>Nathan Wrigley:</strong> Well, your involvement in WordCamp Europe is all about performance and, I would imagine most people, and I&#8217;m gonna say that me included basically, I don&#8217;t really understand it. I know that it&#8217;s important. I know that performance matters, and I know that everybody is, has been talking about it for the last, let&#8217;s say eighteen, twenty months, specifically around Core Web Vitals and things like that, where we, we suddenly felt like the sky was falling in and everything needed to be rebuilt.</p>\n\n\n\n<p>How important, does it really matter? And what I mean by that is if I&#8217;m just starting up a local website for a local shop and I can sort of rely on traffic to come to that website. Does it have any impact at all, or is this really just about the search engine? The search results for Google? So I&#8217;m trying to strike a balance with where we need to apply the most effort. So for most people it would be designing the website in the first place and things like SEO possibly, and performance possibly they come much further down the pecking order of what they want to worry about.</p>\n\n\n\n<p>What&#8217;s your insight? Is it super important or is it a thing that we can leave till a little bit later?</p>\n\n\n\n<p>[00:06:47] <strong>Felix Arntz:</strong> I would say that performance and SEO have a little bit of similarity just in the sense that they both actually affect, they should affect, user experience. The end user experience of the people that visit the site.</p>\n\n\n\n<p>So search engine optimization in that sense is a little bit of a misleading term I would argue, because of course you are optimizing for the search engine, but the search engines, the different search engines, they try to be, they try to have algorithms that as close as possible kind of represent how the user would experience the site.</p>\n\n\n\n<p>And when you optimize for search engines, if you do it in the proper way you would also be optimizing for the end users. There&#8217;s of course those things like black hat SEO, where you stuff keywords, and that doesn&#8217;t do anything nice for end user. And that&#8217;s the way that you should not do SEO.</p>\n\n\n\n<p>And when you do improved performance, it now has, yeah, it has certain impact on the search engines, but mainly it is a priority because of the end user experience.</p>\n\n\n\n<p>[00:07:41] <strong>Nathan Wrigley:</strong> Okay. So, this is a ridiculous question, but I&#8217;m gonna ask it anyway. What are the key bits, what are the key bits of the jigsaw that make up performance? If you were to put yourself in front of a typical WordPress user. So somebody who basically doesn&#8217;t really perhaps know anything about performance, what would be the things that you would say, okay, here&#8217;s the first two or three things that you need to be worrying about?</p>\n\n\n\n<p>[00:08:02] <strong>Felix Arntz:</strong> I feel like at a high level a lot of people think about performance, just about how fast the page loads. That is probably, maybe the most essential of the different high level areas of what is performance. But I think it&#8217;s also, it is very important to, there&#8217;s two other, I would argue high level aspects, which are key for performance.</p>\n\n\n\n<p>And I take performance again, in that sense, it&#8217;s a, it&#8217;s a major part of user experience. Another part of it is layout shifts. So I feel like everybody that&#8217;s probably listening to this has experienced this thing that they click on a button on a website and it, while they want to click the moment it clicks, it moves away and then you click on some ad instead or something like that.</p>\n\n\n\n<p>[00:08:40] <strong>Nathan Wrigley:</strong> Maybe by design.</p>\n\n\n\n<p>[00:08:41] <strong>Felix Arntz:</strong> Maybe yeah, yeah, sometimes. But yeah, this is a very bad user experience and not having this kind of experience is also contributing to a solid performance. I would really put performance to a degree similar with user experience. It&#8217;s a part of user experience.</p>\n\n\n\n<p>The third part to performance is how fast the page responds when you do something on it. If you scroll and it&#8217;s, if you move the scroll wheel and it scrolls four seconds later, that&#8217;s not great either. So those are the three tiers to performance, in my opinion. Like the loading performance, the avoiding layout shifts and how fast the page responds to your actions.</p>\n\n\n\n<p>[00:09:15] <strong>Nathan Wrigley:</strong> The beautiful thing about WordPress is that you can download WordPress and it basically comes vanilla. And you can throw as many things as you like on top of it, plugin, themes, blocks, increasingly and so on. And of course, each of those things has a, perhaps tiny, but maybe major impact.</p>\n\n\n\n<p>And I feel that it&#8217;s quite a difficult thing to understand in WordPress, what performance is. If you go to, and we&#8217;ll get onto this, we&#8217;ll develop this a bit later. If you go to a proprietary CMS, something where it&#8217;s a SaaS. You pay your fixed monthly fee or what have you, and they take care of all of that.</p>\n\n\n\n<p>There&#8217;s nothing to worry about, but it seems like there&#8217;s a myriad of things, possibly dozens of things that you could do to your WordPress site. I feel that that&#8217;s a difficulty. That&#8217;s a problem that WordPress has got to overcome because there&#8217;s no one size fits all. No two WordPress sites are the same.</p>\n\n\n\n<p>So it&#8217;s that puzzle of unpicking. Okay, on my site, what are the things that I need to do to address it? Do you think that is an actual problem? Have we got ourselves to the point where WordPress is, because of its nature, because you can throw anything at it. It&#8217;s more difficult to untangle that mess?</p>\n\n\n\n<p>[00:10:16] <strong>Felix Arntz:</strong> Certainly yes. So I would say by the nature of WordPress that, because there&#8217;s endless possibilities. There&#8217;s endless possibilities to do whatever you want to do, but, there&#8217;s also endless possibilities to mess up performance or any, any best practice for that matter on your WordPress site, because you kind of have full control about everything.</p>\n\n\n\n<p>In those other type of platforms, which like SaaS or proprietary or whatever you call them, yeah it&#8217;s all, it&#8217;s more controlled. It is a more controlled environment. You have a lot less options in what you can do. And another aspect is that in those systems, they&#8217;re usually maintained by a single company and that company builds the entire product. All the different aspects of it.</p>\n\n\n\n<p>Where in the WordPress ecosystem, there&#8217;s WordPress core. And then there&#8217;s 60,000 plugins, from probably 50,000 different people or companies. So they are not all aligned. I can tell you that.</p>\n\n\n\n<p>[00:11:08] <strong>Nathan Wrigley:</strong> It does make it incredibly difficult to unpick because your combination of things will not be the same as my combination of things. And whilst there might be some broad outlines that you can do. And, I feel that in the WordPress space, a lot of that is sort of installing another thing to try and unpick all the other things that you did. So it might be a performance or a caching plugin or something like that, and the problem sort of gets worse.</p>\n\n\n\n<p>And although at this event, WordCamp Europe 2022, I would say it&#8217;s fair to say that most of the people here are fairly obsessed with WordPress. I would also hazard a guess that the vast majority of people that are using WordPress, have very little idea of what&#8217;s going on. You know, they, they probably know there&#8217;s some hosting accounts somewhere that they&#8217;ve used and whatever that tier is and so on.</p>\n\n\n\n<p>And they know that they&#8217;re using WordPress, but they might not have any, any indication that, okay, you, you need to compress this, cache this and so on. And that&#8217;s, that&#8217;s difficult. And communicating that to people I think is gonna be a real challenge for wordpress.org in the future because the competition from the proprietary CMSs, the ones that you say where everything&#8217;s in one package. It&#8217;s hosted by them. It&#8217;s managed by them. The code is updated by them. They feel at the moment as if they&#8217;re kind of winning the race a little bit in terms of performance. Is that fair?</p>\n\n\n\n<p>[00:12:19] <strong>Felix Arntz:</strong> Yeah, like some of those, proprietary CMSs, they are indeed ahead of WordPress in terms of performance, but largely due to them having less of this complexity that we are facing with WordPress. But also not only WordPress, like other open source CMSs, like Drupal, Joomla and so forth, they are facing similar challenges.</p>\n\n\n\n<p>[00:12:37] <strong>Nathan Wrigley:</strong> So the next piece for me is the approach that WordPress has taken. And a few years ago it was decided that performance was enough of a thing that a team need needed to be created. And my understanding is that you are part of that team. What&#8217;s its remit? What&#8217;s its objectives? What&#8217;s its goal? And I realize that you&#8217;re at the beginning of this journey. So it may be that you&#8217;re just trying to flesh out what that looks like. But just give us an idea of what it is, what the goals are and how many people are involved at this point in time.</p>\n\n\n\n<p>[00:13:03] <strong>Felix Arntz:</strong> So the team actually only came up in fall or so last year. Probably the early conversation started sometime summer last. It was an initiative that came from different contributors. Several, like the way that usually WordPress teams, new WordPress teams are formed is that a group of people or people from companies or individual contributors get together and say, we need to do something about this.</p>\n\n\n\n<p>Specifically in this, me and other people from my team were involved in together with contributors from Yoast and XWP, 10up, we all kind of got together and thought like, we need to do something about performance. Started in through initial conversations and at some point we formed a proposal that we published at makewordpress.org that there should be an official WordPress performance team that can focus on those aspects.</p>\n\n\n\n<p>There is an accessibility team. There&#8217;s a security team. There should also be a performance team. And as similar to those other two teams, to really have a focus group for this area, that goes across the different disciplines. Like not only Core, but also plugins and themes.</p>\n\n\n\n<p>That&#8217;s how the performance team started. It has been very well received from the very beginning. Uh, there was a lot of support on the initial posts. That was amazing to see that a lot of people in the WordPress community, they were happy to see that and they cared.</p>\n\n\n\n<p>Since then, yeah, I would say the team&#8217;s formation so far has been quite successful. We started, setting up weekly meetings on Slack where we discussed where we&#8217;re gonna focus on. And a lot of contributors have showed up since, and contributed to our efforts, to the team&#8217;s efforts.</p>\n\n\n\n<p>[00:14:33] <strong>Nathan Wrigley:</strong> And I presume you&#8217;re wide open to anybody that&#8217;s listening to this that wants to get stuck in as well.</p>\n\n\n\n<p>[00:14:38] <strong>Felix Arntz:</strong> Oh, absolutely. We have a booth here at WordCamp Europe, which is also really exciting, like at the community area there&#8217;s a performance booth this time and we would love to have anybody who&#8217;s interested to join our meetings</p>\n\n\n\n<p>[00:14:50] <strong>Nathan Wrigley:</strong> Tell me how it&#8217;s been received. There&#8217;s all the other booths as well. Have you been receiving the same amount of visitors coming to you and talking and trying to figure things out?</p>\n\n\n\n<p>[00:14:58] <strong>Felix Arntz:</strong> Yeah, there has been a large number of people that were interested in coming, stopping by asking about. And some people have heard about the initiative before and they just wanna to hear a bit more about it. Some people come with very concrete ideas, like, hey, we should do this in the performance team. Other people haven&#8217;t heard about it yet, and that&#8217;s great too. Like, so far, yeah, the reception has been very positive.</p>\n\n\n\n<p>[00:15:17] <strong>Nathan Wrigley:</strong> So what are the ideas that you are coalescing around? What are the things that are coming up in your Slack channel and maybe that came up in the last 24 hours or so? What are the things that you&#8217;ve decided, okay, we&#8217;re gonna tackle it in this order. Here&#8217;s the first two, three, whatever things.</p>\n\n\n\n<p>[00:15:30] <strong>Felix Arntz:</strong> So, look at it from a higher level. I think we have with the performance team, there is different layers to improve. And the main thing that we have been focusing on so far is improving performance in WordPress Core, different aspects of WordPress Core.</p>\n\n\n\n<p>That&#8217;s the one aspect. Another one is to, improve or to make available tools, to measure performance specifically for WordPress, in a WordPress context. Through that basically, raise more awareness or make it easier, even for plugin or theme developers to test performance of their plugins or themes and determine where there are any problems and how can those be fixed?</p>\n\n\n\n<p>So that&#8217;s another aspect and overall, raising more awareness of performance and making metric based performance decisions.</p>\n\n\n\n<p>[00:16:11] <strong>Nathan Wrigley:</strong> It feels to me like the WordPress Core bit is the low hanging fruit, because there it is. You&#8217;ve got it in front of you and you can figure out what it is that needs to be tweaked and so on. And so presumably work, whether it&#8217;s begun or not, I don&#8217;t know, but presumably work will begin on that at some point. And then as you say, it&#8217;s about educating the community and I feel that&#8217;s going quite well actually.</p>\n\n\n\n<p>I obsess about WordPress and so I&#8217;m constantly looking around, but it does feel like there&#8217;s a lot more messaging about that coming out. Maybe that&#8217;s to do with Core Web Vitals and things and so on and so forth. I wondered about partnerships as well, because a big part of this whole jigsaw piece is the thing that the WordPress site sits on.</p>\n\n\n\n<p>So for example, you know, you may have hosting over here for $3 99 a month or something, or you may be spending a hundred dollars a month and that kind of piece presumably, would be at some point needed to be addressed. Talking to the hosting companies and so on making partnerships and giving them the benefit of whatever insights you&#8217;ve managed to figure out.</p>\n\n\n\n<p>[00:17:06] <strong>Felix Arntz:</strong> Absolutely. There are some people who are from the hosting team there, from the WordPress hosting team are also involved in the performance team. And, I can say not a lot has happened on that side yet, but that is certainly an aspect where we wanna do more.</p>\n\n\n\n<p>And we have already. So far, we&#8217;ve mostly reached out to hosting providers for specific feedback on certain things that we wanted to do in WordPress Core to get more research and more information on that. But I think what you&#8217;re saying, I definitely see that coming up.</p>\n\n\n\n<p>[00:17:32] <strong>Nathan Wrigley:</strong> In terms of Google&#8217;s contribution. Google traditionally over the last few years, certainly since I&#8217;ve been attending these large events, Google&#8217;s been a real key sponsor. And you&#8217;re helping with the Site Kit initiative. Just tell us about that. Maybe just dwell on the complexity of that and all of the different pieces that fit into place, because I&#8217;ve heard about it. I briefly took a look at it right at the beginning when it came out and it&#8217;s fresh and new, but I haven&#8217;t really done much with it since then. So I need educating on what&#8217;s in there and where it&#8217;s gone in the last few months or years even.</p>\n\n\n\n<p>[00:18:01] <strong>Felix Arntz:</strong> So Site Kit is very much separate from the performance team. That has, has been the product which I started on, started working on from my very beginning at Google. it&#8217;s basically, Google&#8217;s, Google&#8217;s flagship product which helps you to use the popular Google tools that help you succeed as a web creator, right within your WordPress site. And one of the things that really helps with its onboarding to all those tools, like search console, analytics, AdSense to name a few.</p>\n\n\n\n<p>There&#8217;s always this complexity that in order to set up those tools on your site, you often have to paste some snippet somewhere in your WordPress site, and then it&#8217;s like a lot of people put this in their themes&#8217; functions.php, and then you update the theme and it&#8217;s gone. Or like, unless you really know what you&#8217;re doing there, there&#8217;s lots of ways to mess that up.</p>\n\n\n\n<p>One of the things that Site Kit really does for you is make this super straightforward, like make a couple clicks and it all takes care of that for you because it&#8217;s in the WordPress site, it connects directly to the Google APIs. Sets up those those services for you. And then it displays the relevant metrics right within your WordPress site.</p>\n\n\n\n<p>So you can manage it all from your WordPress site. You can still go to the Google services of course, to see like the full picture of all the stats, but you can see the most, what we consider the most important metrics, you can see them in your WordPress site.</p>\n\n\n\n<p>[00:19:07] <strong>Nathan Wrigley:</strong> So it basically pulls all of the bits and pieces, all the important data from the Google properties. And just puts them inside the dashboard as if you&#8217;ve gone out to look at, I dunno, analytics dot Google dot com.</p>\n\n\n\n<p>[00:19:17] <strong>Felix Arntz:</strong> Right. Yeah. One thing that is also special about it is that it has connection to all of those services. In the Google services, you have to go to one service or the other or the other, but in Site Kit has a dashboard that combines the metrics from all of them. There is definitely like a long term goal to also correlate them more. Like we have also connection to Page Speed Insights, which that is a part of Site Kit, which has more, a little bit more of course, like overlap with performance.</p>\n\n\n\n<p>So we have a page speed module and, eventually it would be amazing if we can somehow explain to site owners how like performance, this page, let&#8217;s make an example. Like this URL has a way better web vitals performance value than other ones and see how it&#8217;s much better performing in terms of the number of conversions.</p>\n\n\n\n<p>[00:20:01] <strong>Nathan Wrigley:</strong> I feel like that&#8217;s the missing bit for me. The connection between all of this work and any benefit. Because I never see the benefit from the work, because you know, you put in the time and you, compress this thing and you do that thing, but there&#8217;s no sort of direct comparison.</p>\n\n\n\n<p>If I could, for example, quickly and easily in my WordPress dashboard go, okay, that thing that I did over there, it&#8217;s been up there for a month now and I can see that it&#8217;s had this effect. Yeah. That&#8217;s really useful. It&#8217;s a great big endorsement I think from the giant that is Google to put all of this time and effort into a WordPress thing. I don&#8217;t know if you do that on other CMSs or other platforms as well?</p>\n\n\n\n<p>[00:20:39] <strong>Felix Arntz:</strong> I mean, we have been involved with other CMSs, like Typo3 Drupal, Joomla. The team that I&#8217;m part of, mostly with open source, open source CMSs. WordPress has a bit more attention because of its yeah, its meaning, its importance and popularity on the web. One of the things that we are seeing is that fewer users use the traditional web, which is what WordPress is part of. And more and more users use apps and we think it&#8217;s vital that, to get a little more of this attention from people back to the web, it has to match the apps in the experience and the performance.</p>\n\n\n\n<p>[00:21:14] <strong>Nathan Wrigley:</strong> Is that what is behind all of this push because, I mean, the, the apps on your phone, they are just breathtakingly, amazing. You know, the capabilities that are in iOS and Android and the way that they behave and the animations and things. They&#8217;re just all baked into the OS and they look beautiful.</p>\n\n\n\n<p>I completely identify with why would you go to, as an example, why would you go to twitter.com if you could have the Twitter app? And so that, I guess is what you&#8217;re saying that at some point, parity between the two, the web is in every way as capable and performant as the app.</p>\n\n\n\n<p>[00:21:44] <strong>Felix Arntz:</strong> Right, right. Yeah, absolutely.</p>\n\n\n\n<p>[00:21:46] <strong>Nathan Wrigley:</strong> Yeah. I feel like we&#8217;re a long way away from that at the minute.</p>\n\n\n\n<p>[00:21:48] <strong>Felix Arntz:</strong> Yes we are. And that&#8217;s where, that&#8217;s why Google overall is interested in this and Google would like to succeed. Would like to see the web succeed. Cause it, of course it is important for Google, but it is also important for WordPress. So I would argue in this sense and, I care. I have always been part of the WordPress ecosystem and I, I am a fan of WordPress, otherwise I wouldn&#8217;t be here. And, uh, I think that in this sense I would argue that the interest of WordPress and Google in that sense overlap.</p>\n\n\n\n<p>[00:22:13] <strong>Nathan Wrigley:</strong> It&#8217;s interesting because on my phone I&#8217;m really addicted to the way that the animation is is smooth and the way that I might scroll something up and something will compress. So there&#8217;s animations there. And yet it&#8217;s kind of like the polar opposite on the web we&#8217;re being told no, no, get rid of all of that sort of stuff. You know, compress the images don&#8217;t have any animation where you don&#8217;t need it, and so on. They are quite different things. And I guess it&#8217;s the browser, that&#8217;s the bottleneck?</p>\n\n\n\n<p>[00:22:34] <strong>Felix Arntz:</strong> I don&#8217;t know. I, I would argue there&#8217;s, the more of those things you do, the harder it gets to keep good performance. Having good performance is hard. And, uh, if you have an empty WordPress site out of the box, it has amazing performance, but you add 10 plugins to it and a ton of content and that changes.</p>\n\n\n\n<p>[00:22:50] <strong>Nathan Wrigley:</strong> To develop that a little bit, what I was meaning is on the phone, it doesn&#8217;t seem to matter how much of those animations and things they throw at it. It still just is performant.</p>\n\n\n\n<p>And I, I really don&#8217;t know where the difference there is, whether the browser is incapable of handling that level of load, or if it&#8217;s just that the, the operating system, iOS, Android, or what have you you can cope more. I don&#8217;t know.</p>\n\n\n\n<p>[00:23:08] <strong>Felix Arntz:</strong> I don&#8217;t know. I would argue that quite a bit of it is that, you can do a lot of those nicer animations on the web too. And, if you do it yeah, with CSS, it can still be fast. But usually there&#8217;s other things involved that make the website slow.</p>\n\n\n\n<p>If you can do these animations with CSS, you should not try to do them with JavaScript, for example. Especially like Java, loading a lot of JavaScript is one of the prime offenders of good performance on sites.</p>\n\n\n\n<p>[00:23:34] <strong>Nathan Wrigley:</strong> A couple of years ago, actually, you may need to correct me. When did the whole concept of Core Web Vitals, when did that all really begin? It feels like two years to me.</p>\n\n\n\n<p>[00:23:42] <strong>Felix Arntz:</strong> Yeah. Maybe I, I can&#8217;t even say.</p>\n\n\n\n<p>[00:23:43] <strong>Nathan Wrigley:</strong> It&#8217;s about, it&#8217;s roughly, let&#8217;s say it&#8217;s two years. Everybody was obsessed with that. It really did feel like it was a you know, line in the sound where everybody was right, if it doesn&#8217;t meet all of these metrics, hell is gonna freeze over. Your website won&#8217;t be ranked anymore. Equally, it never felt to me that that moment ever arrived. I didn&#8217;t really see that the sites that I&#8217;d been building hit too badly, even though there wasn&#8217;t a lot of remedial work that I did. Was that just a load of hype or did that stuff really affect the SERPs?</p>\n\n\n\n<p>[00:24:12] <strong>Felix Arntz:</strong> I mean this was prioritized. The Core Web Vitals um, were prioritized by Google, of course, because we had to raise more awareness of that performance on the web is not going so great. And the site owners and developers and whoever is involved in websites, they should, they need to do something about it to improve performance. Honestly, I don&#8217;t know much about like how they affect search.</p>\n\n\n\n<p>[00:24:32] <strong>Nathan Wrigley:</strong> Yeah. I was gonna say, if you knew how the search results were.</p>\n\n\n\n<p>[00:24:35] <strong>Felix Arntz:</strong> Oh yeah. Yeah, lot of people would ask me a lot of questions.</p>\n\n\n\n<p>[00:24:37] <strong>Nathan Wrigley:</strong> That&#8217;s right. You&#8217;d be locked in this room and pounded by questions, yeah. You&#8217;ve managed to make a career out of WordPress and performance. So firstly, well done for that. If that&#8217;s the thing that you were aiming at, that&#8217;s really amazing. Secondly, I wonder if the whole performance thing is there like a bonafide career in the future. In the same way that people, I dunno, 20 years ago, there were no people who were SEO consultants. It was just not a thing. And then suddenly people thought, oh, do you know what, there&#8217;s a job there, there&#8217;s enough work to be done to make that a job and we can get paid for doing that. Do you think that would be the case for people like you? You could be a freelance performance person?</p>\n\n\n\n<p>[00:25:13] <strong>Felix Arntz:</strong> I feel like that is already a thing to a degree. It&#8217;s probably has blurry lines, like where you are like, I would recommend that, if any developer should try to familiarize themselves with the performance best practices and build that knowledge and improve this knowledge over time.</p>\n\n\n\n<p>Because it is important to consider performance in every, in every step while you develop your products or plugins or themes, and similar to how this with accessibility and security, they have to be part of the whole design process at all times. But I would to your point, I also can see how I think there&#8217;re already a bunch of people that, that have specific strength in their knowledge in performance.</p>\n\n\n\n<p>And maybe they&#8217;re still developers or maybe they could also be end users that know a ton about performance and help other site owners to improve it. Yeah, I think that is already a thing. but I, I could definitely see it growing.</p>\n\n\n\n<p>[00:26:00] <strong>Nathan Wrigley:</strong> Yeah. It feels like a tunnel that you could go down and you could really be an expert in that and sort of separate yourself and maybe find a career which didn&#8217;t always involve, I don&#8217;t know, building the entire site. You might just advise on that particular component.</p>\n\n\n\n<p>[00:26:11] <strong>Felix Arntz:</strong> Yeah Yeah. I think one of the things I wanna say, like in order to get started with that, uh, some of the tools that help you measure performance, they can be really helpful I would say. Because a lot of us, including myself, we don&#8217;t know all of these performance best practices. It is a ton to think about based on what you&#8217;re doing. Yeah, there are a lot of different tools to measure performance and give you recommendations. What you need to improve?</p>\n\n\n\n<p>I think it&#8217;s very valuable to learn from those and internalize that knowledge that you get from running your site through one of, through some of these tools. And then from there you can think about how can I actually address this problem.</p>\n\n\n\n<p>[00:26:44] <strong>Nathan Wrigley:</strong> Well, Felix, sadly, we&#8217;re out of time. So I&#8217;m gonna say thank you very much for chatting to me today. I appreciate it.</p>\n\n\n\n<p>[00:26:48] <strong>Felix Arntz:</strong> Yeah, thank you.</p>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Do The Woo Community: devlife_snippet: WooDev Profile, Marius Vetrici\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72250\";s: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:66:\"https://dothewoo.io/devlife-snippet-woodev-profile-marius-vetrici/\";s: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:417:\"<p>WooCommerce was and is very cool thanks to being open source. You can dive deep-deep into the code if something is not working.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/devlife-snippet-woodev-profile-marius-vetrici/\">devlife_snippet: WooDev Profile, Marius Vetrici</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 08:53:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"WPTavern: WordPress Themes Team Contributors Get Pushback on Proposal to Improve Block Themes’ Visibility in the Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136112\";s: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:132:\"https://wptavern.com/wordpress-themes-team-contributors-get-pushback-on-proposal-to-improve-block-themes-visibility-in-the-directory\";s: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:7025:\"<p>Seven weeks ago, WordPress Theme Team contributors proposed several ideas for <a href=\"https://wptavern.com/wordpress-contributors-propose-improving-block-themes-visibility-in-the-directory\">improving block themes&#8217; visibility on WordPress.org</a>. These included the possibility of changing the popular themes algorithm to more prominently feature block themes, and/or adding a new &#8220;Block&#8221; menu item next to Popular and Latest on the themes directory home page.</p>\n\n\n\n<p>The directory is going through some growing pains as themes that are compatible with the site editor are the only ones that offer access to everything WordPress has to offer in the new paradigm of blocks. Yet, the 94 available block themes represent fewer than 1% of the directory&#8217;s 9,761 themes. </p>\n\n\n\n<p>It&#8217;s an interesting time in WordPress&#8217; history where the theme a user selects can significantly limit the ability to take advantage of WordPress&#8217; latest features. This is why some contributors are proposing that block themes get more visibility in the directory. It directly impacts FSE adoption and consequently its improvement, as people using it is the pathway to better quality feedback that will shape its future in WordPress.</p>\n\n\n\n<p>After five weeks the ticket went silent, following WordPress lead developer Dion Hulse&#8217;s recommendation that re-doing the front page of the directory would likely be the best way to solve the needs communicated in the ticket. Two weeks ago the discussion was reignited  when WordPress theme developer and Themes Team contributor Dumitru Brinzan <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:19\">commented</a> with strong opposition to the idea of promoting block themes: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>This goes against everything</strong> that was discussed about the role of themes in the past 10 years at least.</p><p>In the past there have been a lot of instances when a new tab with themes, a different algorithm, a different order, different X, Y, Z have been appropriate.</p><p>Every single time theme authors heard the same song: it is not the role of .org to promote or market any particular product. It is not the role of .org to make the themes repo look like the plugins repo.</p><p>The logical request of removing the default Twenty themes from the Popular tab fell on deaf years.</p><p>But now there&#8217;s a new shiny toy (that is not even ready or wanted by the general public).<br />And suddenly people with a direct interest in having a spotlight on their themes are pushing this &#8220;new&#8221; idea.</p><p>This is a spit in the face of the hundreds (if not thousands) of theme authors that have been contributing to .org until now.</p></blockquote>\n\n\n\n<p>Automattic-sponsored Themes Team contributor Sarah Norris <a href=\"https://github.com/WordPress/wordpress.org/pull/85\">submitted a PR</a> that adds a &#8216;Block&#8217; tab to the Theme Directory filter list. It filters themes using the full-site-editing tag, which is currently buried three clicks deep for those who know how to apply the filter. </p>\n\n\n\n<img />source: <a href=\"https://github.com/WordPress/wordpress.org/pull/85\">PR to Add Block tab to filter list</a>\n\n\n\n<p>&#8220;These types of themes are more commonly referred to as block themes, so by adding this tag, we are reducing the confusion between these terms and making it clearer how to filter by block themes in the directory,&#8221; Norris said.</p>\n\n\n\n<p>Hulse concluded that the PR was &#8220;the most straight forward way forward here, making the most impact today,&#8221; but questioned whether &#8220;block&#8221; is the best term to use. </p>\n\n\n\n<p>Christian Zumbrunnen, another participant in the discussion, suggested classic themes get a label as well, such as &#8220;Classic,&#8221; which could be changed to &#8220;Deprecated&#8221; sometime in the future.</p>\n\n\n\n<p>&#8220;And another question: why would my non-FSE themes built for the Block Editor be relegated to the &#8216;classic themes&#8217; category?&#8221; Brinzan said. &#8220;Why give priority specifically to FSE themes, all the while calling them &#8216;block&#8217; themes? My classic themes work perfectly well with blocks. Why create any more confusion under the false pretense of making things &#8216;easier and clearer?\'&#8221;</p>\n\n\n\n<p>The difference here is that while most themes now support the block editor for content, very few include full support for the block-based site editor. Brinzan contends that contributors should work towards creating a more efficient search and improving the browsing/filtering experience for themes:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>The whole directory needs to be improved. It&#8217;s not right (or fair) to prioritize one type of themes, when many of them aren&#8217;t even production-ready.<br />Funneling all WordPress users towards an unfinished and clunky product won&#8217;t do anyone any good. WordPress is not known for its elegant UI, and this will make things worse. WordPress users are not guinea pigs to force Gutenberg and FSE on them at every step. Let this process take its natural course.<br /></p></blockquote>\n\n\n\n<p>WordPress theme developers are facing the inevitable task of updating their themes to be FSE-enabled in order to remain relevant in the new era of using blocks to edit all aspects of a WordPress site. Themes that don&#8217;t support the full range of the platform&#8217;s features do not have long before they become the last vestiges of a bygone era of WordPress themes.</p>\n\n\n\n<p>Hendrik Luehrsen, who agreed that full-site editing themes should be easier to find, said he is concerned about how to do that without &#8220;without downgrading the rest of the themes or without creating an <a href=\"https://en.wikipedia.org/wiki/Osborne_effect\">Osborne Effect</a>.&#8221; This notion, which is based on the downfall of the Osborne Computer Corporation, particularly affects consumer electronic products where prematurely announcing the imminent release of a technologically superior product can damage the sales of existing products.</p>\n\n\n\n<p>The Osborne Effect may not be applicable in this case, since WordPress has already shipped FSE to those who want to take advantage of it, and block themes, the successor of legacy WordPress themes, are already here. </p>\n\n\n\n<p>Automattic-sponsored Themes Team contributor Jeffrey Pearce <a href=\"https://meta.trac.wordpress.org/ticket/6330#comment:59\">urged contributors to reach a consensus</a> and reminded them that the solution can always be iterated on later.</p>\n\n\n\n<p>&#8220;It&#8217;s important to highlight that block themes can only get better with improved exposure by usage, which seems to be what most folks in here agree on,&#8221; Pearce said. &#8220;The solutions in this ticket don&#8217;t seek to demote classic themes, but rather they seek to improve the discoverability of Block Themes instead of the current filter approach.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 05:27:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"HeroPress: Finding a second chance in life through WordPress – വേർഡ്പ്രസ്സിലൂടെ ജീവിതവിജയം\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4542\";s: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:172:\"https://heropress.com/essays/finding-a-second-chance-in-life-through-wordpress/#utm_source=rss&utm_medium=rss&utm_campaign=finding-a-second-chance-in-life-through-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:83250:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2023/07/071122-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: If I have achieved anything in life today, it is thanks to WordPress and its community.\" />\n<p><a href=\"https://heropress.com/feed/#malayalam\">ഈ ഉപന്യാസം മലയാളത്തിലും ലഭ്യമാണ്</a></p>\n\n\n\nHere is Hari reading his own story aloud.\n\n\n\n<p>I will never forget the day I turned 22. I was officially at the lowest point in life as I woke up that morning. While my peers were employed with multinational companies or pursuing higher education at top universities worldwide, I had just been fired from my first “job” and was broke. Things were so bad that I had even become a pariah in my own family. Setting aside all those negative thoughts, I pulled myself out of my bed and switched on my computer, which lit up with a partly-written blog post on the TinyMCE editor of WordPress 3.0.1. That sight filled me with hope. I felt a strong creative urge to continue writing and started typing away. After completing that post, I leaned on my chair, marveling at my creation. All my negative emotions had now disappeared. I realized that even if I failed in life, I would always have two things with me &#8211; my blog and the open source software that powered it (WordPress). And that was all I needed to trudge onward.&nbsp;</p>\n\n\n\n<p>Little did I know that this open source software (that powers 40%+ of all websites in the world today) would eventually become my <em>raison d&#8217;être</em> and give me a life I could never even dream of!&nbsp;</p>\n\n\n\n<h3 id=\"h-discovering-wordpress\">Discovering WordPress&nbsp;</h3>\n\n\n\n<p>I was born and brought up in Thiruvananthapuram, in Kerala, India as an only child to engineer parents. Since computers and programming had always fascinated me as a kid, I enrolled in an engineering course with a specialization in information technology after high school. My goal was to take up a career in technology. I even had lofty dreams of pursuing research in computer science. My batch had a four-month break before college started, and during this time, I started working with my friends’ web services startup. One evening, while working on a client’s website, I was introduced to WordPress. It was a revelation. You could create and customize websites from an admin panel without needing to hand-code in HTML! I loved it and wanted to create a WordPress website on my own. However, since I did not have the resources to purchase a domain and hosting package, I did the next best thing &#8211; I set up a blog on WordPress.com.&nbsp;</p>\n\n\n\n<p>As the cliche goes, that was the beginning of a beautiful friendship. :)&nbsp;</p>\n\n\n\n<h3 id=\"h-thriving-with-wordpress-during-tough-times\">Thriving with WordPress during tough times</h3>\n\n\n\n<p>Soon, the holidays were over, and college started. With high hopes, I stepped foot into one of Kerala’s top engineering colleges. However, within a few days, I realized that I was a misfit in this system.</p>\n\n\n\n<p>The Indian educational system is designed for rote-learning by default and rejects everyone that does not comply. My ‘radical’ dreams of thinking out of the box, finding knowledge outside prescribed textbooks, exploring the practical side of concepts, and even furthering original ideas &#8211; made me an outcast. I was disappointed, disillusioned, and eventually lost interest in academics. To add insult to the injury, my friends kicked me out of the web services startup, which was my saving grace during this ordeal. During this challenging time, it was WordPress that kept me going.</p>\n\n\n\n<p>Pouring my mind into my WordPress blog helped me survive the trauma of college. Fueled by curiosity, I tried to find practical applications of core computer science concepts taught in college by tinkering with WordPress code and creating mock websites. </p>\n\n\n\n<blockquote><p>Slowly I started earning pocket money through freelance projects and Google AdSense. </p></blockquote>\n\n\n\n<p>I eventually bought my own domain and moved to self-hosted WordPress. All-in-all, WordPress not only helped me survive college but taught me more than college ever could. By the end of four years, I had learned PHP, MySQL, web designing and development, open source philosophy, and even became a better writer thanks to WordPress! Even as the nightmare called college went on by the side, I collected a bunch of professional accolades. The most memorable ones include <a href=\"https://lists.fedoraproject.org/pipermail/india/2009-March/001497.html\">being an honorary speaker at one of India’s top engineering colleges</a>, getting a chance to <a href=\"https://harishanker.net/2009/06/richard-stallman-interview/\">interview Richard Stallman</a> himself, <a href=\"http://www.mindful.org/student-wins-mindful-leadership-award/\">winning an international essay competition</a>, and becoming a <a href=\"https://www.thehindu.com/profile/author/Hari-Shanker-R-/\">freelance journalist with one of India’s national newspapers</a>. Life was challenging but promising!</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/1_Presenting_at-NITC-scaled.jpg\"><img /></a><em>Presenting at NIT Calicut &#8211; one of India’s top engineering colleges, as an invited speaker</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/2_Mindful_Leadership.jpg\"><img /></a><em>Selected as a runner-up for Mindful Leadership co-organized by University of Dayton, Ohio and Loyola Institute of Business Administration</em>\n\n\n\n<h3 id=\"h-finding-out-about-automattic\">Finding out about Automattic</h3>\n\n\n\n<p>My love for WordPress encouraged me to add a question about <a href=\"https://ma.tt/\">Matt Mullenweg</a>, the co-founder of WordPress, in a trivia quiz that I hosted at an intercollegiate quiz in my third year. The question went unanswered, but while preparing for the quiz, I <a href=\"https://usatoday30.usatoday.com/tech/news/2009-01-27-wordpress-creator-blog_N.htm\">learned</a> about Matt’s company &#8211; <a href=\"https://automattic.com/\">Automattic, Inc</a>. Automattic owned WordPress.com and had 30+ employees working remotely from all corners of the world then. Since WordPress was <em>everything </em>to me, working for the company that runs WordPress.com felt like a dream. I believed that I had a real shot at making it to Automattic; since it was a fully distributed company, I could work remotely from India without having to worry about work permits or visas. The “<a href=\"https://automattic.com/work-with-us/job/happiness-engineer/\">Happiness Engineer</a>” role seemed like a perfect fit for me, and I decided to apply right after graduating from college a year later.&nbsp;</p>\n\n\n\n<img src=\"https://lh4.googleusercontent.com/IwEYKJ0aWaB0VfHnBxrpnLwaKjJmsirO438qSNescoNrcfLMMsHGUH1mH1rzmQ5tNhhCem0dmRCGEDsM0D11HKW6CWKSsAT8pGEvGaq43wEQQJBxUKAxforW8D-WQASsKx7HxvivecECzg1ybyU\" alt=\"\" /><em>A glimpse from the same quiz that I hosted where I would shortly ask that question about Matt that would go unanswered!</em>\n\n\n\n<p>However, life would have other plans for me.</p>\n\n\n\n<h3 id=\"h-dreams-come-crashing-down-but-not-without-hope\">Dreams come crashing down &#8211; but not without hope!</h3>\n\n\n\n<p>History teaches us that every misfit meets debilitating failure early on in life. After surviving for nearly three and a half years, my crash came in my final year. Since I lacked the minimum attendance, I did not graduate with my batchmates and was asked to repeat my last semester with my juniors. It was a major blow &#8211; not just for my ego, but also for my existence. Nevertheless, I did not lose hope. I decided to stay engaged during the six-month gap before my final semester classes restarted and signed up as a journalist with a local web portal. However, before I would complete two full months in this “job”, I got fired. </p>\n\n\n\n<blockquote><p>That was the last nail in my coffin. I lost every ounce of hope. I started hearing voices in my head accusing me of being a failure. </p></blockquote>\n\n\n\n<p>I was officially branded as a loser as <em>everyone</em> started ridiculing me for my plight, left, right, and center. A psychiatrist, who happens to be a family friend, diagnosed me with clinical depression and prescribed medicines with extreme side effects that made me feel worse.</p>\n\n\n\n<p>Only one ‘person’ stood by me through thick and thin with unwavering faith &#8211; and that was WordPress.&nbsp;</p>\n\n\n\n<p>It slowly dawned upon me that even if I failed everywhere else, I knew WordPress inside out. I had the confidence to do anything and everything with it; thus giving me a real shot at a proper career. I started freelancing full-time. I was not earning a ton of money, but freelancing helped me pay my bills. I started gaining confidence as I got more and more good reviews for my work. No one knew about my “job” and I did not bother to change that perception as well. My parents would sneer at me for wasting my time spending hours in front of the computer instead of studying or applying for jobs when I was <em>actually</em> working and earning <em>real </em>money! College was soon done and dusted. I consulted a more qualified mental health professional who confirmed my original suspicion that I was misdiagnosed by the psychiatrist and took me out of medicines. I slowly started getting back on track.</p>\n\n\n\n<p>Shortly after that, WordPress led me to my first ‘real’ job as a Project Manager with a multinational startup based in Kochi. My primary responsibility at this company was to oversee a network of WordPress websites, and it was a job I thoroughly enjoyed. Being honored and respected for my skills and abilities proved to be a game-changer for me. Over time, I also saw my life improve slowly and steadily. I soon found myself working as a banker in a public sector bank in India. During this time, I met the love of my life, and we got married and started living on our terms. Since I was working in the bank, I was not using WordPress for work anymore. However, my Twitter bio still had a “WordPress guru” moniker. I would keep tinkering with WordPress in my free time, as working with WordPress always brought me joy. The bank job was not making me happy, and I started thinking of the next step in my career.</p>\n\n\n\n<h3 id=\"h-automattic-beckons\">Automattic beckons</h3>\n\n\n\n<p>It was at this stage that my mind naturally went back to Automattic. After I discovered the company in my third year, I would visit their <a href=\"https://automattic.com/work-with-us/\">jobs page</a> at least a hundred times in the next six years. I came close to applying several times but always stopped in my tracks due to raging self-doubt. I was still quite the <em>persona non grata</em> in both my immediate and extended family and was being mocked everywhere. </p>\n\n\n\n<blockquote><p>The only person who believed in me was my wife &#8211; <a href=\"https://archanamohan.com/\">Archana</a>. </p></blockquote>\n\n\n\n<p>One day, I confessed my desire to work at Automattic to her. She held my hand, looked firmly into my eyes, and spoke with conviction: <em>“You are going to make it to Automattic; I will bet my life on it.” </em>To this day, Archana continues to be my pillar of support and my biggest fan &#8211; the rest of what you are going to read would simply not have happened, had it not been for Archana’s iron-willed faith in me.&nbsp;</p>\n\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/4_First_ever_WP_Swag.jpeg\"><img /></a><em>Sporting my first ever WordPress swag!</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/5_Archana_Hari_Berlin.jpeg\"><img /></a><em>With Archana, my wife!</em>\n\n\n\n\n<p>I decided to take Automattic seriously and started preparing. Since I had lost touch with WordPress, I started tinkering with WordPress more and built lots of WP websites. I also used my free time to work in the WordPress.org and WordPress.com forums. Interestingly, working at the bank helped me gain support skills that I lacked previously for the role that I aimed to apply for (Happiness Engineer), so I started feeling more and more confident about applying. Even after nine years as a WordPress user, I had never really explored its community, and I had the pleasure of discovering it on social media at that point. I was fascinated by a Twitter account, curiously named “<a href=\"https://twitter.com/heropress/\">HeroPress</a>” &#8211; which followed me back as soon as I followed it. I visited <a href=\"https://heropress.com\">https://heropress.com</a> that evening and went down a rabbit hole of inspirational WordPress stories. I read about several people who found success due to my favorite open source software, including many folks from my corner of the world. HeroPress was the inspiration I finally needed and was a key milestone in my WordPress journey.&nbsp;</p>\n\n\n\n<p>I was now all set to apply, and I couldn’t help but wonder &#8211; would I get the chance to write about my journey on this very website, someday?&nbsp;</p>\n\n\n\n<h3 id=\"h-a-dream-come-true\">A dream come true</h3>\n\n\n\n<p>After three months of dedicated preparation, I finally bit the bullet and applied for the Happiness Engineer role at Automattic, in November 2015. I heard back from the Automattic hiring team within three weeks and went on to complete a series of interviews and tasks, which was followed by a paid trial. In February 2016, three months after I got my first email from the Automattic hiring team, Matt Mullenweg (yes, the same person who I created a quiz question on, seven years back) gave me an offer to work at Automattic as a full-time Happiness Engineer after a two-hour text-chat interview over Slack.</p>\n\n\n\n<p>I had just watched <a href=\"https://www.imdb.com/title/tt0454921/\">The Pursuit of Happyness</a> (again) a few days back and the<a href=\"https://www.youtube.com/watch?v=56fngopihOo\"> final scene from the movie</a> came to my mind, that very moment Matt gave me the offer…</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/6_was-it-as-easy.jpeg\"><img /></a></div>\n\n\n<p>The next few moments were a blur. I was on top of the world! I clearly remember hugging my wife tight &#8211; we both could not control our tears and wept with joy for several minutes.&nbsp;</p>\n\n\n\n<blockquote><p>There were situations in the past when I was so frustrated that I thought of calling it quits, unable to bear the pain and suffering. </p></blockquote>\n\n\n\n<p>Not too long ago, I used to be derided by my peers and my own family for my academics and my failures on a daily basis. Some people did not even bother to mince words &#8211; I was branded as a <em>“good-for-nothing idiot who brings nothing but shame to our family”</em>. My own parents had even asked me several times to <em>“drop out of college and consider blue-collar jobs and unskilled labor because that is the only thing you are worthy of!”</em></p>\n\n\n\n<p>Here I was, the black sheep of my family, beaming with a signed offer letter for my dream job at my dream company! All thanks to an open source software built by contributors all over the world that stood by me through thick and thin.</p>\n\n\n\n<h3 id=\"h-the-story-continues\">The story continues</h3>\n\n\n\n<p>The rest of my life, the past six years, feels like a dream even today. I still pinch myself sometimes to see if this is indeed real. Today, I have evolved into a better human being, a capable professional, and a leader. The very first week of joining Automattic in April 2016, I flew to Austin, TX to attend a team meetup with my colleagues &#8211; there was a time in my life when I could barely imagine boarding a domestic flight, let alone flying to the United States! I have lost count of the number of times I have traveled around the world in the past six years &#8211; I have friends in every nook and corner of the world and have had the privilege of having some of the best experiences in life, thanks to my travels.&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/7_In_Austin_With_Teammates-scaled.jpeg\"><img /></a><em>Stopping traffic at South Congress near Austin Downtown with my teammates at Automattic!&nbsp;</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/8_Hari_Lisbon-scaled.jpeg\"><img /></a><em>A picture with my teammates at Automattic in Lisbon Portugal, at a team meetup</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/9_A8cGM_Whistler.jpg\"><img /></a><em>At a photobooth with my teammates at the Automattic Grand Meetup in Whistler, Canada in 2017</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/10_Bubble_Football.png\"><img /></a><em>After a fun game of Bubble Football with my team in Barcelona, Spain</em>\n\n\n\n<p>My love for WordPress got me involved with the global WordPress community. I started by organizing local meetups in the city of Kochi (where we moved after I joined Automattic) and went on to organize three WordCamps and scores of meetup events. I also started translating WordPress to Malayalam (my native language) in my free time. I also got involved in the WordPress Community in India and made many great friends &#8211; <a href=\"https://profiles.wordpress.org/adityakane\">Aditya</a>, <a href=\"https://profiles.wordpress.org/ajay-aravind/\">Ajay</a>, <a href=\"https://profiles.wordpress.org/ajithrn/\">Ajith</a>, <a href=\"https://profiles.wordpress.org/gounder/\">Alex</a>, <a href=\"https://profiles.wordpress.org/aravindajith/\">Aravind</a>,  <a href=\"https://profiles.wordpress.org/mbigul/\">Bigul</a>, <a href=\"https://profiles.wordpress.org/hardeepasrani/\">Hardeep</a>, <a href=\"https://profiles.wordpress.org/wpcustomizer/\">Hitha</a>, <a href=\"https://profiles.wordpress.org/kcjagadeep/\">Jagadeep</a>, <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose</a>, <a href=\"https://profiles.wordpress.org/nejwrks/\">Nebu</a>, <a href=\"https://profiles.wordpress.org/nitkr/\">Nithin</a>, <a href=\"https://profiles.wordpress.org/rohittm/\">Rohit</a>, <a href=\"https://profiles.wordpress.org/sheebaabraham/\">Sheeba</a>, <a href=\"https://profiles.wordpress.org/yoga1103/\">Yogesh</a>… the list is too long for this essay, believe me! A few of these folks are also part of my inner circle; my own coterie of best buddies! </p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/11_Presenting_at_Kochi_Meetup.jpeg\"><img /></a><em>Speaking at a WordPress Meetup in Kochi, in 2017</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/12_Presenting_at_Udaipur.jpeg\"><img /></a><em>Presenting at a WordPress Meetup in Udaipur Rajasthan, in 2017</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/13_WC_Kochi.jpeg\"><img /></a><em>Delivering the keynote address at the inaugural WordCamp Kochi 2017</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/14_WCKochi_Organizing_team-scaled.jpg\"><img /></a><em>With the WordCamp Kochi 2018 organizing team!&nbsp;</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/15_WC_Pune_2017.jpeg\"><img /></a><em>With some of my WordPress friends at WordCamp Pune 2017</em>\n\n\n\n<p>My contributions to the community in my free time led me to an internal career opportunity in Automattic. In April 2020, I went through an internal hiring process and switched roles to become a Community Wrangler, working full-time on the <a href=\"https://make.wordpress.org/community/\">Make/WordPress Community Team</a>, as one of <a href=\"https://wordpress.org/five-for-the-future/pledge/automattic/\">Automattic’s Five for the Future contributors</a>. Over the past two years, I realized that working with the community is my true calling. Supporting our events program, even while navigating the challenges of the COVID-19 pandemic made me realize how much our community loves WordPress. It has equally been a privilege and a humbling experience.&nbsp;</p>\n\n\n\n<p>From January through March 2022, I was selected to lead my team in Automattic, where I helped onboard four new team members that we hired. Leading our team for three months continues to be the best professional experience I have had so far. Earlier in 2022, I was <a href=\"https://make.wordpress.org/community/2022/01/03/announcement-team-representatives-for-2022/\">selected as the Team Representative for the Make/WordPress Community team</a>, and we just supported a vibrant team of local and global community organizers to host one of the biggest WordPress events in the world &#8211; <a href=\"https://europe.wordcamp.org/2022/\">WordCamp Europe 2022</a>. As I am writing this essay, I am enjoying my sabbatical at Automattic (all Automatticians that have completed five years working for Automattic are eligible for a paid, three-month sabbatical).&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/16_My_Current_a8c_team-scaled.jpeg\"><img /></a><em>With my current team at Barcelona, Spain, in April 2022</em>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/17_WCEU2022_Community_Team_table.jpeg\"><img /></a><em>Introducing the Community Team on stage at WordCamp Europe 2022</em></div>\n\n\n<p>It has been 16 years since I first started using WordPress. In other words, WordPress has been a part of my life for nearly half of it. My mind still goes back to that morning on my 22nd birthday. Even though I had lost all hope, I clung to WordPress with both my arms. I had never even imagined that it would give me a life that I could barely dream of. But even in my darkest days, this open source software and its community gave me hope and pushed me forward.&nbsp;</p>\n\n\n\n<p>If I have achieved anything in life today, it is thanks to WordPress and its community.&nbsp;</p>\n\n\n\n<p>And I will <em>forever</em> be grateful.</p>\n\n\n\n<h1 id=\"malayalam\">വേർഡ്പ്രസ്സിലൂടെ ജീവിതവിജയം</h1>\n\n\n\nഹരി തന്റെ കഥ ഉറക്കെ വായിക്കുന്നത് നിങ്ങൾക്ക് കേൾക്കാം.&nbsp;\n\n\n\n<p>എനിക്ക് 22 വയസ്സ് തികഞ്ഞ ആ ദിവസം ഒരിക്കലും മറക്കാനാകില്ല. കാരണം, ജീവിതത്തിലെ ഏറ്റവും മോശം ഘട്ടത്തിൽ ആയിരുന്നു അന്ന് ഞാൻ. രാവിലെ ഉറക്കമുണർന്നപ്പോൾ മനസ്സാകെ കലുഷിതമായിരുന്നു. കൂടെ പഠിച്ചവരൊക്കെ വലിയ മൾട്ടിനാഷണൽ കമ്പനികളിൽ ജോലിക്കോ ഉപരിപഠനത്തിനായി വിദേശ സർവ്വകലാശാലകളിലേക്കോ പോയി തുടങ്ങിയപ്പോൾ ഞാനാകട്ടെ ആദ്യ ജോലിയിൽ നിന്നും പിരിച്ചു വിടപ്പെട്ട്, കൈയിൽ പത്ത് പൈസ ഇല്ലാത്ത ദുരവസ്ഥയിലായിരുന്നു. ചുരുക്കി പറഞ്ഞാൽ, വീട്ടുകാർക്കും നാട്ടുകാർക്കും വേണ്ടാത്ത, വെറുക്കപ്പെട്ട ഒരു ജന്മം! വിഷമങ്ങളൊക്കെ ഉള്ളിലൊതുക്കി വച്ച്, ഒരു വിധം ഞാൻ നേരെ കംപ്യൂട്ടറിന്റെ മുന്നിൽ നിലയുറപ്പിച്ചു. സ്‌ക്രീനിൽ അതാ WordPress 3.0.1 ഇന്റെ TinyMCE എഡിറ്ററും, അതിൽ ആംഗലേയത്തിൽ പാതിയെഴുതിയ ഒരു ബ്ലോഗ് പോസ്റ്റും, പതിയെ തെളിഞ്ഞു വന്നു. ആ കാഴ്ച കണ്ടപ്പോൾ മനസ്സിൽ പ്രതീക്ഷയുടെ ഒരു കണിക വന്നത് പോലെ. എവിടുന്നോ ഏതോ ശക്തി ഞരമ്പുകളിൽ ഞാൻ പോലുമറിയാതെ വന്നു കയറിയ പ്രതീതി. ആ ശക്തി മുറുകെപിടിച്ച്‌ ഞാൻ വേഗത്തിൽ ടൈപ്പ് ചെയ്തു തുടങ്ങി. താമസിയാതെ ആ പോസ്റ്റ് ഞാൻ എഴുതി പൂർത്തിയാക്കി. കസേരയിൽ ചാഞ്ഞിരുന്ന്, എന്റെ സ്വന്തം കലാസൃഷ്ടി ആസ്വദിച്ച്, അൽപ്പനേരം ഞാൻ അവിടെ അങ്ങ് ഇരുന്നു പോയി. മനസ്സിലെ വിഷമങ്ങളൊക്കെ എങ്ങോ മാഞ്ഞ് പോയത് പോലെ…</p>\n\n\n\n<p>ആ പ്രഭാതത്തിൽ എനിക്കൊരു വെളിപാടുണ്ടായി. ജീവിതത്തിൽ എവിടെ ഞാൻ പരാജയപ്പെട്ടാലും എന്റെ കൂടെ രണ്ടു കാര്യങ്ങൾ എപ്പോഴും ഉണ്ടാകും: എന്റെ ബ്ലോഗും, അതിന്റെ പിന്നിലെ സ്വതന്ത്ര സോഫ്റ്റ്‌വെയറായ വേർഡ്പ്രെസും. വർഷങ്ങൾക്കിപ്പുറം, ഇന്ന് ഇന്റർനെറ്റിലെ 40 ശതമാനം വെബസൈറ്റുകൾ പ്രവർത്തിപ്പിക്കുന്ന ഇതേ സോഫ്റ്റ്‌വെയർ എന്റെ ജീവിതം മാറ്റി മറിക്കുമെന്ന് അന്ന് ഞാൻ സ്വപ്നത്തിൽ പോലും ചിന്തിരിച്ചുന്നില്ല.</p>\n\n\n\n<h2>ഹൗഡി, വേർഡ്പ്രസ്സ്!</h2>\n\n\n\n<p>കേരളതലസ്ഥാനമായ തിരുവനന്തപുരത്ത്, സർക്കാർ സർവീസിൽ ഉയർന്ന തസ്തികകളിൽ ജോലി ചെയ്യുന്ന രണ്ടു എൻജിനിയർമാരുടെ ഒറ്റ മകനായി ആണ് നമ്മുടെ ജനനം. ഓർമ വച്ച നാൾ മുതൽ തന്നെ കംപ്യൂട്ടറുകളിലും പ്രോഗ്രാമിങ്ങിലും ആയിരുന്നു കമ്പം. അതിനാൽ സ്‌കൂൾ ജീവിതം പൂർത്തിയാക്കിയ ശേഷം, തിരുവനന്തപുരത്തെ മികച്ച ഒരു എൻജിനിയറിങ് കോളേജിൽ ഇൻഫർമേഷൻ ടെക്നോളജി എഞ്ചിനിയിറങ്ങിനു ഞാൻ ചേർന്നു. അന്നേ ആഗ്രഹങ്ങൾക്കും സ്വപ്നങ്ങൾക്കും പഞ്ഞമൊന്നുമില്ലായിരുന്നു &#8211; ട്ടെക്ക് മേഖലയിൽ ജോലി ചെയ്യണമെന്നും കംപ്യൂട്ടർ സയൻസിൽ ഗവേഷണം ചെയ്യണമെന്നുമൊക്കെ ആയിരുന്നു മോഹം. കോളേജ് തുടങ്ങുന്നതിനു മുന്നേയുള്ള നാല് മാസത്തെ അവധിക്കാലത്ത് സമയം കൊല്ലാനായി കൂട്ടുകാർ നടത്തിയിരുന്നു ഒരു വെബ് സ്റ്റാർട്ടപ്പിൽ ഞാനും ചേർന്നു. ഒരു ദിവസം, ഒരു ക്ലയന്റിന്റെ വെബ്‌സൈറ്റ് നിർമ്മിക്കുമ്പോഴാണ് ഞാൻ വേർഡ്പ്രസ്സിനെ പരിചയപ്പെടുന്നത്. HTML ഉം CSS ഉം മാത്രം ഉപയോഗിച്ച് വെബ്‌സൈറ്റ് നിർമിക്കാൻ അറിയുമായിരുന്ന എനിക്ക് അത് ഒരു അദ്‌ഭുതമായിരുന്നു. <em>“ഇപ്പോൾ കോഡ് എഴുതാതെ തന്നെ ഒരു മികച്ച ഡാഷ്‌ബോർഡ് ഉപയോഗിച്ച് മാത്രം നമുക്ക് ഒരു സൈറ്റ് ഉണ്ടാക്കാം! കൊള്ളാല്ലോ വീഡിയോൺ!”</em> അന്ന് തന്നെ സ്വന്തമായി വേർഡ്പ്രസ്സ് ഉപയോഗിച്ച് സൈറ്റ് നിർമിക്കിക്കാനായുള്ള പണി ഞാൻ തുടങ്ങി. എന്നാൽ ഡൊമെയ്‌നും ഹോസ്റ്റിംഗും വാങ്ങാൻ നമ്മുടെ കയ്യിൽ എവിടെ കാശ്? അതിനാൽ wordpress.com ഇൽ ഒരു ബ്ലോഗ് തുടങ്ങി തത്കാലം തൃപ്തിപ്പെട്ടു.&nbsp;</p>\n\n\n\n<p>വർഷങ്ങൾ നീണ്ടു നിൽക്കുന്ന ഒരു സൗഹൃദത്തിന്റെ തുടക്കമായിരുന്നു അത്. :)&nbsp;</p>\n\n\n\n<h2>പ്രതിസന്ധികളിൽ വേർഡ്പ്രസ്സ് സഹായത്തിനെത്തുന്നു</h2>\n\n\n\n<p>അങ്ങനെ ഒടുവിൽ അവധി കഴിഞ്ഞു കോളേജ് തുടങ്ങി. എന്നാൽ വലിയ പ്രതീക്ഷയോടെ കോളേജിലേക്ക് കാലെടുത്തു വച്ച എന്നെ കാത്തിരുന്നത് തീർത്താൽ തീരാത്ത പ്രതിസന്ധികളാണ്.&nbsp;</p>\n\n\n\n<p>ഇന്നത്തെ ഭാരതീയ ഉപരിപഠന സമ്പ്രദായത്തിൽ പരീക്ഷകൾ മാത്രം മുന്നിൽ കണ്ട് കാണാതെ പഠിക്കുന്ന വ്യക്തികൾക്ക് മികച്ച വിജയം നേടാനാകും. എന്നാൽ പുസ്തകത്തിനപ്പുറത്തെ അറിവുകൾ കാംക്ഷിക്കുന്ന, പഠനവിഷങ്ങളുടെ പ്രായോഗിക തലങ്ങൾ തിരയുന്ന, തീർത്താൽ തീരാത്ത സംശയങ്ങളുള്ള, പുത്തൻ ആശയങ്ങൾ നിരന്തരം മെനെഞ്ഞെടുക്കുന്ന, എന്നെ പോലൊരു വ്യക്തിക്ക് പറ്റിയ ഒരു വ്യവസ്ഥിതി ആയിരുന്നില്ല അത്. കുറച്ചധികം തിക്താനുഭവങ്ങൾ വേണ്ടി വന്നു, എനിക്ക് ആ സത്യം മനസ്സിലാകാൻ. ഏറെ നാളത്തെ വിഷമങ്ങൾക്കും, സങ്കടങ്ങൾക്കുമൊടുവിൽ പഠനത്തോടുള്ള എന്റെ താത്പര്യം പാടെ നശിച്ചു എന്ന് തന്നെ പറയാം. കൂനുംമേൽ കുരു എന്നെ പോലെ എന്റെ സുഹൃത്തുക്കൾ അവരുടെ സ്റ്റാർട്ടപ്പിൽ നിന്നും എന്നെ പിരിച്ചു വിട്ടു. ഈ ക്ലേശകരമായ സമയം മുഴുവൻ വേർഡ്പ്രസ്സ് ആയിരുന്നു എനിക്ക് ആകെ ഉണ്ടായിരുന്ന തുണ.&nbsp;</p>\n\n\n\n<p>കോളേജിലെ വിഷമങ്ങൾ ഞാൻ മറന്നത് മനസ്സിലെ വേദനകൾ ബ്ലോഗിൽ സ്ഥിരമായി കുറിച്ചിട്ടുകൊണ്ടാണ്. പഠനത്തിൽ താത്പര്യം നശിച്ചിട്ടും, എന്നിലെ കെട്ടടങ്ങാത്ത ജിജ്ഞാസ, വേർഡ്പ്രെസ്സിൽ കോഡ് ചെയ്തും വെബ്‌സൈറ്റുകൾ നിർമിച്ചും പാഠ്യവിഷയങ്ങളുടെ പ്രായോഗിക തലങ്ങൾ കണ്ടെത്താൻ സഹായിച്ചു. </p>\n\n\n\n<blockquote><p></p><p>ചെറിയ വെബ് കരാർ ജോലികളുലൂടെയും, ഗൂഗിളിന്റെ ആഡ്‌സെൻസ് (Google AdSense) പ്രോഗ്രാം വഴി വന്ന ബ്ലോഗിലെ പരസ്യങ്ങളിലൂടെയും, ചെറിയ ഒരു വരുമാനം ഞാൻ നേടിത്തുടങ്ങി.</p></blockquote>\n\n\n\n<p>വൈകാതെ സ്വന്തം ഡൊമെയ്‌നും ഹോസ്റ്റിംഗും വാങ്ങിച്ച ശേഷം self-hosted വേർഡ്പ്രെസ്സിലേക്ക് ഞാൻ എന്റെ ബ്ലോഗ് മാറ്റി. ചുരുക്കി പറഞ്ഞാൽ കോളേജിൽ നിന്നും പഠിച്ചതിനേക്കാൾ വിഷയങ്ങൾ വേർഡ്പ്രസ്സ് എന്നെ പഠിപ്പിച്ചു. നാല് വർഷം കൊണ്ട് PHP, MySQL, വെബ് ഡെവെലപ്‌മെന്റ്, ഓപ്പൺ സോഴ്സ് തത്ത്വങ്ങൾ, മുതൽ പ്രഫഷണൽ എഴുത്ത് (ആംഗലേയത്തിൽ) വരെ വേർഡ്പ്രസ്സ് കാരണം ഞാൻ പഠിച്ചു. അതെ സമയം പല സമ്മാനങ്ങളും അംഗീകാരങ്ങളും എന്നെത്തേടി വന്നു തുടങ്ങി. ഇന്ത്യയിലെതന്നെ മികച്ച എഞ്ചിനിയറിങ്ങ് കോളേജുകളിൽ ഒന്നിൽ ക്ഷണിക്കപ്പെട്ട പ്രാസംഗികനാകാനും, സ്വതന്ത്ര സോഫ്റ്റ്വെയർ ഉപജ്ഞാതാക്കളിൽ പ്രമുഖനായ റിച്ചാർഡ് സ്റ്റാൾമാനെ നേരിട്ട് അഭിമുഖം ചെയ്യാനും, പ്രസിദ്ധമായ ഒരു ലോകോത്തര ഉപന്യാസ മത്സരത്തിൽ വിജയിക്കാനും, ഇന്ത്യയുടെ ഏറ്റവും മികച്ച ആംഗലേയ പത്രങ്ങളിൽ ഒന്നായ ‘ദി ഹിന്ദു’ ഇൽ ലേഖകനാകാനും എനിക്ക് സാധിച്ചു. അങ്ങനെ കഠിനമായ പ്രശ്നങ്ങളിലും വേദനകളിലും സന്തോഷം കണ്ടെത്തി വേർഡ്പ്രെസ്സ് കനിഞ്ഞനുഗ്രഹിച്ചു തന്ന ശക്തിയോടെ ഞാൻ മുന്നോട്ട് നടന്നു. <span></span></p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/1_Presenting_at-NITC-scaled.jpg\"><img /></a>നാഷണൽ ഇൻസ്റ്റിറ്റ്യൂട്ട് ഓഫ് ടെക്നോളജി കോഴിക്കോട് വച്ച് ബ്ലോഗ്ഗിങ്ങിനെ കുറിച്ച് ഞാൻ ഒരു പ്രസന്റേഷൻ നടത്തിയപ്പോൾ&nbsp;\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/2_Mindful_Leadership.jpg\"><img /></a>University of Dayton, Ohio ഉം&nbsp; Loyola Institute of Business Administration ഉം ഒരുമിച്ചു നടത്തിയ Mindful Leadership എന്ന ഉപന്യാസ മത്സരത്തിൽ മൂന്നാം സ്ഥാനം ലഭിച്ചപ്പോൾ\n\n\n\n<h2>ഓട്ടോമാറ്റിക്ക് കണ്ടെത്തുന്നു&nbsp;</h2>\n\n\n\n<p>വേർഡ്പ്രസ്സിനോടുള്ള കടുത്ത പ്രണയം മൂലമാകണം, ഞാൻ നടത്തിയ ഒരു അന്തർസർവ്വകലാശാല പ്രശ്നോത്തരിയിൽ വേർഡ്പ്രസ്സ് സഹസ്ഥാപകനായ മാറ്റ് മള്ളൻവെഗ്ഗിനെ കുറിച്ചുള്ള ഒരു ചോദ്യം ഞാൻ ചോദിക്കുകയുണ്ടായി. ചോദ്യത്തിന് ആരും ഉത്തരം നൽകിയില്ല, പക്ഷെ പരിപാടിക്കായി തയ്യാറെടുക്കവേ മാറ്റിന് ഓട്ടോമാറ്റിക്ക് ഇൻകോർപറേറ്റഡ് എന്ന പേരിൽ ഒരു കമ്പനി ഉണ്ട് എന്ന് ഞാൻ മനസ്സിലാക്കി. ആ സമയത്ത് ഓട്ടോമാറ്റിക്കിന് ലോകമൊട്ടുക്കെ മുപ്പതിലധികം ജീവനക്കാർ ഉണ്ടായിരുന്നുവെന്നും, ഓട്ടോമാറ്റിക്കിന്റെ ഉത്പന്നം ആണ് WordPress.com എന്നും ഞാൻ അറിഞ്ഞു. വേർഡ്പ്രസ്സ് എനിക്ക് എല്ലാമെല്ലാമായതിനാൽ ഓട്ടോമാറ്റിക്കിൽ ജോലി നേടുക എന്നത് അങ്ങനെ എന്റെ സ്വപനമായി. മാത്രമല്ല ഓട്ടോമാറ്റിക്ക് ഒരു ഡിസ്‌ട്രിബ്യുറ്റഡ് കമ്പനി ആയതിനാൽ അമേരിക്കൻ വിസയൊന്നും കൂടാതെ ഇന്ത്യയിൽ നിന്ന് തന്നെ, വീട്ടിലിരുന്ന് കൊണ്ട് നല്ല വരുമാനത്തോടെ ജോലി ചെയ്യാമെന്നത് എന്നിൽ പ്രതീക്ഷ ഉണർത്തി. “ഹാപ്പിനെസ്സ് എൻജിനിയർ” എന്ന വേർഡ്പ്രസ്സ് കസ്റ്റമർ സപ്പോർട്ട് തസ്തിക എന്റെ അന്നത്തെ കഴിവുകളും താത്പര്യങ്ങളുമായി യോജിച്ചിരുന്നതിനാൽ, കോളേജ് പഠനം പൂർത്തിയാക്കിയതിനു ശേഷം ആ തസ്തികയിലേക്ക് അപേക്ഷിക്കാം എന്ന് ഞാൻ ആകാശക്കോട്ട കെട്ടി.&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/3_Quiz.jpg\"><img /></a>മാറ്റിനെക്കുറിച്ചു ഞാൻ ചോദ്യം ചോദിച്ച അതെ പ്രശ്നോത്തരിയുടെ ഒരു ചിത്രം.\n\n\n\n<p>എന്നാൽ അധികം താമസിയാതെ എന്റെ ജീവിതം കീഴ്മേൽ മറിയും എന്ന് എനിക്കന്നറിയില്ലായിരുന്നു.&nbsp;</p>\n\n\n\n<h2>സ്വപ്നങ്ങൾക്ക് അകാല ചരമം</h2>\n\n\n\n<p>നാല് വർഷത്തെ കോളേജ് ജീവിതത്തെ കഷ്ടപ്പെടിനു ശേഷം ശോഭനമായ ഒരു കരിയർ പ്രതീക്ഷിച്ചിരുന്ന എന്നെ കാത്തിരുന്നത് ഇടി വെട്ടിയവനെ പാമ്പു കടിച്ച അവസ്ഥയാണ്. കൂടെ പഠിച്ചവരൊക്കെ ജോലിക്കും ഉപരിപഠനത്തിനുമായി റ്റാ റ്റാ പറഞ്ഞിറങ്ങുമ്പോൾ എനിക്ക് എൻജിനിയറിങ് ബിരുദം പോലും ലഭിച്ചില്ല &#8211; എട്ടാം സെമെസ്റ്ററിൽ ഹാജർ നില കുറവായിരുന്നതിൽ ജൂനിയർ വിദ്യാർത്ഥികളോടൊപ്പം ആ സെമസ്റ്റർ റിപ്പീറ്റ് ചെയ്യാൻ പറഞ്ഞു കോളേജ് അധികൃതർ കൈയൊഴിഞ്ഞു. അതോടെ ഭാവിയെക്കുറിച്ചുള്ള എന്റെ സ്വപ്നങ്ങളെല്ലാം തകർന്നടിഞ്ഞു. പ്രതീക്ഷ കൈവിടാതെ, ഞാൻ എട്ടാം സെമസ്റ്റർ ക്‌ളാസുകൾ തുടങ്ങും മുന്നേ ഉള്ള ആറു മാസം സമയം ഏതെങ്കിലും താത്കാലിക ജോലിയിൽ ചേർന്ന് പ്രവർത്തിപരിചയം പുതുക്കാം എന്ന് തീരുമാനിച്ചു. അങ്ങനെ, തിരുവനന്തപുരം ആസ്ഥാനമായ ഒരു വെബ് പോർട്ടലിൽ പത്രപ്രവർത്തകനായി തുച്ഛശമ്പളത്തോടെയുള്ള ജോലിയിൽ പ്രവേശിച്ചു. അവിടെയും ഈ പാവത്തിന് തോൽവികൾ മാത്രം ബാക്കി. അവിടെ രണ്ടു മാസം തികയ്ക്കുന്നതിന് തികയ്ക്കുന്നതിന് മുന്നേ അവർ എന്നെ മറുപുറം നോക്കാതെ പിരിച്ചു വിട്ടു. കിട്ടിയതോ, കരാർ പ്രകാരമുള്ള (തുച്ഛ) ശമ്പളത്തിന്റെ നേർപ്പകുതിയും; എന്റെ ജോലിയുടെ നിലവാരം വളരെ മോശമായിരുന്നു പോലും!</p>\n\n\n\n<blockquote><p>അങ്ങനെ അവസാനത്തെ അത്താണിയും കൈവിട്ട എന്റെ അവസ്ഥ പരിതാപകരമായി. </p></blockquote>\n\n\n\n<p>ഞാൻ ഒന്നിനും കൊള്ളാത്തവൻ ആണെന്നുള്ള തോന്നൽ&nbsp; പണ്ടേ എനിക്കുണ്ടായിരുന്നു &#8211; ഈ സംഭവങ്ങളോട് കൂടി&nbsp; ഞാൻ അത് ഉറപ്പിച്ചു. നാട്ടുകാരുടെയും വീട്ടുകാരുടെയും കുത്തുവാക്കുകളും പരിഹാസവും സഹിക്കാവുന്നതിനുമപ്പുറത്തായിരുന്നു. ഇതൊന്നും പോരാഞ്ഞിട്ട് എനിക്കെന്തോ കാര്യമായ കുഴപ്പമുണ്ടെന്ന ധാരണയോടെ, എന്റെ പ്രതിഷേധം വകവയ്ക്കാതെ, വീട്ടുകാർ നിർബന്ധപൂർവം എന്നെ ഒരു പ്രശസ്ത സൈക്യാട്രിസ്റ്റ്നെ കാണിച്ചു. ആദേശം എനിക്ക് കൊടിയ മാനസിക വിഭ്രാന്തിയാണെന്ന് വിധിയെഴുതിയെന്ന് മാത്രമല്ല ഹെവി ഡോസ്&nbsp; മരുന്നുകളും കല്പിച്ചു നൽകി. (പിടിച്ചു ചങ്ങലയ്ക്കിടാഞ്ഞത് എന്റെ ഭാഗ്യം!) മേൽപ്പറഞ്ഞ മരുന്നിന്റെ പാർശ്വഫലങ്ങൾ കാരണം ബാക്കിയുണ്ടായിരുന്ന മനസ്സമാധാനവും പോയി. പച്ച മലയാളത്തിൽ പറഞ്ഞാൽ എന്റെ ജീവിതം അതോടെ മൊത്തമായും ചില്ലറയായും നായ നക്കി.</p>\n\n\n\n<p>ഇത്രയൊക്കെ അനുഭവിച്ചിട്ടും, എന്റെ കൂടെ ഒരാൾ അപ്പോഴും കൂട്ടിനുണ്ടായിരുന്നു &#8211; നമ്മുടെ പഴയ സുഹൃത്തായ വേർഡ്പ്രസ്സ്!&nbsp;</p>\n\n\n\n<p>തീയിൽ കുരുത്താൽ വെയിലത്തു വാടില്ല എന്നാണല്ലോ പഴമൊഴി. അങ്ങനെ തീയിൽ കത്തി നശിച്ചു വെയിലത്തു ഒരു കരികട്ട പോലെ കിടന്നുരുകുമ്പോളാണ് എനിക്ക് ഒരു സത്യം മനസ്സിലായത്. ജീവിതത്തിൽ എന്തൊക്കെ നഷ്ടപ്പെട്ടാലും എനിക്കുള്ള വേർഡ്പ്രസ്സ് പരിജ്ഞാനം ഒരിക്കലും നഷ്ടപ്പെടില്ല. വേർഡ്പ്രെസ്സിൽ ഞാനൊരു പുലി തന്നെ ആയിരുന്നു എന്ന് മാത്രമല്ല വേർഡ്പ്രെസ്സിൽ എന്ത് വേണമെങ്കിലും ചെയ്യാം എന്ന ആത്മവിശ്വാസവും എനിക്കുണ്ടായിരുന്നു. അങ്ങനെ പൂജ്യത്തിൽ നിന്നും ഞാൻ പതുക്കെ കര കയറി തുടങ്ങി. ഇടയ്ക്കൊക്കെ ചെയ്തിരുന്ന കരാറടിസ്ഥാനത്തിലുള്ള ജോലികൾ (freelancing) സ്ഥിരമായി ചെയ്തായിരുന്നു എന്റെ തുടക്കം. വരുമാനമൊക്കെ കണക്കായിരുന്നു, പക്ഷെ എന്റെ ആവശ്യങ്ങൾക്കുള്ള പണം കിട്ടുന്നുണ്ടായിരുന്നു. ഓരോ ജോലി തീർത്തു കൊടുക്കുമ്പോഴും ക്ലയന്റ്സിന്റെ നല്ല വാക്കുകൾ കേൾക്കുമ്പോഴും ആത്മവിശ്വാസം വർധിക്കുന്നത് ഞാനറിഞ്ഞു. വീട്ടുകാർക്ക് അപ്പോഴും എന്നോട് നല്ല പുച്ഛമായിരുന്നു &#8211; ഞാൻ ജോലി ചെയ്യുമ്പോൾ പോയി പഠിക്കാനോ ജോലിക്ക് അപേക്ഷിക്കാനോ ഒക്കെ പറഞ്ഞു അവർ എന്നെ വഴക്കു പറയുമായിരുന്നു. ഞാൻ അതൊന്നും കാര്യമാക്കാതെ ജോലിയിൽ മുഴുകി. വൈകാതെ കോളേജ് എന്ന പെരുമൺ ദുരന്തം അവസാനിച്ചു. ഇതിനിടെ, വീട്ടുകാരറിയാതെ,&nbsp; അറിയപ്പെടുന്ന മറ്റൊരു സൈക്കോളജിസ്റ്റിനെ ഞാൻ കണ്ടു. വിദഗ്‌ധ പരിശോധനയ്ക്ക് ശേഷം എനിക്ക് മാനസിക ബുദ്ധിമുട്ട് ഒന്നും തന്നെ ഇല്ല എന്ന് അദ്ദേഹം വിധിയെഴുതുകയും, മരുന്നുകൾ നിർത്തുകയും ചെയ്തു. പതുക്കെ ഞാൻ ജീവിതത്തിലേക്ക് വീണ്ടും പിച്ച വച്ച് തുടങ്ങി.&nbsp;</p>\n\n\n\n<p>പിന്നീടങ്ങോട്ട് എന്റെ വളർച്ചയുടെ കാലമായിരുന്നു &#8211; ചെറിയ ചെറിയ കാൽവയ്പുകളും കുഞ്ഞു കുഞ്ഞു സന്തോഷങ്ങളും. വേർഡ്പ്രസ്സ് എനിക്ക് ഒടുവിൽ ‘നല്ല’ ഒരു ജോലി നേടി തന്നു. കൊച്ചി ആസ്ഥാനമായ ഒരു ടെക്‌നോളജി സ്റ്റാർട്ടപ്പ് എന്നെ അവരുടെ പ്രൊജക്റ്റ് മാനേജരായി നിയമിച്ചു. എന്റെ പ്രധാന ജോലി അവിടുത്തെ വേർഡ്പ്രസ്സ് വെബ്‌സൈറ്റുകളുടെ ഒരു ശൃംഖല നടത്തിക്കൊണ്ടു പോവുക എന്നതായിരുന്നു &#8211; ഞാൻ ഒത്തിരി സന്തോഷത്തോടുകൂടിയും ആത്മാർത്ഥതയോടുകൂടിയും&nbsp; ആ ജോലി ഏറ്റെടുത്തു. എന്റെ ബോസും, കൂടെ ജോലി ചെയ്യുന്ന ആൾകാരുമൊക്കെ എന്നെ ഒത്തിരി അഭിനന്ദിച്ചു. അങ്ങനെ വൈകിയാണെങ്കിലും ഞാൻ ജീവിത വിജയത്തിന്റെ ആദ്യ പടവുകളിലേക്കെത്തി. തുടർന്ന് പല ജോലികൾ ചെയ്ത ശേഷം ഒടുവിൽ ഇന്ത്യയിലെ ഒരു പ്രധാന പൊതു മേഖല ബാങ്കിൽ എനിക്ക് ജോലി കിട്ടി. ഈ സമയത്താണ് ഞാൻ ഒരു സ്നേഹനിധിയായ പെൺകുട്ടിയെ പരിചയപ്പെടുന്നതും അവളെ ജീവിതസഖിയാക്കുന്നതും. കല്യാണം കഴിഞ്ഞ് ഞങ്ങൾ ഒരു ഫ്ലാറ്റ് വാടകയ്‌ക്കെടുത്തു ഒരുമിച്ചു ജീവിതം തുടങ്ങി. ഒരു വ്യാഴവട്ട കാലത്തിനു ശേഷം ജീവിതത്തിലാദ്യമായി ഞാനും സ്വന്തം കാലിൽ ഞാനും നിന്നു തുടങ്ങി &#8211; എല്ലാ രീതിയിലും!&nbsp;</p>\n\n\n\n<p>ഇതിനിടെ വേർഡ്പ്രസ്സ് എന്റെ മനസ്സിൽ നിന്നും പോയിരുന്നില്ല. ബാങ്കിൽ ഡെപ്പോസിറ്റുകൾ സ്വീകരിക്കുമ്പോഴും ലോണുകൾ നൽകുമ്പോഴും എന്ത് വേർഡ്പ്രസ്സ്, എന്ന് നിങ്ങൾ ചിന്തിക്കുന്നുണ്ടാവും. എന്നാൽ സമയം കിട്ടുമ്പോഴൊക്കെ ഞാൻ വേർഡ്പ്രസ്സ് പൊടി തട്ടി എടുക്കുമായിരുന്നു &#8211; അത് ഒരു പ്രത്യേക സന്തോഷം തന്നെ ആയിരുന്നു! എന്റെ റ്റ്വിറ്റർ ബയോയിൽ ഞാൻ അപ്പോഴും എന്നെത്തന്നെ വിളിച്ചിരുന്നത് ഒരു “WordPress guru” എന്നുതന്നെയാണ്. കുറച്ചു നാളുകൾക്ക് ശേഷം ബാങ്ക് ജോലി എനിക്ക് നന്നേ മടുത്തു. കരിയറിന്റെ അടുത്ത പടിയിലേക്ക് കാൽ വയ്ക്കാൻ സമയമായി, എന്ന് എനിക്ക് തോന്നി തുടങ്ങി.&nbsp;</p>\n\n\n\n<h2>ഓട്ടോമാറ്റിക്കിന്റെ കടന്നുവരവ്</h2>\n\n\n\n<p>കരിയറിനെക്കുറിച്ച് ആലോചിച്ചപ്പോൾ എന്നിലെ വേർഡ്പ്രസ്സ് പ്രേമി ആദ്യം ആലോചിച്ചത് ഓട്ടോമാറ്റിക്കിനെക്കുറിച്ച് തന്നെയാണ്. ഇങ്ങനെ ഒരു കമ്പനിയുണ്ട് എന്ന് മനസ്സിലാക്കിയ ശേഷം കഴിഞ്ഞ ആറ് വർഷത്തിനിടയിൽ കമ്പനി വെബ്സൈറ്റിലെ ജോലികളെക്കുറിച്ചുള്ള പേജ് ഒരു നൂറു തവണയിൽ കൂടുതലെങ്കിലും ഞാൻ സന്ദർശിച്ചിട്ടുണ്ടാവണം. എന്തിനേറെ പറയുന്നു &#8211; പല തവണ ഞാൻ ജോലിക്ക് അപേക്ഷ അയക്കാൻ തുനിഞ്ഞതുമാണ്! എന്നെ പിടിച്ചു നിർത്തിയത് എന്നിലെ മുടിഞ്ഞ ആത്മവിശ്വാസമില്ലായ്മയായിരുന്നു. ഒരു സർക്കാരിതര സ്ഥാപനത്തിൽ ജോലി കിട്ടിയതിനു ശേഷവും കുടുംബത്തിലെ പുച്ഛത്തിനും പരിഹാസത്തിനും യാതൊരു കുറവുമില്ലായിരുന്നു എന്നത് തന്നെ കാര്യം! </p>\n\n\n\n<blockquote><p>എന്നിൽ അടിയുറച്ച വിശ്വവാസമുള്ള ഒരാൾ മാത്രമേ ഉണ്ടായിരുന്നുള്ളു &#8211; അത് മറ്റാരുമല്ല &#8211; എന്റെ ഭാര്യ അർച്ചന തന്നെ. </p></blockquote>\n\n\n\n<p>ഒരിക്കൽ രണ്ടും കല്പിച്ചു ഓട്ടമാറ്റികിൽ ജോലി ചെയ്യാനുള്ള എന്റെ അതിയായ ആഗ്രഹം ഭാര്യയോട് ഞാൻ പറഞ്ഞു. പുള്ളിക്കാരിയുടെ ഉത്തരം അക്ഷരാർത്ഥത്തിൽ എന്റെ കണ്ണ് നനയിച്ചു! “ചുമ്മാ അപ്ലൈ ചെയ്തോ, എങ്ങനെ പോയാലും ജോലി കിട്ടും &#8211; കിട്ടാതെ എവിടെ പോകാൻ?” ഇന്നും എന്റെ ഏറ്റവും വലിയ സുഹൃത്തും ശക്തിയും ആരാധികയുമൊക്കെ എന്റെ പ്രിയ ഭാര്യ മാത്രമാണ്! അർച്ചന അന്ന് എന്നോട് ഈ വാക്കുകൾ പറഞ്ഞിരുന്നില്ല എങ്കിൽ ഇനി നിങ്ങൾ വായിക്കാൻ പോകുന്ന സംഭവങ്ങൾ നടക്കുമായിരുന്നില്ല എന്നുള്ളത് പ്രപഞ്ച സത്യം!&nbsp;</p>\n\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/4_First_ever_WP_Swag.jpeg\"><img /></a>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/5_Archana_Hari_Berlin.jpeg\"><img /></a>അർച്ചനയും ഞാനും\n\n\n\n\n<p>അങ്ങനെ രണ്ടും കല്പിച്ചു ഞാൻ കളത്തിലിറങ്ങി. ആദ്യം വേർഡ്പ്രസ്സ് വീണ്ടും പഠിക്കാൻ തീരുമാനിച്ചു &#8211; ജോലി കഴിഞ്ഞുള്ള ഒഴിവു സമയം ഞാൻ വേർഡ്പ്രസ്സ് പരീക്ഷണങ്ങൾ നടത്തുവാനും വെബ്‌സൈറ്റുകൾ നിർമിക്കാനും ഉപയോഗിച്ചു. അത് കൂടാതെ wordpress.org ഇന്റെയും wordpress.com ഇന്റെയും സപ്പോർട്ട് ഫോറങ്ങളിൽ ചോദ്യങ്ങൾ ചോദിച്ചിരുന്ന ആൾകാരെ ഞാൻ സഹായിച്ചും തുടങ്ങി, കാരണം എന്റെ ലക്‌ഷ്യം ഹാപ്പിനെസ്സ് എൻജിനിയർ തസ്തിക തന്നെ ആയിരുന്നല്ലൊ. തമാശയെന്തെന്ന് പറയട്ടെ, ബാങ്കിലെ ജോലി കാരണം കസ്റ്റമർ സർവീസ് എനിക്ക് നന്നായി പഠിക്കാൻ സാധിച്ചു. ഏതൊരു പ്രതികൂല സാഹചര്യവും നേരിടാനുള്ള ചങ്കുറപ്പ് എനിക്ക്&nbsp; നേടാനായി. ഒൻപത് വർഷമായി വേർഡ്പ്രസ്സ് ഉപഭോക്താവായിരുന്നിട്ടു കൂടി വേർഡ്പ്രസിന്റെ ലോകമെമ്പാടുമുള്ള കൂട്ടായ്‌മയെക്കുറിച്ച് എനിക്ക് അധികം അറിവുണ്ടായിരുന്നില്ല. അതിനാൽ ഞാൻ അതിനെക്കുറിച്ചറിയാൻ സോഷ്യൽ മീഡിയയിൽ പരതി തുടങ്ങി. ആയിടയ്ക്കാണ് ഹീറോപ്രസ്സ് (HeroPress) എന്ന ട്വിറ്റർ അക്കൗണ്ട് കാണാനിടയതും ഫോളോ ചെയ്തതും. ഫോളോ ചെയ്തപാടെ അത് എന്നെ തിരിച്ചു ഫോളോ ചെയ്തത് എന്നിലെ കൗതുകമുണർത്തി. അന്ന് വൈകിട്ട് ഞാൻ https://heropress.com സന്ദർശിക്കുകയും, വേർഡ്പ്രസ്സ് മൂലം ജീവിത വിജയം നേടിയ ഇന്ത്യാക്കാരുൾപ്പടെയുള്ള പലരുടെയും പ്രചോദനം നൽകുന്ന കഥകൾ വായിക്കുകയും ചെയ്തു. അവയൊക്കെ വായിച്ച ശേഷം എന്നിൽ ബാക്കിയുണ്ടായിരുന്ന ഭയവും ആത്മവിശ്വാസക്കുറവും പമ്പ കടന്നു.</p>\n\n\n\n<p>പൂർവാധികം മുന്നോട്ടു നീങ്ങാൻ തയ്യാറെടുക്കുമ്പോഴും എന്റെ മനസ്സിൽ ഒരു ചോദ്യം പൊങ്ങി വന്നു &#8211; എന്നെങ്കിലും എനിക്ക്, എന്റെ തന്നെ കഥ, എന്റെ സ്വന്തം മാതൃഭാഷയായ മലയാളത്തിൽ, ഈ വെബ്‌സൈറ്റിൽ എഴുതാൻ അവസരം കിട്ടുമോ?</p>\n\n\n\n<h2>സ്വപനം സത്യമാകുന്നു</h2>\n\n\n\n<p>അങ്ങനെ മൂന്നു മാസത്തെ കഠിന പരിശീലനത്തിനൊടുവിൽ ഞാൻ ഓട്ടോമാറ്റിക്കിലെ ഹാപ്പിനെസ്സ് എൻജിനിയർ തസ്തികയിലേക്ക് അപേക്ഷ അയച്ചു, നവംബർ 2015 ഇൽ. മൂന്നാഴ്ചയ്ക്ക് ശേഷം അവർ ഞാനുമായി ബന്ധപ്പെട്ടു. തിരഞ്ഞെടുപ്പ് പ്രക്രിയ അല്പം കഠിനമായിരുന്നു. ഒരു കൂട്ടം അഭിമുഖങ്ങൾക്കും ജോലികൾക്കും ശേഷം ശമ്പളത്തോടു കൂടെയുള്ള ട്രയൽ (പരീക്ഷണാടിസ്ഥാനത്തിലുള്ള താത്കാലിക നിയമനം) ആയിരുന്നു, ഏകദേശം ആറാഴ്ചകളോളം. അവയ്‌ക്കൊക്കെ ഒടുവിൽ 2016 ഫെബ്രുവരി മാസം, രണ്ടു മണിക്കൂർ നീണ്ട അഭിമുഖത്തിന് ശേഷം, മാറ്റ് മള്ളൻവെഗ്ഗ് (അതെ, വേർഡ്പ്രസ്സിന്റെ സഹ-സ്ഥാപകനും ഓട്ടോമാറ്റിക്കിന്റെ CEO യുമായ കക്ഷി തന്നെ &#8211; ഇദ്ദേഹത്തെകുറിച്ചാണ് ഏഴു വർഷം മുൻപ് ഞാൻ ക്വിസ് ചോദ്യം ഉണ്ടാക്കിയത് എന്ന് ഓർക്കണം) എനിക്ക് ഓട്ടോമാറ്റിക്കിൽ ഹാപ്പിനെസ്സ് എൻജിനിയർ ആയി ജോലിക്ക് ചേരാനുള്ള ഓഫർ ലെറ്റർ നൽകി.</p>\n\n\n\n<p>നാൾ മുൻപ് “ദി പർസ്യൂട്ട് ഓഫ് ഹാപ്പിനെസ്സ്” (The Pursuit of Happiness) എന്ന ഹോളിവുഡ് ചലച്ചിത്രം ഞാൻ (വീണ്ടും) കാണാനിടയായി. എനിക്ക് ഓഫർ ലെറ്റർ കിട്ടിയ ആ നിമിഷം, ആ ചിത്രത്തിന്റെ അവസാനഭാഗത്തെ ഒരു സംഭാഷണ ശകലം എനിക്ക് ഓർമ്മ വന്നു..&nbsp;</p>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/6_was-it-as-easy.jpeg\"><img /></a></div>\n\n\n<p>അടുത്ത കുറച്ചു നിമിഷങ്ങളിൽ എനിക്ക് കണ്ണിൽ ഇരുട്ടു കയറുന്നതു പോലൊയൊക്കെ തോന്നി. ഞാൻ സന്തോഷത്തിന്റെ മൂർദ്ധന്യാവസ്ഥയിലായിരുന്നു. ജീവിതത്തിൽ അന്നേ വരെ ഏറ്റവും കൂടുതൽ ആനന്ദിച്ച നിമിഷങ്ങളിൽ ഒന്ന്. ഞാൻ ഇന്നും വ്യക്തമായി ഓർക്കുന്നു &#8211; പകുതി ഉറക്കത്തിലായിരുന്ന അർച്ചയോട് സന്തോഷ വാർത്ത പറയുന്നതും ഞങ്ങൾ കെട്ടിപ്പിടിച്ച് കുറെ നേരം സന്തോഷം കൊണ്ട് കരയുന്നതും…&nbsp;</p>\n\n\n\n<blockquote><p>ജീവിതത്തിൽ ഞാൻ വളരെയധികം വിഷമിച്ചിട്ടുണ്ട് &#8211; ഒരു പക്ഷെ ഒരു സാധാരണ മനുഷ്യന് താങ്ങാവുന്നതിനേക്കാളപ്പുറം. പലപ്പോഴും വിഷമം സഹിക്കവയ്യാതെ ജീവിതം അവസാനിപ്പിച്ചാലോ എന്ന് ചിന്തിച്ചിട്ടുണ്ട്. </p></blockquote>\n\n\n\n<p>ആയടുത്തിടയ്ക്ക് പോലും എന്റെ കുടുംബാംഗങ്ങളും ബന്ധുക്കളും പല നാട്ടുകാരും എന്റെ തോൽവികളും പ്രശ്നങ്ങളും ചൂണ്ടിക്കാട്ടി കളിയാക്കിയിരുന്നു. ചിലർ ഒരു ദാക്ഷിണ്യവുമില്ലാതെ തെറി വരെ വിളിച്ചിട്ടുണ്ട്. മറ്റൊന്നും കൊണ്ടല്ല &#8211; <em>“കുടുംബത്തിന് മാനക്കേണ്ടുണ്ടാക്കാൻ വേണ്ടി മാത്രം ജനിച്ചവൻ”</em> ആയിരുന്നല്ലൊ&nbsp; ഞാൻ. <em>“നിന്നെക്കൊണ്ട്&nbsp; ഒന്നിനും കൊള്ളില്ല! നീ ഇതൊക്കെ നിർത്തി കിളയ്ക്കാനോ, പശുവിനെ മേയ്ക്കാനോ പോയ്കൂടെടാ മണ്ടാ”</em>, എന്നും മറ്റും എന്റെ സ്വന്തം അച്ഛൻ തന്നെ എത്ര തവണ പ്രാകിയിട്ടുണ്ട്…&nbsp;</p>\n\n\n\n<p>എന്നാൽ ആ ദിവസം “കുടുംബത്തിലെ അസുരവിത്ത്” ആയ ഞാൻ, അതാ എന്റെ സ്വപ്ന ജോലിയുടെ ഓഫർ ലെറ്റർ കയ്യിലേന്തി അഭിമാനത്തോടെ തലയുയർത്തി നിന്നു. വീട്ടുകാർക്കും നാട്ടുകാർക്കും ഉത്തരം മുട്ടിപ്പോയി. എല്ലാം, ലോകമൊട്ടുക്കുമുള്ള സംഭാവക്കാർ നിർമ്മിച്ച ഒരു സ്വതന്ത്ര സോഫ്റ്റ് വെയറും അതിന്റെ കൂട്ടായ്മയും കാരണം മാത്രം…&nbsp;</p>\n\n\n\n<h2>കഥ തുടരുന്നു</h2>\n\n\n\n<p>ശേഷിച്ച എന്റെ ജീവിതം സ്വപ്ന തുല്യമായിരുന്നു. ഇന്നും ചില ദിവസങ്ങളിൽ ഞാൻ എന്നെ തന്നെ ഒന്ന് നുള്ളി നോക്കും, ഇതൊക്കെ സത്യമാണോ അതോ വെറും സ്വപ്നമാണോ എന്ന് ഉറപ്പിക്കാൻ. വേർഡ്പ്രസ്സ് എന്ന സോഫ്ട്&#x200d;വെയർ കാരണം ഞാൻ ഇന്നൊരു നല്ല മനുഷ്യനായി, ഒരു നല്ല പ്രൊഫഷണലായി, മികച്ച ഒരു നേതാവായി മാറിയിരിക്കുന്നു. ഓട്ടോമാറ്റിക്കിൽ ഔദ്യോഗികമായി ജോലി തുടങ്ങി ആദ്യ ആഴ്ചയ്ക്കുള്ളിലെ ഞാൻ അമേരിക്കയിലെ ടെക്സസിലുള്ള ഓസ്റ്റിൻ നഗരത്തിലേക്ക് പറന്നു, എന്റെ ടീമംഗളുമായി ഒരാഴ്ച ചെലവിടാൻ. അമേരിക്ക പോയിട്ട് തിരുവനന്തപുരം മുതൽ നെടുമ്പാശ്ശേരി വരെ പോലും ഫ്ലൈറ്റിൽ പോകുന്ന കാര്യം ചിന്തിക്കാൻ പോലും പറ്റാത്ത ഒരു കാലമുണ്ടായിരുന്നു എനിക്ക്. ആ ഞാൻ കഴിഞ്ഞ ആറു വർഷങ്ങൾക്കുള്ളിൽ നടത്തിയ വിദേശ യാത്രകളും, യാത്ര ചെയ്ത ലോകമൊട്ടുക്കുമുള്ള സ്ഥലങ്ങളും, കടന്ന് പോയ അനുഭവങ്ങളും എണ്ണമറ്റതാണ്. എനിക്കിന്ന് ലോകമെമ്പാടും സുഹൃത്തുക്കളുണ്ട് &#8211; ലോകത്തിന്റെ ഏത് കോണിൽ ഞാൻ പെട്ട് പോയാലും, വിളിപ്പുറത്ത് ഒരു പരിചയക്കാരനോ പരിചയക്കാരിയോ ഉണ്ടാകും എന്ന് പറഞ്ഞാൽ അതിൽ അതിശയോക്തി ലവലേശം ഇല്ല!&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/7_In_Austin_With_Teammates-scaled.jpeg\"><img /></a><em>ആദ്യമായി അമേരിക്കയിൽ യാത്ര ചെയ്തപ്പോൾ കൂടെ ടീമിൽ ജോലി ചെയ്തവരോടൊപ്പം എടുത്ത ഒരു ചിത്രം &#8211; ടെക്‌സാസിലെ ഓസ്റ്റിനിൽ&nbsp;</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/8_Hari_Lisbon-scaled.jpeg\"><img /></a><em>പോർചുഗലിലെ ലിസ്ബൺ നഗരത്തിൽ ടീമംഗളോടൊപ്പം&nbsp;</em>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/9_A8cGM_Whistler.jpg\"><img /></a>ടീമംഗളോടൊപ്പം കാനഡയിലെ വിസ്ലർ എന്ന സ്ഥലത്തു വച്ച് നടന്ന ഓട്ടോമാറ്റിക്കിന്റെ ഗ്രാൻഡ് മീറ്റപ്പിൽ&nbsp;\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/10_Bubble_Football.png\"><img /></a><em>ബൈബിൾ ഫുട്ബോൾ എന്ന ഒരു മത്സരത്തിൽ പങ്കെടുത്ത ശേഷം ടീമിനൊപ്പം സ്‌പെയിനിലെ ബാഴ്സിലോണയിൽ.</em>\n\n\n\n<p>ഓട്ടമാറ്റിക്കിൽ ജോലി കിട്ടിയ ശേഷവും വേർഡ്പ്രസ്സുമായുള്ള എന്റെ പ്രണയം ശക്തമായി തന്നേ വളർന്നു. ഞാൻ ഒരിക്കൽ ദൂരെ നിന്ന് വീക്ഷിച്ചിരുന്ന ആ കൂട്ടായ്മയിൽ ഞാനും സജീവ അംഗമായി. കേരളത്തിലേക്ക് ഞാനും എന്റെ കൂട്ടുകാരും വേർഡ്പ്രസ്സ് തരംഗം കൊണ്ട് വന്നു. മറ്റു വേർഡ്പ്രസ്സ് ഉപഭോക്താക്കളോട് കൂടി ഞങ്ങൾ കഴിഞ്ഞ ഏതാനും വർഷങ്ങൾക്കുള്ളിൽ ഡസൻ കണക്കിന്&nbsp; മീറ്റപ്പുകളും മൂന്ന് വേർഡ്പ്രസ്സ് കോൺഫറൻസുകളായ വേർഡ്‌ക്യാമ്പുകളും നടത്തി, അതെ, നമ്മുടെ കൊച്ചു കേരളത്തിൽ തന്നെ. കൂട്ടായ്മയോടൊപ്പം ഞങ്ങൾ വേർഡ്പ്രസ്സ് മലയാളത്തിലേക്ക് തർജ്ജിമ ചെയ്യാൻ ഇന്നും കിണഞ്ഞു പരിശ്രമിച്ചുകൊണ്ടിരിക്കുകയാണ്. ഇന്ത്യൻ വേർഡ്പ്രസ്സ് കൂട്ടായ്മയിലെ മറ്റു അംഗങ്ങളുമായും ഞാൻ സൗഹൃദം സ്ഥാപിച്ചു. ആദിത്യ, അജയ്, അജിത്ത്, അലക്സ്, അരവിന്ദ്, ബിഗുൽ, ഹർദീപ്, ഹിത, ജഗദീപ്, നെബു, നിതിൻ, രോഹിത്ത്, ഷീബ, യോഗേഷ്… സുഹൃത്തുക്കളുടെ പട്ടിക നീണ്ടതാണെന്നു മാത്രമല്ല, ഇവരിൽ പലരും ഇന്ന് എന്റെ ഏറ്റവും അടുത്ത സ്നേഹിതരുമാണ്.&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/11_Presenting_at_Kochi_Meetup.jpeg\"><img /></a>കൊച്ചിയിൽ വച്ച് നടന്ന ഒരു വേർഡ്പ്രസ്സ് മീറ്റപ്പിൽ സംസാരിക്കുമ്പോൾ&nbsp;\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/12_Presenting_at_Udaipur.jpeg\"><img /></a>ഉദയ്പ്പൂർ വച്ച് നടന്ന ഒരു വേർഡ്പ്രസ്സ് മീറ്റപ്പിൽ വച്ച്&nbsp;\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/13_WC_Kochi.jpeg\"><img /></a>വേർഡ്ക്യാമ്പ് കൊച്ചിയിൽ ഉദ്‌ഘാടന പ്രസംഗവും നടത്തവേ&nbsp;\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/14_WCKochi_Organizing_team-scaled.jpg\"><img /></a>വേർഡ്ക്യാമ്പ് കൊച്ചി 2018 ഇന്റെ ഓർഗനൈസിംഗ് ടീമിനോടൊപ്പം <span></span>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/15_WC_Pune_2017.jpeg\"><img /></a><em>വേർഡ്ക്യാമ്പ് പൂനയിൽ വച്ച് സുഹൃത്തുക്കളോടൊപ്പം&nbsp;</em>\n\n\n\n<p>വേർഡ്പ്രസ്സ് കൂട്ടായ്മയുമായുള്ള എന്റെ സമ്പർക്കം ഒഴിവു സമയങ്ങളിലുള്ള സ്വമേധയായുള്ള പ്രവർത്തനം&nbsp; മാത്രമായിരുന്നു, അത് കമ്പനിയിലെ എന്റെ ജോലിയുടെ ഭാഗമല്ലായിരുന്നു. എന്നാൽ ഓട്ടോമാറ്റിക്കിനുള്ളിൽ ലോകമെമ്പാടുമുള്ള വേർഡ്പ്രസ്സ് കൂട്ടായ്മയെ പോഷിപ്പിക്കാനയുള്ള ഒരു മുഴുനീള തസ്തികൈയിലേക്ക് അപേക്ഷകൾ ക്ഷണിക്കുകയും,എന്റെ സംഭാവനകളെ മാനിച്ച് അതിലേക്ക് എന്നെ തിരഞ്ഞെടുക്കയും ചെയ്തു. 2020 ഏപ്രിൽ മാസത്തിൽ ഓട്ടോമാറ്റിക്കിൽ ഞാൻ&nbsp; കമ്യൂണിറ്റി മാനേജർ ആയി നിയമിക്കപ്പെട്ടു. ഇന്ന് എന്റെ മുഴുനീള ജോലി ഇന്ന് ലോകമെമ്പാടും&nbsp; ലക്ഷക്കണക്കിന് അംഗങ്ങളുള്ള വേർഡ്പ്രസ്സ് കൂട്ടായ്മയുടെ മേൽനോട്ടമാണ്, ഓട്ടമാറ്റിക്കിന്റെ ഫൈവ് ഫോർ ദി ഫ്യുച്ചർ സംഭാവനകളുടെ ഭാഗമായി. എന്റെ ജീവിതത്തിലെ ഏറ്റവും വിജയകരമായ കരിയർ നീക്കങ്ങളിൽ ഒന്നായിരുന്നു ഇത്, കാരണം ഇത് ഇന്ന് ഇത് എനിക്കേറെ ഇഷ്ടപ്പെട്ട തൊഴിൽ ആണ്. കഴിഞ്ഞ രണ്ടു വർഷത്തിനുള്ളിൽ, പ്രയാസങ്ങളേറിയ കോവിഡ് കാലത്തിനിടയ്ക്ക്, ഞങ്ങളുടെ കൂട്ടായ്മയുടെ കൂടെ നിന്നപ്പോഴാണ് ഇതിന്റെ ഒരുമയും ശക്തിയും എനിക്ക് പൂർണമായും മനസ്സിലായത്. ഇന്നും മുന്നോട്ട് പോകാനുള്ള ഊർജ്ജം നൽകുന്നത് ഈ കൂട്ടായ്മയാണ്.&nbsp;</p>\n\n\n\n<p>ജനുവരി മുതൽ മാർച്ച് 2022 കാലഘട്ടത്തിൽ എന്റെ ടീമിനെ താത്കാലികമായി നയിക്കാൻ എനിക്ക് അവസരം ലഭിച്ചു. പുതിയതായി നാല് അംഗങ്ങളെ ടീമിൽ നിയമിക്കുവാനും അവരെ പരിശീലിക്കുവാനും എനിക്ക് സാധിച്ചു &#8211; എന്റെ കരിയറിലെ ഏറ്റവും വിലപ്പെട്ട ഒരു ഏടായി ഞാൻ ഈ അനുഭവത്തെ&nbsp; കാണുന്നു. ഈ കൊല്ലത്തിന്റെ തുടക്കത്തിൽ ലോകമെമ്പാടുമുള്ള വേർഡ്പ്രസ്സ് കൂട്ടായ്മയുടെ കൂട്ടായ്മ പ്രതിനിധി ആയി ഞാൻ തിരഞ്ഞെടുക്കപ്പെട്ടു. ഒരു കൂട്ടം സന്നദ്ധരായ സംഘാടകരുടെ സഹയാത്തോടെ ലോകത്തെ ഏറ്റവും വലിയ വേർഡ്പ്രസ്സ് കോൺഫറൻസ് ആയ WordCamp Europe 2022 പോർചുഗലിലെ പോർട്ടോ നഗരത്തിൽ ഞങ്ങൾ ഈയിടെ വിജയകരമായി നടത്തുകയുണ്ടായി. ഞാൻ ഈ ഉപന്യാസം എഴുതുന്ന വേളയിൽ,&nbsp; “sabbatical” എന്ന ഔദ്യോഗിക നാമമുള്ള മൂന്ന് മാസം നീണ്ട ശമ്പളത്തോടു കൂടിയുള്ള ലീവിൽ ആണ് ഞാൻ (ഓട്ടോമാറ്റിക്കിലെ എല്ലാ ജീവനക്കാരും അഞ്ചു കൊല്ലം ജോലി ചെയ്താൽ, അവർക്ക് മൂന്ന് മാസം നീണ്ട ശമ്പളത്തോട് കൂടിയുള്ള അവധിയായ സബാറ്റിക്കൽ ലഭിക്കുന്നതാണ്).&nbsp;</p>\n\n\n\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/16_My_Current_a8c_team-scaled.jpeg\"><img /></a><em>ഇപ്പോൾ ജോലി ചെയ്യുന്ന ടീമംഗളോടൊപ്പം സ്‌പെയിനിലെ ബാഴ്സിലോണയിൽ വച്ച്&nbsp;</em>\n\n\n<div class=\"wp-block-image\">\n<a href=\"https://heropress.com/wp-content/uploads/2022/07/17_WCEU2022_Community_Team_table.jpeg\"><img /></a><em>2022 ഇൽ നടന്ന വേർഡ്ക്യാമ്പ് യൂറോപ്പിൽ കമ്മ്യുണിറ്റി ടീമിന്റെ സംഭാവന ടേബിളുകളെ അവതരിക്കുന്നതിനിടെ&nbsp;</em></div>\n\n\n<p>ഇന്നേക്ക് ഞാൻ ഒരു വേർഡ്പ്രസ്സ് ഉപഭോക്താവായിട്ടു പതിനാറ് കൊല്ലം തികയുന്നു. അതെ എന്റെ ജീവിതത്തിന്റെ പകുതിയോളം കാലം കഴിഞ്ഞിരിക്കുന്നു ഞാൻ ആദ്യമായി വേർഡ്പ്രസ്സ് ഉപയോഗിക്കാൻ തുടങ്ങിയിട്ട്. ചില ദിവസങ്ങളിൽ എന്റെ മനസ്സ് ഇന്നും എന്റെ ആ 22ആം പിറന്നാൾ ദിനത്തിലക്ക് പോകും. അന്ന്, എല്ലാ പ്രതീക്ഷയും നഷ്ടപ്പെട്ടിരുന്ന ഞാൻ വേർഡ്പ്രസ്സിനെ ഇരു കയ്യാലെ മുറുകെ പിടിച്ചിരുന്നു. എനിക്ക് ഒരിക്കലും സ്വപ്നം പോലും കാണാൻ പറ്റാത്ത ഒരു ജീവിതം വേർഡ്പ്രസ്സ് എനിക്ക് തരും എന്ന് എനിക്ക് അറിയുമായിരുന്നില്ല. എന്നിരുന്നാലും, ഞാൻ വേർഡ്പ്രസ്സ് ഉപയോഗിച്ചുകൊണ്ടേയിരുന്നു, കാരണം എന്നെ നയിച്ചിരുന്നത് ആ സോഫ്റ്റ് വെയറിനോടുള്ള അടങ്ങാത്ത അഭിനിവേശവും അതുപയോഗിക്കുമ്പോഴുള്ള സംപ്ത്രിപ്തിയും മാത്രമായിരുന്നു. മാത്രമല്ല,&nbsp; എന്റെ ജീവിതത്തിലെ ഏറ്റവും വിഷമകരമായ ദിനങ്ങളിലും, വേർഡ്പ്രസ്സും അതിന്റെ കൂട്ടായ്മയും എനിക്ക് കൈത്താങ്ങായി ഉണ്ടായിരുന്നു.</p>\n\n\n\n<p>ഇന്ന്, ജീവിതത്തിൽ ഞാൻ എന്തെങ്കിലും നേടിയിട്ടുണ്ടെങ്കിൽ, അതിന് കാരണം വേർഡ്പ്രസ്സും അതിന്റെ ലോകമെമ്പാടുമുള്ള കൂട്ടായ്മയുമാണ്.&nbsp;</p>\n\n\n\n<p>അതിനായി ഞാൻ എന്നെന്നും കടപ്പെട്ടവനായിരിക്കും.&nbsp;</p>\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/finding-a-second-chance-in-life-through-wordpress/\">Finding a second chance in life through WordPress &#8211; വേർഡ്പ്രസ്സിലൂടെ ജീവിതവിജയം</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jul 2022 00:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hari Shanker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WordPress.org blog: WordPress 6.0.1 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=13138\";s: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/2022/07/wordpress-6-0-1-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5450:\"<h2>WordPress 6.0.1 is now available</h2>\n\n\n\n<p>This maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=6.0.1\">13 bug fixes in Core</a> and <a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.0\">18 bug fixes</a> for the Block Editor. WordPress 6.0.1 is a short-cycle maintenance release. You can review a summary of the key updates in this release by reading the <a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">RC1 announcement</a>.</p>\n\n\n\n<p>The next major release will be <a href=\"https://make.wordpress.org/core/2022/06/23/wordpress-6-1-planning-roundup/\">version 6.1</a> planned for later in 2022.</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.0.1.zip\">download WordPress 6.0.1 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, check out the <a href=\"https://wordpress.org/support/wordpress-version/version-6-0-1/\">version 6.0.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thank you to these WordPress contributors</h2>\n\n\n\n<p>The WordPress 6.0.1 release is led by <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">@sergeybiryukov</a> and <a href=\"https://profiles.wordpress.org/zieladam/\">@zieladam</a>.</p>\n\n\n\n<p>WordPress 6.0.1 would not have been possible without the contributions of more than 50 people. Their asynchronous coordination to deliver several enhancements and fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/addiestavlo/\">Addie</a>, <a href=\"https://profiles.wordpress.org/oztaser/\">Adil Öztaşer</a>, <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a>, <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">Bernie Reiter</a>, <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/critterverse/\">Channing Ritter</a>, <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a>, <a href=\"https://profiles.wordpress.org/petitphp/\">Clement Boirie</a>, <a href=\"https://profiles.wordpress.org/danieliser/\">Daniel Iser</a>, <a href=\"https://profiles.wordpress.org/denishua/\">denishua</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/kebbet/\">Erik Betshammar</a>, <a href=\"https://profiles.wordpress.org/gabertronic/\">Gabriel Rose</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/georgestephanis/\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</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/ironprogrammer/\">ironprogrammer</a>, <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jnz31/\">jnz31</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a>, <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a>, <a href=\"https://profiles.wordpress.org/luisherranz/\">Luis Herranz</a>, <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a>, <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a>, <a href=\"https://profiles.wordpress.org/manzurahammed/\">Manzur Ahammed</a>, <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a>, <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a>, <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/navigatrum/\">navigatrum</a>, <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</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/presskopp/\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James Dodd</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">Ravikumar Patel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/samikeijonen/\">Sami Keijonen</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn Fjellner)</a>, <a href=\"https://profiles.wordpress.org/nathannoom/\">Trinadin</a>, and <a href=\"https://profiles.wordpress.org/grapplerulrich/\">Ulrich Pogson</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 16:58:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Do The Woo Community: Do the Woo Podcast Episodes from WordCamp Europe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72201\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://dothewoo.io/do-the-woo-episodes-wordcamp-europe-2022/\";s: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:366:\"<p>Listen to these Do the Woo episodes from WordCamp Europe 2022 in Porto, Portugal</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/do-the-woo-episodes-wordcamp-europe-2022/\">Do the Woo Podcast Episodes from WordCamp Europe</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 09:25:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"WPTavern: WordPress Executive Director Says 5% in Five for the Future Program Is Aspirational and Not Required\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=136073\";s: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:120:\"https://wptavern.com/wordpress-executive-director-says-5-in-five-for-the-future-program-is-aspirational-and-not-required\";s: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:4593:\"<p>In the latest episode of the WP Briefing, titled &#8220;<a href=\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\">Five for the Future’s True Intentions</a>,&#8221; WordPress Executive Director Josepha Haden Chomphosy responded to recent public criticism the program has attracted. </p>\n\n\n\n<p>She referenced a <a href=\"https://wptavern.com/five-for-the-future-program-set-to-adopt-official-definition-for-pledges-and-contributions\">conversation</a> she began in May where she sought to make a clear distinction between ecosystem contributions and core project contributions. More recently, MasterWP editor Rob Howard characterized the program as &#8220;<a href=\"https://masterwp.com/toxic-scorekeeping-the-case-against-five-for-the-future/\">toxic scorekeeping</a>&#8221; following Matt Mullenweg <a href=\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\">identifying GoDaddy as a “parasitic company” and an “existential threat to WordPress’ future.&#8221;</a> </p>\n\n\n\n<p>&#8220;The 5% in Five for the Future is aspirational,&#8221; Haden Chomphosy said. &#8220;Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it’s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you’re defining it, it is an aspiration, not a requirement.&#8221;</p>\n\n\n\n<p>Haden Chomphosy also said that pledges indicate contributors&#8217; intentions but any amount they are able to offer is always welcome. </p>\n\n\n\n<p>&#8220;No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress,&#8221; she said.</p>\n\n\n\n<p>&#8220;There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It’s all coming from generosity of heart.&#8221;</p>\n\n\n\n<p>In Howard&#8217;s case against Five for the Future, he highlighted the disparity between Mullenweg&#8217;s recent remarks and Haden Chomphosy&#8217;s communication about the program. He proposed WordPress scrap the current pledge data and &#8220;stop keeping score.&#8221;</p>\n\n\n\n<p>&#8220;If WordPress and Automattic were really able to follow Josepha Haden Chomphosy’s example and treat the five-percent target as a fun aspiration without consequences, perhaps it would be valuable as a general guideline,&#8221; Howard said. &#8220;But Matt Mullenweg and other major company leaders clearly watch the scoreboard, and there is a risk that if your contribution is &#8216;not enough,&#8217; it can be brandished against you.&#8221;</p>\n\n\n\n<p>In today&#8217;s WP Briefing podcast episode, Haden Chomphosy said the initiative is directed at celebrating &#8220;a culture of generosity&#8221; and collaboration towards WordPress&#8217; long term health and stability. She clarified that her recent communications about the program were aimed at better identifying contribution activities and automating the process of giving props.</p>\n\n\n\n<p>&#8220;For what it’s worth that discussion then also raised a third question that I don’t think we’ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward?&#8221; Haden Chomphosy said. &#8220;Because there are so, so many of those things and it’s a great question. I don’t have an answer.</p>\n\n\n\n<p>&#8220;The reality is that we won’t be able to see every contribution to WordPress, but that doesn’t mean that they aren’t valuable. And it doesn’t mean that they don’t matter.&#8221;</p>\n\n\n\n<p>In light of conflicting messaging, Haden Chomphosy has an uphill battle in attempting to reframe the program as part of a culture of generosity and bring it back to its <a href=\"https://ma.tt/2014/09/five-for-the-future/\">historical roots</a>. She concluded by encouraging listeners to embrace the program as she envisions it.</p>\n\n\n\n<p>&#8220;For me, it’s not about assessing the worthiness of people or companies or any of their contributions,&#8221; Haden Chomphosy said. &#8220;For me, it’s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2022 02:49:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Akismet: Version 4.2.5 of the Akismet WordPress Plugin is Now Available\";s: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:31:\"http://blog.akismet.com/?p=2396\";s: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://blog.akismet.com/2022/07/11/version-4-2-5-of-the-akismet-wordpress-plugin-is-now-available/\";s: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:669:\"<p>Version 4.2.5 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available. This update contains the following improvements:</p>\n\n\n\n<ul><li>A fixed for a bug that added unnecessary comment history entries after comment rechecks.</li><li>Akismet now displays a notice when WP-Cron is disabled and might be affecting comment rechecks.</li></ul>\n\n\n\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 15: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WordPress.org blog: WP Briefing: Episode 35: Five for the Future’s True Intentions\";s: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=13132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\";s: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:14423:\"<p>In the thirty-fifth episode of the WordPress Briefing, Josepha Haden Chomphosy tackles questions about the true intentions of the Five for the Future initiative.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<p>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2>References</h2>\n\n\n\n<ol><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">New Create Block Theme plugin</a></li><li><a href=\"https://make.wordpress.org/design/2022/07/01/open-sourcing-theme-designs/\">Open Sourcing Theme Designs </a></li><li><a href=\"https://make.wordpress.org/meta/2022/07/01/exploration-improving-devhub/\">Exploration in Meta to improve DevHub </a></li><li><a href=\"https://en.wikipedia.org/wiki/Tragedy_of_the_commons\">Tragedy of the Commons definition</a></li></ol>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-13132\"></span>\n\n\n\n<p>[Josepha Haden Chomphosy 00:00:10]&nbsp;&nbsp;</p>\n\n\n\n<p>Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of some of the ideas behind the WordPress open source project and the community around it, as well as 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>[Josepha Haden Chomphosy 00:00:40]&nbsp;&nbsp;</p>\n\n\n\n<p>Today I&#8217;m talking about Five for the Future– again. Before we get stuck right into the heart of it, 10 episodes ago, in episode 25, I focused on the Five for the Future initiative and I recommend that you listen to that before you join me in today&#8217;s episode. It&#8217;s only eight minutes and it gives you a history of the Five for the Future initiative, as well as some information on the Five for the Future program.</p>\n\n\n\n<p>It then goes on to talk about some of the original intentions behind that original initiative. The reason I bring this back up today is partially because one, I will talk about both the program and the initiative it&#8217;s based on literally anytime. I believe strongly that they are both a vital part of what will result in a triumph of the commons of WordPress, and keep this empowering project around for years to come.&nbsp;</p>\n\n\n\n<p>But I also bring it up today because there&#8217;s conversation about a post I published a couple of months back that has generated some dialogue around the intentions of this catchy call to contribution. So to make sure that as we move through this discussion together, we are working with as much factual information as possible, I present to you some facts.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:01:46]&nbsp;&nbsp;</p>\n\n\n\n<p>First and foremost, the pillars of this initiative. The 5% in Five for the Future is aspirational. Contribution to open source is a question and indication of privilege. So the 5% is not a requirement, but rather it&#8217;s an aim. It could refer to 5% of your time or 5% of your resources, or just any amount of your time or resources around. Regardless of how you&#8217;re defining it, it is an aspiration, not a requirement.&nbsp;</p>\n\n\n\n<p>The second pillar, pledges show your intention and whatever contributions you are able to offer after you&#8217;ve made your pledge are always welcome. No one is out there checking for 100% completion of the hours that you intended to give back to WordPress versus the hours that you actually succeeded at giving back to WordPress.</p>\n\n\n\n<p>There are so many volunteers that make sure that this project is running and functional and has plenty of people knowing how to get things done and how to teach others how to get things done. It&#8217;s all coming from generosity of heart.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:02:52]&nbsp;&nbsp;</p>\n\n\n\n<p>And speaking of generosity, the third thing that is important about this initiative is that it insists on and wants to celebrate a culture of generosity. Beyond the concept of a pledge, is the idea of generous collaboration toward the long term health and stability of our project for the future.</p>\n\n\n\n<p>As contributors, we understand that we are greater than the sum of our parts and what we build <em>within</em> WordPress empowers those who build <em>with</em> WordPress. So those are the pillars that went into that initial thought, that opening Five for the Future call to action that Matt gave to everybody in 2014.</p>\n\n\n\n<p>And so now I want to share with you some of the pillars of the program that has grown up around it. So the Five for the Future initiative, if you&#8217;re not familiar, was started in 2014 and is a grand call to all of us to remember to give back to the shared commons of WordPress. Its aim was to help guard against what is called the “tragedy of the commons,” where resources are continually taken out and not necessarily reinvested in. No one&#8217;s necessarily putting anything back into those.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:04:06]&nbsp;&nbsp;</p>\n\n\n\n<p>So that&#8217;s the starting point for all of this. So the program, the Five for the Future program, in 2018 was built as a collaborative effort with full participation and buy-in from the contributors who were active in the project at the time. It allowed anyone to raise their hands, to show support of WordPress via a pledge and also started a multi-year discussion of how to define contributions in a way that let us automatically provide props and therefore more effectively put badges on people&#8217;s wordpress.org profiles.&nbsp;</p>\n\n\n\n<p>And then in 2019, there was an additional pilot of the program, which kind of offered some team structure, which was intended to not only take on work that I don&#8217;t like to ask volunteers to do, but also to provide some checks and balances to an absolute raft of sponsored contributor hours that we had started to see show up.&nbsp;</p>\n\n\n\n<p>Which brings us then to the post that I mentioned at the start. Knowledgeable supporters of the WordPress open source project have debated next iterations to Five for the Future activity and programming. So, to bring the conversation to a central set of questions, or rather to bring the conversation to a central spot, I raised these two questions. One, what activities can we see inside our contributor networks? So wordpress.org, make.wordpress.org, the Rosetta sites that we have, Slack, et cetera.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:05:30]&nbsp;&nbsp;</p>\n\n\n\n<p>So what activities can we see inside the contributor networks that we can flag to enable easier distribution of props and therefore badges? The second question is, what activities can we see also in those contributor networks that appear to be contributions, but in the end are only benefiting the person or company that provides the contributions?</p>\n\n\n\n<p>For what it&#8217;s worth that discussion then also raised a third question that I don&#8217;t think we&#8217;ve even started to tackle, which is what about the activities that are not in the contributor network, but still do move WordPress forward? Cause there are so, so many of those things and it&#8217;s a great question. I don&#8217;t have an answer and just so that I don&#8217;t leave you all with a series of questions for which there are no answers provided in this particular podcast, I do have a few answers for questions that I have seen floating around this discussion.&nbsp;</p>\n\n\n\n<p>So the first question is actually a bunch of questions. There are like three parts to it. What are props, who gives props, and who tracks them? So ‘props’ is a term used in WordPress to describe shared recognition of a contribution. Think of it as like a hat tip or kudos or an assist. However you think about it, it&#8217;s recognition of the other people who helped to solve a problem along the way. That is what props are.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:06:47]&nbsp;&nbsp;</p>\n\n\n\n<p>The second part of that question is who gives props and historically developers have given props, which tends to mean that it&#8217;s mostly developers who get props. But now, also, any team rep during a release cycle can provide props to folks on their team, volunteers on their team who were really helpful during the course of the release.</p>\n\n\n\n<p>And recently we also added the functionality for ad hoc props to be given in the Slack props channel, and those get added to your profile activity. So that someone can give you basically a public thanks for having helped on something that they were working on. And then that gets logged in your activity tracker on your WordPress.org profile.</p>\n\n\n\n<p>And then the final question in that first big question is who tracks these props? And the answer is human beings! Which is why folks feel like they have to do a ton of things before they even get props. And that&#8217;s also why I&#8217;d like to automate more and more of them so that you don&#8217;t have to do a ton of things in order for someone to show up and acknowledge that you are part of a solution.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:07:51]&nbsp;&nbsp;</p>\n\n\n\n<p>So the second question that I&#8217;ve seen kind of running around is, where do props start? And that is a great question that has been asked year after year. And one that I think we should continue to ask. The reality is that we won&#8217;t be able to see every contribution to WordPress, but that doesn&#8217;t mean that they aren&#8217;t valuable. And it doesn&#8217;t mean that they don&#8217;t matter.&nbsp;</p>\n\n\n\n<p>Building our culture of generosity helps us to better recognize and celebrate each other for all of our contributions, whether they are for a major release or a major event, or one of these new ad hoc props that you can offer to people. And if we see more and more of the same type of contributions being celebrated, then we can also work toward automating those as well, so that you don&#8217;t have to do a super ton of them before someone has noticed that you&#8217;ve done even one of them.&nbsp;</p>\n\n\n\n<p>And the third big question that has been running around is, what about the people who don&#8217;t want the props? If people want to be literally anonymous, then deletion requests are probably your way to go. But I actually don&#8217;t think that&#8217;s the question here. I think the question is what if a prop holds no intrinsic value to you and then, you know, I wanna thank you for that spirit of generosity. And I also wanna say that I&#8217;m so glad you&#8217;re here.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:09:02]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>Hopefully, all of these answers clarify what lies at the heart of what is intended with the Five for the Future initiative and the program that&#8217;s built on top of it. And why I care so much about fixing the ways we offer props to folks. For me, it&#8217;s not about assessing the worthiness of people or companies or any of their contributions. For me, it&#8217;s about reinvesting in the shared commons of the WordPress ecosystem, by finding a way that our economy can entice folks to put back into WordPress, something close to the benefit that they receive from it.</p>\n\n\n\n<p>And that brings us now to our small list of big things. Thank you all for making it into the final stretches with me. These three things that I&#8217;m sharing also have companion blog posts to go with them because they are very big questions or very big features, very big plugin kind of things that we&#8217;re looking at. And so you&#8217;ll be able to find those in the show notes, or you can go to wordpress.org/news if you&#8217;re listening to this in a podcast player of your choice that is not wordpress.org.&nbsp;</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:10:10]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>So the first one on my list is a new plugin. It is called Create Block Theme. And it&#8217;s gonna make it easier for theme builders to use the existing site editor tools to create new block themes. I&#8217;m very excited about this. Uh, you can find it on make.wordpress.org/themes. And I will also include a link to it in the show notes below.&nbsp;</p>\n\n\n\n<p>If themes are not your area of expertise, but you are interested in documentation or the DevHub or to an extent design things, then the improvements that are being worked on for the DevHub are definitely in your area. That&#8217;s kind of a Meta task, but has a few other pieces involved as well. That can be found on make.wordpress.org/meta. But again, I will have a link to the very, very detailed blog post in the show notes.&nbsp;</p>\n\n\n\n<p>It&#8217;s got a bunch of hypothetical changes that are being suggested for the WordPress developer docs, uh, especially when it comes to the function reference. And so there are gonna be some slight design questions, but not like, graphic design/visual design, more in the like, can humans read this design area of things? And so that will be a good one to look at. If you are sort of in the Meta or Documentation vein of things in the way that you like to contribute to WordPress.</p>\n\n\n\n<p>[Josepha Haden Chomphosy 00:011:30]&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<p>And then the final thing is about open sourcing theme designs. So open sourcing everything obviously is important to us. And the design tool that we use, this tool called Figma, is open to the public. And so it&#8217;s possible for folks to be able to kind of get in there and use and reuse any design elements.</p>\n\n\n\n<p>And so there&#8217;s a discussion happening over on make.wordpress.org/design about how that can and should look in the future. And so if design is definitely your area, and again, this kind of lines up with themes a little bit, then wander over into that one, for which there will also be a link in the show notes.&nbsp;</p>\n\n\n\n<p>And that my friends is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy. And I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Santana Inniss\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Do The Woo Community: The Microphones I Use to 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:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=72374\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://dothewoo.io/podcasting-microphones-bobwp-uses/\";s: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:339:\"<p>Looking for a microphone for podcasting. Here is what I used for Do the Woo.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/podcasting-microphones-bobwp-uses/\">The Microphones I Use to Podcast</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jul 2022 09:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Gutenberg Times: Gutenberg Changelog #69  – Gutenberg Releases, WordPress 6.0.1, the Create Block Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=21520\";s: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:116:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/\";s: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:57370:\"<p>Birgit Pauli-Haack, and Mary Job talk with this week&#8217;s special guest Jorge Costa about Gutenberg Releases, WordPress 6.0.1, the Create Block Theme plugin and much more. </p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-21520\"></span>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li></ul>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/32-daisy-olsen-on-why-you-should-try-out-block-themes\">Why You Should Try Out Block Themes</a></p>\n\n\n\n<p><strong>Don’t miss it!&nbsp;<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong>&nbsp;with lead developer Seth Rubenstein, head of digital strategy, Michael Piccorossi and co-host Anne McCarthy on&nbsp;<strong>July 22, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<p><strong>Create Theme Plugin</strong></p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/themes/2022/06/30/create-block-theme/\">Make Blog Themes: Create Block Theme</a> by Ben Dwyer </li><li><a href=\"https://wordpress.org/plugins/create-block-theme/\">Plugin: Create Block Theme</a></li></ul>\n\n\n\n<p><strong>Legacy Widget Block Plugin</strong></p>\n\n\n\n<ul><li><a href=\"https://gutenbergtimes.com/using-classic-widgets-with-blocked-based-themes-introducing-the-legacy-widget-block-plugin/\">Using Classic Widgets with Blocked-Based Themes: Introducing the Legacy Widget Block Plugin</a></li><li><a href=\"https://wordpress.org/plugins/x3p0-legacy-widget/\">X3P0-Legacy-Widget Plugin</a> in Repository</li></ul>\n\n\n\n<h2>WordPress Releases</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2022/07/05/wordpress-6-0-1-rc-1-is-now-available/\">WordPress 6.0.1 Release Candidate</a></p>\n\n\n\n<h3>Gutenberg 13.5 </h3>\n\n\n\n<ul><li>Release post: <a href=\"https://make.wordpress.org/core/2022/06/22/whats-new-in-gutenberg-13-5-22-june/\">What’s new in Gutenberg 13.5? (22 June)</a> by Anne McCarthy</li><li>WPTavern: <a href=\"https://wptavern.com/gutenberg-13-5-adds-featured-image-placeholder-support-for-cover-block-cleaner-pasting-to-other-apps\">Gutenberg 13.5 Adds Featured Image Placeholder Support for Cover Block, Cleaner Pasting to Other Apps</a></li></ul>\n\n\n\n<h3>Gutenberg 13.6</h3>\n\n\n\n<ul><li>Make Blog: <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\">What’s new in Gutenberg 13.6? (6 July)</a> by Jorge Costa</li><li>WPTavern: <a href=\"https://wptavern.com/gutenberg-13-6-adds-pattern-modal-support-for-custom-post-types-expands-creation-of-template-types\">Gutenberg 13.6 Adds Pattern Modal Support for Custom Post Types, Expands Creation of Template Types</a></li></ul>\n\n\n\n<h2>What&#8217;s in development or discussed</h2>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/issues/41479\">Webfonts API: Ongoing Roadmap</a> by Tonya Mork</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/42127\">Site Editor: Add New &#8211; Custom/General template</a>&nbsp;by Jorge Costa</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/42165\">Add: Author nicename template creation ability</a> by Jorge Costa</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/41842\">Add: Post type restriction API for patterns.</a> by Jorge Costa</li><li><a href=\"https://github.com/WordPress/gutenberg/pull/41876\">Block Locking: Add the &#8216;Apply to inner blocks&#8217; option</a> by George Mamadashvili</li></ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello, and welcome to our 69th episode of the Gutenberg Changelog podcast. And in today&#8217;s episode we&#8217;ll talk about the two latest Gutenberg plugin releases, WordPress 6.0.1, the create block theme plugin, and a lot more. I am Birgit Pauli-Haack, curator at the Gutenberg Times and WordPress developer advocate. And I&#8217;m here with my co-host, Mary Job, WordPress community organizer for WPafrica.org and support engineer at Paid Memberships Pro. Good evening, Mary, how are you today? And is there anything new coming from your community?</p>\n\n\n\n<p><em>Mary Job</em>: Thank you, Birgit. So I&#8217;m slowly getting back into my work routine. I feel like this year has been a really long journey for me because every time I recover from a hit, I get hit again.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, no.</p>\n\n\n\n<p><em>Mary Job</em>: Yeah, I&#8217;m looking forward to having more positive hits going forward for the rest of the year, I want to be hit positively, I don&#8217;t want any negative hits for the remaining part of 2022.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, good. I wish you the best. Yes.</p>\n\n\n\n<p><em>Mary Job</em>: Yes. Thank you. So our meetup communities on the African continent are slowly getting back into momentum. I&#8217;ve been seeing a number of physical meetups, have come in. I know there is a WordCamp Ginger in Kampala, Uganda, that is scheduled for the first week of September. I&#8217;m most likely going to be there, it&#8217;s also going to be my first WordCamp post COVID, I&#8217;m looking forward to that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So WordCamp Ginger, and Ginger is near Kampala in Uganda?</p>\n\n\n\n<p><em>Mary Job</em>: Yes, it&#8217;s not far from Kampala in Uganda.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. And I looked it up on the WordPress site, it&#8217;s September 2nd and 3rd, and they have their speaker organizers and now volunteers and sponsor calls open. So if you are in the area and want to have your first WordCamp in Africa after the COVID pandemic, that&#8217;s where you can meet the people. So happy that the community bounces back now as well, not only Europe and America.</p>\n\n\n\n<p><em>Mary Job</em>: Yeah, I am too. So for today&#8217;s special guest, I want to introduce Jorge Costa. He&#8217;s a WordPress co-contributor and developer for Gutenberg. He&#8217;s part of the Five for the Future team at Automattic. This week, Jorge worked as a list lead for Gutenberg version 13.6. Hello Jorge, thank you for joining us today.</p>\n\n\n\n<p><em>Jorge Costa</em>: Hello. Thank you, Birgit and Mary, and for the invite for me to be here. I&#8217;m really glad to be here on this podcast, and also thank you for all the work you have been doing on this podcast. It&#8217;s an awesome way to let the wider community of WordPress know what we are doing on the Gutenberg plugin and get onboard, and test the things we are doing, and help us ship the best product possible. So thank you for all this work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, thank you.</p>\n\n\n\n<p><em>Jorge Costa</em>: And thank you for the opportunity.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, you&#8217;re welcome. Thank you. It is always a great joy to kind of report on the stuff that the Gutenberg team puts out.</p>\n\n\n\n<p><em>Mary Job</em>: Absolutely. Plus one on that Birgit. So before we add into the changelogs of various release, we wanted to learn a lot more about you, Jorge. So my first question to you is this, can you tell us briefly your WordPress origin story, how did you discover WordPress and what happened next?</p>\n\n\n\n<p><em>Jorge Costa</em>: Of course, Mary. It&#8217;s a long story. So the first time I used WordPress, was in 2007, 15 years ago.</p>\n\n\n\n<p><em>Mary Job</em>: Oh.</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah. I was still a teenager in high school, and then I tried to build some websites. At the time it was normal for people to have blogs, build some websites and try these things around. And I also did that, I tried to build some websites. WordPress was already one of the very popular tools at the time to build your website, and it had now some repository of free themes.</p>\n\n\n\n<p>So things that you could use without paying anything, you would not have problems changing or getting anybody, like cutting problems to you because you are changing some code somewhere. So I try some themes that shows what better fit the needs I had at the time. And basically it allowed me, without doing any design, I just put the theme there.</p>\n\n\n\n<p>It had the styles then on the content area, but the html I wanted and it looked more or less okay, not too bad, because the themes already contained most of the styles. And that was it, I learned to code this way, and I got the interest in code. I will never imagine at the time that some years later I will be a developer on the core product and going to conferences around the world, for example, the WordCamp U.S. where I met you, Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p>Jorge Costa: A long time ago. So after using WordPress, and I got this interest in coding, then I went to university, and it was part of the decision that I wanted to code things. And so I went to do a master&#8217;s degree in computer engineering. I work at for some companies after the master&#8217;s, and then I apply it to Automattic. And then here I am, that&#8217;s basically the story.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So when did you start at Automattic?</p>\n\n\n\n<p><em>Jorge Costa</em>: Five years ago, in 2017.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8217;17, yeah. And 2018, I met you at WordCamp U.S., yes.</p>\n\n\n\n<p><em>Jorge Costa</em>: Exactly. Yeah, one year after, in a rainy day. Yeah, it was raining a lot when we went inside the venue, with our clothes. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: And they were really wet, yeah. It did feels like a long time ago, like with all the things that happen in the world, meanwhile.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, almost like last century. Right.</p>\n\n\n\n<p><em>Mary Job</em>: That&#8217;s a really interesting story. I think in 2007, I was struggling with hub pages. I think I discovered WordPress first in 2012, and I was like, &#8220;What is this? This is complicated.&#8221; And I ran away, I wish I stayed. So this brings me to my second question, Jorge, what aspect of Gutenberg do you work on, and what excites you most about this new way of creating contents and building sites?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, so I started working on Gutenberg in the early days, when the project still had only some mounts, and it was starting. So I touched on many parts of the code base and working on many of the tools that we have now. But there are some things that I&#8217;m really passionate about, and some are simple things, like the gradient pick or color pick, or all the things that allow you to change the font size, because these are the things that in the end will allow people to express what they are feeling in their website.</p>\n\n\n\n<p>We don&#8217;t want all the website on the internet to look the same, we want them to look good, but we want them to have some personality of the people that are doing them. If all the things were the same, it will not be as fun. And now that we are shipping block themes, people will have full control of their website, they will not need any line of code to implement basically any design they want.</p>\n\n\n\n<p>And we can also put restrictions in place to make sure they have freedom to do everything they want, but it&#8217;s still output, something that is nice design-wise, and it looks good and looks professional. So I&#8217;m really curious, what these tools we put in place, what all these design tools will allow people to build.</p>\n\n\n\n<p>Until now these things were built mostly by people, new code or were designers, then the coders try to pass that to code. I&#8217;m eager to see what people that don&#8217;t have any coding experience or any design experience will put out there, and what the new way it will appear. I&#8217;m certain we will be surprised when people felt this power with what they will do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it kind of sets the creativity really loose. And as most listeners know, I love gradients. So, thank you. That was a while when, two years ago when the gradients come into to the block edit, and every time we saw in the changelog gradient, I was doing gradients. So I haven&#8217;t done this for a while, so I&#8217;m really glad I get an opportunity again. Yeah. And the color picker has really gone through quite some iterations. I really like what it&#8217;s doing now, to have all that in one place, and then open up the second pieces there.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>\n\n\n\n<h3><strong>Listener Questions</strong></h3>\n\n\n\n<p>Typography is about to shine even more with the site editor and the web fonts API say, yeah awesome. And in our show, we haven&#8217;t had a listener question for a while, Bud Kraus, a long time listener, a WordPress educator at Joy of WP, and also a contributor on the training team, he sent in this question, and I&#8217;m glad that Jorge is here to help us answer that.</p>\n\n\n\n<p>“So what&#8217;s all this I hear about bug right. What is all this I hear about Flexbox. I know about CSS and Flexbox, but how does this apply to the block editor? Is something special coming up concerning Flebox?” So again, thank you, Bud, for sending that in, and the good news is some of it is already here. So backup a bit, is Flexbox and CSS grid are features to implement intrinsic design and also build layouts easier.</p>\n\n\n\n<p>I build layouts with table coding, but the first implementation of Flexbox with the block editor has already been implemented, and it&#8217;s the two block variations that come to the group block. One is called, Row, and the other one is called, Stack, and both help the user who have no idea about mobile breakpoints, pixel size and all that. And they also don&#8217;t want to spend a lot of time learning it.</p>\n\n\n\n<p>And it&#8217;s part of the efforts for the developer team to implement responsive web intrinsic design. It&#8217;s also the start of the answer to a lot of questions I get from users or developers. So how can that be that there is no responsiveness in the block editor, and it&#8217;s actually here, it&#8217;s just a little bit differently implemented. But that&#8217;s the extent I know about things, and I&#8217;m glad to have you here. Jorge, can you enlighten us a little bit more how else this works?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, of course. So basically what happens is that the block editor, and it&#8217;s not exactly something new, it&#8217;s already part of core, and it was merged some months ago. So now as of allow blocks to specify the layout that they want for their nested areas, so they can opt into that, if they don&#8217;t opt into that, nothing happens. And they can opt into that feature, so the group block is already opting into this feature. And if you opt into this feature, you have a UI where you can choose different kinds of layouts.</p>\n\n\n\n<p>For now there are two layouts softwares, one is the default of flow layout, and the other one is the flex, which implements a Flexbox. And basically the user on the UI can control properties like the orientation, the justification, the width of the area. Then basically it&#8217;s converted to CSX. So that&#8217;s basically it, we are allowing the user to control some properties and allowing the user to have an easy way to create a flex layout, if the user wants to.</p>\n\n\n\n<p>Some blocks offer that functionality. And block creators can also offer that functionality. That I am aware now we are not doing any active development on this feature, it&#8217;s already shipped, but it&#8217;s working well, now except for the team builders and block creators to use it, and there was some things with it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you, Jorge. And thank you, Bud, for sending in the question. Hopefully that answers your questions, somewhat. And if you, dear listeners, also have questions you want us to tackle here on the podcast, ping me on direct message and Slack or on Twitter, or send me an email to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>, that&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And by the way, also, if you like this podcast, we would appreciate if you could write a review on Google or Apple or Stitcher, it really helps to spread the word about the show. So, okay, that&#8217;s it from me. Mary, back to you.</p>\n\n\n\n<h3><strong>Announcements</strong></h3>\n\n\n\n<p><em>Mary Job</em>: Oh, yes. Thank you, Birgit. So we&#8217;ll move on for that to the announcements segments of the show. We have a couple of announcements. First, the episode has two of the VP Tavern Jukebox. Put the episode title of the Jukebox into your podcast player. After our block theme workshop at WordCamp Europe, their CEOs have talks on it weekly on why you should try out block themes. She doesn&#8217;t say go all in with your site just yet, but you can get started exploring the new way to work with themes in a site editor. And that one is a great conversationalist, by the way, he asked all the right questions.</p>\n\n\n\n<p>For the second announcement, the Pew Research Center has adopted a block first approach for their website, their lead developers Seth Rubenstein and their head of digital strategy, Michael Piccorossi will be guests at the next Gutenberg Times live Q and A, and demo their solutions for their own page. Their and chats on the July 22nd 2022 at 11:00 AM Eastern Daylight Time. This is also 1500 UTC. And Anne McCarthyi will be Birgit&#8217;s co-host for this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah. Thank you, Mary. Yeah, I&#8217;m so excited for this next live Q and A, especially because we had an eight-month break on live Q and A&#8217;s, and I hope you all join us. The link for the registration of course is in the show notes, and we will record the show and share it with YouTube and the Gutenberg Times. But there&#8217;s nothing better than getting the questions answered live, and your questions and not somebody else&#8217;s questions.&nbsp;</p>\n\n\n\n<h3><strong>Community Contributions</strong></h3>\n\n\n\n<p>So we are pointing out two community contributions today, one is a new, so there both are two new plugins that are in the repository, and come from core contributors.</p>\n\n\n\n<p>So the first one is the create block theme plugin, it was built by the theme team, and in his write-up on the make theme block, Ben Dwyer covered the question of, who is it for? And he wrote, I quote, &#8220;This plugin is aimed at theme builders, both designers and developers, and it is useful for sharing your designs between multiple sites or users. If you are just building a site for yourself, you probably don&#8217;t need it.&#8221; So what does the plugin do? It has an export feature, right now it does the same things that the site editor export feature does.</p>\n\n\n\n<p>You can also create a new giant theme with the activated theme as parent, and then you can create a new theme by cloning the activated theme, and then the resulting theme will have all the assets of the activated theme, combined with the user&#8217;s changes. Another feature is that you can save the user changes into the theme files, so you are practically overriding them.</p>\n\n\n\n<p>And then the feature will also delete the user changes from the database, so you get an immaculate theme again and have everything in one place. And then you can generate an empty theme, that gives you a clean slate to start off with, and for all the designs that you want. The plugin&#8217;s in the theme directory, and we have in the show notes links to Ben Dwyer&#8217;s write-up, and as well to the repository. Jorge, do you have any thoughts on this?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, I have. I think it&#8217;s awesome news, and it&#8217;s an important milestone. So until now to build a theme for WordPress, you needed to use an external tool, if nothing more, at least a text editor to call code your theme. And we are in a stage now where you can build WordPress themes with WordPress itself without using any tools. So you have the tool building itself. So I imagine soon we will have a default WordPress theme that was totally built with WordPress. So in fact, we will ship over price with parts of WordPress that were built with WordPress. So it&#8217;s like a strange loop, but it&#8217;s an awesome one to be in, it&#8217;s like we are in the stage where the tool is being self-sustained, and we can create the tool with the tool.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s like an encouragement.</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: An inception, yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, an inception. Let&#8217;s see what awesome things the community build, and it will be fantastic, themes being shipped to the repository, that were built poorly by WordPress with WordPress. So let&#8217;s see what will happen, but I think it&#8217;s very good news.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mary, do you have any thoughts on it?</p>\n\n\n\n<p><em>Mary Job</em>: Yes. From the perspective of somebody who is a non developer, I was building in these websites for a few years. I would say, this is an awesome tool, and one that is&#8230; You know how we say, when you install WordPress, what are the basic plugins that you put on the site? This is one of such plugins that you should have on your site. And I think I&#8217;d argue differently from Ben, in the sense that if you&#8217;re building a website for yourself, you don&#8217;t really need this plugin.</p>\n\n\n\n<p>You actually do, because one of the things we say is when you&#8217;re starting a new project, you should always follow best practices. And one of such is themes, except because you never can tell, you might start, okay, I&#8217;m just building a simple site for myself and then it expands into something big. So you have to make sure you follow best practices. So I think this plugin comes in handy for individuals and business owners who manage their websites, and they no longer need to use charts and, I mean, you don&#8217;t have any excuse to not spin up a chart theme, you can do this on the fly with this plugin.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s a good point. Yeah. Thank you so much, Mary. And the second plugin I wanted to point out is, it&#8217;s called the Legacy Widget plugin, and it was built by Justin Tadlock. And he spent some time in the support forums and found a specific pain point that keeps people from testing block themes, that the Legacy Widget block is not available in the site editor. So many users couldn&#8217;t see how their widget sections would show up in the full site editing block themes that they got from the directory, and they weren&#8217;t able to put them in the templates or template parts.</p>\n\n\n\n<p>So it takes a while, and many sites have third party widget sections from plugins, and not every plugin developer is up to the latest version and create blocks for their widgets. So until then the plugin, the legacy makes the Legacy Widget block available in the site editor, and now all the third party widgets are also available for your template and template parts. We have a write-up on that, on the Gutenberg Times, and as well as a link for the plugin in the repository.</p>\n\n\n\n<p><em>Jorge Costa</em>: It&#8217;s good news again. So for some context, I was involved in building the first versions of the Legacy Widget block, that is part of core and that the plugin uses to make its job. And at the start, we really wanted to allow people to use widgets anywhere. So the block was available in the post content, you could also use it on the site editor, and you could basically in any post or in any part of your block theme, you could have a Legacy Widget block, select the widget and use your widget, so you could add widgets everywhere.</p>\n\n\n\n<p>&nbsp;We wanted that to be the default, and we try really hard to make this work for most widgets. But in the end, there are some widgets where in their code, they say, &#8220;Do that, if I am on that specific screen that was on this page, or do that, if the dome of the page contains something.&#8221; And when you are adding to a totally different screen where these conditions don&#8217;t match and the page structure is totally different, the widgets broke, and there were some widgets.</p>\n\n\n\n<p>Although most widgets work out well, there were some widgets that because of this type of conditions did not work and there were crashes. If it is going to be a core feature, we cannot make it break with some types of widgets because we have a strong commitment to being backwards compatibility. So we made it only a possible to use it in some context where the possibility of it breaking was placed because these conditions match it.</p>\n\n\n\n<p>But now it&#8217;s a good trade-off, people have a plugin and if they really want to have this experience that works well for most of the widgets, they can install the plugin and use it. And if by any chance, some widget does not work well, it&#8217;s not exactly core that is breaking with their widget, it&#8217;s a plugin incompatibility issue, the Legacy Widget plugin and that widget are not working well together. And it&#8217;s also maybe widget developers, if they see their widget is breaking on the legacy, widgets maybe can change one line of code and make it work.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: So it provides a way for people to test it more easily. So I hope it&#8217;s going to get big usage, and it allows people to easily use their widgets and their block themes. Ideally, we will have blocks for everything, but in cases, blocks are not yet built, people can still use widgets, which is good news.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That was the idea of everything goes into blocks. But there are some people, that takes a while to adopt and not every plugin developer has the bandwidth to get into block development so fast. So that was great, a background on the Legacy Widget block. Thank you, Jorge. So that brings us to our, what&#8217;s release section, and Mary, what do we have?</p>\n\n\n\n<h3><strong>What’s Released</strong></h3>\n\n\n\n<p><em>Mary Job</em>: Yes. So first off, we have WordPress 6.0.1, release candidate. This was released on the 5th of July, and has 28 fixes. It will be incredibly helpful if listeners and committee members can help pass this version before the final release date, which is slated for the 12th of July. This is if you listen to this episode before the 12th of July. So what&#8217;s in this release? The nature of this minor release is mainly bug fixes.</p>\n\n\n\n<p>So there was a fix, so the order that the color gap CSS is queued, so this is not provided by layout CSS in non block themes. There&#8217;s also several layout utility class themes, led to blocks that have their layout attributes specified. And on post comment blocks, There are also a couple of releases.</p>\n\n\n\n<p>I&#8217;m not going to read all that, since we&#8217;re going to put it in the show notes. On post templates, there was a fix to the post templates to ensure that the layout blocks support for the post template block, it&#8217;s only applied on the outer most, and not on the first chart of each instance. Yes. Do you want to speak on this bug fix the last one here, Birgit?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: The fixed performance regression to remove widgets fragments?</p>\n\n\n\n<p><em>Jorge Costa</em>: It&#8217;s an important performance fix. So that was some lagging when you passed content, it&#8217;s a good announcement, and I think it&#8217;s probably one of the most notable fixes, like in the performance on this patch release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent.</p>\n\n\n\n<p><em>Mary Job</em>: Thank you very much for expanding on that. So that&#8217;s it from the latest WordPress release and the release post, and it will be available in the show notes. Jorge, do you have any more thoughts to share on this?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, it&#8217;s a bigger than usual patch release, watching by the number of tickets that we included. And normally the patch was a little bit smaller, but I think in part that can be explained because of the very active development on more recent blocks, like the comments block, which most of the fixes are related to that. And then we also had lots of developments on the style engine and the styling output. So there were some specific issues that people reported, and that&#8217;s also another part of the patches. All in all, we did not have any very critical fix on this release, which is a nice thing.</p>\n\n\n\n<p>So there is some fixes, but none of them looks very critical. So I think what the best for the people would be to upgrade their websites, of course, so they can take advantage of all these fixes and they will not lose their time, they probably did not notice most of the bugs that we have on this list. But one day they may notice and they may be losing time, wondering why is this happening? So if they upgrade now, they will not lose their time wondering about the bug that was already solved. So as always, try to make your upgrades as fast as possible.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. There goes a big, big thank you to those who reported the bugs right after the 6.0 release. And of course, to all the contributors that kind of fixed them so fast, actually. It&#8217;s now five weeks after the 6.0 release, and that&#8217;s a really good time to have a minor release coming out, and now more people are going to use WordPress 6.0.</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah. That&#8217;s a good point for the listeners, they can now help us do the better product possible by testing the DRC that we have out. If you find any bug, you may make things easier for 40% of the internet that is going to run this code. So please test it and let us know if you find any issue with it.</p>\n\n\n\n<h3><strong>Gutenberg 13.5</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Thank you, Mary, for going through that release. So today we covered two Gutenberg releases. One is Gutenberg 13.5, and that was released two weeks ago, Anne McCarthy&#8217;s first release, congratulations to Anne. And there have been 12 enhancement and 15 bug fixes, and also an explosion of code quality updates, but they&#8217;re mainly related to the low dash refactors and updating some finals to the new ES land rules, and there were also a few PR&#8217;s for Gutenberg tools. But let&#8217;s dive into the selected enhancements.</p>\n\n\n\n<p>One is, so the media tool tip on the image was not big enough to see actually what kind of image is the image file name, and now there&#8217;s a tool tip that shows the full URL of the image in the block toolbar of an image or a gallery, and I find that really helpful. For the cover block, this release added a placeholder when a featured image is in use, which is definitely helpful to see the better expectations on what you&#8217;re customized there. And another new feature, well, it wasn&#8217;t a new feature, it&#8217;s a better place for it.</p>\n\n\n\n<p>The add feature image toggled for the media replacement flow is now in the toolbar and connected with the media replacement dropdown before it was a separate button in the block tool, now it&#8217;s all in one, and it&#8217;s much easier to know, oh, I can just use the featured image for a cover block. The post navigation has now designed controls, that&#8217;s absolutely new. So post navigation block is the links on the single post page where users can navigate to the previous post or the next post, and now you can give it their distinct styling.</p>\n\n\n\n<p>The theme development needs, however, enable to support through the appearance tools in the theme JSON, but now you have design tools for color, text decoration and font family. And of course, color for both the text and the link in that block. So if you have anything to say, Jorge, feel free to interrupt me in my flow and we&#8217;ll stop, and then you could say, because I know you have been working on some of the things. So it&#8217;s always welcome to chime in here.</p>\n\n\n\n<p><em>Jorge Costa</em>: Thank you, Birgit, if I have anything, I will add.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So there&#8217;s also an APR that moves the CSS from the style sheet to the block definition, and that is helpful because it reduces the CSS specificity. Conflicts and theme developers can easily override them by other theme JSON files. The current themes are not touched with that, a change, so it won&#8217;t break anything, right now as the class names are still there and they&#8217;re still the same. So it&#8217;s a good change that does not break any layouts, so that is it what I see from the enhancements that I wanted to point out. There are plenty of bug fixes, as I mentioned.</p>\n\n\n\n<p>There is also a few fixes merged to improve the accessibility for the various interfaces, so context for the action buttons, for instance, in the template actions or the fix of the focus trap on certain input types, and also a label for the preview options in the dropdown, or increase the accessibility of the various features. And then I have one more, that is that also talking about CSS specificity, and there&#8217;s one fix that lowers the CSS specificity for the file block, as well as for the search block, meaning they are now following the button design that&#8217;s in the theme JSON, or in the CSS, and not have their own button styling.</p>\n\n\n\n<p>So they are much more consistent now, unless you want to, as a theme developer, they are much more consistent now with the overall layout of the site. So I think, unless you have anything, Mary, or Jorge, from the 13.5 release, that&#8217;s all I had. It wasn&#8217;t a big release, it still had a lot of PR&#8217;s, but they&#8217;re all kind of backend stuff for code quality stuff.&nbsp;</p>\n\n\n\n<h3><strong>Gutenberg 13.6</strong></h3>\n\n\n\n<p>So let&#8217;s continue with Gutenberg 13.6 release, and Jorge, you were the release lead this week for it, and it comes with 34 enhancements and 24 bug fixes, and it also has code quality documentation items, and so on and so on. Do you want to kind of get started what you wanted to point out here?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, it&#8217;s a considerable release. There are some user, not of several things that are important to note. Right now you can add templates on the site editor. For all the posts of a specific post type, we are also adding the ability to select the template for posts of a given category. So all these things were already possible in the existing theme engine, but it will involve knowing the specific file names, knowing specific slugs to create these themes.</p>\n\n\n\n<p>So most people did not use these features. So when you say around websites on the internet, most of the category listings are the same, if you check the category of, like a shoes category compared to a dresses category, it&#8217;s almost the same, it just changes the posts. But now it will be easier to make specific templates with specific designs for each category or for each other.</p>\n\n\n\n<p>So I hope people start using these features more, it&#8217;s something you have a UI for it, you don&#8217;t need to create any files with the strange names, you just select on the UI, what you want to do. And then you create a template, or you make a small change to the general one that you want for on that specific case, all without involving any code, and having a way for it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: So in 13.6, we started this expansion process for specific posts. It&#8217;s the work that is going to continue on the next releases. We also have the ability for you to, when you create a post, like the normal experiences for the post to start with a white screen, and on the last core release for pages, we have the ability for a pattern to say that the pattern wants to appear when you start a new page.</p>\n\n\n\n<p>So when you start a new page, instead of starting from blank, you can have a UI that allows to select if you want a contact page and about page, or the most common patterns of a page, and then you just fill in the blanks and your page is then, it&#8217;s much more easier to start from something that was already built than having to build everything from the scratch. We received some feedback on the community that was nice, was useful, but people wanted it for any type of post type.</p>\n\n\n\n<p>So for example, if you have a book post type, you may have many ways to show your book. For example, the cover of the book on the left, with the description on the right or the cover above with the description below. So what we offer with 13.6 is an ability, so for any post type, when you start creating a post type, you see a model and you can select the pattern that makes more sense to you. Or you can, of course, don&#8217;t select any pattern and start blank as you did before. So I think it will be very helpful for some users to have these type of patterns.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely. Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: So these ones are very noticeable features, and people can start using them right now, try them. We also have of course testing for part of the styles engine and theme JSON mechanism, which is something called Elements. It&#8217;s a concept, it&#8217;s still trying, but basically, you have a link on your post, that link can already be styled. It&#8217;s a cross block, like any block can have a link, you can have links on the navigation, you can have links on your post content, or you can have links to link to the pagination of your website.</p>\n\n\n\n<p>And the same happened, and you can already customize it. But the same happens for buttons, you can have buttons outside of a button block, like the search block can have the button search, you can have other types of buttons, even in custom blocks. So these are the same for captions, like any block can have a caption. You can have a caption of a table, you can have a caption on the image. So these are elements that are generic and you can use it in any block.</p>\n\n\n\n<p>And we want to allow people to easily style these types of things that are not block specific, but I may want all the captions of my website to look in a given way, or I may want captions of the images specifically of the images to look in a given way. So we are offering an API to do that, we ask people to give their feedback, test their themes, test their blocks, if things work now. And on 13.6, we provide already an UI for button, so you can already go to the site editor UI and try to change the colors of buttons and see if it is reflected on the search block.</p>\n\n\n\n<p>See if it is reflected on the third party blocks that you use, that have buttons. And we also have four captions, not a UI yet we are going to do it on the next releases, but as part of the theme JSON, and so in your theme JSON file, you can configure for the captions. And it&#8217;s two big things there. They are not featured highlights yet because it&#8217;s still something we are experimenting with.</p>\n\n\n\n<p>And we are trying this type of concept. But feel free to test it, let us know what you think and share your feedback. Then we have many announcements, to make the UI more clear, simple things like some toggles have started having a description, complete one about what they do. So people know if they click that toggle, what is going to happen exactly.</p>\n\n\n\n<p>Things like when you schedule a post and you change your date for tomorrow, instead of the UI saying the day and the date telling you that the post is going to be published tomorrow, which is more clear, you don&#8217;t need to know what day is now and what day is tomorrow, and the UI, if it&#8217;s going to be published today at some hour, the UI is going to show you today at some hour.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm-hmm.</p>\n\n\n\n<p><em>Jorge Costa</em>: So it&#8217;s the small things, but all the things done will improve the user experience and make things that we&#8217;ll probably not notice, but when they are there. But if we remove them again, you will probably start missing them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: So that&#8217;s this type of announcement, many of them, we also have multiple accessibility features added. New keyboard shortcuts that you can use, which makes the application more accessible if you are using the keyboard a lot. We also document shortcuts that already existed, but we&#8217;re not being shown anywhere because they were probably added even before we have a UI to show these types of shortcuts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. Mm-hmm.</p>\n\n\n\n<p><em>Jorge Costa</em>: So yeah, many small announcements. Also, there is lots of work happening around performance, but this work is not noticeable now, it&#8217;s like work for the long term. You are working but you will only see the benefits when that work is complete. I&#8217;ll talk you, it&#8217;s like long work, so it&#8217;s divided in multiple PR&#8217;s and this already contains many of these PR&#8217;s. So we hope when that work is complete, people will start noticing their editor is faster. And now we have also multiple bug fixes as always.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: It&#8217;s part of the development process.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome.</p>\n\n\n\n<p><em>Jorge Costa</em>: Also many updates to documentation, like announcements, things that we think were important to be documented. There is a refactor of components to type script. So when people are coding for Gutenberg or using our components, their IDs will auto complete, will validate if they are passing the correct properties and the correct data to our components. So it will improve a lot, the developer experience for people building with our components and building complex UIs and complex blocks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm-hmm.</p>\n\n\n\n<p><em>Jorge Costa</em>: And some announcements to the rest, API, remove hard coded strings that were there. And basically, there is lots of work happening, but mostly as we, with 3.5 too, it&#8217;s backend things, they need to be done to prepare the product, to receive the good UIs that they utilize.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm-hmm.</p>\n\n\n\n<p><em>Jorge Costa</em>: But some of these UIs are not there and are not shipped yet.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Thank you for the quick rundown here. I wanted to point out two more things. One is that the pseudo selectors on Elements, you pointed out them for theme JSON, but there&#8217;s also the pseudo selectors for, they are coming. Now I remember, it&#8217;s not yet in 13.6, it&#8217;s the pseudo selectors for the hover action and for the navigation links. So now I know that. So we talked about that. The other cover now has an axle top margin, top and bottom margin feature, so you can make the cover block larger, even if there&#8217;s not filled up with blocks, so you don&#8217;t have to use the spacer block anymore.</p>\n\n\n\n<p>If you use them, that&#8217;s fine, it doesn&#8217;t go away, but for new covers. And then pocket cast embeds are now possible, both on the core as well as on, Gutenberg has now the embed blocks for pocket cast. Pages podcast, as well as single episodes, so that&#8217;s nice. And I think we&#8217;re going to use them on the Gutenberg Times soon, to sprinkle out all the different episodes around the site. And we talked about the single custom post type templates. Yes. We talked about the keyword.</p>\n\n\n\n<p>And then there was one bug fix that the preview of the pattern didn&#8217;t show the dual tone that were already selected, so that has been fixed, so now you actually get what you see. No, see what you get when you have that pattern model up and preview some of the patterns. One fix is certainly something that&#8217;s also a quality of life fix is that the image block now preserves the all text that&#8217;s already entered in the media library on upload.</p>\n\n\n\n<p>So you don&#8217;t have to upload, punch it in again the second time for those who work quite a bit with images, that was kind of a little pain point, and it also didn&#8217;t add to the accessibility of the website when people forgot to use the all text, once they use it. Jorge already mentioned the documentation updates. One is, there&#8217;s actually an explanation how to set up the local environment to run the performance tests.</p>\n\n\n\n<p>So I think for those of us who want to contribute to Gutenberg and want to kind of double check things, and now you can do this also for the performance test. And Jorge also mentioned the style engine. There is now the documentation, it&#8217;s still experimental, but the team has added a correspondent documentation page for the style engine package. And it&#8217;s in the block editor handbook, and you can see some of the terminology that&#8217;s used for the style engine. Not sure do we want to get into that, what is the style engine, Jorge, can you summarize that a little bit?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, I can try to provide a small overview. So basically the style engine is a small piece of code, now not that small, but something that is aware of where the block is being rendered, what are the attributes of that block, and what are the styles applied to it. And then it receives this data structure with the style information that is represented in JSON most of the time. And it converts the structure to CXX, which is something that the browser then uses to render the block and apply the styles that is expected.</p>\n\n\n\n<p>So it&#8217;s basically a small compiler that turns your styles, data structure into CSX that the browser then shows to the user. You can imagine, for example, in a native application that where you wanted to render the blocks, you could have a different style engine that map this style structure to something instead of html and CXX, something native for that mobile platform. So yeah, it&#8217;s basically a small compiler of stands.</p>\n\n\n\n<h3><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Okay. So that concludes the Gutenberg 13.6 release. Wow, and all the whole what&#8217;s release section. It wasn&#8217;t as exhausting as I thought it would be. So thanks for the great work of Mary and Jorge to kind of come along with us, or come along with it. So there is also excellent progress towards WordPress 6.1. So the estimates are, does Gutenberg 14.0, would be the last plugin release before feature freeze. And that&#8217;s actually only four more releases. So all of a sudden it gets still a little tight, for a feature freeze now.</p>\n\n\n\n<p>Okay, so what&#8217;s in the active development or what&#8217;s discussed is the next, so what&#8217;s coming up? There is an update regarding the web funds API. Just to do a little history on that the web funds API was worked on, but it was punted for 5.9, had a minimum implementation, restricted only to the theme JSON settings. And then the aim is to possibly get it into 6.1.</p>\n\n\n\n<p>And you can follow along on the progress and on the roadmap with Tanya Mork&#8217;s tracking issue, which is 41476, but of course we have the link in the show notes and she provides there her shared vision, what the API supports the topography features for blocks, and then the themes, and also the tracking for the ongoing work for 6.1, that&#8217;s divided into things that need to be done for the architecture of the API, for the performance.</p>\n\n\n\n<p>Then talk about the future scope of it, are there already no bugs and documentation issues. So we of course have it in the show notes. But yeah, read up about it. And so you can follow along, tracking issues always kind of has all the open issues for a certain feature, and it&#8217;s definitely interesting for a theme and plugin developers what&#8217;s happening with funds in the near future. So Jorge, during the core editor chat, you shared what you have been working on, and there are some exciting features coming. Do you want to kind of go briefly through it, what you&#8217;re working on?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, of course. So one of the big features is expanding what templates you can create on the site editor, which I already referred to previously, and I talked about it already before. So that&#8217;s something that we are planning to take to the finish line and all the templates supported on the WordPress hierarchy can be created with a UI. Then we are also betting big on patterns.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm-hmm.</p>\n\n\n\n<p><em>Jorge Costa</em>: So we want to provide the best pattern experience possible, which is a very complex engineering and user experience problem, because even defining what would the perfect experience be, is not a simple challenge. So basically when you have a pattern, no matter if it has 100 blocks, we want for it to be a cohesive structure where you can touch them and modify it as a single unit of content, instead of you not a seeing that it is composed by 100 different things, but we also wanted to allow to customize to change the contents of the patterns, offer some customizability.</p>\n\n\n\n<p>And that customizability, it&#8217;s something that the pattern can define, it&#8217;s not common for every pattern, it depends, in some patterns it may make sense to change almost everything in other patterns, it may make sense to only fill in the blanks, some texts that you already have there. As part of these experiments, one idea is to allow blocks, to output and to use any settings that we already offer on theme.json, so essentially, for example, in a group block that is used in a header, you would be able to say here in all blocks nested inside me, don&#8217;t have the ability to change colors, font sizes, everything.</p>\n\n\n\n<p>So you&#8217;ll essentially only be able to change the text and you&#8217;ll not be able to change the other things, so you don&#8217;t break the pattern, and you can also join that with our working mechanisms that already exist, so you really just fill in the blanks. That&#8217;s a way to offer this experience. There may be other ways where the pattern itself highlights what is relevant information onto descendant blocks and allow you to go there directly, and you just change what was said as relevant information. So we are working a lot on trying to define this pattern experience and make it as good as possible.</p>\n\n\n\n<p>We are also going to include zooming out view where you, instead of showing your website and you scroll, you&#8217;ll see a zoom out where you view all your page or all your template with the sections that are part of it, and you can more easily have a new pattern that is a header or have a new pattern that is a folder replaced, big areas of design on your website. So that are the things, it&#8217;s work that is in progress, and we are hoping that soon the using patterns will be much easier and something more common to do.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, that sounds exciting. Yeah, pattern is the way to go. Are you thinking also to have a UI, so people can create their pattern on the site and store it as a pattern, or because you can create reusable blocks and you can create template parts, but a user cannot create their own block patterns on the UI, is there some thought about that or a decision made?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah, I think it&#8217;s something that makes sense, and if we don&#8217;t include it in core already, certainly there will be lots of plugins allowing people to do that. I think it&#8217;s something that we may have in core soon, it&#8217;s just that first we want to using the patterns be a very good experience, and then that&#8217;s like the cherry on top of the cake, it&#8217;s something that probably will happen. I&#8217;m not aware exactly there is a decision on it or not already.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, you&#8217;re right.</p>\n\n\n\n<p><em>Jorge Costa</em>: Personally, I expect that it&#8217;s something that will happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Jorge Costa</em>: It&#8217;s a matter of time and making sure after the experience being perfect, or being the best we can, and I guess people will do that.</p>\n\n\n\n<p><em>Mary Job</em>: That would be a good one to see.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But you&#8217;re right, Jorge, there are quite a few plugins actually allowing already the user who doesn&#8217;t touch code to create patterns or save a certain section, a group as a pattern so they can reuse it and then only have to change the text. But the locking of blocks inside a pattern, that&#8217;s already also possible.</p>\n\n\n\n<p>Speaking of locking, there is a new page in the documentation that outlines all the ways, how you can curate the block editor experience, especially also for the full site editing for as a developer for your clients or users in the block handbook. And I will share the link in the show notes as well, because that&#8217;s a question that comes up quite often, and now the block pattern somehow triggered my memory that I wanted to mention that. So, Mary, do you have anything that you wanted to add to what&#8217;s discussed or in the works?</p>\n\n\n\n<p><em>Mary Job</em>: Oh yes, still on that, Jorge, George Mamadashvili is looking for technical feedback or a review, or his new PR to allow locking inner blocks from the container block. We&#8217;re going to put a link to that in the show notes. And there&#8217;s also a reminder from Nick Diego on editor box scrubs. This will take place at 1400 UTC. This is 10:00 AM Eastern Daylight Time, on Tuesdays in a call editor channel, on make WordPress Slack.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. All good announcements and work to do. Speaking of locking inner blocks from the container block, having a little tog, and it looks like it&#8217;s a little toggle button that will have the user say, okay, and apply the same lock to all the inner blocks in a group block or in a cover block or something like that, so that is really good.</p>\n\n\n\n<p>So, I think we are at the end of a show. Thank you all for that, it&#8217;s a great show. I was so happy that we put it together today. I just want to remind everyone, July 22nd is our Gutenberg live Q and A with the lead developer, Seth Rubenstein and head of digital strategy, Michael Pickerosy from the Pew Research Center. And my co-host will be Anne McCarthy, and the registration and link is in the show. So Jorge, Jorge-</p>\n\n\n\n<p><em>Jorge Costa</em>: That is always this confusion between Spanish and the Portuguese version of the name.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m sorry, I butchered it probably, either way.</p>\n\n\n\n<p><em>Jorge Costa</em>: Either way is fine, I&#8217;m already accustomed to it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So if the people want to get in contact with you, want to kind of ask you questions, or how is the best way to reach you?</p>\n\n\n\n<p><em>Jorge Costa</em>: Yeah. You can reach me on the WordPress Slack, Jorge Costa, or you can reach me on Twitter too, JorgefesCosta, and of course on GitHub, George Filipe Costa, which is my GitHub username. So feel free to reach on any of the platforms you like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. And Mary, do you have anything that you wanted to remind our listeners about that you didn&#8217;t get in beforehand?</p>\n\n\n\n<p><em>Mary Job</em>: No.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. So how can people reach you?</p>\n\n\n\n<p><em>Mary Job:</em> Maryojob on Twitter.</p>\n\n\n\n<p><em>Birgit Pauli-Haack:</em> Maryojob. Yes, Maryojob on Twitter. So as always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 69, and if you have questions, suggestions, or news, you can send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. That&#8217;s <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. Thank you, Mary. Thank you, Jorge. Until the next time, and that&#8217;s it for me. Bye-bye.</p>\n\n\n\n<p><em>Jorge Costa</em>: And thank you again for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You&#8217;re welcome. Thank you for joining us.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Jul 2022 21:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: Accessibility Day, Shortcode to Block, and a new Beginner’s Guide — Weekend Edition 222\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=21526\";s: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:110:\"https://gutenbergtimes.com/accessibility-day-shortcode-to-block-and-a-new-beginners-guide-weekend-edition-222/\";s: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:19779:\"<p>Howdy, </p>\n\n\n\n<p>So, this was the first week of the second half of the year. I am most excited about meeting people at WordCamp US in San Diego, the WordPress 6.1 release and some downtime around the Holidays. But first it is vacation time in August! We will meet family and friends in Berlin, Munich, Black Forest and Merano, Italy. In between we sprinkle our workdays, too and some weekend editions. </p>\n\n\n\n<p>This week, there are some real gems in the list of posts. The list of WordPress events is quite long, with more in-person WordCamps around the world, additional July events on the Social Learning space and more. Check them all out on the bottom of this edition. And don&#8217;t forget to <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">reserve your seat for the next Gutenberg Times Live Q &amp; A</a> with the folks from the Pew Research Center.  Hope to see you there! </p>\n\n\n\n<p>Hopefully, you also get some vacation time and no screen-time in this Summer. Stay safe! </p>\n\n\n\n<p>Yours, 💕<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-container-7 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and building Blocks</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-g\">Gutenberg 13.6 released</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme building with Full-Site Editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-\">Block editor updates for #Nocode Site builders and Owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-l\">Live Streams and Podcasts</a></li><li><a href=\"https://gutenbergtimes.com/feed/#5-upcoming-word-press-events\">Upcoming WordPress Events</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#6-word-camps-around-the-world\">WordCamps around the World</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-social-learning-spaces\">Social Learning Spaces</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-meetups\">Meetups</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 id=\"0-word-press-release-information\">Developing Gutenberg and building Blocks</h2>\n\n\n\n<p>In his post, <a href=\"https://jonathanbossenger.com/2022/07/08/turning-a-shortcode-into-a-block/\"><strong>turning a Shortcode into a block</strong></a> <strong><a href=\"https://twitter.com/jon_bossenger\">Jonathan Bossenger</a></strong>, Developer Educator on WordPress Training team, uses the example of a testimonial plugin that provides a Shortcode to add a testimonial to a page. In this hands-on video, you learn how to replicate the functionality in a block. </p>\n\n\n\n<p>If you are missing some steps, Bossenger also published an <strong><a href=\"https://learn.wordpress.org/workshop/intro-to-gutenberg-block-development/\">Intro to Gutenberg Block Development</a> </strong>workshop on Learn.WordPress<strong> </strong></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>After discussions with a few team reps on Slack and at WordCamp Europe, I published the follow-up <a href=\"https://make.wordpress.org/core/2022/07/06/proposed-editorial-process-for-the-new-developer-blog/\"><strong>proposal on an editorial process for the new Developer Blog</strong></a> on WordPress.org. I am grateful to all the reviewers of the post to make it a good first draft. If you have some time, read it and chime in, especially if you have specific topics you&#8217;d like to see the team write about. The comments period end on July 20th, 2022. </p>\n\n\n\n<h3 id=\"1-g\">Gutenberg 13.6 released</h3>\n\n\n\n<p><strong><a href=\"https://twitter.com/JorgeFSCosta\">Jorge Costa</a></strong> was the release lead for Gutenberg plugin version 13.6. He wrote in his release post: <a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/\"><strong>What’s new in Gutenberg 13.6? (6 July)</strong></a>. &#8220;The Gutenberg 13.6 release comes with four major highlighted features, many smaller enhancements, numerous accessibility improvements, and twenty-six bug fixes.&#8221; Costa highlighted the following features: </p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#post-type-patterns\">Provide patterns to select from when creating any post type</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#template-types\">Create more template types in the editor</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#other-highlights\">Other Notable Highlights</a></li><li><a href=\"https://make.wordpress.org/core/2022/07/07/whats-new-in-gutenberg-13-6-6-july/#button-element\">Explore the expanding theme.json engine</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>More details are also available on the WPTavern article: <a href=\"https://wptavern.com/gutenberg-13-6-adds-pattern-modal-support-for-custom-post-types-expands-creation-of-template-types\">Gutenberg 13.6 Adds Pattern Modal Support for Custom Post Types, Expands Creation of Template Types</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Mary Job</strong> and I had <strong>Jorge Costa</strong> as our special guest for the next <strong>Gutenberg Changelog episode (69)</strong>. The episode will hit your favorite podcast player over the weekend. </p>\n\n\n\n<img />\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme building with Full-Site Editing</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/andersnoren\">Anders Noren</a></strong>, one of the first theme builders using FSE and also guest on one of our Live Q &amp; As, released a new bock theme. In his post, <a href=\"https://andersnoren.se/introducing-davis-blocks/\"><strong>Introducing Davis Blocks</strong></a>, he also explains his reasons for the rewrite of his classic theme. Then he elaborates   on his approach to reduce files and CSS via block themes, and &#8211; very interesting &#8211; why he still had to use 250 lines of Custom CSS. The last section provides a fabulous list of missing features. </p>\n\n\n\n<p>You can try out the new theme for free from the WordPress Repository: <a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a>. <a href=\"https://wordpress.org/themes/tove/\">Tove</a> was Noren&#8217;s first block theme to make it into the directory. And, according to <a href=\"https://twitter.com/andersnoren/status/1545372137682264064\">his tweets</a>, Noren is already working on his next theme. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/hellofromTonya\">Tonya Mork</a></strong> published a <a href=\"https://github.com/WordPress/gutenberg/issues/41479\"><strong>Roadmap for the implementation of the Webfonts API</strong></a>. The post has two parts: First she outlined the vision on how this API supports typography features in Styles. Second,  she keeps track of ongoing work necessary to build the architecture, tackle performance, provide the features needed, fix identified bugs and write documentation. Mork also shared, that once the issues in the architectural section are resolved, work on features can begin. You can follow along on the development by bookmarking this issue. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>For after several months contributors discussed what would be the right moment to <a href=\"https://github.com/WordPress/gutenberg/issues/39293\"><strong>Remove the  beta label from the Site Editor</strong></a> menu item. This week, <strong>Anne McCarthy</strong> updated the space with a series of issues to be resolved before the beta moniker can be removed. This is a work in progress and certainly not the end of the discussion. It&#8217;s now on a more actionable track, though. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Matias Benedetto</strong>, developer on the WordPress Theme team posted the list of changes for Theme developers: <strong><a href=\"https://make.wordpress.org/themes/2022/06/28/latest-changes-in-gutenberg-themes-13-1-to-13-5-releases/\">Latest changes in Gutenberg + Themes: 13.1 to 13.5 releases</a>.</strong> Benedetto lists the merged PRs for Global Styles, Design Tools and Themes for each of the five plugin releases. This should get you caught up on the important pieces. </p>\n\n\n\n<div class=\"wp-container-8 wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container\">\n<p><strong>🎙️ </strong> New episode: <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\">Gutenberg Changelog #70 – Gutenberg 13.7, Template Creation Enhancements and First Full-Site Editing Themes in Woo Commerce Marketplace</a> with Birgit Pauli-Haack and Mary Job, and special guest: <strong>Ryan Welcher</strong></p>\n</div></div>\n\n\n\n<p><a href=\"https://speckyboy.com/when-should-you-use-wordpress-full-site-editing/\"><strong>When Should You Use WordPress Full Site Editing?</strong></a> is a question many asked. <strong><a href=\"https://twitter.com/karks88\">Eric Karkovack </a></strong>has some answers for you. As always with technology, it&#8217;s an elaborated &#8220;It depends.&#8221; He looks at three scenarios: how much flexibility in design is needed, who maintains a site, and the level of complexity. If you are on the fence if  you should start a new project with FSE, this is a relevant post to think it through the decision</p>\n\n\n\n<h2 id=\"2-\">Block editor updates for #Nocode Site builders and Owners</h2>\n\n\n\n<p>If you are new to using the Block editor or know someone new to using it <a href=\"https://twitter.com/ASKDesign2/\"><strong>Anne Katzeff</strong></a> wrote a <a href=\"https://www.askdesign.biz/blog/2022/07/beginners-guide-to-gutenberg-blocks/\"><strong>Beginner’s Guide to Gutenberg Blocks</strong></a>. Katzeff introduces you to the basic Gutenberg blocks so you can edit existing pages and posts, and create new documents. Anne Katzeff is a good friend, WordPress Meetup Co-organizer, and designer in Massachusetts and wrote this post for her design clients. </p>\n\n\n\n<p>Laura Byrne <a href=\"https://twitter.com/NewYorkerLaura/status/1545777541197316096\">commented on Twitter</a>: <em>&#8220;This is hands down the best Gutenberg 101 for content creators I’ve seen. Seriously, bookmark this now and use as a reference: logical progression, great screen caps, user-friendly language.&#8221;</em> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Sarah Gooding reviewed a new plugin which offers <a href=\"https://wptavern.com/new-free-plugin-offers-beautiful-block-patterns-for-food-bloggers\"><strong>Beautiful Block Patterns for Food Bloggers</strong></a>. &#8220;Food blogs commonly have a strong focus on category and tag-driven grid layouts with big featured images and multiple sections showcasing different types of recipes. Prior to the block editor, customizing these types of layouts would be beyond reach for most WordPress users. They would have to rely on the theme to provide the right layout or enough user-friendly options to change it.&#8221; Gooding wrote. The plugin <a href=\"https://wordpress.org/plugins/block-patterns-for-food-bloggers/\"><em>Block Patterns for Food Bloggers</em></a> is available in the WordPress repository, </p>\n\n\n\n<p>Today, <a href=\"https://wordpress.org/themes/tags/full-site-editing/\"><strong>93 Block Themes are now available in the WordPress Directory</strong></a>. Some of the newestthemes are: </p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/davis-blocks/\">Davis Blocks</a> by Anders Noren</li><li><a href=\"https://wordpress.org/themes/gutenify-magazine/\">Gutenify Magazine</a> by Gutenify Dev</li><li><a href=\"https://wordpress.org/themes/intrace/\">Intrace</a> by Jegstudio</li><li><a href=\"https://wordpress.org/themes/lawson/\">Lawson</a> by ThemeZee</li></ul>\n\n\n\n<img /><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">Newest Themes in the WordPress Theme Directory</a>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<h2 id=\"0-l\">Live Streams and Podcasts</h2>\n\n\n\n<p>Sarah Gooding picked up on our upcoming Live Q &amp; A and wrote about it: <a href=\"https://wptavern.com/gutenberg-times-to-showcase-the-pew-research-centers-block-first-approach-in-a-live-qa-on-july-22-2022\">Gutenberg Times to Showcase the Pew Research Center’s “Block First Approach” in a Live Q&amp;A on July 22, 2022</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nathan Wrigley</strong> hosted <a href=\"https://wpbuilds.com/2022/07/05/this-week-in-wordpress-215/\">This Week in WordPress episode #215</a> with Remkus De Vries, Mark Westguard and yours truly. You can watch the recording on YouTube. </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=kmx2zY9CwYk\"><img /></a>\n\n\n\n<h2 id=\"5-upcoming-word-press-events\">Upcoming WordPress Events</h2>\n\n\n\n<p><strong>Don&#8217;t miss it! <a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\">A Block-First Approach at Pew Research Center</a></strong> with lead developer Seth Rubenstein, head of digital strategy, Michael Piccorossi and co-host Anne McCarthy on <strong>July 22, at 11am EDT / 15:00 UTC</strong></p>\n\n\n\n<a href=\"https://us02web.zoom.us/webinar/register/7216548519021/WN_Af50AS7VQbuyCrUdQnormw\"><img /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>November 2 + 3, 2022<br /><a href=\"https://wpaccessibility.day/\"><strong>WordPress Accessibility Day</strong></a></p>\n\n\n\n<p>October 10 – 14, 2022<br /><strong><a href=\"https://woosesh.com/\">WooSesh&nbsp;</a></strong>is a ‘virtual conference for WooCommerce store builders that will help grow your business.’ Event host, Brain Richards, is currently looking for speakers for pre-recorded 25-minutes sessions.&nbsp;<a href=\"https://woosesh.com/speak/\">Apply to speak</a>. Deadline July 15, 2022. </p>\n\n\n\n<h3 id=\"6-word-camps-around-the-world\">WordCamps around the World</h3>\n\n\n\n<p>September 2 + 3, 2022 <br /><strong><a href=\"https://jinja.wordcamp.org/2022/\">WordCamp Jinja 2022</a></strong>, about 2 hrs West of Kampala, Uganda. Calls for sponsors, speakers, and volunteers are open now. </p>\n\n\n\n<p>September 3 + 4, 2022 <br /><a href=\"https://kathmandu.wordcamp.org/2022/\"><strong>WordCamp Kathmandu</strong></a>, Nepal</p>\n\n\n\n<p>September 9 &#8211; 11, 2022 <br /><strong><a href=\"https://us.wordcamp.org/2022/\">WordCamp US</a></strong> in San Diego</p>\n\n\n\n<p>September 15 + 16, 2022 <br /><a href=\"https://netherlands.wordcamp.org/2022/\"><strong>WordCamp Netherlands</strong></a> at the  <a href=\"https://www.burgerszoo.com/\">Royal Burger&#8217;s Zoo</a> in Arnhem</p>\n\n\n\n<p>September 24 + 25, 2022<br /><a href=\"https://pontevedra.wordcamp.org/2022\"><strong>WordCamp Pontevedra</strong></a></p>\n\n\n\n<h3 id=\"2-social-learning-spaces\">Social Learning Spaces</h3>\n\n\n\n<p>July 11, 2022 3 pm EDT / 19:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286854020/\"><strong>Your First Ecommerce Website</strong></a> with Chris Badgett and Destiny Kanno</p>\n\n\n\n<p>July 12, 2022, 5 pm EDT / 21:00 UTC<br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/286603818/\">Explore the Block Directory</a></strong> with Wes Theron</p>\n\n\n\n<p>July 14, 2022 10 am EDT / 14:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/287038011/\"><strong>Let&#8217;s code! Creating your first WordPress Child Theme</strong></a> with Jonathan Bossenger</p>\n\n\n\n<p>July 15, 2022 4am EDT / 8 am UTC <br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/287058137/\">Writing content with the 10 Text blocks</a> with Ben Evans. </strong></p>\n\n\n\n<p>July 18, 2022 4pm EDT / 20:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/287072722/\"><strong>Building With Free Wireframe Templates And Advanced Blocks</strong></a> with Kadence blocks and Maestro Stevens</p>\n\n\n\n<p>July 19, 2022 5pm EDT / 21:00 UTC<br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/286862262/\"><strong>Explore the Template Editor</strong></a> with Wes Theron</p>\n\n\n\n<p>July 26, 2022 5pm EDT / 21:00 UTC <br /><a href=\"https://www.meetup.com/wordpress-social-learning/events/287048356/\"><strong>Styling your site with global styles</strong></a> with Wes Theron and Alycia </p>\n\n\n\n<h3 id=\"3-meetups\">Meetups</h3>\n\n\n\n<p><strong>July 20, 2022 7pm EDT / 23:00 UTC</strong><br /><a href=\"https://www.meetup.com/the-ottawa-wordpress-group/events/282146170/\"><strong>Gutenberg Blocks for Devs &#8211; Part 2</strong></a> with Rick Radko Ottawa Meetup</p>\n\n\n\n<p><strong>July 21, 2022 6 pm  EDT / 22:00</strong> <br /><a href=\"https://www.meetup.com/west-orlando-wordpress-meetup/events/286850309/\"><strong>What&#8217;s in WordPress 6.0 and in the works for WordPress 6.1</strong></a> with Birgit Pauli-Haack at West Orlando WordPress meetup </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p><em>Featured Image: Porto-House-Entrance by Birgit Pauli-Haack</em></p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Jul 2022 15:34:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: New Free Plugin Offers Beautiful Block Patterns for Food Bloggers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=135134\";s: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:86:\"https://wptavern.com/new-free-plugin-offers-beautiful-block-patterns-for-food-bloggers\";s: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:4826:\"<img />\n\n\n\n<p>Last month WPZOOM released a free plugin called <a href=\"https://wordpress.org/plugins/block-patterns-for-food-bloggers/#description\">Block Patterns for Food Bloggers</a> that I finally got the chance to test. Food blogs commonly have a strong focus on category and tag-driven grid layouts with big featured images and multiple sections showcasing different types of recipes. Prior to the block editor, customizing these types of layouts would be beyond reach for most WordPress users. They would have to rely on the theme to provide the right layout or enough user-friendly options to change it.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/block-patterns-for-food-bloggers/\">Block Patterns for Food Bloggers</a></blockquote>\n</div>\n\n\n\n<p>This plugin offers 19 beautifully designed patterns that are fully customizable, making it easy for food bloggers to create complex layouts. Once installed, users will find a little icon at the top of the editor, which  launches the patterns in a modal.</p>\n\n\n\n<img />\n\n\n\n<p>The modal displays a grid view of the patterns, a list view with larger images, and allows users to preview the patterns with a mobile, tablet, and desktop view.</p>\n\n\n\n<img />\n\n\n\n<p>Patterns look exactly like the preview when you select and insert them. They include all the images and text so users don&#8217;t have to guess how it all fits together. Most patterns simply require replacing the content with your own but can also be used as a starting point for additional customizations. For example, users can drop in this set of featured categories and edit the links to their own categories. </p>\n\n\n\n<img />\n\n\n\n<p>Some of the patterns, such as the different post grids, will require users to make some edits to the block settings for the Query Loop to get it to display the specific categories, author, post type, etc. </p>\n\n\n\n<img />\n\n\n\n<p>The plugin also includes two different &#8220;About Me&#8221; style Hero sections for introducing the food blogger, as well as an Instagram profile pattern with a small grid of images, and a book feature. There are patterns for a newsletter signup design, and a search form design with a browse section and quick search categories. </p>\n\n\n\n<img />\n\n\n\n<p>Check out the <a href=\"https://demo.wpzoom.com/foodica-patterns/\">demo on WPZOOM</a> to see all the food blogger patterns in action and an example homepage created with only the patterns in the plugin.</p>\n\n\n\n<p>Block Patterns for Food Bloggers is a fun plugin to play with because all the patterns are harmonious to each other, so it doesn&#8217;t look like they were all mixed and matched from different plugins. They should drop seamlessly into any WordPress theme or can be used on a blank canvas style theme without an issue.</p>\n\n\n\n<p>If you are food blogger who is eager to build your own website but have not found a theme that works for you, this plugin could be all you need to make your own layouts. It covers everything from recipe index pages to featured sections that you would find on any food blogger&#8217;s homepage. </p>\n\n\n\n<p>WPZOOM published a few helpful tips on the plugin page for customizing the patterns:</p>\n\n\n\n<ul><li>Use the Group block to control spacing and color for more than one block at a time.</li><li>Use the Cover block to control your pattern’s height, including min-height and full-viewport designs.</li><li>If your pattern contains numerous root-level blocks it can be helpful to Group them all together. This makes it easier to move your pattern around once inserted.</li></ul>\n\n\n\n<p>Although these patterns are presented with food pictures and placeholder text, they could easily be used for any other type of website. If you have a custom post type for movies, books, portfolios, team members, or any other kind of content, these patterns may be just as relevant. </p>\n\n\n\n<img />\n\n\n\n<p>Although some might contend all these patterns should be uploaded to <a href=\"https://wordpress.org/patterns/\">WordPress&#8217; official pattern directory</a>, I can see the value of offering them as a unified collection in a plugin.  Patterns mashed together from the Patterns Directory do not always have a unified design. There are already a few plugins that offer general pattern collections but it would be great to see more niche pattern collections like this one with a unified focus and design. It makes page building much easier than simply relying on core blocks and block collections.   </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/block-patterns-for-food-bloggers/#description\">Block Patterns for Food Bloggers</a> is available for free from the WordPress Plugin Directory. It works just as advertised and does not include annoying upgrade advertising in the admin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jul 2022 21:56:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s: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:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 25 Jul 2022 08:36:58 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 25 Jul 2022 08:30:11 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20211220193300\";}','no'),(3354,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1658781419','no'),(3355,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1658738219','no'),(3356,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1658781419','no'),(3357,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/07/wordpress-6-0-1-maintenance-release/\'>WordPress 6.0.1 Maintenance Release</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2022/07/episode-35-five-for-the-futures-true-intentions/\'>WP Briefing: Episode 35: Five for the Future’s True Intentions</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/podcast/gutenberg-changelog-70-gutenberg-13-7-woo-commerce-marketplace/\'>Gutenberg Times: Gutenberg Changelog #70 – Gutenberg 13.7, Template Creation Enhancements and First Full-Site Editing Themes in Woo Commerce Marketplace</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/new-kind-of-default-theme-pattern-preview-in-the-theme-directory-and-so-much-more-weekend-edition-224/\'>Gutenberg Times: New kind of default theme, pattern preview in the theme directory  and so much more – Weekend Edition 224</a></li><li><a class=\'rsswidget\' href=\'https://cdn.poststatus.com/putting-it-together-together/\'>Post Status: Putting it together, together</a></li></ul></div>','no'),(3374,'_transient_timeout_global_styles_genesis-block-theme','1658738834','no'),(3375,'_transient_global_styles_genesis-block-theme','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(3376,'_transient_timeout_global_styles_svg_filters_genesis-block-theme','1658738834','no'),(3377,'_transient_global_styles_svg_filters_genesis-block-theme','<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-dark-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncG type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncB type=\"table\" tableValues=\"0 0.49803921568627\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-grayscale\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.54901960784314 0.98823529411765\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.71764705882353 0.25490196078431\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-red\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 1\" /><feFuncG type=\"table\" tableValues=\"0 0.27843137254902\" /><feFuncB type=\"table\" tableValues=\"0.5921568627451 0.27843137254902\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-midnight\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0 0\" /><feFuncG type=\"table\" tableValues=\"0 0.64705882352941\" /><feFuncB type=\"table\" tableValues=\"0 1\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-magenta-yellow\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.78039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.94901960784314\" /><feFuncB type=\"table\" tableValues=\"0.35294117647059 0.47058823529412\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-purple-green\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.65098039215686 0.40392156862745\" /><feFuncG type=\"table\" tableValues=\"0 1\" /><feFuncB type=\"table\" tableValues=\"0.44705882352941 0.4\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg><svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 0 0\" width=\"0\" height=\"0\" focusable=\"false\" role=\"none\" style=\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\" ><defs><filter id=\"wp-duotone-blue-orange\"><feColorMatrix color-interpolation-filters=\"sRGB\" type=\"matrix\" values=\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \" /><feComponentTransfer color-interpolation-filters=\"sRGB\" ><feFuncR type=\"table\" tableValues=\"0.098039215686275 1\" /><feFuncG type=\"table\" tableValues=\"0 0.66274509803922\" /><feFuncB type=\"table\" tableValues=\"0.84705882352941 0.41960784313725\" /><feFuncA type=\"table\" tableValues=\"1 1\" /></feComponentTransfer><feComposite in2=\"SourceGraphic\" operator=\"in\" /></filter></defs></svg>','no'),(3421,'action_scheduler_migration_status','complete','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=185 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(9,2,'_edit_last','11'),(10,2,'_edit_lock','1658249718:11'),(11,2,'ct_builder_shortcodes',''),(12,2,'ct_builder_json','{\"id\":0,\"name\":\"root\",\"depth\":0,\"meta_keys\":[\"rank_math_internal_links_processed\"]}'),(13,2,'ct_page_settings','a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(20,14,'wpcb_run_type','always'),(21,14,'wpcb_original_code','/*\nPlugin Name:  MA Oxygen Custom Fonts\nDescription:  Load custom fonts and inject to Oxygen\nAuthor:       <a href=\"https://www.altmann.de/\">Matthias Altmann</a>\nProject:      Code Snippet: Load custom fonts and inject to Oxygen\nVersion:      3.2.6\nPlugin URI:   https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\nDescription:  en: https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\n              de: https://www.altmann.de/blog/code-snippet-eigene-schriftarten-in-oxygen-integrieren/\nCopyright:    © 2020-2022, Matthias Altmann\n\nVersion History:\nDate		Version		Description\n--------------------------------------------------------------------------------------------------------------\n2022-06-02	3.2.6		New Features:\n						- New configuration option $wfl_support_woff: \n						  Font packages downloaded from Web Font Loader (https://webfontloader.altmann.de) \n						  contain WOFF2 files supported by all modern browsers, and also WOFF files to support \n						  ancient browsers before 2016 like Internet Explorer, or Safari on older Apple devices.\n						  The new default setting is to NOT provide old style WOFF files for ancient browsers.\n						  Set this option to true if you still need to support old browsers before 2016.\n						  (Many thanks to Sunny Trochaniak and Yan Kiara for reporting issues investigation \n						  support with unexpected WOFF loading when using symbols/emoji)\n						- Added display of timing details at end of page Appearance > MA Custom Fonts\n						Fixes:\n						- Corrected initialization of dummy ECF plugin to let Oxygen detect custom fonts and \n						  prevents attempts to be loaded as Google fonts\n						  (Thanks to Firat Sekerli for reporting)\n						Changes:\n						- Removed configuration and all code for debugging.\n						- For Web Font Loader fonts: Only emit CSS if related font file exists. \n						  User might have deleted e.g. the files for a specific language.\n2022-03-13	3.2.5		New Features:\n						- Legend and coloring for font formats in custom fonts test screen\n						Changes:\n						- Renamed Admin menu Appearance > \"Custom Fonts\" to \"MA Custom Fonts\"\n						- Renamed test shortcode from \"maltmann_custom_fonts_test\" to \"ma-customfonts-test\"\n						- Optimized handling of font_base (dir, url) by class var\n						- Enhanced detection of variable weight fonts by [wght] in filename\n						  (Thanks to Paul Batey for reporting)\n						- Adapted min/max font weight for variable fonts from 100/900 to 1/1000 according to \n						  https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#values\n						  (Thanks to Paul Batey for reporting)\n						- Completely re-built custom font test screen (WP Admin and Shortcode) to improve \n							- variable weight fonts (display logic)\n							- responsive view (for test on smartsphones)\n2022-02-11				Tested with PHP 8.0, WordPress 5.9, Oxygen 4.0 beta 1\n2021-10-26	3.2.4		Changes:\n						- Deferred initialization to hook wp_loaded, after incompatibility checks\n						- Gutenberg: Apply custom fonts for new posts also\n						- Renamed IDs (for scripts and styles) and CSS classes (for font test) for consistency\n						Performance:\n						- Avoid unneccessary init by separating admin/frontend and more detailed checks \n						Fixes:\n						- Fixed an issue comparing hashes for code and file\n						  (Thanks to David Sitniansky for reporting)\n						- Emit styles for Gutenberg correctly if $cssoutput is configured as \'html\'\n2021-10-15	3.2.3		Changes:\n						- Gutenberg: Use display font for post title\n						  (Thanks to Sunny Trochaniak for reporting)\n						- Fonts preview: Changed sample text size from 15 to 16 px which is browser standard \n						- Fonts preview: Shortcode output uses WP system fonts for UI instead of custom fonts\n						- CSS file link now contains ?ver=... instead of ?hash only\n						Performance: \n						- Only create CSS file if contents (font configuration) have changed \n						Fixes:\n						- Removed itemprop=\"stylesheet\" from <link rel=\"stylesheet\" ...>\n						  (Thanks to Max Gottschalk for reporting and testing)\n						- Proper quoting for font families\n2021-08-02	3.2.2		Changes:\n						- Using scheme-less URL to avoid issues with wrong WordPress URL configuration\n						- Added admin notice if folder wp-content/uploads/fonts is not writable.\n						Fixes:\n						- Fixed issue with uppercase font file extensions.\n2021-06-18	3.2.1		Fixes: \n						- Fixed typo in CSS for Gutenberg\n2021-06-18	3.2.0		New Features:\n						- Display Custom Fonts in Gutenberg (enqueue ma_customfonts.css for font definitions, \n						  add custom style for display and text font from Oxygen global settings)\n						Changes:\n						- Auto-create folder /wp-content/uploads/fonts\n2021-05-17	3.1.3		Changes:\n						- Optimized init sequence\n						- Emit implementation and version in CSS\n						- Reversed Version History order\n2021-05-16	3.1.2		Changes:\n						- Avoid font swap: Load ma-customfonts.css early; default font-display now \"block\"\n						New Features:\n						- Allow space in addition to dashes to detect font weights and styles\n						  (Thanks to Henning Wechsler for reporting)\n2021-03-21	3.1.1		Fixes:\n						- Fixed font loading in Gutenberg editor (with Oxygen Gutenberg Integration)\n2021-03-20	3.1.0		New Features:\n						- \"Oblique\" in font file name is now detected as italic style\n						- Custom Fonts test: Option to show font weights/styles without files as browser would \n						  simulate. \n						Changes:\n						- Output Custom Font CSS in head instead of footer to prevent font swap\n						- Custom Fonts test: Changed logic for output font samples and related file info\n						Fixes:\n						- Custom Fonts test: Fixed font file count for fonts provided by Web Font Loader\n2021-03-08	3.0.2		Fix:\n						- Compatibility with Windows server and local dev environments.\n						  (Thanks to Franz Müller for reporting and testing)\n2021-02-23	3.0.1		Fixes:\n						- Compatibility with WordPress 5.6.2 (doesn\'t set REQUEST::action anymore)\n						- Compatibility check with Swiss Knife\'s Font Manager feature\n						- Compatibility with Swiss Knife (font lists did not display custom fonts light blue)\n2021-02-18	3.0.0		New Features:\n						- Support for font packages from Web Font Loader (https://webfontloader.altmann.de/)\n						- New configuration option: CSS output as inline CSS or external CSS file (cacheable)\n						- New configuration option: CSS minimize (was controlled by debug switch before)\n						- Changed configuration option: font-display may now be specified as desired, \n						  default is now \'auto\'\n2021-01-24 	2.5.2		New Features:\n						- Custom Fonts test (via Admin panel and shortcode) now allows custom sample text\n2021-01-23	2.5.1		Fix:\n						- Changed compatibility check process: \n						  Changed Hook for plugin compatibility check from plugins_loaded to init\n						  Check only if admin and function is_plugin_active exists\n						  (Thanks to Sebastian Albert for reporting and testing)\n2021-01-23	2.5.0		New features:\n						- WP Admin Menu: Appearance > Custom Fonts \n						  Shows a list of all registered custom fonts, including samples, weights, formats\n						  with adaptable sample font size \n						- Detect font weight terms \"Book\" (400) and \"Demi\" (600) \n						Changes:\n						- Redesign of classes (MA_CustomFonts, ECF_Plugin)\n						- Font swap is now a configuration option\n						- Cut \"-webfont\" from font name\n2020-12-08	2.2.5		Changes:\n						- In CSS, font sources are now listed in a prioritized order (eot,woff2,woff,ttf,otf,svg)\n						  (Thanks to Viorel Cosmin Miron for reporting)\n						- Test shortcode now also displays available font formats\n2020-11-27	2.2.4		Fix:\n						- Corrected typo in variable name (2 occurrences) that could cause repeated search \n						  for font files. (Thanks to Viorel Cosmin Miron for reporting)\n2020-11-25	2.2.3		Changes:\n						- In Oxygen font selectors the custom fonts are now displayed in lightblue \n						  to distinguish from default, websafe and Google Fonts \n2020-11-25	2.2.2		New features:\n						- Partial support for fonts with variable weights, detected by \"VariableFont\" in \n						  filename. CSS output as font-weight:100 900;\n2020-11-24	2.2.1		New features:\n						- Shortcode [ maltmann_custom_font_test ] for listing all custom fonts with their weights \n						  and styles\n						Changes:\n						- Fonts are now sorted alphabetically for e.g. CSS output\n						- Added more request rules to skipping code execution when not needed\n2020-11-23	2.2.0		New features:\n						- Detection of font weight from number values \n						- CSS now contains font-display:swap;\n2020-10-03 	2.1.1		Fix:\n						- Handle empty fonts folder correctly. \n						  (Thanks to Mario Peischl for reporting)\n						- Corrected title and file name (typo \"cutsom\") of Code Snippet\n2020-09-16	2.1.0		New features:\n						- Detection of font weight and style from file name\n						Fixes:\n						- EOT: Typo in extension detection\n						- EOT: Missing quote in style output\n2020-09-15	2.0.0		Improved version\n						- Finds all font files (eot, otf, svg, ttf, woff, woff2) in directory wp-content/uploads/fonts/\n						- Optionally recursive\n						- Takes font name from file name\n						- Emits optimized CSS with alternative font formats\n						- Special handling for EOT for Internet Explorer\n2020-04-10	1.0.0		Initial Release for customer project\n--------------------------------------------------------------------------------------------------------------\n*/\n\n\n\nif (!class_exists(\'MA_CustomFonts\')) :\nclass MA_CustomFonts {\n\n	const TITLE     	= \'MA Custom Fonts\';\n	const VERSION   	= \'3.2.6\';\n\n	// ===== CONFIGURATION =====\n	public static $recursive 			= true; 	// enables recursive file scan\n	public static $parsename 			= true; 	// enables parsing font weight and style from file name\n	public static $fontdisplay			= \'block\';	// set font-display to auto, block, swap, fallback, optional or \'\' (disable)\n	public static $cssoutput			= \'file\';	// \'file\': Create a CSS file (cacheable by browser). \'html\': Inline CSS\n	public static $cssminimize			= true; 	// minimize CSS (true) or pretty print (false)\n	public static $wfl_support_woff		= false;	// Support old style WOFF files from Web Font Loader for browsers before 2016\n	public static $timing				= false; 	// write timing info (a lot!) to wordpress debug.log if WP_DEBUG enabled		\n	public static $sample_text 			= \'The quick brown fox jumps over the lazy dog.\';	\n\n	// ===== INTERNAL. DO NOT EDIT. =====\n	public 	static $prioritized_formats	= [\'eot\',\'woff2\',\'woff\',\'ttf\',\'otf\',\'svg\'];\n	public 	static $var_weight_formats	= [\'woff2\',\'ttf\'];\n	private static $fonts_base			= null; // will be initialized automatically\n	private static $fonts 				= null;	// will be populated with fonts and related files we found\n	private static $fonts_details_cache	= [];	// cache for already parsed font details\n	private static $font_files_cnt		= 0;	// number of font files parsed\n	private static $font_css			= null;	// temp storage for custom font css\n	private static $guten_oxy_font_css	= null;	// temp storage for Gutenberg css defining oxygen fonts\n	private static $timing_fonts_collect= null; // timing for fonts collection\n	private static $timing_fonts_css	= null; // timing for fonts CSS generation\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init() {\n\n		if (!defined(\'MA_CustomFonts_Version\')) define(\'MA_CustomFonts_Version\',self::VERSION);\n\n\n		// set up fonts dir and url\n		self::$fonts_base = self::get_fonts_base(); \n		if (!self::$fonts_base) 	{return;}\n\n		// Pre-fill font definitions\n		$st_fonts_collect = microtime(true);\n		self::get_font_families();\n		self::$timing_fonts_collect = microtime(true) - $st_fonts_collect;\n		// Pre-fill custom font css, and optionally write file\n		$st_fonts_css = microtime(true);\n		self::$font_css = self::get_font_css();\n		self::$timing_fonts_css = microtime(true) - $st_fonts_css;\n\n		// Frontend: Emit custom font css in head \n		add_action( \'wp_head\', function(){ \n			echo self::$font_css; \n		},5);\n\n		// Backend\n		if (is_admin()) {\n			// Load CSS for calls using Gutenberg Editor. \n			// Requires ma_customfont.css (for font loading) and some Oxygen settings (for font assignment)\n			global $pagenow;\n			if ( ($pagenow === \'post-new.php\') || ($pagenow === \'post.php\' && @$_REQUEST[\'action\']===\'edit\') ) {\n				\n				// enqueue or embed ma_customfonts.css\n				if (self::$cssoutput == \'file\') {\n					wp_enqueue_style(\'ma-customfonts\', self::$fonts_base->url.\'/ma_customfonts.css\'); \n				} else {\n					$plain_css = self::get_font_css(true); \n					add_action( \'admin_head\', function(){ \n						echo self::get_font_css(); \n					},5);\n				}\n\n				if (defined(\"CT_VERSION\")) { // Oxygen installed and active?\n					// create custom style for body, h1-h6 from Oxygen global settings\n					$ct_global_settings = ct_get_global_settings();\n					self::$guten_oxy_font_css = sprintf(\n						\'body .editor-styles-wrapper {font-family:%1$s;}\'.\n						\'body .editor-styles-wrapper :is(h1,h2,h3,h4,h5,h6,.editor-post-title) {font-family:%2$s;}\',\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Text\']), 	// text font\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Display\'])	// heading font\n					);\n					// add custom style to overwrite Gutenberg\'s default font\n					if (self::$cssoutput == \'file\') {\n						wp_add_inline_style(\'ma-customfonts\',self::$guten_oxy_font_css); \n					} else {\n						add_action( \'admin_head\', function(){ \n							echo \'<style id=\"ma-customfonts-oxygen\">\'.self::$guten_oxy_font_css.\'</style>\'; \n						},5);\n					}\n				}\n			}\n		}\n\n		// Shortcode for testing custom fonts (listing all fonts with their formats, weights, styles)\n		add_shortcode(\'ma-customfonts-test\', function( $atts, $content, $shortcode_tag ) {\n			return self::get_font_samples(\'shortcode\');\n		}); \n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init_admin_menu() {\n		$st = microtime(true);\n		// Add submenu page to the Appearance menu.\n		add_action(\'admin_menu\', function(){\n			add_submenu_page(	\'themes.php\', 										// parent slug of \"Appearance\"\n								_x(self::TITLE,\'page title\',\'ma_customfonts\'), 		// page title\n								_x(self::TITLE,\'menu title\',\'ma_customfonts\'), 		// menu title\n								\'manage_options\',									// capabilitiy\n								\'ma_customfonts\',									// menu slug\n								[__CLASS__, \'admin_customfonts\']					// function\n							);\n		});\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Proper quoting for font families: Detect multiple families and quote individually if required\n	static function quote_font_names($font_spec) {\n		$fonts = preg_split(\'/,\\s*/\', $font_spec, -1, PREG_SPLIT_NO_EMPTY);\n		$fonts = array_map(function($name){\n			return preg_match(\'/[^A-Za-z\\-]/\',$name) ? \'\"\'.$name.\'\"\' : $name;\n		},$fonts);\n		$retval = implode(\', \',$fonts);\n		return $retval;\n	}\n\n	//-------------------------------------------------------------------------------------------------------------------\n	static function get_script_version() {\n		$implementation = basename(__FILE__) == \'ma-oxygen-custom-fonts.php\' ? \'Plugin\' : \'Code Snippet\';\n		return sprintf(\'%s, %s\', $implementation, self::VERSION);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Admin function Appearance > Custom Fonts to display samples of all detected fonts\n	static function admin_customfonts() {\n		$output =	\'<div class=\"wrap\">\'.\n						\'<h1>\' . esc_html(get_admin_page_title()) . \'</h1>\'.\n						self::get_font_samples(\'admin\').\n					\'</div>\';\n		echo $output;\n		echo self::get_font_css();\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses weight from a font file name (not used for Web Font Loader packages)\n	static function parse_font_name($name) {\n		// already in cache?\n		if (array_key_exists($name,self::$fonts_details_cache)) {return self::$fonts_details_cache[$name];}\n		\n		$retval = (object)[\'name\'=>$name, \'weight\'=>400, \'style\'=>\'normal\'];\n		if (!self::$parsename) {return $retval;}\n		$st = microtime(true);\n		$weights = (object)[ // must match from more to less specific !!\n			// more specific\n			200 => \'/[ \\-]?(200|((extra|ultra)\\-?light))/i\',\n			800 => \'/[ \\-]?(800|((extra|ultra)\\-?bold))/i\',\n			600 => \'/[ \\-]?(600|([ds]emi(\\-?bold)?))/i\',\n			// less specific\n			100 => \'/[ \\-]?(100|thin)/i\',\n			300 => \'/[ \\-]?(300|light)/i\',\n			400 => \'/[ \\-]?(400|normal|regular|book)/i\',\n			500 => \'/[ \\-]?(500|medium)/i\',\n			700 => \'/[ \\-]?(700|bold)/i\',\n			900 => \'/[ \\-]?(900|black|heavy)/i\',\n			\'var\' => \'/[ \\-]?(VariableFont|\\[wght\\])/i\',\n		];\n		$count = 0;\n		// detect & cut style\n		$new_name = preg_replace(\'/[ \\-]?(italic|oblique)/i\', \'\', $retval->name, -1, $count); \n		if ($new_name && $count) {\n			$retval->name = $new_name;\n			$retval->style = \'italic\';\n		}\n		// detect & cut weight\n		foreach ($weights as $weight => $pattern) {\n			$new_name = preg_replace($pattern, \'\', $retval->name, -1, $count);\n			if ($new_name && $count) {\n				$retval->name = $new_name;\n				$retval->weight = $weight;\n				break;\n			}\n		}\n		// cut -webfont\n		$retval->name = preg_replace(\'/[ \\-]?webfont$/i\', \'\', $retval->name); \n		// variable font: detect & cut specifica\n		if ($retval->weight == \'var\') {\n			$retval->name = preg_replace(\'/_(opsz,wght|opsz|wght)$/i\', \'\', $retval->name); \n		}\n		// store to cache\n		self::$fonts_details_cache[$name] = $retval;\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\' %s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// construct CSS block from CSS properties stored in JSON from Web Font Loader\n	static 	function create_css_from_ruleset($css_ruleset) {\n		$retval = \'\';\n		if (isset($css_ruleset)) {\n			if (isset($css_ruleset->{\'comment\'})) {$retval .= sprintf(\"/* %s */\\n\",$css_ruleset->{\'comment\'});}\n			$retval .= \"@font-face {\\n\";\n			$retval .= sprintf(\"\\tfont-family: \'%s\';\\n\",$css_ruleset->{\'font-family\'});\n			$retval .= sprintf(\"\\tfont-style: %s;\\n\",$css_ruleset->{\'font-style\'});\n			$retval .= sprintf(\"\\tfont-weight: %s;\\n\",$css_ruleset->{\'font-weight\'});\n			$retval .= sprintf(\"\\tsrc: url(\'%s\') format(\'%s\');\\n\",$css_ruleset->{\'url\'}, $css_ruleset->{\'format\'});\n			if (isset($css_ruleset->{\'unicode-range\'})) {$retval .= sprintf(\"\\tunicode-range: %s;\\n\", $css_ruleset->{\'unicode-range\'});}\n			if (self::$fontdisplay) {\n				$retval .= sprintf(\"\\tfont-display: %s;\\n\",self::$fontdisplay);\n			}			\n			$retval .= \'}\';\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// return base dir/url for fonts. Create directory if necessary\n	private static function get_fonts_base() {\n		$retval = (object)[\'dir\'=>null,\'url\'=>\'\'];\n		$fonts_dir_info = wp_get_upload_dir();\n		$retval->dir = $fonts_dir_info[\'basedir\'].\'/fonts\';\n		$retval->url = $fonts_dir_info[\'baseurl\'].\'/fonts\';\n		// create fonts folder if not exists\n		if (!file_exists($retval->dir)) {\n			if (!@mkdir($retval->dir)) {\n				add_action(\'admin_notices\', function(){\n					echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Error creating fonts base folder <code>wp-content/uploads/fonts</code>.</p></div>\';\n				});\n				error_log(sprintf(\'%s::%s() Error creating fonts base folder.\', __CLASS__, __FUNCTION__)); \n				return null;\n			}\n		}\n		if (!is_writable($retval->dir)) {\n			add_action(\'admin_notices\', function(){\n				echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Folder <code>wp-content/uploads/fonts</code> is not writable. Please correct folder permissions.</p></div>\';\n			});\n		}\n		// V3.2.2, create scheme-less URL\n		$retval->url = preg_replace(\'/^https?\\:/\',\'\',$retval->url);\n\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// find font files in font folder\n	static function find_fonts() {\n		$st = microtime(true);\n		if (isset(self::$fonts)) return;\n		self::$fonts = [];\n		// property $recursive either recursive or flat file scan\n		if (self::$recursive) {\n			// recursive scan for font files (including subdirectories)\n			$directory_iterator = new RecursiveDirectoryIterator(self::$fonts_base->dir,  RecursiveDirectoryIterator::SKIP_DOTS | RecursiveDirectoryIterator::UNIX_PATHS);\n			$file_iterator = new RecursiveIteratorIterator($directory_iterator);\n		} else {\n			// flat scan for font files (no subdirectories)\n			$file_iterator = new FilesystemIterator(self::$fonts_base->dir);\n		}\n		// loop through files and collect font and JSON files\n		$font_splfiles = [];\n		$json_splfiles = [];\n		foreach( $file_iterator as $file) {\n			// V3: A JSON file might be available from Web Font Loader\n			if ($file->getExtension() == \'json\') {\n				$json_splfiles[] = $file;\n			}\n			if (in_array(strtolower($file->getExtension()), self::$prioritized_formats)) {\n				$font_splfiles[] = $file;\n			}\n		}\n		\n		// V3: check JSON files. If it defines \"family\" read the font name and CSS\n		$json_font_families = [];\n		foreach ($json_splfiles as $json_splfile) {\n			if ($font_details = @json_decode(@file_get_contents($json_splfile->getPathname()))) {\n				// It\'s a JSON from Web Font Loader?\n				if (isset($font_details->creator) && (strpos($font_details->creator, \'Web Font Loader\')=== 0)) {\n					// store font family name \n					$json_font_families[$json_splfile->getBasename(\'.json\')] = $font_details->family;\n					// drop all collected font files for that font since they are listed in JSON file\n					$font_path = $json_splfile->getPath().\'/\';\n					foreach ($font_splfiles as $idx => $font_splfile) {\n						if (strpos($font_splfile->getPath().\'/\',$font_path) === 0) {\n							self::$font_files_cnt ++;\n							unset($font_splfiles[$idx]);\n						}\n					}\n					// get the relative path\n					$font_path_relative = str_replace(self::$fonts_base->dir,\'\',$font_path);\n					// encode every single path element since we might have spaces or special chars \n					$font_path_url = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path_relative)));\n					\n					// add CSS blocks (could be multiple unicode ranges) to fonts list\n					$font_baseurl = self::$fonts_base->url . $font_path_url;\n					foreach ($font_details->css as $css_ruleset) {\n						// check for WOFF support. Skip if not enabled\n						if ($css_ruleset->format==\'woff\' && !self::$wfl_support_woff) {continue;}\n						// check if file exists. User might have deleted it.\n						if (!file_exists($font_path . $css_ruleset->url)) {continue;}\n						self::$fonts[$css_ruleset->{\'font-family\'}][\'source\'] = \'Web Font Loader\';\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][\'has_css\'] = true;\n						// only formats woff and woff2, so just use format as file extension slot\n						if (!isset(self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}])) {\n							self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}] = [];	\n						}\n						$css_ruleset->url = $font_baseurl . $css_ruleset->url;\n\n						$css_block = self::create_css_from_ruleset($css_ruleset);\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}][] = $css_block;\n					}\n				}\n			}\n		}\n		// collect font definitions\n		foreach ($font_splfiles as $font_splfile) {\n			self::$font_files_cnt ++;\n			$font_ext = $font_splfile->getExtension();\n			$font_details = self::parse_font_name($font_splfile->getbasename(\'.\'.$font_ext));\n			$font_name = $font_details->name;\n			if (in_array($font_name,array_values($json_font_families))) {\n				// already found this font from Web Font Loader. Skip.\n				continue;\n			}\n			$font_weight = $font_details->weight;\n			$font_style = $font_details->style;\n			$font_path = str_replace(self::$fonts_base->dir,\'\',$font_splfile->getPath());\n			// encode every single path element since we might have spaces or special chars \n			$font_path = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path)));\n			// create entry for this font name\n			if (!array_key_exists($font_name,self::$fonts)) {self::$fonts[$font_name] = [];}\n			// create entry for this font weight/style \n			if (!array_key_exists($font_weight.\'/\'.$font_style,self::$fonts[$font_name])) {self::$fonts[$font_name][$font_weight.\'/\'.$font_style] = [];}\n			// store font details for this file\n			self::$fonts[$font_name][$font_weight.\'/\'.$font_style][strtolower($font_ext)] = self::$fonts_base->url . $font_path . \'/\' . rawurlencode($font_splfile->getBasename());\n		}\n		ksort(self::$fonts, SORT_NATURAL | SORT_FLAG_CASE);\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() %d font files, %d font families.\',__CLASS__,__FUNCTION__, self::$font_files_cnt, count(self::$fonts)));}\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns a list of font families\n	static function get_font_families() {\n		if (!isset(self::$fonts)) self::find_fonts();\n		$st = microtime(true);\n		$font_family_list = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$font_family_list[] = $font_name;\n		}\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $font_family_list;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// we call this function from footer emitter to get font definitions for emitting required files\n	static function get_font_definitions() {\n		return self::$fonts;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// creates CSS for custom fonts. \n	// For $cssoutput \'file\', return <link rel=\"stylesheet\" ...>, for \'html\' <style>...</style>\n	// If $plaincss is true, return plain css instead\n	static function get_font_css($plaincss = false) {\n		// emit CSS for fonts in footer\n		$version = self::get_script_version();\n		$style = \'\';\n		$st = microtime(true);\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n			foreach ($font_details as $weight_style => $file_list) {\n				if ($weight_style==\'source\') {continue;}\n				list ($font_weight,$font_style) = explode(\'/\',$weight_style);\n\n				if (isset($file_list[\'has_css\'])) {\n					// V3: Google Font package CSS from Web Font Loader already has CSS\n					foreach (array_reverse(self::$prioritized_formats) as $font_ext) {\n						// we only have woff and woff2\n						if (!isset($file_list[$font_ext])) { continue; }\n						foreach ($file_list[$font_ext] as $css) {\n							$style .= trim($css).PHP_EOL;\n						}\n					}\n				} else {\n					// V2: Only have font info and file names. Build CSS\n					if ($font_weight == \'var\') {\n						$font_weight_output = \'1 1000\';\n					} else {\n						$font_weight_output = $font_weight;\n					}\n					$style .= 	\'@font-face{\'.PHP_EOL.\n								\'  font-family:\"\'.$font_name.\'\";\'.PHP_EOL.\n								\'  font-weight:\'.$font_weight_output.\';\'.PHP_EOL.\n								\'  font-style:\'.$font_style.\';\'.PHP_EOL;\n								// .eot needs special handling for IE9 Compat Mode\n					if (array_key_exists(\'eot\',$file_list)) {$style .= \'  src:url(\"\'.$file_list[\'eot\'].\'\");\'.PHP_EOL;}\n					$urls = [];\n\n					// output font sources in prioritized order\n					foreach (self::$prioritized_formats as $font_ext) {\n						if (array_key_exists($font_ext,$file_list)) {\n							$font_url = $file_list[$font_ext];\n							$format = \'\';\n							switch ($font_ext) {\n								case \'eot\': $format = \'embedded-opentype\'; break;\n								case \'otf\': $format = \'opentype\'; break;\n								case \'ttf\': $format = \'truetype\'; break;\n								// others have same format as extension (svg, woff, woff2)\n								default:	$format = strtolower($font_ext);\n							}\n							if ($font_ext == \'eot\') {\n								// IE6-IE8\n								$urls[] = \'url(\"\'.$font_url.\'?#iefix\") format(\"\'.$format.\'\")\';\n							} else {\n								$urls[] = \'url(\"\'.$font_url.\'\") format(\"\'.$format.\'\")\';\n							}\n						}\n					}\n					$style .= \'  src:\' . join(\',\'.PHP_EOL.\'      \',$urls) . \';\'.PHP_EOL;\n					if (self::$fontdisplay) {\n						$style .= sprintf(\'  font-display: %s;\'.PHP_EOL,self::$fontdisplay);\n					}\n					$style .= \'}\'.PHP_EOL;\n				}\n			}		\n			\n		}\n		// if Oxygen Builder is active, emit CSS to show custom fonts in light blue.\n		$builder_style = defined(\'SHOW_CT_BUILDER\') ? \'div.oxygen-select-box-option.ng-binding.ng-scope[ng-repeat*=\"elegantCustomFonts\"] {color:lightblue !important;}\' : \'\';\n		\n		// minimize string if configured\n		if (self::$cssminimize) {\n			$style = preg_replace(\'/\\r?\\n */\',\'\',$style); \n		}\n\n		$retval = \'\';\n		if (self::$cssoutput == \'file\') {\n			// option: write CSS to file\n			$css_path = self::$fonts_base->dir.\'/ma_customfonts.css\';\n			$css_code = \'/* Version: \'.$version.\' */\'.PHP_EOL.$style;\n			$css_hash_code = hash(\'CRC32\', $css_code, false);\n			$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			if ($css_hash_code !== $css_hash_file) {\n				if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$status = file_put_contents($css_path, $css_code);\n				if ($status === false) {error_log(sprintf(\'%s::%s() Error writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			}\n			$css_url = str_replace(self::$fonts_base->dir,self::$fonts_base->url ,$css_path);\n			$retval = sprintf(\'<link id=\"ma-customfonts\" href=\"%s?ver=%s\" rel=\"stylesheet\" type=\"text/css\" />%s\',$css_url, $css_hash_file, $builder_style?\'<style>\'.$builder_style.\'</style>\':\'\');\n		}\n		if (self::$cssoutput == \'html\') {\n			// option: write CSS to html\n			$retval = \'<style id=\"ma-customfonts\">\'.\'/* Version: \'.$version.\' */\'.PHP_EOL.$style.PHP_EOL.$builder_style.\'</style>\';\n		}\n		if ($plaincss) {\n			$retval = $style.PHP_EOL.$builder_style;\n		}\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses font file url from CSS block\n	static function get_font_file_info_from_css($css) {\n		$retval = [];\n		if (!is_array($css)) {$css = [$css];}\n		foreach($css as $css_block) {\n			if (preg_match(\'/url\\(\\\'(.*?)\\\'\\)/\',$css_block,$matches)) {\n				$retval[] = $matches[1];\n			}\n		}\n		$retval = array_unique($retval); \n		return $retval;\n	}\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	// get font file urls for var weight\n	static function get_font_var_weight_urls($font_details) {\n		$retval = [];\n		if (isset($font_details) && (is_array($font_details))) {\n			// check if we have a \'var\' weight array key\n			foreach ($font_details as $weight_style => $details) {\n				// check key (for custom fonts)\n				if (strpos($weight_style,\'var\') === 0) {\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($details[$format])) {\n							$retval[] = urldecode($details[$format]);\n						}\n					}\n					goto DONE;\n				}\n				// check CSS file names of woff2 files (for WebFontLoader fonts)\n				if (isset($details[\'woff2\']) && is_array($details[\'woff2\'])) {\n					foreach ($details[\'woff2\'] as $css_rule) {\n						if (preg_match(\'/src: url\\(\\\'(.*?)\\\'\\)/\',$css_rule,$matches)) {\n							$src = $matches[1];\n							if (preg_match(\'/[ \\-]?(VariableFont|\\[wght\\])/i\',$src)) {\n								$retval[] = $src;\n							}\n						}\n					}\n				}\n			}\n		}\n		DONE:\n		// remove duplicates\n		$retval = array_unique($retval);\n		// remove base url\n		foreach ($retval as &$url) {\n			$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns font url (string or array) shortened and urldecoded \n	static function get_font_short_display_url ($urls) {\n		$retval = [];\n		if ($urls) {\n			if (!is_array($urls)) {$urls = [$urls];}\n			foreach ($urls as $url) {\n				// cut leading path/url from file info\n				$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n				// decode html entities (e.g. %20) in file path\n				$url = implode(\'/\',array_map(\'rawurldecode\',explode(\'/\',$url)));\n				$retval[] = $url;\n			}\n		}\n		return implode(\', \',$retval);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns HTML code to display all registered custom fonts\n	// $mode \'admin\':		formatting to be displayed on WP Admin > Appearance\n	// $mode \'shortcode\':	formatting to be displayed as shortcode output\n	static function get_font_samples($mode = null) {\n		$st = microtime(true);\n		$script_version = self::get_script_version();\n		$sample_text = self::$sample_text;\n		$output_style = <<<\'END_OF_STYLE\'\n		<style>\n		.ma-customfonts-test {font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;}\n		.ma-customfonts-header {border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-header > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-label {flex-shrink:0;display:inline-block;width:110px;}\n\n		#ma-customfonts-input-font-size {width:60px;text-align:center;min-height:1.5em;line-height:1em;padding:0;}\n		#ma-customfonts-input-sample-text {width:100%;max-width:400px;text-align:left;}\n\n		.ma-customfonts-legend {margin-top:3em;border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-legend > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-legend > div > span:first-child {width:110px;flex-shrink:0;}\n\n		.ma-customfonts-timing {margin-top:2em;font-size:.8em;}\n		.ma-customfonts-timing table {border-spacing:0};\n		.ma-customfonts-timing td {padding:0}\n\n		.ma-customfonts-test h3 {margin-top:20px;padding-bottom:0;}\n		.ma-customfonts-font-additional-info {margin-left:1em;margin-bottom:1em;font-size:13px;font-weight:normal;}\n\n		.ma-customfonts-font-row {display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;line-height:20px;border-bottom:1px solid #e0e0e0;margin:0 1em;}\n		.ma-customfonts-font-row:hover {background-color:lightgray;}\n		.ma-customfonts-font-info {font-size:10px;line-height:1em;width:100px;}\n		.ma-customfonts-font-sample {font-size:16px;line-height:1.2em;flex-grow:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}\n		.ma-customfonts-format-info {font-size:10px;cursor:help;margin-left:1em;}\n		.ma-customfonts-format-info.simulated {color:gray;font-style:italic;cursor:alias;} \n		.ma-customfonts-format-info :is(.eot,.ttf,.svg) {color:red;}\n		.ma-customfonts-format-info :is(.ttf,.otf) {color:chocolate;}\n		.ma-customfonts-format-info :is(.woff) {color:orange;}\n		.ma-customfonts-format-info :is(.woff2) {color:green;}\n\n		.ma-customfonts-simulated {display:none;}\n		@media (max-width:700px) {\n			.ma-customfonts-font-row {flex-wrap:wrap;}\n			.ma-customfonts-font-info {order:1;}\n			.ma-customfonts-font-sample {order:3; width:100%;}\n			.ma-customfonts-format-info {order:2;}\n		}\n		</style>\nEND_OF_STYLE;\n		$var = (object)[\n			\'container_style\'	=> $mode==\'shortcode\' ? \'style=\"border:1px dashed darkgray;padding:10px;\"\' : \'\',\n			\'title\'				=> $mode==\'shortcode\' ? \'<h2>\'.self::TITLE.\'</h2>\' : \'\',\n			\'cnt_families\'		=> count(self::$fonts),\n			\'cnt_files\'			=> self::$font_files_cnt,\n		];\n		$output_header = <<<END_OF_HEADER\n		<div class=\"ma-customfonts-test\" {$var->container_style}>\n			{$var->title}\n			<div class=\"ma-customfonts-header\">\n				<div>\n					<span class=\"ma-customfonts-label\">Version:</span>\n					<span>{$script_version}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Families:</span>\n					<span>{$var->cnt_families}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Files:</span>\n					<span>{$var->cnt_files}</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Font Size:</span>\n					<span><input id=\"ma-customfonts-input-font-size\" type=\"number\" value=\"16\" onchange=\"ma_customfonts_change_font_size();\"> px</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Text:</span>\n					<input id=\"ma-customfonts-input-sample-text\" value=\"{$sample_text}\" onkeyup=\"ma_customfonts_change_sample_text();\">\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Simulated:</span>\n					<span><input id=\"ma-customfonts-input-simulated\" type=\"checkbox\" value=\"simulated\" onchange=\"ma_customfonts_toggle_simulated();\"> Show font weights/styles without files as browser would simulate.</span>\n				</div>\n			</div>\nEND_OF_HEADER;\n		$output_legend = <<<END_OF_LEGEND\n		<fieldset class=\"ma-customfonts-legend\">\n			<legend><strong>Font File Formats</strong></legend>\n			<div><span style=\"color:green\">WOFF2</span><span>Modern formats are perfect for web.</span></div>\n			<div><span style=\"color:orange\">WOFF</span><span>Older formats can be used for web but have larger file sizes.</span></div>\n			<div><span style=\"color:chocolate\">OTF, TTF</span><span>Formats meant for desktop use, can be used for web but have larger to huge file sizes.</span></div>\n			<div><span style=\"color:red\">EOT, SVG</span><span>Some formats are only suppported on specific browsers like EOT on IE, SVG on Safari. Deprecated!</span></div>\n		</fieldset>\n\nEND_OF_LEGEND;\n		// controls\n		$output_script = <<<\'END_OF_SCRIPT\'\n		<script>\n		function changeCss(className, classValue) {\n			// we need invisible container to store additional css definitions\n			let cssMainContainer = jQuery(\'#css-modifier-container\');\n			if (cssMainContainer.length == 0) {\n				cssMainContainer = jQuery(\'<div id=\"css-modifier-container\"></div>\');\n				cssMainContainer.hide().appendTo(jQuery(\'body\'));\n			}\n			// we need one div for each class\n			let classContainer = cssMainContainer.find(\'div[data-class=\"\' + className + \'\"]\');\n			if (classContainer.length == 0) {\n				classContainer = jQuery(\'<div data-class=\"\' + className + \'\"></div>\');\n				classContainer.appendTo(cssMainContainer);\n			}\n			// append additional style\n			classContainer.html(\'<style>\' + className + \' {\' + classValue + \'}</style>\');\n		}\n		function ma_customfonts_change_font_size() {\n			let $val = jQuery(\'#ma-customfonts-input-font-size\').val();\n			changeCss(\'.ma-customfonts-font-sample\',\'font-size: \'+$val+\'px;\');\n		}\n		function ma_customfonts_change_sample_text() {\n			let $val = jQuery(\'#ma-customfonts-input-sample-text\').val();\n			jQuery(\'.ma-customfonts-font-sample\').text($val);\n		}\n		function ma_customfonts_toggle_simulated() {\n			let $simulated = jQuery(\'#ma-customfonts-input-simulated\').is(\':checked\');\n			jQuery(\'.ma-customfonts-simulated\').css(\'display\',$simulated?\'flex\':\'none\');\n		}\n		</script>\nEND_OF_SCRIPT;\n		\n\n		// prepare tags for every weight/style combination\n		$weights = [100,200,300,400,500,600,700,800,900];\n		$styles = [\'normal\',\'italic\'];\n		$weights_styles = [];\n		foreach ($weights as $weight) { foreach ($styles as $style) { $weights_styles[] = $weight.\'/\'.$style; } }\n		// prepare data structure to display fonts in each weight/style combination\n		$samples = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$samples[$font_name] = [\n				\'has_var_weight\' => false,\n				\'weights_styles\' => [],\n			];\n			foreach ($weights_styles as $weight_style) {\n				$samples[$font_name][\'weights_styles\'][$weight_style] = [];\n			}\n		}\n		// collect available font files\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n\n			// check if we have a \'var\' weight\n			$font_var_weight_urls = self::get_font_var_weight_urls($font_details);\n			if ($font_var_weight_urls) {$samples[$font_name][\'has_var_weight\'] = true;}\n			$samples[$font_name][\'source\'] = $font_details[\'source\'] ?? null;\n\n			// loop font details and fill available samples and formats\n			foreach ($font_details as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				\n				if ($weight == \'var\') {\n					//  var weight detected from file name; we don\'t know the supported weights; fill all weights for current style\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($formats[$format])) {\n							$url = $formats[$format];\n							$url = self::get_font_short_display_url($url);\n							foreach ($weights as $var_weight) {\n								$samples[$font_name][\'weights_styles\'][$var_weight.\'/\'.$style][$format] = $url;\n							}\n						}\n					}\n				} \n				// fill non var weight formats \n				foreach ($formats as $format => $url) {\n					if (!in_array($format,self::$prioritized_formats)) {continue;} // skip \'has_css\'\n					if ($weight != \'var\') {\n						if (is_array($url)) { // seems to be an array of CSS rules\n							$url = self::get_font_file_info_from_css($url);\n						}\n						$url = self::get_font_short_display_url($url);\n						$samples[$font_name][\'weights_styles\'][$weight.\'/\'.$style][$format] = $url;\n					}\n				}\n			}\n		}\n\n		$output_sample = \'\';\n		foreach ($samples as $font_name => $font_details) {\n			\n			// output the font sample block\n			$output_sample .= sprintf(\'<h3>%1$s</h3>\',$font_name);\n			// additional font info (variable fonts, source Web Font Loader, WOFF support)\n			$font_additional_infos = [];\n			if ($font_details[\'has_var_weight\']) {$font_additional_infos[] = \'Variable Weight Font.\';}\n			if ($font_details[\'source\'] == \'Web Font Loader\') {\n				$font_additional_infos[] = \'Downloaded from <a href=\"https://webfontloader.altmann.de/\" target=\"_blank\">Web Font Loader</a>.\';\n				if (!self::$wfl_support_woff) {$font_additional_infos[] = \'WOFF files are ignored according to configuration setting.\';}\n			}\n			$output_sample .= count($font_additional_infos) ? \'<div class=\"ma-customfonts-font-additional-info\">\'.implode(\' \',$font_additional_infos).\'</div>\' : \'\';\n\n			foreach ($font_details[\'weights_styles\'] as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				// build font file info output\n				$font_file_list = [];\n				foreach ($formats as $format => $files) {\n					if (is_array($files)) {$files = implode(\"\\n\",$files);}\n					$font_file_list[$format] = sprintf(\'<span class=\"%3$s\" title=\"%2$s\">%1$s</span>\', strtoupper($format), $files, $format);\n				}\n				$font_file_info = \'<span class=\"ma-customfonts-format-info\">(\' . implode(\', \',array_values($font_file_list)) . \')</span>\';\n				$output_sample .= sprintf(	\'<div class=\"ma-customfonts-font-row \'.($font_file_list?\'\':\'ma-customfonts-simulated\').\'\">\'.\n												\'<span class=\"ma-customfonts-font-info\">%2$s %3$s</span>\'.\n												\'<span class=\"ma-customfonts-font-sample\" style=\"font-family:\\\'%1$s\\\';font-weight:%2$d;font-style:%3$s\">%4$s</span>\'.\n												\'%5$s\'.\n											\'</div>\',$font_name, $weight, $style, $sample_text, $font_file_list?$font_file_info:\'<span class=\"ma-customfonts-format-info simulated\">(simulated)</span>\');\n			}\n		}\n		// output timing\n		$timing = (object)[\n			\'fonts_collect\'	=> sprintf(\'%.4f\',self::$timing_fonts_collect),\n			\'fonts_css\'		=> sprintf(\'%.4f\',self::$timing_fonts_css),\n			\'output\'		=> sprintf(\'%.4f\',microtime(true)-$st),\n		];\n		$output_timing = <<<END_OF_TIMING\n		<div class=\"ma-customfonts-timing\">\n			<strong>Timing</strong>\n			<table>\n				<tr><td>Collecting fonts:</td><td>{$timing->fonts_collect} seconds</td></tr>\n				<tr><td>Generating CSS:</td><td>{$timing->fonts_css} seconds</td></tr>\n				<tr><td>Generating output:</td><td>{$timing->output} seconds</td></tr>\n			</table>\n		</div>\nEND_OF_TIMING;\n\n		$output =  $output_style . $output_header . $output_script . $output_sample . $output_legend . $output_timing.\'</div>\';\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $output;\n\n	}\n} // end of class MA_CustomFonts\n\n\nendif; // end of conditional implementations\n\n\n//===================================================================================================================\n// Warn about incompatibilities\nadd_action(\'wp_loaded\',function(){\n	$GLOBALS[\'ma_customfonts_incompatibilities\'] = [];\n	if (is_admin()) {\n		// Plugin \"Elegant Custom Fonts\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'elegant-custom-fonts/elegant-custom-fonts.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Elegant Custom Fonts\"\';}\n		// Plugin \"Use Any Font\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'use-any-font/use-any-font.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Use Any Font\"\';}\n		// Plugin \"Swiss Knife\" with feature \"Font Manager\" active\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'swiss-knife/swiss-knife.php\') && (get_option(\'swiss_font_manager\')==\'yes\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Swiss Knife\" with feature \"Font Manager\" enabled\';}\n		if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) {\n			add_action(\'admin_notices\', function(){\n				if (WP_DEBUG ) {error_log(\'MA_CustomFonts / Incompatibilities: \'.print_r($GLOBALS[\'ma_customfonts_incompatibilities\'],true));}\n				echo \'<div class=\"notice notice-warning is-dismissible\">\n						<p>The Code Snippet \"Oxygen: Custom Fonts\" is not compatible with the Plugin \'.implode(\' or \',$GLOBALS[\'ma_customfonts_incompatibilities\']).\'.<br/>\n						Please deactivate either the Code Snippet or the Plugin (feature).</p>\n					</div>\';\n			});\n		}\n	}\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	\n\n	//-------------------------------------------------------------------------------------------------------------------\n	// create a primitive ECF_Plugin class if plugin \"Elegant Custom Fonts\" is not installed\n	if (!count($GLOBALS[\'ma_customfonts_incompatibilities\']) && !class_exists(\'ECF_Plugin\')) {\n		class ECF_Plugin {\n			static function get_font_families() {\n				$st = microtime(true);\n				$font_family_list = MA_CustomFonts::get_font_families();\n				$et = microtime(true);\n				if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts/%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n				return $font_family_list;\n			}\n		}\n		global $ECF_Plugin;\n		$ECF_Plugin = new ECF_Plugin();\n	}\n	\n\n},1000); // hook late to check other plugins!\n\n\n//===================================================================================================================\n// Initialize\nadd_action(\'wp_loaded\',function(){\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	if (wp_doing_ajax()) 		return;	// don\'t run for AJAX requests\n	if (wp_doing_cron()) 		return;	// don\'t run for CRON requests\n	if (wp_is_json_request()) 	return;	// don\'t run for JSON requests\n	if (is_favicon()) 			return;	// don\'t run for favicon request\n	if (isset($_SERVER[\'QUERY_STRING\']) && ($_SERVER[\'QUERY_STRING\'] == \'service-worker\'))	return;	// don\'t run for service-worker\n	if (isset($_SERVER[\'REQUEST_URI\']) 	&& ($_SERVER[\'REQUEST_URI\'] == \'/favicon.ico\'))		return;	// don\'t run for favicon\n\n	if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Request URI=\"%s\" action=\"%s\"\', @$_SERVER[\'REQUEST_URI\'], @$_REQUEST[\'action\']));}\n\n	if (is_admin()) {\n		// init custom font functionality only when needed\n		global $pagenow;\n		if ( 	($pagenow === \'themes.php\' && @$_REQUEST[\'page\'] === \'ma_customfonts\') 	// custom font test \n			||	($pagenow === \'post-new.php\')											// new post\n			||	($pagenow === \'post.php\' && @$_REQUEST[\'action\'] === \'edit\')			// edit post\n		) {\n			MA_CustomFonts::init();\n		} else {\n			if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Skipping font initialization for this request.\'));}\n		}\n		// initialize admin menu Appearance > Custom Fonts\n		MA_CustomFonts::init_admin_menu();\n	} else {\n		// frontend\n		MA_CustomFonts::init();\n	}\n},1001); // hook after incompatibility check\n'),(22,14,'wpcb_where_to_run','everywhere'),(23,14,'wpcb_code_type','php'),(24,14,'wpcb_conditions',''),(25,14,'wpcb_location','header'),(26,14,'wpcb_order','-1'),(27,14,'wpcb_code','/*\nPlugin Name:  MA Oxygen Custom Fonts\nDescription:  Load custom fonts and inject to Oxygen\nAuthor:       <a href=\"https://www.altmann.de/\">Matthias Altmann</a>\nProject:      Code Snippet: Load custom fonts and inject to Oxygen\nVersion:      3.2.6\nPlugin URI:   https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\nDescription:  en: https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\n              de: https://www.altmann.de/blog/code-snippet-eigene-schriftarten-in-oxygen-integrieren/\nCopyright:    © 2020-2022, Matthias Altmann\n\nVersion History:\nDate		Version		Description\n--------------------------------------------------------------------------------------------------------------\n2022-06-02	3.2.6		New Features:\n						- New configuration option $wfl_support_woff: \n						  Font packages downloaded from Web Font Loader (https://webfontloader.altmann.de) \n						  contain WOFF2 files supported by all modern browsers, and also WOFF files to support \n						  ancient browsers before 2016 like Internet Explorer, or Safari on older Apple devices.\n						  The new default setting is to NOT provide old style WOFF files for ancient browsers.\n						  Set this option to true if you still need to support old browsers before 2016.\n						  (Many thanks to Sunny Trochaniak and Yan Kiara for reporting issues investigation \n						  support with unexpected WOFF loading when using symbols/emoji)\n						- Added display of timing details at end of page Appearance > MA Custom Fonts\n						Fixes:\n						- Corrected initialization of dummy ECF plugin to let Oxygen detect custom fonts and \n						  prevents attempts to be loaded as Google fonts\n						  (Thanks to Firat Sekerli for reporting)\n						Changes:\n						- Removed configuration and all code for debugging.\n						- For Web Font Loader fonts: Only emit CSS if related font file exists. \n						  User might have deleted e.g. the files for a specific language.\n2022-03-13	3.2.5		New Features:\n						- Legend and coloring for font formats in custom fonts test screen\n						Changes:\n						- Renamed Admin menu Appearance > \"Custom Fonts\" to \"MA Custom Fonts\"\n						- Renamed test shortcode from \"maltmann_custom_fonts_test\" to \"ma-customfonts-test\"\n						- Optimized handling of font_base (dir, url) by class var\n						- Enhanced detection of variable weight fonts by [wght] in filename\n						  (Thanks to Paul Batey for reporting)\n						- Adapted min/max font weight for variable fonts from 100/900 to 1/1000 according to \n						  https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#values\n						  (Thanks to Paul Batey for reporting)\n						- Completely re-built custom font test screen (WP Admin and Shortcode) to improve \n							- variable weight fonts (display logic)\n							- responsive view (for test on smartsphones)\n2022-02-11				Tested with PHP 8.0, WordPress 5.9, Oxygen 4.0 beta 1\n2021-10-26	3.2.4		Changes:\n						- Deferred initialization to hook wp_loaded, after incompatibility checks\n						- Gutenberg: Apply custom fonts for new posts also\n						- Renamed IDs (for scripts and styles) and CSS classes (for font test) for consistency\n						Performance:\n						- Avoid unneccessary init by separating admin/frontend and more detailed checks \n						Fixes:\n						- Fixed an issue comparing hashes for code and file\n						  (Thanks to David Sitniansky for reporting)\n						- Emit styles for Gutenberg correctly if $cssoutput is configured as \'html\'\n2021-10-15	3.2.3		Changes:\n						- Gutenberg: Use display font for post title\n						  (Thanks to Sunny Trochaniak for reporting)\n						- Fonts preview: Changed sample text size from 15 to 16 px which is browser standard \n						- Fonts preview: Shortcode output uses WP system fonts for UI instead of custom fonts\n						- CSS file link now contains ?ver=... instead of ?hash only\n						Performance: \n						- Only create CSS file if contents (font configuration) have changed \n						Fixes:\n						- Removed itemprop=\"stylesheet\" from <link rel=\"stylesheet\" ...>\n						  (Thanks to Max Gottschalk for reporting and testing)\n						- Proper quoting for font families\n2021-08-02	3.2.2		Changes:\n						- Using scheme-less URL to avoid issues with wrong WordPress URL configuration\n						- Added admin notice if folder wp-content/uploads/fonts is not writable.\n						Fixes:\n						- Fixed issue with uppercase font file extensions.\n2021-06-18	3.2.1		Fixes: \n						- Fixed typo in CSS for Gutenberg\n2021-06-18	3.2.0		New Features:\n						- Display Custom Fonts in Gutenberg (enqueue ma_customfonts.css for font definitions, \n						  add custom style for display and text font from Oxygen global settings)\n						Changes:\n						- Auto-create folder /wp-content/uploads/fonts\n2021-05-17	3.1.3		Changes:\n						- Optimized init sequence\n						- Emit implementation and version in CSS\n						- Reversed Version History order\n2021-05-16	3.1.2		Changes:\n						- Avoid font swap: Load ma-customfonts.css early; default font-display now \"block\"\n						New Features:\n						- Allow space in addition to dashes to detect font weights and styles\n						  (Thanks to Henning Wechsler for reporting)\n2021-03-21	3.1.1		Fixes:\n						- Fixed font loading in Gutenberg editor (with Oxygen Gutenberg Integration)\n2021-03-20	3.1.0		New Features:\n						- \"Oblique\" in font file name is now detected as italic style\n						- Custom Fonts test: Option to show font weights/styles without files as browser would \n						  simulate. \n						Changes:\n						- Output Custom Font CSS in head instead of footer to prevent font swap\n						- Custom Fonts test: Changed logic for output font samples and related file info\n						Fixes:\n						- Custom Fonts test: Fixed font file count for fonts provided by Web Font Loader\n2021-03-08	3.0.2		Fix:\n						- Compatibility with Windows server and local dev environments.\n						  (Thanks to Franz Müller for reporting and testing)\n2021-02-23	3.0.1		Fixes:\n						- Compatibility with WordPress 5.6.2 (doesn\'t set REQUEST::action anymore)\n						- Compatibility check with Swiss Knife\'s Font Manager feature\n						- Compatibility with Swiss Knife (font lists did not display custom fonts light blue)\n2021-02-18	3.0.0		New Features:\n						- Support for font packages from Web Font Loader (https://webfontloader.altmann.de/)\n						- New configuration option: CSS output as inline CSS or external CSS file (cacheable)\n						- New configuration option: CSS minimize (was controlled by debug switch before)\n						- Changed configuration option: font-display may now be specified as desired, \n						  default is now \'auto\'\n2021-01-24 	2.5.2		New Features:\n						- Custom Fonts test (via Admin panel and shortcode) now allows custom sample text\n2021-01-23	2.5.1		Fix:\n						- Changed compatibility check process: \n						  Changed Hook for plugin compatibility check from plugins_loaded to init\n						  Check only if admin and function is_plugin_active exists\n						  (Thanks to Sebastian Albert for reporting and testing)\n2021-01-23	2.5.0		New features:\n						- WP Admin Menu: Appearance > Custom Fonts \n						  Shows a list of all registered custom fonts, including samples, weights, formats\n						  with adaptable sample font size \n						- Detect font weight terms \"Book\" (400) and \"Demi\" (600) \n						Changes:\n						- Redesign of classes (MA_CustomFonts, ECF_Plugin)\n						- Font swap is now a configuration option\n						- Cut \"-webfont\" from font name\n2020-12-08	2.2.5		Changes:\n						- In CSS, font sources are now listed in a prioritized order (eot,woff2,woff,ttf,otf,svg)\n						  (Thanks to Viorel Cosmin Miron for reporting)\n						- Test shortcode now also displays available font formats\n2020-11-27	2.2.4		Fix:\n						- Corrected typo in variable name (2 occurrences) that could cause repeated search \n						  for font files. (Thanks to Viorel Cosmin Miron for reporting)\n2020-11-25	2.2.3		Changes:\n						- In Oxygen font selectors the custom fonts are now displayed in lightblue \n						  to distinguish from default, websafe and Google Fonts \n2020-11-25	2.2.2		New features:\n						- Partial support for fonts with variable weights, detected by \"VariableFont\" in \n						  filename. CSS output as font-weight:100 900;\n2020-11-24	2.2.1		New features:\n						- Shortcode [ maltmann_custom_font_test ] for listing all custom fonts with their weights \n						  and styles\n						Changes:\n						- Fonts are now sorted alphabetically for e.g. CSS output\n						- Added more request rules to skipping code execution when not needed\n2020-11-23	2.2.0		New features:\n						- Detection of font weight from number values \n						- CSS now contains font-display:swap;\n2020-10-03 	2.1.1		Fix:\n						- Handle empty fonts folder correctly. \n						  (Thanks to Mario Peischl for reporting)\n						- Corrected title and file name (typo \"cutsom\") of Code Snippet\n2020-09-16	2.1.0		New features:\n						- Detection of font weight and style from file name\n						Fixes:\n						- EOT: Typo in extension detection\n						- EOT: Missing quote in style output\n2020-09-15	2.0.0		Improved version\n						- Finds all font files (eot, otf, svg, ttf, woff, woff2) in directory wp-content/uploads/fonts/\n						- Optionally recursive\n						- Takes font name from file name\n						- Emits optimized CSS with alternative font formats\n						- Special handling for EOT for Internet Explorer\n2020-04-10	1.0.0		Initial Release for customer project\n--------------------------------------------------------------------------------------------------------------\n*/\n\n\n\nif (!class_exists(\'MA_CustomFonts\')) :\nclass MA_CustomFonts {\n\n	const TITLE     	= \'MA Custom Fonts\';\n	const VERSION   	= \'3.2.6\';\n\n	// ===== CONFIGURATION =====\n	public static $recursive 			= true; 	// enables recursive file scan\n	public static $parsename 			= true; 	// enables parsing font weight and style from file name\n	public static $fontdisplay			= \'block\';	// set font-display to auto, block, swap, fallback, optional or \'\' (disable)\n	public static $cssoutput			= \'file\';	// \'file\': Create a CSS file (cacheable by browser). \'html\': Inline CSS\n	public static $cssminimize			= true; 	// minimize CSS (true) or pretty print (false)\n	public static $wfl_support_woff		= false;	// Support old style WOFF files from Web Font Loader for browsers before 2016\n	public static $timing				= false; 	// write timing info (a lot!) to wordpress debug.log if WP_DEBUG enabled		\n	public static $sample_text 			= \'The quick brown fox jumps over the lazy dog.\';	\n\n	// ===== INTERNAL. DO NOT EDIT. =====\n	public 	static $prioritized_formats	= [\'eot\',\'woff2\',\'woff\',\'ttf\',\'otf\',\'svg\'];\n	public 	static $var_weight_formats	= [\'woff2\',\'ttf\'];\n	private static $fonts_base			= null; // will be initialized automatically\n	private static $fonts 				= null;	// will be populated with fonts and related files we found\n	private static $fonts_details_cache	= [];	// cache for already parsed font details\n	private static $font_files_cnt		= 0;	// number of font files parsed\n	private static $font_css			= null;	// temp storage for custom font css\n	private static $guten_oxy_font_css	= null;	// temp storage for Gutenberg css defining oxygen fonts\n	private static $timing_fonts_collect= null; // timing for fonts collection\n	private static $timing_fonts_css	= null; // timing for fonts CSS generation\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init() {\n\n		if (!defined(\'MA_CustomFonts_Version\')) define(\'MA_CustomFonts_Version\',self::VERSION);\n\n\n		// set up fonts dir and url\n		self::$fonts_base = self::get_fonts_base(); \n		if (!self::$fonts_base) 	{return;}\n\n		// Pre-fill font definitions\n		$st_fonts_collect = microtime(true);\n		self::get_font_families();\n		self::$timing_fonts_collect = microtime(true) - $st_fonts_collect;\n		// Pre-fill custom font css, and optionally write file\n		$st_fonts_css = microtime(true);\n		self::$font_css = self::get_font_css();\n		self::$timing_fonts_css = microtime(true) - $st_fonts_css;\n\n		// Frontend: Emit custom font css in head \n		add_action( \'wp_head\', function(){ \n			echo self::$font_css; \n		},5);\n\n		// Backend\n		if (is_admin()) {\n			// Load CSS for calls using Gutenberg Editor. \n			// Requires ma_customfont.css (for font loading) and some Oxygen settings (for font assignment)\n			global $pagenow;\n			if ( ($pagenow === \'post-new.php\') || ($pagenow === \'post.php\' && @$_REQUEST[\'action\']===\'edit\') ) {\n				\n				// enqueue or embed ma_customfonts.css\n				if (self::$cssoutput == \'file\') {\n					wp_enqueue_style(\'ma-customfonts\', self::$fonts_base->url.\'/ma_customfonts.css\'); \n				} else {\n					$plain_css = self::get_font_css(true); \n					add_action( \'admin_head\', function(){ \n						echo self::get_font_css(); \n					},5);\n				}\n\n				if (defined(\"CT_VERSION\")) { // Oxygen installed and active?\n					// create custom style for body, h1-h6 from Oxygen global settings\n					$ct_global_settings = ct_get_global_settings();\n					self::$guten_oxy_font_css = sprintf(\n						\'body .editor-styles-wrapper {font-family:%1$s;}\'.\n						\'body .editor-styles-wrapper :is(h1,h2,h3,h4,h5,h6,.editor-post-title) {font-family:%2$s;}\',\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Text\']), 	// text font\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Display\'])	// heading font\n					);\n					// add custom style to overwrite Gutenberg\'s default font\n					if (self::$cssoutput == \'file\') {\n						wp_add_inline_style(\'ma-customfonts\',self::$guten_oxy_font_css); \n					} else {\n						add_action( \'admin_head\', function(){ \n							echo \'<style id=\"ma-customfonts-oxygen\">\'.self::$guten_oxy_font_css.\'</style>\'; \n						},5);\n					}\n				}\n			}\n		}\n\n		// Shortcode for testing custom fonts (listing all fonts with their formats, weights, styles)\n		add_shortcode(\'ma-customfonts-test\', function( $atts, $content, $shortcode_tag ) {\n			return self::get_font_samples(\'shortcode\');\n		}); \n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init_admin_menu() {\n		$st = microtime(true);\n		// Add submenu page to the Appearance menu.\n		add_action(\'admin_menu\', function(){\n			add_submenu_page(	\'themes.php\', 										// parent slug of \"Appearance\"\n								_x(self::TITLE,\'page title\',\'ma_customfonts\'), 		// page title\n								_x(self::TITLE,\'menu title\',\'ma_customfonts\'), 		// menu title\n								\'manage_options\',									// capabilitiy\n								\'ma_customfonts\',									// menu slug\n								[__CLASS__, \'admin_customfonts\']					// function\n							);\n		});\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Proper quoting for font families: Detect multiple families and quote individually if required\n	static function quote_font_names($font_spec) {\n		$fonts = preg_split(\'/,\\s*/\', $font_spec, -1, PREG_SPLIT_NO_EMPTY);\n		$fonts = array_map(function($name){\n			return preg_match(\'/[^A-Za-z\\-]/\',$name) ? \'\"\'.$name.\'\"\' : $name;\n		},$fonts);\n		$retval = implode(\', \',$fonts);\n		return $retval;\n	}\n\n	//-------------------------------------------------------------------------------------------------------------------\n	static function get_script_version() {\n		$implementation = basename(__FILE__) == \'ma-oxygen-custom-fonts.php\' ? \'Plugin\' : \'Code Snippet\';\n		return sprintf(\'%s, %s\', $implementation, self::VERSION);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Admin function Appearance > Custom Fonts to display samples of all detected fonts\n	static function admin_customfonts() {\n		$output =	\'<div class=\"wrap\">\'.\n						\'<h1>\' . esc_html(get_admin_page_title()) . \'</h1>\'.\n						self::get_font_samples(\'admin\').\n					\'</div>\';\n		echo $output;\n		echo self::get_font_css();\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses weight from a font file name (not used for Web Font Loader packages)\n	static function parse_font_name($name) {\n		// already in cache?\n		if (array_key_exists($name,self::$fonts_details_cache)) {return self::$fonts_details_cache[$name];}\n		\n		$retval = (object)[\'name\'=>$name, \'weight\'=>400, \'style\'=>\'normal\'];\n		if (!self::$parsename) {return $retval;}\n		$st = microtime(true);\n		$weights = (object)[ // must match from more to less specific !!\n			// more specific\n			200 => \'/[ \\-]?(200|((extra|ultra)\\-?light))/i\',\n			800 => \'/[ \\-]?(800|((extra|ultra)\\-?bold))/i\',\n			600 => \'/[ \\-]?(600|([ds]emi(\\-?bold)?))/i\',\n			// less specific\n			100 => \'/[ \\-]?(100|thin)/i\',\n			300 => \'/[ \\-]?(300|light)/i\',\n			400 => \'/[ \\-]?(400|normal|regular|book)/i\',\n			500 => \'/[ \\-]?(500|medium)/i\',\n			700 => \'/[ \\-]?(700|bold)/i\',\n			900 => \'/[ \\-]?(900|black|heavy)/i\',\n			\'var\' => \'/[ \\-]?(VariableFont|\\[wght\\])/i\',\n		];\n		$count = 0;\n		// detect & cut style\n		$new_name = preg_replace(\'/[ \\-]?(italic|oblique)/i\', \'\', $retval->name, -1, $count); \n		if ($new_name && $count) {\n			$retval->name = $new_name;\n			$retval->style = \'italic\';\n		}\n		// detect & cut weight\n		foreach ($weights as $weight => $pattern) {\n			$new_name = preg_replace($pattern, \'\', $retval->name, -1, $count);\n			if ($new_name && $count) {\n				$retval->name = $new_name;\n				$retval->weight = $weight;\n				break;\n			}\n		}\n		// cut -webfont\n		$retval->name = preg_replace(\'/[ \\-]?webfont$/i\', \'\', $retval->name); \n		// variable font: detect & cut specifica\n		if ($retval->weight == \'var\') {\n			$retval->name = preg_replace(\'/_(opsz,wght|opsz|wght)$/i\', \'\', $retval->name); \n		}\n		// store to cache\n		self::$fonts_details_cache[$name] = $retval;\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\' %s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// construct CSS block from CSS properties stored in JSON from Web Font Loader\n	static 	function create_css_from_ruleset($css_ruleset) {\n		$retval = \'\';\n		if (isset($css_ruleset)) {\n			if (isset($css_ruleset->{\'comment\'})) {$retval .= sprintf(\"/* %s */\\n\",$css_ruleset->{\'comment\'});}\n			$retval .= \"@font-face {\\n\";\n			$retval .= sprintf(\"\\tfont-family: \'%s\';\\n\",$css_ruleset->{\'font-family\'});\n			$retval .= sprintf(\"\\tfont-style: %s;\\n\",$css_ruleset->{\'font-style\'});\n			$retval .= sprintf(\"\\tfont-weight: %s;\\n\",$css_ruleset->{\'font-weight\'});\n			$retval .= sprintf(\"\\tsrc: url(\'%s\') format(\'%s\');\\n\",$css_ruleset->{\'url\'}, $css_ruleset->{\'format\'});\n			if (isset($css_ruleset->{\'unicode-range\'})) {$retval .= sprintf(\"\\tunicode-range: %s;\\n\", $css_ruleset->{\'unicode-range\'});}\n			if (self::$fontdisplay) {\n				$retval .= sprintf(\"\\tfont-display: %s;\\n\",self::$fontdisplay);\n			}			\n			$retval .= \'}\';\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// return base dir/url for fonts. Create directory if necessary\n	private static function get_fonts_base() {\n		$retval = (object)[\'dir\'=>null,\'url\'=>\'\'];\n		$fonts_dir_info = wp_get_upload_dir();\n		$retval->dir = $fonts_dir_info[\'basedir\'].\'/fonts\';\n		$retval->url = $fonts_dir_info[\'baseurl\'].\'/fonts\';\n		// create fonts folder if not exists\n		if (!file_exists($retval->dir)) {\n			if (!@mkdir($retval->dir)) {\n				add_action(\'admin_notices\', function(){\n					echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Error creating fonts base folder <code>wp-content/uploads/fonts</code>.</p></div>\';\n				});\n				error_log(sprintf(\'%s::%s() Error creating fonts base folder.\', __CLASS__, __FUNCTION__)); \n				return null;\n			}\n		}\n		if (!is_writable($retval->dir)) {\n			add_action(\'admin_notices\', function(){\n				echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Folder <code>wp-content/uploads/fonts</code> is not writable. Please correct folder permissions.</p></div>\';\n			});\n		}\n		// V3.2.2, create scheme-less URL\n		$retval->url = preg_replace(\'/^https?\\:/\',\'\',$retval->url);\n\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// find font files in font folder\n	static function find_fonts() {\n		$st = microtime(true);\n		if (isset(self::$fonts)) return;\n		self::$fonts = [];\n		// property $recursive either recursive or flat file scan\n		if (self::$recursive) {\n			// recursive scan for font files (including subdirectories)\n			$directory_iterator = new RecursiveDirectoryIterator(self::$fonts_base->dir,  RecursiveDirectoryIterator::SKIP_DOTS | RecursiveDirectoryIterator::UNIX_PATHS);\n			$file_iterator = new RecursiveIteratorIterator($directory_iterator);\n		} else {\n			// flat scan for font files (no subdirectories)\n			$file_iterator = new FilesystemIterator(self::$fonts_base->dir);\n		}\n		// loop through files and collect font and JSON files\n		$font_splfiles = [];\n		$json_splfiles = [];\n		foreach( $file_iterator as $file) {\n			// V3: A JSON file might be available from Web Font Loader\n			if ($file->getExtension() == \'json\') {\n				$json_splfiles[] = $file;\n			}\n			if (in_array(strtolower($file->getExtension()), self::$prioritized_formats)) {\n				$font_splfiles[] = $file;\n			}\n		}\n		\n		// V3: check JSON files. If it defines \"family\" read the font name and CSS\n		$json_font_families = [];\n		foreach ($json_splfiles as $json_splfile) {\n			if ($font_details = @json_decode(@file_get_contents($json_splfile->getPathname()))) {\n				// It\'s a JSON from Web Font Loader?\n				if (isset($font_details->creator) && (strpos($font_details->creator, \'Web Font Loader\')=== 0)) {\n					// store font family name \n					$json_font_families[$json_splfile->getBasename(\'.json\')] = $font_details->family;\n					// drop all collected font files for that font since they are listed in JSON file\n					$font_path = $json_splfile->getPath().\'/\';\n					foreach ($font_splfiles as $idx => $font_splfile) {\n						if (strpos($font_splfile->getPath().\'/\',$font_path) === 0) {\n							self::$font_files_cnt ++;\n							unset($font_splfiles[$idx]);\n						}\n					}\n					// get the relative path\n					$font_path_relative = str_replace(self::$fonts_base->dir,\'\',$font_path);\n					// encode every single path element since we might have spaces or special chars \n					$font_path_url = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path_relative)));\n					\n					// add CSS blocks (could be multiple unicode ranges) to fonts list\n					$font_baseurl = self::$fonts_base->url . $font_path_url;\n					foreach ($font_details->css as $css_ruleset) {\n						// check for WOFF support. Skip if not enabled\n						if ($css_ruleset->format==\'woff\' && !self::$wfl_support_woff) {continue;}\n						// check if file exists. User might have deleted it.\n						if (!file_exists($font_path . $css_ruleset->url)) {continue;}\n						self::$fonts[$css_ruleset->{\'font-family\'}][\'source\'] = \'Web Font Loader\';\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][\'has_css\'] = true;\n						// only formats woff and woff2, so just use format as file extension slot\n						if (!isset(self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}])) {\n							self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}] = [];	\n						}\n						$css_ruleset->url = $font_baseurl . $css_ruleset->url;\n\n						$css_block = self::create_css_from_ruleset($css_ruleset);\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}][] = $css_block;\n					}\n				}\n			}\n		}\n		// collect font definitions\n		foreach ($font_splfiles as $font_splfile) {\n			self::$font_files_cnt ++;\n			$font_ext = $font_splfile->getExtension();\n			$font_details = self::parse_font_name($font_splfile->getbasename(\'.\'.$font_ext));\n			$font_name = $font_details->name;\n			if (in_array($font_name,array_values($json_font_families))) {\n				// already found this font from Web Font Loader. Skip.\n				continue;\n			}\n			$font_weight = $font_details->weight;\n			$font_style = $font_details->style;\n			$font_path = str_replace(self::$fonts_base->dir,\'\',$font_splfile->getPath());\n			// encode every single path element since we might have spaces or special chars \n			$font_path = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path)));\n			// create entry for this font name\n			if (!array_key_exists($font_name,self::$fonts)) {self::$fonts[$font_name] = [];}\n			// create entry for this font weight/style \n			if (!array_key_exists($font_weight.\'/\'.$font_style,self::$fonts[$font_name])) {self::$fonts[$font_name][$font_weight.\'/\'.$font_style] = [];}\n			// store font details for this file\n			self::$fonts[$font_name][$font_weight.\'/\'.$font_style][strtolower($font_ext)] = self::$fonts_base->url . $font_path . \'/\' . rawurlencode($font_splfile->getBasename());\n		}\n		ksort(self::$fonts, SORT_NATURAL | SORT_FLAG_CASE);\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() %d font files, %d font families.\',__CLASS__,__FUNCTION__, self::$font_files_cnt, count(self::$fonts)));}\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns a list of font families\n	static function get_font_families() {\n		if (!isset(self::$fonts)) self::find_fonts();\n		$st = microtime(true);\n		$font_family_list = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$font_family_list[] = $font_name;\n		}\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $font_family_list;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// we call this function from footer emitter to get font definitions for emitting required files\n	static function get_font_definitions() {\n		return self::$fonts;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// creates CSS for custom fonts. \n	// For $cssoutput \'file\', return <link rel=\"stylesheet\" ...>, for \'html\' <style>...</style>\n	// If $plaincss is true, return plain css instead\n	static function get_font_css($plaincss = false) {\n		// emit CSS for fonts in footer\n		$version = self::get_script_version();\n		$style = \'\';\n		$st = microtime(true);\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n			foreach ($font_details as $weight_style => $file_list) {\n				if ($weight_style==\'source\') {continue;}\n				list ($font_weight,$font_style) = explode(\'/\',$weight_style);\n\n				if (isset($file_list[\'has_css\'])) {\n					// V3: Google Font package CSS from Web Font Loader already has CSS\n					foreach (array_reverse(self::$prioritized_formats) as $font_ext) {\n						// we only have woff and woff2\n						if (!isset($file_list[$font_ext])) { continue; }\n						foreach ($file_list[$font_ext] as $css) {\n							$style .= trim($css).PHP_EOL;\n						}\n					}\n				} else {\n					// V2: Only have font info and file names. Build CSS\n					if ($font_weight == \'var\') {\n						$font_weight_output = \'1 1000\';\n					} else {\n						$font_weight_output = $font_weight;\n					}\n					$style .= 	\'@font-face{\'.PHP_EOL.\n								\'  font-family:\"\'.$font_name.\'\";\'.PHP_EOL.\n								\'  font-weight:\'.$font_weight_output.\';\'.PHP_EOL.\n								\'  font-style:\'.$font_style.\';\'.PHP_EOL;\n								// .eot needs special handling for IE9 Compat Mode\n					if (array_key_exists(\'eot\',$file_list)) {$style .= \'  src:url(\"\'.$file_list[\'eot\'].\'\");\'.PHP_EOL;}\n					$urls = [];\n\n					// output font sources in prioritized order\n					foreach (self::$prioritized_formats as $font_ext) {\n						if (array_key_exists($font_ext,$file_list)) {\n							$font_url = $file_list[$font_ext];\n							$format = \'\';\n							switch ($font_ext) {\n								case \'eot\': $format = \'embedded-opentype\'; break;\n								case \'otf\': $format = \'opentype\'; break;\n								case \'ttf\': $format = \'truetype\'; break;\n								// others have same format as extension (svg, woff, woff2)\n								default:	$format = strtolower($font_ext);\n							}\n							if ($font_ext == \'eot\') {\n								// IE6-IE8\n								$urls[] = \'url(\"\'.$font_url.\'?#iefix\") format(\"\'.$format.\'\")\';\n							} else {\n								$urls[] = \'url(\"\'.$font_url.\'\") format(\"\'.$format.\'\")\';\n							}\n						}\n					}\n					$style .= \'  src:\' . join(\',\'.PHP_EOL.\'      \',$urls) . \';\'.PHP_EOL;\n					if (self::$fontdisplay) {\n						$style .= sprintf(\'  font-display: %s;\'.PHP_EOL,self::$fontdisplay);\n					}\n					$style .= \'}\'.PHP_EOL;\n				}\n			}		\n			\n		}\n		// if Oxygen Builder is active, emit CSS to show custom fonts in light blue.\n		$builder_style = defined(\'SHOW_CT_BUILDER\') ? \'div.oxygen-select-box-option.ng-binding.ng-scope[ng-repeat*=\"elegantCustomFonts\"] {color:lightblue !important;}\' : \'\';\n		\n		// minimize string if configured\n		if (self::$cssminimize) {\n			$style = preg_replace(\'/\\r?\\n */\',\'\',$style); \n		}\n\n		$retval = \'\';\n		if (self::$cssoutput == \'file\') {\n			// option: write CSS to file\n			$css_path = self::$fonts_base->dir.\'/ma_customfonts.css\';\n			$css_code = \'/* Version: \'.$version.\' */\'.PHP_EOL.$style;\n			$css_hash_code = hash(\'CRC32\', $css_code, false);\n			$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			if ($css_hash_code !== $css_hash_file) {\n				if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$status = file_put_contents($css_path, $css_code);\n				if ($status === false) {error_log(sprintf(\'%s::%s() Error writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			}\n			$css_url = str_replace(self::$fonts_base->dir,self::$fonts_base->url ,$css_path);\n			$retval = sprintf(\'<link id=\"ma-customfonts\" href=\"%s?ver=%s\" rel=\"stylesheet\" type=\"text/css\" />%s\',$css_url, $css_hash_file, $builder_style?\'<style>\'.$builder_style.\'</style>\':\'\');\n		}\n		if (self::$cssoutput == \'html\') {\n			// option: write CSS to html\n			$retval = \'<style id=\"ma-customfonts\">\'.\'/* Version: \'.$version.\' */\'.PHP_EOL.$style.PHP_EOL.$builder_style.\'</style>\';\n		}\n		if ($plaincss) {\n			$retval = $style.PHP_EOL.$builder_style;\n		}\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses font file url from CSS block\n	static function get_font_file_info_from_css($css) {\n		$retval = [];\n		if (!is_array($css)) {$css = [$css];}\n		foreach($css as $css_block) {\n			if (preg_match(\'/url\\(\\\'(.*?)\\\'\\)/\',$css_block,$matches)) {\n				$retval[] = $matches[1];\n			}\n		}\n		$retval = array_unique($retval); \n		return $retval;\n	}\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	// get font file urls for var weight\n	static function get_font_var_weight_urls($font_details) {\n		$retval = [];\n		if (isset($font_details) && (is_array($font_details))) {\n			// check if we have a \'var\' weight array key\n			foreach ($font_details as $weight_style => $details) {\n				// check key (for custom fonts)\n				if (strpos($weight_style,\'var\') === 0) {\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($details[$format])) {\n							$retval[] = urldecode($details[$format]);\n						}\n					}\n					goto DONE;\n				}\n				// check CSS file names of woff2 files (for WebFontLoader fonts)\n				if (isset($details[\'woff2\']) && is_array($details[\'woff2\'])) {\n					foreach ($details[\'woff2\'] as $css_rule) {\n						if (preg_match(\'/src: url\\(\\\'(.*?)\\\'\\)/\',$css_rule,$matches)) {\n							$src = $matches[1];\n							if (preg_match(\'/[ \\-]?(VariableFont|\\[wght\\])/i\',$src)) {\n								$retval[] = $src;\n							}\n						}\n					}\n				}\n			}\n		}\n		DONE:\n		// remove duplicates\n		$retval = array_unique($retval);\n		// remove base url\n		foreach ($retval as &$url) {\n			$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns font url (string or array) shortened and urldecoded \n	static function get_font_short_display_url ($urls) {\n		$retval = [];\n		if ($urls) {\n			if (!is_array($urls)) {$urls = [$urls];}\n			foreach ($urls as $url) {\n				// cut leading path/url from file info\n				$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n				// decode html entities (e.g. %20) in file path\n				$url = implode(\'/\',array_map(\'rawurldecode\',explode(\'/\',$url)));\n				$retval[] = $url;\n			}\n		}\n		return implode(\', \',$retval);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns HTML code to display all registered custom fonts\n	// $mode \'admin\':		formatting to be displayed on WP Admin > Appearance\n	// $mode \'shortcode\':	formatting to be displayed as shortcode output\n	static function get_font_samples($mode = null) {\n		$st = microtime(true);\n		$script_version = self::get_script_version();\n		$sample_text = self::$sample_text;\n		$output_style = <<<\'END_OF_STYLE\'\n		<style>\n		.ma-customfonts-test {font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;}\n		.ma-customfonts-header {border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-header > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-label {flex-shrink:0;display:inline-block;width:110px;}\n\n		#ma-customfonts-input-font-size {width:60px;text-align:center;min-height:1.5em;line-height:1em;padding:0;}\n		#ma-customfonts-input-sample-text {width:100%;max-width:400px;text-align:left;}\n\n		.ma-customfonts-legend {margin-top:3em;border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-legend > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-legend > div > span:first-child {width:110px;flex-shrink:0;}\n\n		.ma-customfonts-timing {margin-top:2em;font-size:.8em;}\n		.ma-customfonts-timing table {border-spacing:0};\n		.ma-customfonts-timing td {padding:0}\n\n		.ma-customfonts-test h3 {margin-top:20px;padding-bottom:0;}\n		.ma-customfonts-font-additional-info {margin-left:1em;margin-bottom:1em;font-size:13px;font-weight:normal;}\n\n		.ma-customfonts-font-row {display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;line-height:20px;border-bottom:1px solid #e0e0e0;margin:0 1em;}\n		.ma-customfonts-font-row:hover {background-color:lightgray;}\n		.ma-customfonts-font-info {font-size:10px;line-height:1em;width:100px;}\n		.ma-customfonts-font-sample {font-size:16px;line-height:1.2em;flex-grow:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}\n		.ma-customfonts-format-info {font-size:10px;cursor:help;margin-left:1em;}\n		.ma-customfonts-format-info.simulated {color:gray;font-style:italic;cursor:alias;} \n		.ma-customfonts-format-info :is(.eot,.ttf,.svg) {color:red;}\n		.ma-customfonts-format-info :is(.ttf,.otf) {color:chocolate;}\n		.ma-customfonts-format-info :is(.woff) {color:orange;}\n		.ma-customfonts-format-info :is(.woff2) {color:green;}\n\n		.ma-customfonts-simulated {display:none;}\n		@media (max-width:700px) {\n			.ma-customfonts-font-row {flex-wrap:wrap;}\n			.ma-customfonts-font-info {order:1;}\n			.ma-customfonts-font-sample {order:3; width:100%;}\n			.ma-customfonts-format-info {order:2;}\n		}\n		</style>\nEND_OF_STYLE;\n		$var = (object)[\n			\'container_style\'	=> $mode==\'shortcode\' ? \'style=\"border:1px dashed darkgray;padding:10px;\"\' : \'\',\n			\'title\'				=> $mode==\'shortcode\' ? \'<h2>\'.self::TITLE.\'</h2>\' : \'\',\n			\'cnt_families\'		=> count(self::$fonts),\n			\'cnt_files\'			=> self::$font_files_cnt,\n		];\n		$output_header = <<<END_OF_HEADER\n		<div class=\"ma-customfonts-test\" {$var->container_style}>\n			{$var->title}\n			<div class=\"ma-customfonts-header\">\n				<div>\n					<span class=\"ma-customfonts-label\">Version:</span>\n					<span>{$script_version}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Families:</span>\n					<span>{$var->cnt_families}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Files:</span>\n					<span>{$var->cnt_files}</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Font Size:</span>\n					<span><input id=\"ma-customfonts-input-font-size\" type=\"number\" value=\"16\" onchange=\"ma_customfonts_change_font_size();\"> px</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Text:</span>\n					<input id=\"ma-customfonts-input-sample-text\" value=\"{$sample_text}\" onkeyup=\"ma_customfonts_change_sample_text();\">\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Simulated:</span>\n					<span><input id=\"ma-customfonts-input-simulated\" type=\"checkbox\" value=\"simulated\" onchange=\"ma_customfonts_toggle_simulated();\"> Show font weights/styles without files as browser would simulate.</span>\n				</div>\n			</div>\nEND_OF_HEADER;\n		$output_legend = <<<END_OF_LEGEND\n		<fieldset class=\"ma-customfonts-legend\">\n			<legend><strong>Font File Formats</strong></legend>\n			<div><span style=\"color:green\">WOFF2</span><span>Modern formats are perfect for web.</span></div>\n			<div><span style=\"color:orange\">WOFF</span><span>Older formats can be used for web but have larger file sizes.</span></div>\n			<div><span style=\"color:chocolate\">OTF, TTF</span><span>Formats meant for desktop use, can be used for web but have larger to huge file sizes.</span></div>\n			<div><span style=\"color:red\">EOT, SVG</span><span>Some formats are only suppported on specific browsers like EOT on IE, SVG on Safari. Deprecated!</span></div>\n		</fieldset>\n\nEND_OF_LEGEND;\n		// controls\n		$output_script = <<<\'END_OF_SCRIPT\'\n		<script>\n		function changeCss(className, classValue) {\n			// we need invisible container to store additional css definitions\n			let cssMainContainer = jQuery(\'#css-modifier-container\');\n			if (cssMainContainer.length == 0) {\n				cssMainContainer = jQuery(\'<div id=\"css-modifier-container\"></div>\');\n				cssMainContainer.hide().appendTo(jQuery(\'body\'));\n			}\n			// we need one div for each class\n			let classContainer = cssMainContainer.find(\'div[data-class=\"\' + className + \'\"]\');\n			if (classContainer.length == 0) {\n				classContainer = jQuery(\'<div data-class=\"\' + className + \'\"></div>\');\n				classContainer.appendTo(cssMainContainer);\n			}\n			// append additional style\n			classContainer.html(\'<style>\' + className + \' {\' + classValue + \'}</style>\');\n		}\n		function ma_customfonts_change_font_size() {\n			let $val = jQuery(\'#ma-customfonts-input-font-size\').val();\n			changeCss(\'.ma-customfonts-font-sample\',\'font-size: \'+$val+\'px;\');\n		}\n		function ma_customfonts_change_sample_text() {\n			let $val = jQuery(\'#ma-customfonts-input-sample-text\').val();\n			jQuery(\'.ma-customfonts-font-sample\').text($val);\n		}\n		function ma_customfonts_toggle_simulated() {\n			let $simulated = jQuery(\'#ma-customfonts-input-simulated\').is(\':checked\');\n			jQuery(\'.ma-customfonts-simulated\').css(\'display\',$simulated?\'flex\':\'none\');\n		}\n		</script>\nEND_OF_SCRIPT;\n		\n\n		// prepare tags for every weight/style combination\n		$weights = [100,200,300,400,500,600,700,800,900];\n		$styles = [\'normal\',\'italic\'];\n		$weights_styles = [];\n		foreach ($weights as $weight) { foreach ($styles as $style) { $weights_styles[] = $weight.\'/\'.$style; } }\n		// prepare data structure to display fonts in each weight/style combination\n		$samples = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$samples[$font_name] = [\n				\'has_var_weight\' => false,\n				\'weights_styles\' => [],\n			];\n			foreach ($weights_styles as $weight_style) {\n				$samples[$font_name][\'weights_styles\'][$weight_style] = [];\n			}\n		}\n		// collect available font files\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n\n			// check if we have a \'var\' weight\n			$font_var_weight_urls = self::get_font_var_weight_urls($font_details);\n			if ($font_var_weight_urls) {$samples[$font_name][\'has_var_weight\'] = true;}\n			$samples[$font_name][\'source\'] = $font_details[\'source\'] ?? null;\n\n			// loop font details and fill available samples and formats\n			foreach ($font_details as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				\n				if ($weight == \'var\') {\n					//  var weight detected from file name; we don\'t know the supported weights; fill all weights for current style\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($formats[$format])) {\n							$url = $formats[$format];\n							$url = self::get_font_short_display_url($url);\n							foreach ($weights as $var_weight) {\n								$samples[$font_name][\'weights_styles\'][$var_weight.\'/\'.$style][$format] = $url;\n							}\n						}\n					}\n				} \n				// fill non var weight formats \n				foreach ($formats as $format => $url) {\n					if (!in_array($format,self::$prioritized_formats)) {continue;} // skip \'has_css\'\n					if ($weight != \'var\') {\n						if (is_array($url)) { // seems to be an array of CSS rules\n							$url = self::get_font_file_info_from_css($url);\n						}\n						$url = self::get_font_short_display_url($url);\n						$samples[$font_name][\'weights_styles\'][$weight.\'/\'.$style][$format] = $url;\n					}\n				}\n			}\n		}\n\n		$output_sample = \'\';\n		foreach ($samples as $font_name => $font_details) {\n			\n			// output the font sample block\n			$output_sample .= sprintf(\'<h3>%1$s</h3>\',$font_name);\n			// additional font info (variable fonts, source Web Font Loader, WOFF support)\n			$font_additional_infos = [];\n			if ($font_details[\'has_var_weight\']) {$font_additional_infos[] = \'Variable Weight Font.\';}\n			if ($font_details[\'source\'] == \'Web Font Loader\') {\n				$font_additional_infos[] = \'Downloaded from <a href=\"https://webfontloader.altmann.de/\" target=\"_blank\">Web Font Loader</a>.\';\n				if (!self::$wfl_support_woff) {$font_additional_infos[] = \'WOFF files are ignored according to configuration setting.\';}\n			}\n			$output_sample .= count($font_additional_infos) ? \'<div class=\"ma-customfonts-font-additional-info\">\'.implode(\' \',$font_additional_infos).\'</div>\' : \'\';\n\n			foreach ($font_details[\'weights_styles\'] as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				// build font file info output\n				$font_file_list = [];\n				foreach ($formats as $format => $files) {\n					if (is_array($files)) {$files = implode(\"\\n\",$files);}\n					$font_file_list[$format] = sprintf(\'<span class=\"%3$s\" title=\"%2$s\">%1$s</span>\', strtoupper($format), $files, $format);\n				}\n				$font_file_info = \'<span class=\"ma-customfonts-format-info\">(\' . implode(\', \',array_values($font_file_list)) . \')</span>\';\n				$output_sample .= sprintf(	\'<div class=\"ma-customfonts-font-row \'.($font_file_list?\'\':\'ma-customfonts-simulated\').\'\">\'.\n												\'<span class=\"ma-customfonts-font-info\">%2$s %3$s</span>\'.\n												\'<span class=\"ma-customfonts-font-sample\" style=\"font-family:\\\'%1$s\\\';font-weight:%2$d;font-style:%3$s\">%4$s</span>\'.\n												\'%5$s\'.\n											\'</div>\',$font_name, $weight, $style, $sample_text, $font_file_list?$font_file_info:\'<span class=\"ma-customfonts-format-info simulated\">(simulated)</span>\');\n			}\n		}\n		// output timing\n		$timing = (object)[\n			\'fonts_collect\'	=> sprintf(\'%.4f\',self::$timing_fonts_collect),\n			\'fonts_css\'		=> sprintf(\'%.4f\',self::$timing_fonts_css),\n			\'output\'		=> sprintf(\'%.4f\',microtime(true)-$st),\n		];\n		$output_timing = <<<END_OF_TIMING\n		<div class=\"ma-customfonts-timing\">\n			<strong>Timing</strong>\n			<table>\n				<tr><td>Collecting fonts:</td><td>{$timing->fonts_collect} seconds</td></tr>\n				<tr><td>Generating CSS:</td><td>{$timing->fonts_css} seconds</td></tr>\n				<tr><td>Generating output:</td><td>{$timing->output} seconds</td></tr>\n			</table>\n		</div>\nEND_OF_TIMING;\n\n		$output =  $output_style . $output_header . $output_script . $output_sample . $output_legend . $output_timing.\'</div>\';\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $output;\n\n	}\n} // end of class MA_CustomFonts\n\n\nendif; // end of conditional implementations\n\n\n//===================================================================================================================\n// Warn about incompatibilities\nadd_action(\'wp_loaded\',function(){\n	$GLOBALS[\'ma_customfonts_incompatibilities\'] = [];\n	if (is_admin()) {\n		// Plugin \"Elegant Custom Fonts\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'elegant-custom-fonts/elegant-custom-fonts.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Elegant Custom Fonts\"\';}\n		// Plugin \"Use Any Font\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'use-any-font/use-any-font.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Use Any Font\"\';}\n		// Plugin \"Swiss Knife\" with feature \"Font Manager\" active\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'swiss-knife/swiss-knife.php\') && (get_option(\'swiss_font_manager\')==\'yes\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Swiss Knife\" with feature \"Font Manager\" enabled\';}\n		if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) {\n			add_action(\'admin_notices\', function(){\n				if (WP_DEBUG ) {error_log(\'MA_CustomFonts / Incompatibilities: \'.print_r($GLOBALS[\'ma_customfonts_incompatibilities\'],true));}\n				echo \'<div class=\"notice notice-warning is-dismissible\">\n						<p>The Code Snippet \"Oxygen: Custom Fonts\" is not compatible with the Plugin \'.implode(\' or \',$GLOBALS[\'ma_customfonts_incompatibilities\']).\'.<br/>\n						Please deactivate either the Code Snippet or the Plugin (feature).</p>\n					</div>\';\n			});\n		}\n	}\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	\n\n	//-------------------------------------------------------------------------------------------------------------------\n	// create a primitive ECF_Plugin class if plugin \"Elegant Custom Fonts\" is not installed\n	if (!count($GLOBALS[\'ma_customfonts_incompatibilities\']) && !class_exists(\'ECF_Plugin\')) {\n		class ECF_Plugin {\n			static function get_font_families() {\n				$st = microtime(true);\n				$font_family_list = MA_CustomFonts::get_font_families();\n				$et = microtime(true);\n				if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts/%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n				return $font_family_list;\n			}\n		}\n		global $ECF_Plugin;\n		$ECF_Plugin = new ECF_Plugin();\n	}\n	\n\n},1000); // hook late to check other plugins!\n\n\n//===================================================================================================================\n// Initialize\nadd_action(\'wp_loaded\',function(){\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	if (wp_doing_ajax()) 		return;	// don\'t run for AJAX requests\n	if (wp_doing_cron()) 		return;	// don\'t run for CRON requests\n	if (wp_is_json_request()) 	return;	// don\'t run for JSON requests\n	if (is_favicon()) 			return;	// don\'t run for favicon request\n	if (isset($_SERVER[\'QUERY_STRING\']) && ($_SERVER[\'QUERY_STRING\'] == \'service-worker\'))	return;	// don\'t run for service-worker\n	if (isset($_SERVER[\'REQUEST_URI\']) 	&& ($_SERVER[\'REQUEST_URI\'] == \'/favicon.ico\'))		return;	// don\'t run for favicon\n\n	if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Request URI=\"%s\" action=\"%s\"\', @$_SERVER[\'REQUEST_URI\'], @$_REQUEST[\'action\']));}\n\n	if (is_admin()) {\n		// init custom font functionality only when needed\n		global $pagenow;\n		if ( 	($pagenow === \'themes.php\' && @$_REQUEST[\'page\'] === \'ma_customfonts\') 	// custom font test \n			||	($pagenow === \'post-new.php\')											// new post\n			||	($pagenow === \'post.php\' && @$_REQUEST[\'action\'] === \'edit\')			// edit post\n		) {\n			MA_CustomFonts::init();\n		} else {\n			if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Skipping font initialization for this request.\'));}\n		}\n		// initialize admin menu Appearance > Custom Fonts\n		MA_CustomFonts::init_admin_menu();\n	} else {\n		// frontend\n		MA_CustomFonts::init();\n	}\n},1001); // hook after incompatibility check\n'),(28,14,'wpcb_tag_options','a:0:{}'),(29,14,'wpcb_hook','a:2:{s:5:\"label\";s:14:\"Root (default)\";s:5:\"value\";s:4:\"root\";}'),(30,14,'wpcb_hook_priority','10'),(31,14,'wpcb_render_type','inline'),(32,14,'wpcb_minify',''),(33,14,'wpcb_enabled','1'),(34,14,'wpcb_add_to_quick_actions',''),(35,14,'wpcb_external_url','a:0:{}'),(42,18,'_wp_attached_file','woocommerce-placeholder.png'),(43,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12560;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92182;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4228;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(44,19,'rank_math_internal_links_processed','1'),(45,20,'rank_math_internal_links_processed','1'),(46,21,'rank_math_internal_links_processed','1'),(47,22,'rank_math_internal_links_processed','1'),(48,23,'rank_math_internal_links_processed','1'),(49,1,'rank_math_internal_links_processed','1'),(50,2,'rank_math_internal_links_processed','1'),(51,24,'_edit_lock','1658231762:11'),(52,24,'_edit_last','11'),(53,24,'ct_template_archive_post_types_all',''),(54,24,'ct_template_categories','a:0:{}'),(55,24,'ct_template_categories_all',''),(56,24,'ct_template_tags','a:0:{}'),(57,24,'ct_template_tags_all',''),(58,24,'ct_template_custom_taxonomies','a:0:{}'),(59,24,'ct_template_custom_taxonomies_all',''),(60,24,'ct_template_authors_archives_all',''),(61,24,'ct_template_index',''),(62,24,'ct_template_front_page',''),(63,24,'ct_template_blog_posts',''),(64,24,'ct_template_date_archive',''),(65,24,'ct_template_search_page',''),(66,24,'ct_template_inner_content',''),(67,24,'ct_template_404_page',''),(68,24,'ct_template_all_archives',''),(69,24,'ct_template_archive_among_taxonomies','a:0:{}'),(70,24,'ct_template_apply_if_archive_among_taxonomies',''),(71,24,'ct_template_archive_post_types','a:0:{}'),(72,24,'ct_template_apply_if_archive_among_cpt',''),(73,24,'ct_template_authors_archives','a:0:{}'),(74,24,'ct_template_apply_if_archive_among_authors',''),(75,24,'ct_template_single_all',''),(76,24,'ct_template_post_types','a:0:{}'),(77,24,'ct_template_exclude_ids',''),(78,24,'ct_template_include_ids',''),(79,24,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(80,24,'ct_use_template_taxonomies',''),(81,24,'ct_template_post_of_parents','a:1:{i:0;s:0:\"\";}'),(82,24,'ct_template_apply_if_post_of_parents',''),(83,24,'ct_template_order','0'),(84,24,'ct_builder_shortcodes',''),(85,24,'rank_math_internal_links_processed','1'),(86,2,'ct_builder_shortcodes_revisions','{\"id\":0,\"name\":\"root\",\"depth\":0,\"meta_keys\":[]}'),(87,2,'ct_builder_shortcodes_revisions_dates','1658232013'),(88,24,'ct_builder_json','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[],\"meta_keys\":[\"rank_math_internal_links_processed\"]}'),(89,24,'ct_preview_url','https://seaarchdev.wpengine.com/?page_id=22'),(90,24,'ct_page_settings','a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(91,25,'_edit_lock','1658243858:11'),(92,25,'rank_math_internal_links_processed','1'),(93,25,'_edit_last','11'),(94,25,'ct_other_template','0'),(95,25,'ct_template_archive_post_types_all',''),(96,25,'ct_template_categories','a:0:{}'),(97,25,'ct_template_categories_all',''),(98,25,'ct_template_tags','a:0:{}'),(99,25,'ct_template_tags_all',''),(100,25,'ct_template_custom_taxonomies','a:0:{}'),(101,25,'ct_template_custom_taxonomies_all',''),(102,25,'ct_template_authors_archives_all',''),(103,25,'ct_template_index',''),(104,25,'ct_template_front_page',''),(105,25,'ct_template_blog_posts',''),(106,25,'ct_template_date_archive',''),(107,25,'ct_template_search_page',''),(108,25,'ct_template_inner_content',''),(109,25,'ct_template_404_page',''),(110,25,'ct_template_all_archives',''),(111,25,'ct_template_archive_among_taxonomies','a:0:{}'),(112,25,'ct_template_apply_if_archive_among_taxonomies',''),(113,25,'ct_template_archive_post_types','a:0:{}'),(114,25,'ct_template_apply_if_archive_among_cpt',''),(115,25,'ct_template_authors_archives','a:0:{}'),(116,25,'ct_template_apply_if_archive_among_authors',''),(117,25,'ct_template_single_all',''),(118,25,'ct_template_post_types','a:0:{}'),(119,25,'ct_template_exclude_ids',''),(120,25,'ct_template_include_ids',''),(121,25,'ct_template_taxonomies','a:2:{s:5:\"names\";a:0:{}s:6:\"values\";a:0:{}}'),(122,25,'ct_use_template_taxonomies',''),(123,25,'ct_template_post_of_parents','a:0:{}'),(124,25,'ct_template_apply_if_post_of_parents',''),(125,25,'ct_template_order','0'),(126,25,'ct_builder_shortcodes','[ct_section ct_sign_sha256=\'e9ae288acbb850e1166291a88624bdd089405a522ed419b6e56505f64ce5cd3a\' ct_options=\'{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":{\"0\":{\"position-unit\":\"px\",\"value\":\"var(--primary)\"},\"1\":{\"position-unit\":\"px\",\"value\":\"var(--primary)\"}},\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":{\"0\":\"pad-section--s\"},\"ct_depth\":1}\'][ct_text_block ct_sign_sha256=\'1ab314bf9a8ae5a3b67d7971a48a6cdb284cc14ab83902267c32a4ab68432517\' ct_options=\'{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":{\"0\":\"acss-style-guide__h-accent\"},\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\"}\'][ct_span ct_sign_sha256=\'3a61377d1d8f8bf91d4066037affa9fb94575f854abc2728f271674f5af433de\' ct_options=\'{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3}\'][oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ][/ct_span][/ct_text_block][ct_headline ct_sign_sha256=\'a9e2fa0662e47d9c8e25684e40ce79caafc07a860e8470c96baea2665c8e50cd\' ct_options=\'{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":{\"0\":\"acss-style-guide__h1\"},\"ct_depth\":2,\"activeselector\":false}\']Style Guide[/ct_headline][ct_text_block ct_sign_sha256=\'ceec9ec5631b2df2086149af85cc429d478298ecea3721ac197bc2b1096025a6\' ct_options=\'{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":{\"0\":\"acss-style-guide__lede\"},\"ct_depth\":2}\']This page outlines the current styles and standards for the [ct_span ct_sign_sha256=\'2d97833659917f383e2d4ea200ed0a9710411da8f773ffa2f07c3cb5111edec2\' ct_options=\'{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3}\'][oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ][/ct_span] website.[/ct_text_block][/ct_section][ct_section ct_sign_sha256=\'7553d58148524d75c67ab1bfc6a8df85931ab980717879f81833b77aa7212747\' ct_options=\'{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}}\'][ct_div_block_2 ct_sign_sha256=\'134a5be507441f0e35c38c1821e058ae2b3e7d497fed8127f39b3e663df31a63\' ct_options=\'{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'cb3c59ae133815e6272561a729602c82608dcd0875776d1d244c2a448843b332\' ct_options=\'{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3,\"activeselector\":\"acss-section__title\"}\']Colours[/ct_headline][ct_text_block ct_sign_sha256=\'921080389a74d8ee1f69546b133c9f79bb30fbd33c4c85282468e960199afc15\' ct_options=\'{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3,\"activeselector\":\"acss-section__lede\"}\']An overview of this site\'s brand colors.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'44649c32219e629fd63e2537e61bab251787ac28328e850dc1ed6d3cf40e8e40\' ct_options=\'{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":{},\"ct_depth\":2,\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":{\"0\":{\"name\":\"aria-label\",\"value\":\"colors\"}},\"min-height-unit\":\"vh\",\"min-height\":\"100\"}}\'][oxy_tabs_3 ct_sign_sha256=\'e0a4dd709c941eca297a40e95a778b71d37f03b10e4d5ead1c348b91f69701dd\' ct_options=\'{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":{\"0\":\"margin-top--l\"},\"ct_depth\":3}\'][oxy_tab_3 ct_sign_sha256=\'e2a6b327843daf9d54f3284b2d2cbd223aa69e3f8438df20384eca273c7a8583\' ct_options=\'{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":{\"0\":\"tabs-0118-tab\",\"1\":\"tabs-0118-tab-active\"},\"ct_depth\":3,\"original\":{\"custom-attributes\":{\"0\":{\"name\":\"role\",\"value\":\"tab\"}}}}\'][ct_text_block ct_sign_sha256=\'10542ac477370092145cae734e19d2d2cbe1a4eae666afca47290bc08c89d539\' ct_options=\'{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"}}\']Colors &amp; Shades[/ct_text_block][/oxy_tab_3][oxy_tab_3 ct_sign_sha256=\'78762f63f18848f7b7e4fd6ecfaa1202aaec1aac63cc8173a415d1b46cb4cd62\' ct_options=\'{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":{\"0\":\"tabs-0118-tab\",\"1\":\"tabs-0118-tab-active\"},\"ct_depth\":3,\"original\":{\"custom-attributes\":{\"0\":{\"name\":\"role\",\"value\":\"tab\"}}}}\'][ct_text_block ct_sign_sha256=\'8d634bacf2e9b702f319891b242981c0039f40709c6d8c8a5fa5b69c4d9a8053\' ct_options=\'{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4}\']Transparencies[/ct_text_block][/oxy_tab_3][/oxy_tabs_3][oxy_tabs_contents_3 ct_sign_sha256=\'275a78bd9967a5aeb627bfc54f683a74e51ad73ec0dda23a11ae66af19d008a3\' ct_options=\'{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":{},\"ct_depth\":3}\'][oxy_tab_content_3 ct_sign_sha256=\'fa96610af018af2c9e6f684f872504cec8094a060ff6c975750d5677bbf6ebc9\' ct_options=\'{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":{\"0\":\"tabs-contents-0118-tab\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'497e7196a755ad07731fc460c14cb81acee54cfa08aa6f48c7a923ec050182f2\' ct_options=\'{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'7afcdfe94d59710cb46fd3be7deae1500186fe67618af352de08f6403aadf921\' ct_options=\'{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']primary[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'7682fbf11c0b8125b5ee243927de45c5db49e3c627bbad53cf5b414d1eec1b68\' ct_options=\'{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'6a5ed5eaa476f1a5605b3302a7c68b2912a1399eb76fe6e1ee65fe5912ad7ed1\' ct_options=\'{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'ea212b66b452d2103ecee29d975aec9dd2f8c1dfbea0e6b4b11a4fdfa348d720\' ct_options=\'{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Primary[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'f4cd0decb7b41984adea00a9cf566cd6f1d74d9d2fb7b5fe2746fe43bcbd8e81\' ct_options=\'{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-ultra-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'2f962aeec96d64e2936647c0beabe13b540e92f0b2df394aba44b61890fac681\' ct_options=\'{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'6df66da6f8eef57dae98dbc4efb8bbf582a4ecb634ec43633791f00a0e4ad720\' ct_options=\'{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'ad76e5b50b437363096fb9132f16e0fd2e531e63ec375151b1ff94e539e428b0\' ct_options=\'{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'64092ffae36e00d724b42fa020673fc1ccbc12d0034016a7c0137f2fed951895\' ct_options=\'{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-medium\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'aa5984d382f40ee678c4f22cc72edb97d8937c5e01cea4c235e4d0484d17a7fc\' ct_options=\'{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Medium[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'b8e812816496b1ac1fb777d5d762b98358ee42e5896023bb0df42a169d630675\' ct_options=\'{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'43a470da9f54686b6e5e37dec0c0d5cb82905c03bac2ea45eef74ed4ff47ba1b\' ct_options=\'{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'2cadf396923608aaa0e1943911e242384e33999a9abd91514e9dc5d4ebeb8b0a\' ct_options=\'{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-ultra-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'b57c9bc66846806d97ba0e3355ebc7c9697daec4874f9dc336f0b2aee465cd3d\' ct_options=\'{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'e9f6777bb59c2d55fb9e54cf612c5bf7894b76ad9f782dbe9ecfeaa959b24986\' ct_options=\'{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-comp\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'107a5cb4443828b2cb5b2cedf8490eb73d39d1ff4d271952645112d3247c1d90\' ct_options=\'{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Comp[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'2a39bc67c16c988a0d767d271ab86f628dc18503bbc3fd7050aa6fe3c257e37f\' ct_options=\'{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'57f1bae396596ba456b495c55cd15c03d63bb4ce82cd29e8f5f6d2bcc3b3d70c\' ct_options=\'{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']secondary[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'18eafb681c8c9725efb3292e926139127d668f85037286adf99934dec2b3d380\' ct_options=\'{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'21dfd2d7f1e4f36e3f82d293f00bdc0174e15d00f4f6a9131364fd86715c3823\' ct_options=\'{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'7bb512e60c6abdef4d9b1f6d9bafff49ec69154eb53579f3a160bdead47b4a1e\' ct_options=\'{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Secondary[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d178998c684c45ab9fd14782c97379eeaa7237a263e4406d4536aba8ad255608\' ct_options=\'{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-ultra-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'df8f3e268cabb1665c801733194ea3107a2b115b6c76741847f1254238fd38f7\' ct_options=\'{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'bfa56f7f4289e7ab855ff647d94c6d4d24fb2e2342c83baebb84476c65503c8c\' ct_options=\'{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'eeabc2e1879c3a1dd81d70e0ff69a792c6fc0a65732cd95ee7749757981d4b9d\' ct_options=\'{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'bc9503aaa937c1a14ef381c651e0286b15fd26683ece602f9795f6436f77fefc\' ct_options=\'{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-medium\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'ff220301a7eab762805923e01ff177669e63823e731bdf91f463b703e1596db9\' ct_options=\'{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Medium[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'150d372829824515e272a2421756c26cd7f4748688abb1cf04433beb61945cc3\' ct_options=\'{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'cd4666afcadc8e4d6832df10a2012617a74de69ee4d5abdd2e369f2c99adf7b2\' ct_options=\'{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'213c4dd513ad3355313f64c8eabbb551e284281bbce0c1e4781dc028f403d804\' ct_options=\'{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-ultra-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'40c85868bbb427f5ed945ad8c5c8cf361e9e9ade0dc4af867b71245e1dc9ac9a\' ct_options=\'{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'17f9eae969d612b96a36c7a1cf7fea8e339815d12f24213f0cdd74ea25acb13c\' ct_options=\'{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-comp\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'a5e445ab28fbd6aac02f2ab04e69951849536fe5f5565e9201f9e8838b53c9e2\' ct_options=\'{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Comp[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'2109bd04b0abb04eea8d4a497c06c4e32c06ab8946ce9a157be8a4319275cb30\' ct_options=\'{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'04ddcd5420b9887d897106ec97dadb033bf2f1c7147577d0ce026b5f0b840479\' ct_options=\'{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']accent[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'04f23bde03a295a7df95d10e64f897c42727b580a072e621cd4425fb12dbfa1d\' ct_options=\'{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'505a420eedb1e1ae5cdd32a7c8f5902332201c63178ed7d6fc0ca9eee9e22b42\' ct_options=\'{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'99cf75da55699625699c00874d4b2339aa19cdd9c1b62c4b5bac0e8fe786588b\' ct_options=\'{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Accent[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'549c779e8b7c71931db7e40a436900f68d4b6914968cac98d1722934705e730b\' ct_options=\'{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-ultra-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'2d512436bd0b1a504b3db04b804ee68dcee2fa1431ad8fcbb230ea76bd159318\' ct_options=\'{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'5f81f9f563ca2f6890504df862fa32402252555960f139d5f60b2a7aafb48cf8\' ct_options=\'{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'d049ffa5389070aa44cc89e3f34a731957d2cbd9eabdfac133a9fb6602de95b1\' ct_options=\'{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'a0d65b5a985069f47f3ea9e4ef733994aeba5feb8052c8be2cec39bcc6302869\' ct_options=\'{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-medium\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'815304b1bd4facb4e0d4d038802dd11dd1a1c155a735a516396c7397990505a5\' ct_options=\'{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Medium[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'f886c0ec52b2d9c695d1c4bdf786897d5d8ae4516bc15bf45ca43d915f8ebab5\' ct_options=\'{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'4e7594b79319fca6076570cc87706e6c602a4929aa7372ae57424cc3c676ae93\' ct_options=\'{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'1e11cfcc266c72a6c6e633020232d16aebf42cad4411ac8041df6ac1337f9d68\' ct_options=\'{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-ultra-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'84b5446abd40e97107ce2bdae8032b65a0d425de5241dbd29c327989b1e6f6ef\' ct_options=\'{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d97189f1a6cf2aabde31721e77a9da34b177df0456e24e6a1f9d429a4ee714a6\' ct_options=\'{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-comp\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'b9c7748b96a43b66f1ae66e35555796540ad1db5e58b84a071c866efb5a11b0a\' ct_options=\'{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Comp[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'e13bcd90b5e0b8d058c482afb464941edffdc6f2b31bbe1a9662e8cbbe9997ab\' ct_options=\'{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'8bc2b44e0ff7c342d342fe88e83399a87d335d9e0461cbd7c7fdd4228a880f85\' ct_options=\'{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']base[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'c7e076fc9dae2352d75d8cd4dbcde3eb35aeb1ea64f56d3e81464159baf399c7\' ct_options=\'{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'85c0625b130909be28da39b11cf90c7b749f2b94ed7547e360d67c7d78d5f756\' ct_options=\'{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'64a69930d35861ca09d923b0d3688f4178123da75881f9d3a7260e319bbe33fe\' ct_options=\'{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Base[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'46c396f67af2cfbdba9c6ea1970e1d1377b0fcaea4e8c2289f334d4ece9f0263\' ct_options=\'{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-ultra-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'24b55f43349043b65305f0c8c2b696ac3bb497c1af60dfc2df360aa9a8f0cd9a\' ct_options=\'{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'206413cd9832d747ca2406543ef5c68e0149e730ff9b43c3434cf4946629e40a\' ct_options=\'{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'b5ed21ba018e5c93a0b372175b7232c04e2f1221b981cab11d0337cb69cee023\' ct_options=\'{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'eb3a622c318eb68f1a42e3e042a16be89b8b98c9d89171810a3fa06eb25341c1\' ct_options=\'{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-medium\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'95a90d47a40fe97de9d25ced517552f089cb2542cf773082aa06c14859298911\' ct_options=\'{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Medium[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'74249a2632898a0c4ad7e39202305aca3e73256b85776aabf9b56e279a4da236\' ct_options=\'{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'cfe3c5c0aad50f847499047ac51775120fc3bbd4d19067fe9c2c5ff4521f014c\' ct_options=\'{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'172597b209cd17ec8d50a37602f12353cdf5360f662a9369abb3bfd9df3eaf38\' ct_options=\'{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-ultra-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'adc9818187d34fd5cde24098e467912a1413f7b7aeecf7d43d849dc824b6bda9\' ct_options=\'{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'6bdfa967b0079d20517dd9df91aade04961293d50872ff08326f2b74df029ce3\' ct_options=\'{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-comp\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'7dbca8b77ed243bfae5fe87566250519f37f331a3806e8606eff72fea064e67c\' ct_options=\'{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Comp[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'491bc4f0dd9a4daa0b2b79b994f15b1b86b854ba970f8b4e0c565f4a25f98d09\' ct_options=\'{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'9072b37db67474518715c3255adf64055f4c4945363ef45444c42bc2da060928\' ct_options=\'{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']shade[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'6fd5e1fc54326ee6872fce7ad95a806143825887c8d03dc6d81fcc1624cc9349\' ct_options=\'{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'80d0eb8da9b30a6aaf8820cfa2727b7f421fabbaa92d70e91aea4bf48026024e\' ct_options=\'{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'e6f2ecf1075995b76f0e068caa9b8264a28bb6e549eeb0b1c37429aaa29f2f73\' ct_options=\'{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Shade[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'bbc95d42494012e65a211f711c61b151ad111c739915077c8db21a6e3c65c132\' ct_options=\'{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-ultra-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'75835b43b677f19c93389329412bff9fb1b8d5f64cf9516f645aa87282e8d310\' ct_options=\'{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'fd77640424cf6d7d3ce5467d899e67b445fb784e187d32643ad5a9ffb51276c9\' ct_options=\'{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-light\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'b8b0e19412ba3f1181256ac49195770b68c4e746d0de208fb74ba33ba5f5a766\' ct_options=\'{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Light[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'ccb95776c07b5609b4dea8df1c88ba9836aae509bd777a32d82d5b5eaf79e487\' ct_options=\'{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-medium\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'cf1c94346808cfb059892da79ef8ffdb18b0b5892ae84fd9e1fcd7f0e600a261\' ct_options=\'{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Medium[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'b16cfebec4f5bd9115258299fd46e94ab40a07e6d87a4517c63df06483cfad1f\' ct_options=\'{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'114c86744b36c06571e7dd3e8f5262721ca9afa3e18598fdc8a9bfdea3dd0ed8\' ct_options=\'{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Dark[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'7e6d829dc12cf558898febab6d11aa8b9cb672510bb13a519a18f9e8a8648543\' ct_options=\'{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-ultra-dark\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'d290c810dcadd572626aaa8332a1a13b146cb772e7deec0cfd8f42ccfe3a2e8c\' ct_options=\'{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Ultra Dark[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][/oxy_tab_content_3][oxy_tab_content_3 ct_sign_sha256=\'0a7f7530ce8861baecf30f60893f84e2a5e1ba398365bc437518ea6f96d53510\' ct_options=\'{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":{\"0\":\"tabs-contents-0118-tab\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'b2ccfc5e4e4d7b12960a6cf30974252b759523711586e32af293c4b1fa62207e\' ct_options=\'{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'31479c19241d8236db7c77d76dd449d829c00c4951c9d82d749aa368fb513d08\' ct_options=\'{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']primary[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'560503fdb780b9fc327bea901dc849736ad85a246ef0a1188699d4cd9d2ee207\' ct_options=\'{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"margin-top--m\",\"1\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'e214e131b1792f2c63f696da93b8f0c90361c99322c502908c0b0b91a1e9b9e1\' ct_options=\'{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-10\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'93f3b1368ef6a84868768491212688da2fbcda84bea0a3515ad3c6b40097e132\' ct_options=\'{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 10<br>[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'4bd72cdd0220478858fa637900b65319eed57bdb9abdd3d1440aa11c73bda035\' ct_options=\'{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-20\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'eb0a3e144fb853358c76748054e60ae8728a690c3ffb67e6fc4c5256205753ab\' ct_options=\'{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 20[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d66e22318eacc5a56d1021249ef73e7a7df4bc630e81841e9f6eb726ab8f453b\' ct_options=\'{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-40\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'0cada9850afd9fddb0559d34866086174d78b424fa5dd5aa3c0e2fa290260041\' ct_options=\'{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 40[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'665689ea782593c833c65511b91793cc4d1d91eabddba2e378fe97e3140b75ad\' ct_options=\'{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-60\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'6010e57c4a8c5da75cda4c3d6044c2193ed70fdb0b0cc88226baa81624360737\' ct_options=\'{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 60[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'2a825063170dd4915c84f34bbdc1e3d724fd42fdb7340e7805e1467dc08bfb6a\' ct_options=\'{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-80\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'427dcff77a297fd7be4ae11145adeae313e2114206b51cdc83b126edc5033b7d\' ct_options=\'{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 80[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'f7011632af51e7ff221052211866dc275aa81d64bf4b93fac7885a4f046ce6bb\' ct_options=\'{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--primary-trans-90\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'240afa8a85096499e3329377bf301b124d126ee7149daf8500c3a83c60ec0496\' ct_options=\'{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 90[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'1b6179ed9afe6e8d8a20fb1a5a4e58cd79c177aaf790ccf12a9922ec9d4964b4\' ct_options=\'{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'1915efd2be9fb33b2f7778cdeb387a55dc561f807e092bf5fabba775962e660e\' ct_options=\'{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']secondary[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'bb303cf5604df341a9084bf1453c6c7dc64ce4ddf2ca81172d0f23e520fdfe01\' ct_options=\'{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"margin-top--m\",\"1\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'b1668b06561e66abf9a94f4fd17dcef9c1629b6143a72a85fcc5780451939381\' ct_options=\'{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-10\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'b910ea8919505d33d9a7b284ee8e544411a7b2f4629f53909cb022278d32a2d4\' ct_options=\'{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 10[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'a470658c47a77c638d59282fab4880a7d7a6230dfca2cd48437d40efa3c49f8f\' ct_options=\'{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-20\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'71a16969aaee7606a42663258894b19c8da9cd7bcc41b6a9ceca680a228da904\' ct_options=\'{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 20[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'2b97d285fb1116153fbaa1b86fbe4c4e048ff6f8b50a17e5289e597115d83eb9\' ct_options=\'{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-40\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'224da3540ac44ac3bad527e973656dd7152662efec20f7be606fa341f68baf47\' ct_options=\'{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 40[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'fad7eb4eadfdf359747120052edecc69367ce2918084700cc1d3222748535eec\' ct_options=\'{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-60\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'dd9e7fb6dd4728828a89befac15f987c0fd13cf850c2cf67f63bf3b9b9a4d3f5\' ct_options=\'{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 60[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'439fe5184be5d1850d4884e232794aece752991a39458924380b385d92e72894\' ct_options=\'{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-80\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'8c51dd37bd9f9f2266b21e213801593797e6b56d8c67add77e7b6fb8704425f1\' ct_options=\'{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 80[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'359bed5fd26fc69f10e6363044e105b935a6f5ff9c5e1b2aafb6c61f7878d4f5\' ct_options=\'{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--secondary-trans-90\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'bfd7ee7dad5dfb9b4921d1b98fae0aa2cc96482c8dae46b18c723fb3bdbefc55\' ct_options=\'{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 90<br>[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'8639db5ab5d15b8443a1fbe4e7b8f328eb550b7d654653de293ec1747abe17e2\' ct_options=\'{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'fffd6230e01668c7a4f826f966f23d4e5a251051b745bcdd0fd1ce66224a7e0f\' ct_options=\'{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']accent[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'912fd708e7af3c0531f1382e5948ed44a6058b5ae453229a54b7cc110eb5e871\' ct_options=\'{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"margin-top--m\",\"1\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'34a08a8c1a9d4937885c65b354f7cb87d88d90d553eb7a99edaa4dae73095181\' ct_options=\'{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-10\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'53eaf714d6ae254caddc1afa6f1ae4ecea462064adf62925aba16a27ff8d01c5\' ct_options=\'{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 10[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'1fbe3db4b8e68f3955bfed7635b1d37e26416f91bc88ed35866264ff44789f2b\' ct_options=\'{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-20\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'e5f0f65a9cb65dee79b8036b461196f9e820bd8b7d7642dd35ac14f3b30ccc37\' ct_options=\'{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 20[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'70913f8bccd133c3dac9328d46c816099dc5db5c7375dfb159a36d9538c092d7\' ct_options=\'{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-40\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'92952d7d77e0ee0bf155c11c53fecbfcf598c2d008bedcd525ec7ed92d1acbd5\' ct_options=\'{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 40[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'905088fbd1397648716d067a22cd6d5e723816eb9dc58d5e3bd6c9d96fae3c2e\' ct_options=\'{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-60\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'db5f379a09a6bb4ecc787a2897e2ad66fb0106fb01b43ef23752f89b71721bea\' ct_options=\'{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 60[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d48d7eac35907fb6da9157877a949a832acb33f14a46053d8dde27af4aedd7f5\' ct_options=\'{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-80\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'27f5370660ce613bfc7d09455e4fdf17baba2e638b4491a3cfb595528d4c8566\' ct_options=\'{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 80[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'640ea863244c4170c95252082830db5b83f651b830532ffc6a874c0783edc586\' ct_options=\'{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--accent-trans-90\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'1f0bad20c0c10be1d450db97ebcc6f15efc09699c79fb5b534d5c3bbef873fb0\' ct_options=\'{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 90[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'3c534f2a6af2c1d2ab2de48d8d9011215aac4c63a994b8f6e0aff00928278d13\' ct_options=\'{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'d722975ad9a2a42722dfd8f3b7eba88537418332cea214e7b89976353eb3d3b7\' ct_options=\'{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']base[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'c88dd6d51bf0bf9d11a7392a2a56d77718b3494a56ef0b54861e52bc5c4650b8\' ct_options=\'{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"margin-top--m\",\"1\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'b2f28c0e642a836b2bc28fac811fd1d5a720c0783dc708d3054f021c6748d040\' ct_options=\'{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-10\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'1332412255146b9cab68cec7f9e150f773ca4893bdb2fab23170ec15a2aefc61\' ct_options=\'{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 10[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'0c5e625d045c13cadb2f2c5e6f8aba1e5356a6693b20d8ca4eabb11657b164c7\' ct_options=\'{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-20\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'783340a0d5818ec6b79fcbefe93895f159e400af90b5c23f9a6eff981c133391\' ct_options=\'{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 20[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'0cd2969c02777c84eb96eebe102b486347d092e679c9293bfe3e5940867b31d6\' ct_options=\'{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-40\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'8368f9c50224069d8031f1137ac35ba18453a05bd46a323127f740c5f89cc994\' ct_options=\'{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 40[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'77aef0c4b6f796256fe3ca7c10c0b584ebe902a15d754a141c38bd052c35f07f\' ct_options=\'{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-60\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'c219ced8fcae7f366d09a8bf4b6793648cedf599d3d3216774058e44d9d08639\' ct_options=\'{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 60[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'a41ee6f7f11586a97355cdcafe152c2977bb8453f3f9a5603e66ac802fa0171b\' ct_options=\'{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-80\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'3a7d98470ffcad241b3b961476c8604c3cff56d87c47272ae6eed4d675942358\' ct_options=\'{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 80[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'ec19bdbacfa57b93975f4fabd23abe03a710dea26cd833ec416d6443cc2a9bbe\' ct_options=\'{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--base-trans-90\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'3470b808ad4f94d75e7b99cd53c33c2dd15d99b3d010f32d62119ed0a2356f61\' ct_options=\'{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 90[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'7703a21ad2a323f0b0da56dd9beaab82beddf8c419830cc4f4dd79122edb9af7\' ct_options=\'{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":{\"0\":\"acss-color__container\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'7b378e38fe1ae55e4b051412a81fc786e4db74fc84e1f88736d8bb228f850fe2\' ct_options=\'{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":{\"0\":\"acss-color__title\"},\"ct_depth\":5}\']shade[/ct_text_block][ct_div_block_5 ct_sign_sha256=\'c15b26837caa7e305f24965820a5f35b4c67bd9a23e653067e29dcb8ad2d3224\' ct_options=\'{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":{\"0\":\"margin-top--m\",\"1\":\"acss-color-card__container\"},\"media\":{\"page-width\":{\"original\":{}}},\"ct_depth\":5}\'][ct_div_block_6 ct_sign_sha256=\'80a623d5434b8dfe5d754df07c02307c8c08666a4ca3a0f60df47232d1e422b5\' ct_options=\'{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-10\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'5780b5c51817f548d411b3b8a5fd75fa64303f04fb8564586f21ce6d59ac1778\' ct_options=\'{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 10[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'b0436cb2dfbc95fad3427dbc98cee7a1d46bcdb235160004e01e4dcc7965c804\' ct_options=\'{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-20\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'55414600dafabd6e2065961ff4ca1c0d94b15af460cad135efa132ccab88bb99\' ct_options=\'{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 20[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'8df17283c6c1f103a3ff54f3fcdadc9ebabda4373babe91ddc7632458c6ec445\' ct_options=\'{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-40\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'69dcd0c2701f46f3ff64000e413d8f65031ad7c8fd3b58361e2792eeb6ea66c9\' ct_options=\'{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 40[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'07a61efb6bbfad6c847594ef9f596562dd23378a84e668539b66d89a5b671b43\' ct_options=\'{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-60\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'04e1851c2b99b35b47a7ef16cb0c960823bc26d4157ed0bd458c50972626c019\' ct_options=\'{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 60[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'d5a4832bf7bc9abc813d456be254dd9fac33a00c1bb938b43b35c0d36d1d444f\' ct_options=\'{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-80\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'6f7cbba57f15fcbd19673bb98563c13d14a0c1e81a4c06f11ad116a737d6f58f\' ct_options=\'{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 80[/ct_text_block][/ct_div_block_6][ct_div_block_6 ct_sign_sha256=\'ce230e87a03a6c5de6fe64e6277e83053791b3847acb4292f56abecab8b36e76\' ct_options=\'{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":{\"0\":\"bg--shade-trans-90\",\"1\":\"acss-color-card__wrapper\"},\"ct_depth\":6}\'][ct_text_block ct_sign_sha256=\'151b066bc8442a628313c1188302aac759ff29895c3d2b746305f1e2408efe79\' ct_options=\'{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":{\"0\":\"acss-color-card__name\"},\"ct_depth\":7}\']Trans 90[/ct_text_block][/ct_div_block_6][/ct_div_block_5][/ct_div_block_4][/oxy_tab_content_3][/oxy_tabs_contents_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'f8307dbbde9a0b60a13761e6db96aa6f679fd695a6f348cebf3ade880e204477\' ct_options=\'{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'a1abf49c7135772c3cf23fd2f2e28f8574272a708a2dfca856dd56758e69bc08\' ct_options=\'{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'871cfa6480d76b33e60663450df9623a9db9182b766a8d5e8f6de0133af5e604\' ct_options=\'{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Typography[/ct_headline][ct_text_block ct_sign_sha256=\'314bff96fd703d7c6f93cc159680e424536ee5ce670dc52eda49f668a913667d\' ct_options=\'{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>[/ct_text_block][/ct_div_block_2][ct_text_block ct_sign_sha256=\'c1dc44c22cec77d2d9e7b1224919722e1bafa5e5d5212ce9e9787669abec5682\' ct_options=\'{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":{\"0\":\"acss-section__subtitle\"},\"ct_depth\":2}\']Headings[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'2ca846cd085f7b0152ebe87940abc2d6d533324ce83a3e0840419de1e527b22d\' ct_options=\'{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'0712c7864cf373039f35490ae7a4ac49fd9334251f12314e3831a4e8989dcd7a\' ct_options=\'{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H1 (--xxl)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'7ad17950c3ee5d59c1fc6442c5a75acc779fb4c7cdbf5716e3751dd85fad0bb2\' ct_options=\'{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'593e95ebdff5be8adc6849b461b02b103170ecad806bc66d44d83ba9d3f7fd19\' ct_options=\'{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3,\"activeselector\":\"acss-typography__headings\"}\']Heading 1 Regular[/ct_headline][ct_headline ct_sign_sha256=\'b0434b4e9959dc57c5f2b8de84d44ecdd306b01fc793660f0a16d6b0566675ef\' ct_options=\'{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 1 Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'236a04649b387a96933a83d80b3623b07448f2693321b775382a20540688fd68\' ct_options=\'{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 1 Bold<br>[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b48389192533abf0e75932826e0e4877be2630bde364cc3b0036133876c586b8\' ct_options=\'{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'ddd68842f21a8bbfd81b1711c72b3ad848e0e00f918686cba48faedf32e3c64a\' ct_options=\'{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H2 (--xl)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d0541aceefa1962123fb91248ee5b5c369678ede4f35f7a13c2dceb8f1707051\' ct_options=\'{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'ee1b2e19546e0e99544e276b06a6482a5b65bc9b2f1e4ccf513f023e8c6983fc\' ct_options=\'{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 2 Regular[/ct_headline][ct_headline ct_sign_sha256=\'8177496dbaf3a9085e4f384527fcf5292a81763ec1905c7f24553ec0707be240\' ct_options=\'{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 2 Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'903aed4b9d5b344f53884a3ee45e4ddf91731614fb6e47d5858e296d4a80b313\' ct_options=\'{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 2 Bold<br>[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'6d0139a44cf9f72da6548665731cf04efd4f3837ba32d173c0bb5c0ed935d752\' ct_options=\'{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'924e05b8bd32705d7fb36049169c9394a8a258c98a79f9e15676ee954a2f8c77\' ct_options=\'{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H3 (--l)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b5c556b3f46426ed69ed97eadc4520005b609979e58dd543fb54b5af04a6ceaa\' ct_options=\'{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'2a60c5fb04a44a542ac03a04e749e45061747998a71a148803778c3e1b5e24b0\' ct_options=\'{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 3 Regular[/ct_headline][ct_headline ct_sign_sha256=\'4b07f41a935b56d38ec6fc3d6a351e61aa73790e322db057843b80813b08c89e\' ct_options=\'{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading&nbsp; Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'92dcf3d2a5deb7ba8b2ebe9873b8576783ed90ba9c793ce16b9d0f08b0967ddb\' ct_options=\'{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 3 Bold<br>[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'e2b6e0926f52ec1b2f68c51b1161b923db414fb0079a86de29c85b49819c46b4\' ct_options=\'{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'40db4e8a796a0d5cfa8e62a8b5c42e4fdd24c39f03426f58c2d2262dfad51fe0\' ct_options=\'{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H4 (--m)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'42b97c0e9467488f4d50314f2511af154aee230f39686f9133ae73372227eea5\' ct_options=\'{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'5476ed91d47ebde91125403e2625e468f42358592cbb1c0284e13a06c68b3949\' ct_options=\'{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 4 Regular[/ct_headline][ct_headline ct_sign_sha256=\'6b64767c9eb501d2a3a7857df19f06acc97f7a7de0e52d6930702b60d492c713\' ct_options=\'{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 4 Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'fc47a85739e9af199d07e509304fc3cfd1a634d6f5e9ff5d138a4e1915c1de32\' ct_options=\'{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 4 Bold<br>[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b9e005d3c4dac0212d32b89b017a27f6e0abc9208a2605bfad06bfc478d1f345\' ct_options=\'{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'6f2e6590c3eb636d6d0361ff5ea9d2aa9ab1abaca2f984ed952ec8e10f195863\' ct_options=\'{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H5 (--s)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2576ae6d7d68fa68c900befb946acb80cf1348c62ac3d44bb7e8cabb962e9d68\' ct_options=\'{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'cd0ec50fde5074836a1d82b068975724e971a15a886918c70964d818f0478487\' ct_options=\'{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 5 Regular[/ct_headline][ct_headline ct_sign_sha256=\'8978d70239c5b973e0dee67175ae825c24c27850a3c01e5a543b023da7994138\' ct_options=\'{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading&nbsp; Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'14a89a59625196235666423df7c2c9bb76574ac758dd99ad2b32115a950ada70\' ct_options=\'{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 5 Bold<br>[/ct_headline][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'3c11a3f94f5f112db315ac47813826fc9ecc4db2d640ba73943b163a838fb55c\' ct_options=\'{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'b71782342148ed7534ab261b5281622d6260fbb3aab19dc8ff3e64ee24779f7f\' ct_options=\'{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']H6 (--xs)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'14830d5cf5f11fbc36135070d7a2156384c6d3319231ee64ef9f83069a144a42\' ct_options=\'{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'e32f84067b4be3ee20f1a35e7e66a55cc6e3b83a5ae7d58ae8d9335261af9731\' ct_options=\'{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 6 Regular[/ct_headline][ct_headline ct_sign_sha256=\'ac39b554356b85095d64bf3410e23ee56149a00b1ef07bbf5d5a5777ec5a92b4\' ct_options=\'{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 6 Medium<br>[/ct_headline][ct_headline ct_sign_sha256=\'c7fa1d6035019b86205683a112f28ff05e9b83ed702a9b04eed28d3d5f3c1411\' ct_options=\'{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__headings\"},\"ct_depth\":3}\']Heading 6 Bold<br>[/ct_headline][/ct_div_block_2][ct_text_block ct_sign_sha256=\'4226e576aa6eadf1fc061bb24909df376781536f9987532922ec52371343b543\' ct_options=\'{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":{\"0\":\"acss-section__subtitle\"},\"ct_depth\":2}\']Body Text<br>[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'9a62c9591eb438a58d67a8e08902173c797e51fb748b87ca7ab0acc6f5ea3249\' ct_options=\'{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'14a04aecc552112f3867f7ec14daa45f704338dc93881f881182f1a763707de2\' ct_options=\'{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']BODY TEXT (--m)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'35fd9d956ef8e68b0a8702f4c160682750951da166652cbf7d057368c41f59a8\' ct_options=\'{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'20042dc363e27d1329c1e5be12bdfdb2ad0a861852f024becfc04d24b94fb8e0\' ct_options=\'{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--400\",\"1\":\"acss-typography__body\"},\"ct_depth\":3}\']Text m Regular<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'ed2e7b613b1fd1d3a99aaf70268efab8fad13e5d96ae8fa204c3ff24992a63af\' ct_options=\'{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--500\",\"1\":\"acss-typography__body\"},\"ct_depth\":3}\']Text m Medium<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'4b8a36358359b364176fb489b7cc48e37eca0d8657135fb639a2458782b50deb\' ct_options=\'{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--700\",\"1\":\"acss-typography__body\"},\"ct_depth\":3}\']Text m Bold<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ae329e62d55ab1e78ac3d7d97ca283547c65806b38df9950d969f353f8c348e3\' ct_options=\'{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'f30c0b672f5929c4627498f18fc11cdd0e82f686b6e4b776e4124a9d069cd177\' ct_options=\'{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']SMALL TEXT (--s)<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'6c00a31bcd86f8486aa905c882dfeca26842c307ce7a5a65a7c0573629742774\' ct_options=\'{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'b7c92e799be0a40fae4ae7b23e6d028718acbd9250194283c2f2b8cd9e994841\' ct_options=\'{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--400\",\"1\":\"text--s\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text s Regular<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'ec9b690c28dd238e8601a8caec4232408783ec008fb0bceece6b97006ad4c707\' ct_options=\'{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--500\",\"1\":\"text--s\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text s Medium<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'9e36fad3deea269999f24ddb25be06c8fb23bb8dc5eb281868bb2a0dab4ca74a\' ct_options=\'{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--700\",\"1\":\"text--s\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text s Bold<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'baf1a0df5a6616e603cab6ff59561d13b1dcfceeae26850da5edc2668e441658\' ct_options=\'{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'bf6a6570420d4ba9f579eb51753f659e8bdf7cb69c0f325ef5cef2affcd4930a\' ct_options=\'{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-typography__family-title\"},\"ct_depth\":3}\']XTRA SMALL TEXT (--xs)[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'ec528d548c75967d1520f63d79019e00033ca624c33d7e5985da4da1332a12df\' ct_options=\'{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":{\"0\":\"grid--3\",\"1\":\"margin-top--m\",\"2\":\"gap--m\",\"3\":\"grid--l-1\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'26d70b0d4f2ac414ca09c6f0e369a42b38d09e309cf598cfbc67b58ff9606e21\' ct_options=\'{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--400\",\"1\":\"text--xs\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text xs Regular<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'87a52744cc2f3a614823c702ed893a2a57d5330095276acb18411d794276b0d3\' ct_options=\'{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--500\",\"1\":\"text--xs\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text xs Medium<br>[/ct_text_block][ct_text_block ct_sign_sha256=\'c969b93f5f54af64ba7a0428642f204018306b561c141ca5d783a364703091ab\' ct_options=\'{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":{\"0\":\"text--700\",\"1\":\"text--xs\",\"2\":\"acss-typography__body\"},\"ct_depth\":3}\']Text xs Bold<br>[/ct_text_block][/ct_div_block_2][ct_text_block ct_sign_sha256=\'2e8e907dfcec2aa34302eccf1cf442fc2191df412cd270b844231b64fdfc5372\' ct_options=\'{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":{\"0\":\"acss-section__subtitle\"},\"ct_depth\":2}\']Examples[/ct_text_block][ct_div_block_2 ct_sign_sha256=\'e0ded7f52029654e28ab3906f1b6cb16c8ef4b2482d8d8d47f9e0724fa30470c\' ct_options=\'{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"}}\'][ct_headline ct_sign_sha256=\'05a8f77dbc0aa3d726962c672478121376dc2baaf08a6a73cb000201ed9ceca6\' ct_options=\'{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 1 (H1)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'6bbf8f3f1263aeed92c6eb5c0ba9b5b2a0c1dc77ab17ed55ba8ae0320501fb93\' ct_options=\'{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{\"0\":\"text--l\"},\"ct_depth\":3}\']This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'b26573c5e1372e6aab5477b4ce9debd1d8703d149d97fa4e1c023f6b4a79f4f7\' ct_options=\'{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"}}\'][ct_headline ct_sign_sha256=\'6514b3499156d97bbe04807060f5adff678704c2c6c1c4fea3108998934bd1d8\' ct_options=\'{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 2 (H2)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'8f3df578dd71f427b11aced44362ba6dbaddd8946621ad6ab4de387bf698f3c7\' ct_options=\'{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{},\"ct_depth\":3}\']Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'1292ec149886ef8d5ac0ff400c06a1eee69a819dad48129b607974db74b37108\' ct_options=\'{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"}}\'][ct_headline ct_sign_sha256=\'614598ba65bcda1ec70366136777e9a43b1e8c621028a987cc5f4f045404527a\' ct_options=\'{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 3 (H3)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'9cd085caaf2c26db9d55d4e4354b03321c2d93083d7c5fa4b88c2109891f63b0\' ct_options=\'{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{},\"ct_depth\":3}\']Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'cfeda11b0fb517b8d0a437809efb90575d7f57f8d0849576ba3d9abb050c3054\' ct_options=\'{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"}}\'][ct_headline ct_sign_sha256=\'92d7effee65621aca4f43a5270e15c26c28fd8dcaa4e159ebd422cf536708474\' ct_options=\'{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\",\"null-unit\":\" \"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 4 (H4)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'bfdc25a07c4625860ef7112755e5c4db3df13adb3e7f4ae0dc4a2744570c9aad\' ct_options=\'{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{\"0\":\"text--s\"},\"ct_depth\":3}\']Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'bccbec6a8c1eee8f3ca0e4ec606469c221acd0569be94cd7002491ab9cd41216\' ct_options=\'{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"},\"activeselector\":\"acss-typography__family-title--container\"}\'][ct_headline ct_sign_sha256=\'f98b8499bb6324533668cdd22e7646ff4452a08c5c5909c2516e377836be317e\' ct_options=\'{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 5 (H5)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'f93effdf67f1f8f7e53f39e073ecf7262f9eb9920674e7a0456994dd17fcd638\' ct_options=\'{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{\"0\":\"text--s\"},\"ct_depth\":3}\']Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'6ecf0059906ace1d6ed3d330be9fac5a8ed61b56f2b8b465e41fb4706f811ef4\' ct_options=\'{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":2,\"classes\":{\"0\":\"acss-typography__family-title--container\"}}\'][ct_headline ct_sign_sha256=\'9e5958aac3f375071666b4de7deb3f2229b91059a9d4f24005c339358fb52525\' ct_options=\'{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3}\']Heading 6 (H6)<br>[/ct_headline][ct_text_block ct_sign_sha256=\'08ca202fb85242fa7d55d7a23ec83fbfb518ce09116de805b9c92dfba65a756c\' ct_options=\'{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":{\"0\":\"text--xs\"},\"ct_depth\":3}\']Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[/ct_text_block][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'aaae1151cdd69c726074159816fa51de1835b36a5c258401fdf533a49476ab25\' ct_options=\'{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'59ebe8c9d26c9d7cef0ef9b29672a2dc0b028d8f3db7d1d03b4adb77f16a83ed\' ct_options=\'{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'928778b6e513000bce78d4fc09e806899092331fc2ae8e2890398b549a01e79e\' ct_options=\'{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Buttons[/ct_headline][ct_text_block ct_sign_sha256=\'3e7045e4ee7fafaca42a618dff57bca867fb6d98a694701374c0f8b2e71d0ae1\' ct_options=\'{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']Solid and outline buttons are available across all color sets including black and white.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5624e0c1068a444c6402c108243a94488a14477d49b5674bec023199ba920cb5\' ct_options=\'{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":{\"0\":\"acss-buttons__container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'d194e5b7f23988ce893f3d56e85c309ea96bb784ea6333400ce9699d301a0583\' ct_options=\'{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-buttons__title\"},\"ct_depth\":3}\']BUTTONS ON LIGHT BACKGROUND<br>[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'9a4c432706b7178aa081c15604d14fd2631eb3f7f2dc8a7ac44b0d897f7ab59b\' ct_options=\'{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":{\"0\":\"gap--s\",\"1\":\"margin-top--m\",\"2\":\"grid--l-1\",\"3\":\"grid--4\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'132fffc461fa2d87ebc49f7b22c39ae32673d2e44f2138742e65f15949003166\' ct_options=\'{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--primary\"},\"ct_depth\":4}\']Primary<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'5816e372f01926c413e477b47e5297644a8c9f38ee8bd7eebb3855663e1dbbeb\' ct_options=\'{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--outline\"},\"ct_depth\":4}\']Primary Outline<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'513b23688c7e1567107680f3fc714c8c9a423337e1e78f39f7d02cfe1ab0e2cf\' ct_options=\'{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--secondary\"},\"ct_depth\":4}\']Secondary[/ct_link_button][ct_link_button ct_sign_sha256=\'6789d016218f436d6b097e7f0bd5d4b327680ea274c0f18edfda6a0675a93d1f\' ct_options=\'{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--secondary\"},\"ct_depth\":4}\']Secondary Outline<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'163c968861a1d3a922e1c62a97024d8f996c4958a36086bc00fe180148d90336\' ct_options=\'{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--accent\"},\"ct_depth\":4,\"activeselector\":\"btn--accent\",\"original\":{\"button-style\":\"1\"}}\']Accent<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'b95e8142711b51884e93def8b544c35de846d785f6ab087e2c5bce58aa1c6439\' ct_options=\'{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--accent\"},\"ct_depth\":4}\']Accent Outline[/ct_link_button][ct_link_button ct_sign_sha256=\'e5b3bd6d9097008aa83e2145db7bd3631ffb7ffdc5e1b7858a65c0670fdd84c6\' ct_options=\'{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--base\"},\"ct_depth\":4}\']Base<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'85ed579a3897bcbe0a8a7cebc1d2fd2e035f7e61e3da75cd943ed0d7249d355f\' ct_options=\'{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--base\"},\"ct_depth\":4}\']Base Outline<br>[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'bbd8609bf4210c836a33d4ec447dfb06ec649670fde94c3574bafdf458e66f4c\' ct_options=\'{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":{\"0\":\"bg--base-dark\",\"1\":\"acss-buttons__container\"},\"ct_depth\":2,\"original\":{\"width-unit\":\"auto\",\"width\":\"\"},\"activeselector\":\"bg--base-dark\"}\'][ct_text_block ct_sign_sha256=\'06af93d9b399f79f4c86e1f3d04c16eb1923ef4462e77c21b75a68f3059926c4\' ct_options=\'{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"acss-buttons__title-white\"},\"ct_depth\":3}\']BUTTONS ON DARK BACKGROUND<br>[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'c6c26f01515286a05d1c653b37d007e8368b55b48258350899de87de90ed332b\' ct_options=\'{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":{\"0\":\"gap--s\",\"1\":\"margin-top--m\",\"2\":\"grid--l-1\",\"3\":\"grid--4\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'3f5f63e27e85184b0dc21763f3d3efbf800f3defc63396c4c72cce6f7a1402bd\' ct_options=\'{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--primary\"},\"ct_depth\":4}\']Primary<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'98a894cde378443f11cafb72b7322caf9e6c2833bd334981482193ed70a4d628\' ct_options=\'{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--outline\"},\"ct_depth\":4}\']Primary Outline<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'848e3d8f619edbfb014bc0654c47cca89394ee73ca64a9f1d5a470e409901361\' ct_options=\'{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--secondary\"},\"ct_depth\":4}\']Secondary[/ct_link_button][ct_link_button ct_sign_sha256=\'ae28af8e8dd6f505632278ad94e19161b1bb7f5212d432e8d2067f73db856c25\' ct_options=\'{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--secondary\"},\"ct_depth\":4}\']Secondary Outline<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'6d6284ea79cfec0b6905e972f616682a8fc3a9f8f8455084423539e6ed148088\' ct_options=\'{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--accent\"},\"ct_depth\":4}\']Accent<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'dc3c59fbc18db49933dda93b123172d9e59dc9bf8fe5cf95ab23113c1c1352a5\' ct_options=\'{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--accent\"},\"ct_depth\":4}\']Accent Outline[/ct_link_button][ct_link_button ct_sign_sha256=\'1e05b6712e4f5a8dc039e87afa2786713c5b1d44cd75715be1a6c84684157ce7\' ct_options=\'{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--white\"},\"ct_depth\":4}\']White<br>[/ct_link_button][ct_link_button ct_sign_sha256=\'f9a28555591248bf0eaefbdc5450cafad4c4ddd7fb91d3a610c91d6c787a531a\' ct_options=\'{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":{\"0\":\"btn--outline\",\"1\":\"btn--white\"},\"ct_depth\":4}\']White Outline<br>[/ct_link_button][/ct_div_block_3][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'d27d7ebbe57b4978024077d479fb8a0738bb16f32445b7a06fdc10f5b083d32a\' ct_options=\'{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":{\"0\":\"acss-buttons__container\"},\"ct_depth\":2}\'][ct_text_block ct_sign_sha256=\'fbcd81bf07b52b6439025497b37607a832d6385184a879869f80f0e04cdc9459\' ct_options=\'{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":{\"0\":\"margin-bottom--s\",\"1\":\"acss-buttons__title\"},\"ct_depth\":3}\']BUTTON SCALE<br>[/ct_text_block][ct_div_block_3 ct_sign_sha256=\'c2e9afb4f5be984bb4a0ab34b0ac889bae1bc781267bfebfec4530ec226fc3eb\' ct_options=\'{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'57a85657dca35c4668f94d9a5da6a1ab6cbd731ef5ce3c53810f832ec9d90d89\' ct_options=\'{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--xs\"},\"ct_depth\":4,\"activeselector\":\"btn--xs\"}\']Button XS[/ct_link_button][ct_text_block ct_sign_sha256=\'bef96ad2ce3466f03dcc2da5ef4da07b9295301a55988ac5d4022df5af6208c3\' ct_options=\'{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--xs[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d4e8e267ae3172ad3ec4459242b3bc8f410f21a00651fef8178f35c424b94193\' ct_options=\'{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'9e60258144af6bc15d002e638f430bbacaabb17852ae047718ca2ce0aa04c909\' ct_options=\'{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--s\"},\"ct_depth\":4,\"activeselector\":\"btn--primary\"}\']Button S[/ct_link_button][ct_text_block ct_sign_sha256=\'33417c51e1f926d89874b6c3ab9e4d609c7e08abfb28df25ffa50ef21ec0485f\' ct_options=\'{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--s[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'57b5535c50924b3a0c50cdd9569b9b0c7cd78e279b63da2a214f1f434b7c58eb\' ct_options=\'{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'5b101f8cef70d1e8407897901bcecac3c834c753ce8847e5ae6fb1b442158c47\' ct_options=\'{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--m\"},\"ct_depth\":4}\']Button M[/ct_link_button][ct_text_block ct_sign_sha256=\'00fd342f3a2b5cd688fb88c0895caadb166b41b1d5bb5c2561d11c8eb02b3d79\' ct_options=\'{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--m[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'6e46e25b68728fabcc0239ea3530505aef9133c76bef490e3978ecf1a45a1249\' ct_options=\'{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'684032ed477db4e5886627d3870863256df68fcdbd29d00b402f1b919b657256\' ct_options=\'{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--l\"},\"ct_depth\":4}\']Button L[/ct_link_button][ct_text_block ct_sign_sha256=\'b4235756be4372fae2dbd73cb13d406ae02988bf1c875553695cf85f87301eea\' ct_options=\'{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--l[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'fca693daecaab8abe08d1ee1d354498d0a7d535e78b8891c6068d7ea776473fd\' ct_options=\'{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'f8e596896060f244503b2a6d80620d5e3a0a5c07e89189c862663497c2cc77eb\' ct_options=\'{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--xl\"},\"ct_depth\":4}\']Button XL[/ct_link_button][ct_text_block ct_sign_sha256=\'35b41367f440f68b2b8587d1db632a03cda5fcf76f1e1ddbbc1bc5d79a7e5e93\' ct_options=\'{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--xl[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7685751e72d8e33a9125f6a2102aa37373d36de6b733e34d2d639ff516d5633a\' ct_options=\'{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":{\"0\":\"acss-button-scale__wrapper\"},\"ct_depth\":3}\'][ct_link_button ct_sign_sha256=\'56e6f6afd3b38c11ed40288dd22feb2ac04051f7bc1dadb11cd57c203c90989e\' ct_options=\'{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":{\"0\":\"btn--primary\",\"1\":\"btn--xxl\"},\"ct_depth\":4}\']Button XXL[/ct_link_button][ct_text_block ct_sign_sha256=\'a8a3bfe19aab2f0cd34f8aa9f0f4c785f520251ad6b8733699d02d6c64f19c60\' ct_options=\'{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4}\']btn--primary / btn--xxl[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'d14ac5906683218c2a6d6a6051666f253dab1922c138516bf303e5c9bde8d744\' ct_options=\'{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'80fcb0657c3dda25f451a6922fb19bb88ea1861c94de386a5349210e94214ee9\' ct_options=\'{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'75b6c7ab997be5af078dcbf162418dc0b3cf195f01cc8e7f1f961292800b212e\' ct_options=\'{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Widths[/ct_headline][ct_text_block ct_sign_sha256=\'c2872493a4e83047e2deaf9be75ce50d8eb69cabc6ebf4cae0a3964b61c1d7dc\' ct_options=\'{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']There are six values you can use to control element width. They\'re automatically responsive.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'a40beffbc9d27b807771f3a6529041868e8e304d8f153bf6e56e0c15aa2367e1\' ct_options=\'{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":{\"0\":\"acss-widths__wrapper\"},\"ct_depth\":2}\'][ct_div_block_3 ct_sign_sha256=\'fc5e8c01ba54f0c14d4ee631dc87504a5de05500b2aaf35a0624a1fecdff5a14\' ct_options=\'{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'1bc090255d80e169f8ed16f5b0d65283157389ac2ec9740d9b9889781758f0a1\' ct_options=\'{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-xs<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b9def382a7b4b90e76391d41878e5124ee9ba7662d21f3f42008e3cf981ac4b6\' ct_options=\'{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'a7798419e0099c24c0a99e25fc8e9e10592dedee7c651abfed0e3dae5f6830a4\' ct_options=\'{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-s[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5d05f8c2602df76727b9125978684549c3de06ffb5d040ad57803ceb8ce4fbd5\' ct_options=\'{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'67ca4bc7940f6beeae902a032a3faed5b06313029a7922743b0b0e41eed59b13\' ct_options=\'{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-m[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'7ad7cc5d69620433e376461cd66196d6b8e842e4c5fe4cfe5b575c98a287353b\' ct_options=\'{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'c8f66753cab3bc641ebcd40a6ea4589b96e5ff0104526c169ea6eaf3de2284db\' ct_options=\'{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-l[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b57b2cd579b9926d3215f14844311af2907613db50d3f731a3f7fe885261f2ee\' ct_options=\'{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'813e22999c6418097425288afb2afe25c43934a4afa6b6eeeec87932cdc2f5c2\' ct_options=\'{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-xl[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'005c4625e5e63d50bdc8b7c6cb9753f0be9a00b67171501106bd6b8f845bdd21\' ct_options=\'{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":{\"0\":\"acss-width__bar\"},\"ct_depth\":3,\"activeselector\":\"acss-width__bar\"}\'][ct_text_block ct_sign_sha256=\'95efc73c24acff401f10bcd5cf3d53b470bea6ce85db3f396b540bcf2d4d3436\' ct_options=\'{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-width__bar-label\"},\"ct_depth\":4}\']--width-xxl[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'16d67a1d2dc42ca20f47fc9f82a4d0838db84cf81db7ab9decbf22fb9b29756c\' ct_options=\'{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'8398694eced102539e33e7440f7b22f8ac8e00ca1e158c4ebf28d47f8e0873d3\' ct_options=\'{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'b76373bcdf4ba7a03b1bd85af0c1f07a27a9c563e19b6bc0d17f5fa65a4151e4\' ct_options=\'{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Section Padding<br>[/ct_headline][ct_text_block ct_sign_sha256=\'0c36117f8718b6c6a6b0c7044e4f2e8f976e17000cb79918f9a5388eeaf73c55\' ct_options=\'{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']Padding for sections is responsive and based on a multiplier of the core spacing system.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'1080c87c9f971ad7efc107098d420910e3ecc73cfab546b8cd22592c106346f1\' ct_options=\'{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":{\"0\":\"acss-pad-section__wrapper\"},\"ct_depth\":2}\'][ct_div_block_3 ct_sign_sha256=\'f402d546229cff8d94cf66b99c2e1cbe5e1d0c595c27461cca8adf154c0489ec\' ct_options=\'{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'0ef5c896272009f39ae2db62d30f330f74d0465ea328c71ae523344fb05193eb\' ct_options=\'{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']None[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5e7cf6bb996ce0c760cbb313dbc58672cbab53a2a76f5eade9e1b6f31cd39e87\' ct_options=\'{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'b82ab0eac00de5d62fe93076e6068def14384b4c9c9fddc7758a40c57428bb7e\' ct_options=\'{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']XS[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'31d93b059c9356678f93b76d23129ca615017be29f1a4f93b711a283f8a4aa93\' ct_options=\'{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'1cde592210e91584fe0fd664270fcd1eca4ef2cf349a9be371f858796be1c00c\' ct_options=\'{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']S[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a82971298e352f11e48eb5e4e596d80c553d5d91587b9949b75cf467ef9dbc22\' ct_options=\'{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'f639c22b50b89ce7129267888bc0b246f60a41f8b73fe26e6c278363692ff492\' ct_options=\'{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']M<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'579801bd0bbcfa52ea165ccac98d62ca8438862327f2d317a3bb75bbb1c23a68\' ct_options=\'{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'9ac42e2e1601da0999763ee29673c55f2145a61bf4047735ec2369b7634597a8\' ct_options=\'{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']L<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'870cc65fd7552af600dbd2aecc83f5c4bb0703fe6cce38b639522522adebac59\' ct_options=\'{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'304ed4e8e9a0603fccc8c9e4bf02624910dd80f102948177fb491c09ff2e236d\' ct_options=\'{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']XL[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'a732413889de7f7bc68eab8cc25a9f1ee3e630c756345f1096bef05b0f37113f\' ct_options=\'{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":{\"0\":\"acss-pad-section__bar\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'fc06cc0892541cf06b63d7b900d0b8ce25895e93f649622bfc3bee6407aa006a\' ct_options=\'{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":{\"0\":\"acss-pad-section__bar-label\"},\"ct_depth\":4}\']XXL[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'0e8c5310d429454cb96a179b94953219dd3eb1b3ef797302dc027438487ba152\' ct_options=\'{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'1e0f73f6e01733756168243508840b9f83144d5bca43375f37a27c80b7cfe69f\' ct_options=\'{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'7297b61f5791e3ba419650c496d3bc84e81b7574830bf2fa4b2a7dbc0725009e\' ct_options=\'{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Spacing<br>[/ct_headline][ct_text_block ct_sign_sha256=\'f0e58d9cc88f77ffc49fe1d859f891ac8b039577ecc00c598b4d313c4584b4af\' ct_options=\'{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'79351ea2b135b3851daf92b8b6364127c02a943dc59d03ff62d711f322e0cca9\' ct_options=\'{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":{\"0\":\"acss-spacing__wrapper\"},\"ct_depth\":2}\'][ct_div_block_3 ct_sign_sha256=\'637e827e552d794bd2de81f1bf4c14d7d5f483a96d3695799eaf43e393af79d1\' ct_options=\'{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'6b15a8d8de64ab0e39cac29fa549210308dbb64fa27f6f0ca4d8dff677cec09c\' ct_options=\'{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'8c0616b99efc129300c2616e7541cdb60c56023c228019e056c46c474cfc8332\' ct_options=\'{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-xs[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'efbb8d46f345bcd6d0649756718036e1a4c89e269668de3a626d9de782132816\' ct_options=\'{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'70de63ad7056e572fba2239f6ab27fa148cb8fe2ec8ee22b76c2d69c4c92d2ab\' ct_options=\'{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'b9852a7257b4b791c7c3b7318fce3b6e9ea7c9c2ed42f0b02c97df778c47d0c0\' ct_options=\'{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-s[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d4b4402fe9247eed1668838102fa55317a3b35971e1df67c432d8cf16ee4ad80\' ct_options=\'{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'3a05fe82d597a2e58b483f5736988c1f536620647fe2fb015da1304ddb0a10c9\' ct_options=\'{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'5ca160d96afa772cf49170439d0d188c7397ac6b9676dea345f4f46dee4bf7c9\' ct_options=\'{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-m<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'e53eae59fba1c0bbee589e7c188755dc20584e30bfa58ce1d12eb41e997cabce\' ct_options=\'{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'450081c3c66a6a37a7905408abec156cb405cad77f73fd156b4c9bb83ef94d7d\' ct_options=\'{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'1c9bbbe86c94ec919d0d8c331b0a86cd23ca995c3155688f729f0e87404855f5\' ct_options=\'{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-l[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'afd74d2c551e3048df8b1cefbd76fb95f03ad8652455dd9e6727387a1980914e\' ct_options=\'{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'179cce05de19275341fb0a202d74feccd56de02ffb6b2ef1d9d9a3fbe0f20f89\' ct_options=\'{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'17d9169853c9d3225ad8806f135eaa099a00333f76c0d9968b77dc9fa8d7a8c3\' ct_options=\'{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-xl<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'020565cdac2f7cf766b8783b76ce5839d09b817bb1a1041e75fe5b223ff3b1b8\' ct_options=\'{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":{\"0\":\"acss-spacing__element\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'3ab623a84dff2aa24d7e0c9577c18105b5283f3d1b3e67f3aa5fa6c5f323fa8a\' ct_options=\'{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":{\"0\":\"acss-spacing__line\"},\"ct_depth\":4}\'][/ct_div_block_4][ct_text_block ct_sign_sha256=\'1bc6a20b1a0517e3b07e4b596aed72f026f14e6e85f4a0101a7057b821788605\' ct_options=\'{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":{\"0\":\"acss-spacing__label\"},\"ct_depth\":4}\']--space-xxl<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'9ecc4adabdf6324505b6122c675a914a76f0f61d70853620388107a03715e016\' ct_options=\'{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'6bd78cff26a8990e71686dbe2be4af883cac49f0e028edadc51d4bf5694711df\' ct_options=\'{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'9434098d40ecdc92e09472ad6b7581988a0de03169266782eb4ae28e67f8f076\' ct_options=\'{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Element Padding<br>[/ct_headline][ct_text_block ct_sign_sha256=\'8b7413f3c0460fdf5d3411bcb5311bbc12dd92844c1210317acfe40701d06dcc\' ct_options=\'{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']Here are the six levels of spacing visualized as padding.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'2b16013538430dccbf8a7dca91688542f85d57f9fc8ce818b0efd798ac828d46\' ct_options=\'{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":{\"0\":\"acss-padding__wrapper\"},\"ct_depth\":2}\'][ct_div_block_3 ct_sign_sha256=\'b7e5ef40f7f8796151dfae334f90ecb8a911c1c78b283f68d02bc333e8c5b53b\' ct_options=\'{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--xs\",\"1\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'ade36dbd4ff70c1ebd2fad28b959bb6b5c5a31f110786053feb48624f3b51ba1\' ct_options=\'{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'d5efb44b31b35bbd5e46c0bd3e8163ae14e491fa97c08db39a91173af154b9ff\' ct_options=\'{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with XS padding. Its content is pretty close to the edges.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'252fe4e0aa849f25c2ef0e8510e0a0ffc0e5a2020743095fc428d2678c68e9f3\' ct_options=\'{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--s\",\"1\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'34680250036fa4bd3ebd56c30268498a521c6b891b5c0b2a2dc804df0dc8251e\' ct_options=\'{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'b57e59d9c162798455c690b6cc5e3cf74b8b0b41ba6cb69c8930d99414773cf0\' ct_options=\'{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with S padding. It has a little bit tighter padding.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f44522420b8d1aaa39c39e9fa913c6ed470d463975d08e8c19929c163feaddc8\' ct_options=\'{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--m\",\"1\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'2ce1ea22d39ca6622a2cbf1cf31cd400c0fc078eced778f66162863b761d2a59\' ct_options=\'{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'0477e9a8d41828f600933a8020417c814200169f97517072b940d077e5f1d93d\' ct_options=\'{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with M padding. It has standard breathing room.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'5265bae7b47d91a6ab0bea8520ad3008eddbb1242b8cd17a997fb8857372a5be\' ct_options=\'{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--l\",\"1\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'f6d727d34efbc53c897f365778bc8a2f3c5952b3192e46f8582fee741e647c13\' ct_options=\'{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'bc76487515a690dc31c8f58e12b4017c9dd207885cf8edf51102551d4d6663a4\' ct_options=\'{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with L padding. It has extra breathing room.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b504ba850fb2329906cc64a7aa7c2af1eddb036742e6eb05dea44e0c11d18149\' ct_options=\'{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--m\",\"1\":\"pad--xl\",\"2\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'3023a369e457e8900ec55be27aa3fcd97cab800d2993afa38580dd53d967e23b\' ct_options=\'{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'454b90da4c2c51c0a3f7a9737995e8e2c322c845e0d9f6505e6e34f25bdedb83\' ct_options=\'{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with XL padding. It has significant breathing room.<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'b700907c68919be3c27ae19b0f4cfa661dc8ed41f700ddd0975614891e629642\' ct_options=\'{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":{\"0\":\"pad--m\",\"1\":\"pad--xxl\",\"2\":\"acss-padding__container\"},\"ct_depth\":3}\'][ct_headline ct_sign_sha256=\'b1ea6601ec25173188e88c21e5c6a410ad11450419cd29f1d4a410c5bfde0811\' ct_options=\'{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":{\"0\":\"acss-padding__heading\"},\"ct_depth\":4}\']Card[/ct_headline][ct_text_block ct_sign_sha256=\'701127b9b9dcbed91e4f50cf5100ca38f7483f2c2b7e60ff570e59ad89294846\' ct_options=\'{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":{\"0\":\"acss-padding__text\"},\"ct_depth\":4}\']This is a card with XXL padding. Avoid using this in a confined space.<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'cc54973e9a38c177a6b87903156fdd997deebd96e7ffcd4341f16850f549107d\' ct_options=\'{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'707882c31342fdbef470bf1409053158c5ef143460c0fcf2039118df00305436\' ct_options=\'{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'ef56eb929451728cab96b2b6b2c186006878fbc936442f5187667c4678fb2462\' ct_options=\'{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Shadows<br>[/ct_headline][ct_text_block ct_sign_sha256=\'31ea7c9924bbdbbe3efa8c60738576d320454569ce396ab80e9582a300c229ee\' ct_options=\'{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']There are three multi-layer box shadows to choose from.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'5b63c204194e247824fba90699281297e4173ad94a4b15ef5e9d51ce77eb48af\' ct_options=\'{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":{},\"ct_depth\":2,\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":{\"0\":{\"name\":\"aria-label\",\"value\":\"shadows\"}}}}\'][ct_div_block_3 ct_sign_sha256=\'1110c32b30fc1c88383719c7b4dec4338b9cbfa5756eff964be0ab6b8f2ccc2e\' ct_options=\'{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":{\"0\":\"acss-shadow__wrapper\"},\"ct_depth\":3}\'][ct_div_block_4 ct_sign_sha256=\'9cf4da40360d39f5f0bfe0a0b19b5fe1c02b8ece27695998eac9358e0ca1c360\' ct_options=\'{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"box-shadow--m\",\"1\":\"acss-box-shadow__box\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'e547a8878d90d743cdb0e2571246f41770851224626696f174a295619658e3a8\' ct_options=\'{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":5}\']Box shadow M[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'c32a0d84c10bd8315d71a85af0b087667b6d037fa94a4ded4a9a0aa8ae482e26\' ct_options=\'{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"box-shadow--l\",\"1\":\"acss-box-shadow__box\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'52672eb42286522eee0e41479ceb34b1ea09dfb3a32c5c694b6ef41ddcf9fbb7\' ct_options=\'{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":5}\']Box shadow L<br>[/ct_text_block][/ct_div_block_4][ct_div_block_4 ct_sign_sha256=\'4900f8c94b9de7f05cc5535cb9ac7edd0b128633780056597530e3de64760648\' ct_options=\'{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"box-shadow--xl\",\"1\":\"acss-box-shadow__box\"},\"ct_depth\":4}\'][ct_text_block ct_sign_sha256=\'5d376ab78c8021f07aacc311462be50c44dbac06bf760efcd4da18c2efcda7da\' ct_options=\'{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":5}\']Box shadow XL<br>[/ct_text_block][/ct_div_block_4][/ct_div_block_3][/ct_div_block_2][/ct_section][ct_section ct_sign_sha256=\'27cbb4ce0873a4aec1e47dcfdca1746dc91d6acca0b131e99f786dc731b399c4\' ct_options=\'{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":{\"0\":\"acss-style-guide-section\"},\"ct_depth\":1}\'][ct_div_block_2 ct_sign_sha256=\'a906e9f70049053137855cab02bae51d5b45f98cfe278ff7f9d4a941dbf8da1d\' ct_options=\'{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":{\"0\":\"acss-section-intro__container\"},\"ct_depth\":2}\'][ct_headline ct_sign_sha256=\'cd4606a4fd48815662b71bd59aece9a8042e7bcf190a6307dbaf02cd3a2dafb1\' ct_options=\'{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":{\"0\":\"acss-section__title\"},\"ct_depth\":3}\']Border radius<br>[/ct_headline][ct_text_block ct_sign_sha256=\'5d0186b80c31afcf821e0a4a8424dc3402f65f76e4d33f4f9883c5aac50e09d7\' ct_options=\'{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":{\"0\":\"acss-section__lede\"},\"ct_depth\":3}\']There are six border radius values calculated from a base size and a mathematical scale.<br>[/ct_text_block][/ct_div_block_2][ct_div_block_2 ct_sign_sha256=\'fdf3c25c17af4f113f0e866503092df584dab5711d7fbdd23c85c0f2d9b30c63\' ct_options=\'{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":{\"0\":\"acss-radius__wrapper\"},\"ct_depth\":2}\'][ct_div_block_3 ct_sign_sha256=\'5469acf75d992ca1519113154f4056ed0f9af1401983559bc18496aa4fe03858\' ct_options=\'{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--xs\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'184966bbfdf7f493036858c07fbfd8312a6db558a68f7a849188bd508106b190\' ct_options=\'{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded XS<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'f088555172a3b63c504d2eada97026bdfb610f656e4643e6500d258d6613cd50\' ct_options=\'{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--s\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'185fa0d529bc307d18017e8dfcba1b385e699d150b26c5ded71ee665ae4b834d\' ct_options=\'{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded S<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'bc01eecf9391d7e8867f72d086f5a88907f688ded13e282a2a7f19214b028fb2\' ct_options=\'{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--m\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'4535321b36a580c705bd0b42223733ea938dd1094b07b01088345b772bc57e7d\' ct_options=\'{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded M<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'d3b6ff7ed4b3bf70653a7b3f0a2b9a72bb88735096609488256cb2352a32eaf6\' ct_options=\'{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--l\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'7093effd1d1d75e0618d2ba8cc9dc33c0f95c97a263860ee5bf368ef12ecad7f\' ct_options=\'{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded L<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'de04bc638f7a4b9e7c2c62b578eb5831e8661e44dc3a635b7b621a01df4e016e\' ct_options=\'{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--xl\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'a620b7ed5e707647504449d27ed681fe6d68fb7195d3e8ae940dbd98a5488f13\' ct_options=\'{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded XL<br>[/ct_text_block][/ct_div_block_3][ct_div_block_3 ct_sign_sha256=\'32d5fb9163a7a267b959dd079325433b646c971348e86dc4bd2abf42de5b20f1\' ct_options=\'{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":{\"0\":\"rounded--xxl\",\"1\":\"acss-radius__box\"},\"ct_depth\":3}\'][ct_text_block ct_sign_sha256=\'15ca94bf5aaf07f37e1bb7211367314c580c02da8de7acc4141a1f715ba4946e\' ct_options=\'{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":{\"0\":\"acss-box-shadow__label\"},\"ct_depth\":4}\']Rounded XXL<br>[/ct_text_block][/ct_div_block_3][/ct_div_block_2][/ct_section]'),(127,25,'rank_math_seo_score','4'),(128,25,'rank_math_robots','a:1:{i:0;s:7:\"noindex\";}'),(129,25,'ct_builder_json','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[{\"id\":2,\"name\":\"ct_section\",\"options\":{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":[{\"position-unit\":\"px\",\"value\":\"var(--primary)\"},{\"position-unit\":\"px\",\"value\":\"var(--primary)\"}],\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":[\"pad-section--s\"],\"ct_depth\":1},\"children\":[{\"id\":3,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":[\"acss-style-guide__h-accent\"],\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\",\"ct_content\":\"<span id=\\\"ct-placeholder-4\\\"><\\/span>\"},\"children\":[{\"id\":4,\"name\":\"ct_span\",\"options\":{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2},{\"id\":5,\"name\":\"ct_headline\",\"options\":{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":[\"acss-style-guide__h1\"],\"ct_depth\":2,\"activeselector\":false,\"ct_content\":\"Style Guide\"},\"depth\":2},{\"id\":6,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":[\"acss-style-guide__lede\"],\"ct_depth\":2,\"ct_content\":\"This page outlines the current styles and standards for the <span id=\\\"ct-placeholder-7\\\"><\\/span> website.\"},\"children\":[{\"id\":7,\"name\":\"ct_span\",\"options\":{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":8,\"name\":\"ct_section\",\"options\":{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":9,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":10,\"name\":\"ct_headline\",\"options\":{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"activeselector\":\"acss-section__title\",\"ct_content\":\"Colours\"},\"depth\":3},{\"id\":11,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"activeselector\":\"acss-section__lede\",\"ct_content\":\"An overview of this site\'s brand colors.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":12,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"colors\"}],\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":13,\"name\":\"oxy_tabs\",\"options\":{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":[\"margin-top--l\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":14,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":15,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"},\"ct_content\":\"Colors &amp; Shades\"},\"depth\":4}],\"depth\":3},{\"id\":16,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":17,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4,\"ct_content\":\"Transparencies\"},\"depth\":4}],\"depth\":3}],\"depth\":3},{\"id\":18,\"name\":\"oxy_tabs_contents\",\"options\":{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":[],\"ct_depth\":\"3\"},\"children\":[{\"id\":19,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":20,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":21,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":22,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":23,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":24,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Primary\"},\"depth\":7}],\"depth\":6},{\"id\":25,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":26,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":27,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":28,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":29,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":30,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":31,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":32,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":33,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":34,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":35,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":36,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":37,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":38,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":39,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":40,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":41,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Secondary\"},\"depth\":7}],\"depth\":6},{\"id\":42,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":43,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":44,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":45,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":46,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":47,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":48,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":49,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":50,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":51,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":52,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":53,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":54,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":55,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":56,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":57,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":58,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Accent\"},\"depth\":7}],\"depth\":6},{\"id\":59,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":60,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":61,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":62,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":63,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":64,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":65,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":66,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":67,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":68,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":69,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":70,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":71,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":72,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":73,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":74,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":75,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Base\"},\"depth\":7}],\"depth\":6},{\"id\":76,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":77,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":78,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":79,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":80,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":81,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":82,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":83,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":84,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":85,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":86,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":87,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":88,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":89,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":90,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":91,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":92,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Shade\"},\"depth\":7}],\"depth\":6},{\"id\":93,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":94,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":95,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":96,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":97,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":98,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":99,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":100,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":101,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":102,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3},{\"id\":103,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":104,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":105,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":106,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":107,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":108,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10<br>\"},\"depth\":7}],\"depth\":6},{\"id\":109,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":110,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":111,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":112,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":113,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":114,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":115,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":116,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":117,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":118,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":119,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":120,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":121,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":122,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":123,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":124,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":125,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":126,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":127,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":128,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":129,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":130,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":131,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":132,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":133,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90<br>\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":134,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":135,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":136,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":137,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":138,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":139,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":140,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":141,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":142,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":143,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":144,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":145,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":146,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":147,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":148,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":149,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":150,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":151,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":152,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":153,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":154,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":155,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":156,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":157,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":158,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":159,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":160,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":161,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":162,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":163,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":164,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":165,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":166,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":167,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":168,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":169,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":170,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":171,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":172,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":173,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":174,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":175,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":176,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":177,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":178,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":179,\"name\":\"ct_section\",\"options\":{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":180,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":181,\"name\":\"ct_headline\",\"options\":{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Typography\"},\"depth\":3},{\"id\":182,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":183,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Headings\"},\"depth\":2},{\"id\":184,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":185,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H1 (--xxl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":186,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":187,\"name\":\"ct_headline\",\"options\":{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"activeselector\":\"acss-typography__headings\",\"ct_content\":\"Heading 1 Regular\"},\"depth\":3},{\"id\":188,\"name\":\"ct_headline\",\"options\":{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Medium<br>\"},\"depth\":3},{\"id\":189,\"name\":\"ct_headline\",\"options\":{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":190,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":191,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H2 (--xl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":192,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":193,\"name\":\"ct_headline\",\"options\":{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Regular\"},\"depth\":3},{\"id\":194,\"name\":\"ct_headline\",\"options\":{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Medium<br>\"},\"depth\":3},{\"id\":195,\"name\":\"ct_headline\",\"options\":{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":196,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":197,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H3 (--l)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":198,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":199,\"name\":\"ct_headline\",\"options\":{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Regular\"},\"depth\":3},{\"id\":200,\"name\":\"ct_headline\",\"options\":{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":201,\"name\":\"ct_headline\",\"options\":{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":202,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":203,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H4 (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":204,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":205,\"name\":\"ct_headline\",\"options\":{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Regular\"},\"depth\":3},{\"id\":206,\"name\":\"ct_headline\",\"options\":{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Medium<br>\"},\"depth\":3},{\"id\":207,\"name\":\"ct_headline\",\"options\":{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":208,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":209,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H5 (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":210,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":211,\"name\":\"ct_headline\",\"options\":{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Regular\"},\"depth\":3},{\"id\":212,\"name\":\"ct_headline\",\"options\":{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":213,\"name\":\"ct_headline\",\"options\":{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":214,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":215,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H6 (--xs)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":216,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":217,\"name\":\"ct_headline\",\"options\":{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Regular\"},\"depth\":3},{\"id\":218,\"name\":\"ct_headline\",\"options\":{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Medium<br>\"},\"depth\":3},{\"id\":219,\"name\":\"ct_headline\",\"options\":{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":220,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Body Text<br>\"},\"depth\":2},{\"id\":221,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":222,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"BODY TEXT (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":223,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":224,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Regular<br>\"},\"depth\":3},{\"id\":225,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Medium<br>\"},\"depth\":3},{\"id\":226,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":227,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":228,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"SMALL TEXT (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":229,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":230,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Regular<br>\"},\"depth\":3},{\"id\":231,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Medium<br>\"},\"depth\":3},{\"id\":232,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":233,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":234,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"XTRA SMALL TEXT (--xs)\"},\"depth\":3}],\"depth\":2},{\"id\":235,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":236,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Regular<br>\"},\"depth\":3},{\"id\":237,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Medium<br>\"},\"depth\":3},{\"id\":238,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":239,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Examples\"},\"depth\":2},{\"id\":240,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":241,\"name\":\"ct_headline\",\"options\":{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 1 (H1)<br>\"},\"depth\":3},{\"id\":242,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--l\"],\"ct_depth\":3,\"ct_content\":\"This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":243,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":244,\"name\":\"ct_headline\",\"options\":{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 2 (H2)<br>\"},\"depth\":3},{\"id\":245,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":246,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":247,\"name\":\"ct_headline\",\"options\":{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 3 (H3)<br>\"},\"depth\":3},{\"id\":248,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":249,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":250,\"name\":\"ct_headline\",\"options\":{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\",\"null-unit\":\" \"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 4 (H4)<br>\"},\"depth\":3},{\"id\":251,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":252,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"],\"activeselector\":\"acss-typography__family-title--container\"},\"children\":[{\"id\":253,\"name\":\"ct_headline\",\"options\":{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 5 (H5)<br>\"},\"depth\":3},{\"id\":254,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":255,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":256,\"name\":\"ct_headline\",\"options\":{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 6 (H6)<br>\"},\"depth\":3},{\"id\":257,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--xs\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":258,\"name\":\"ct_section\",\"options\":{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":259,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":260,\"name\":\"ct_headline\",\"options\":{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Buttons\"},\"depth\":3},{\"id\":261,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Solid and outline buttons are available across all color sets including black and white.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":262,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":263,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON LIGHT BACKGROUND<br>\"},\"depth\":3},{\"id\":264,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":265,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":266,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":267,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":268,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":269,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\",\"activeselector\":\"btn--accent\",\"original\":{\"button-style\":\"1\"}},\"depth\":4},{\"id\":270,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":271,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base<br>\"},\"depth\":4},{\"id\":272,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":273,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":[\"bg--base-dark\",\"acss-buttons__container\"],\"ct_depth\":\"2\",\"original\":{\"width-unit\":\"auto\",\"width\":\"\"},\"activeselector\":\"bg--base-dark\"},\"children\":[{\"id\":274,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title-white\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON DARK BACKGROUND<br>\"},\"depth\":3},{\"id\":275,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":276,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":277,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":278,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":279,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":280,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":281,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":282,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White<br>\"},\"depth\":4},{\"id\":283,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":284,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":285,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"margin-bottom--s\",\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTON SCALE<br>\"},\"depth\":3},{\"id\":286,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":287,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xs\"],\"ct_depth\":4,\"ct_content\":\"Button XS\",\"activeselector\":\"btn--xs\"},\"depth\":4},{\"id\":288,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xs\"},\"depth\":4}],\"depth\":3},{\"id\":289,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":290,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--s\"],\"ct_depth\":4,\"ct_content\":\"Button S\",\"activeselector\":\"btn--primary\"},\"depth\":4},{\"id\":291,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--s\"},\"depth\":4}],\"depth\":3},{\"id\":292,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":293,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--m\"],\"ct_depth\":4,\"ct_content\":\"Button M\"},\"depth\":4},{\"id\":294,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--m\"},\"depth\":4}],\"depth\":3},{\"id\":295,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":296,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--l\"],\"ct_depth\":4,\"ct_content\":\"Button L\"},\"depth\":4},{\"id\":297,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--l\"},\"depth\":4}],\"depth\":3},{\"id\":298,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":299,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xl\"],\"ct_depth\":4,\"ct_content\":\"Button XL\"},\"depth\":4},{\"id\":300,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xl\"},\"depth\":4}],\"depth\":3},{\"id\":301,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":302,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xxl\"],\"ct_depth\":4,\"ct_content\":\"Button XXL\"},\"depth\":4},{\"id\":303,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":304,\"name\":\"ct_section\",\"options\":{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":305,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":306,\"name\":\"ct_headline\",\"options\":{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Widths\"},\"depth\":3},{\"id\":307,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six values you can use to control element width. They\'re automatically responsive.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":308,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":[\"acss-widths__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":309,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":310,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xs<br>\"},\"depth\":4}],\"depth\":3},{\"id\":311,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":312,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-s\"},\"depth\":4}],\"depth\":3},{\"id\":313,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":314,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-m\"},\"depth\":4}],\"depth\":3},{\"id\":315,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":316,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-l\"},\"depth\":4}],\"depth\":3},{\"id\":317,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":318,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xl\"},\"depth\":4}],\"depth\":3},{\"id\":319,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\",\"activeselector\":\"acss-width__bar\"},\"children\":[{\"id\":320,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":321,\"name\":\"ct_section\",\"options\":{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":322,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":323,\"name\":\"ct_headline\",\"options\":{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Section Padding<br>\"},\"depth\":3},{\"id\":324,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Padding for sections is responsive and based on a multiplier of the core spacing system.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":325,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":[\"acss-pad-section__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":326,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":327,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"None\"},\"depth\":4}],\"depth\":3},{\"id\":328,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":329,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XS\"},\"depth\":4}],\"depth\":3},{\"id\":330,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":331,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"S\"},\"depth\":4}],\"depth\":3},{\"id\":332,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":333,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":334,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":335,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":336,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":337,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XL\"},\"depth\":4}],\"depth\":3},{\"id\":338,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":339,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XXL\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":340,\"name\":\"ct_section\",\"options\":{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":341,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":342,\"name\":\"ct_headline\",\"options\":{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Spacing<br>\"},\"depth\":3},{\"id\":343,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":344,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":[\"acss-spacing__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":345,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":346,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":347,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xs\"},\"depth\":4}],\"depth\":3},{\"id\":348,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":349,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":350,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-s\"},\"depth\":4}],\"depth\":3},{\"id\":351,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":352,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":353,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-m<br>\"},\"depth\":4}],\"depth\":3},{\"id\":354,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":355,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":356,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-l\"},\"depth\":4}],\"depth\":3},{\"id\":357,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":358,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":359,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xl<br>\"},\"depth\":4}],\"depth\":3},{\"id\":360,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":361,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":362,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xxl<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":363,\"name\":\"ct_section\",\"options\":{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":364,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":365,\"name\":\"ct_headline\",\"options\":{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Element Padding<br>\"},\"depth\":3},{\"id\":366,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Here are the six levels of spacing visualized as padding.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":367,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":[\"acss-padding__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":368,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--xs\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":369,\"name\":\"ct_headline\",\"options\":{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":370,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XS padding. Its content is pretty close to the edges.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":371,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--s\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":372,\"name\":\"ct_headline\",\"options\":{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":373,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with S padding. It has a little bit tighter padding.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":374,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":375,\"name\":\"ct_headline\",\"options\":{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":376,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with M padding. It has standard breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":377,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--l\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":378,\"name\":\"ct_headline\",\"options\":{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":379,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with L padding. It has extra breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":380,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":381,\"name\":\"ct_headline\",\"options\":{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":382,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XL padding. It has significant breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":383,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xxl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":384,\"name\":\"ct_headline\",\"options\":{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":385,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XXL padding. Avoid using this in a confined space.<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":386,\"name\":\"ct_section\",\"options\":{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":387,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":388,\"name\":\"ct_headline\",\"options\":{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Shadows<br>\"},\"depth\":3},{\"id\":389,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are three multi-layer box shadows to choose from.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":390,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"shadows\"}]}},\"children\":[{\"id\":391,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-shadow__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":392,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--m\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":393,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow M\"},\"depth\":5}],\"depth\":4},{\"id\":394,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--l\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":395,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow L<br>\"},\"depth\":5}],\"depth\":4},{\"id\":396,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--xl\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":397,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow XL<br>\"},\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":398,\"name\":\"ct_section\",\"options\":{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":399,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":400,\"name\":\"ct_headline\",\"options\":{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Border radius<br>\"},\"depth\":3},{\"id\":401,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six border radius values calculated from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":402,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-radius__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":403,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xs\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":404,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XS<br>\"},\"depth\":4}],\"depth\":3},{\"id\":405,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--s\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":406,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded S<br>\"},\"depth\":4}],\"depth\":3},{\"id\":407,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--m\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":408,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":409,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--l\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":410,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":411,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":412,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XL<br>\"},\"depth\":4}],\"depth\":3},{\"id\":413,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xxl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":414,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XXL<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1}],\"meta_keys\":[\"rank_math_internal_links_processed\",\"rank_math_seo_score\",\"rank_math_robots\"]}'),(130,25,'ct_page_settings','a:4:{s:9:\"max-width\";s:0:\"\";s:3:\"aos\";a:9:{s:4:\"type\";s:0:\"\";s:8:\"duration\";s:0:\"\";s:6:\"easing\";s:0:\"\";s:6:\"offset\";s:0:\"\";s:5:\"delay\";s:0:\"\";s:16:\"anchor-placement\";s:0:\"\";s:4:\"once\";s:0:\"\";s:6:\"mirror\";s:0:\"\";s:7:\"disable\";s:0:\"\";}s:7:\"scripts\";a:3:{s:14:\"scroll_to_hash\";s:0:\"\";s:19:\"scroll_to_hash_time\";s:0:\"\";s:21:\"scroll_to_hash_offset\";s:0:\"\";}s:20:\"overlay-header-above\";s:0:\"\";}'),(131,25,'ct_builder_shortcodes_revisions','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[{\"id\":2,\"name\":\"ct_section\",\"options\":{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":[{\"position-unit\":\"px\",\"value\":\"var(--base-ultra-dark)\"},{\"position-unit\":\"px\",\"value\":\"var(--base-dark)\"}],\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":[\"pad-section--s\"],\"ct_depth\":1},\"children\":[{\"id\":3,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":[\"acss-style-guide__h-accent\"],\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\",\"ct_content\":\"<span id=\\\"ct-placeholder-4\\\"><\\/span>\"},\"children\":[{\"id\":4,\"name\":\"ct_span\",\"options\":{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2},{\"id\":5,\"name\":\"ct_headline\",\"options\":{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":[\"acss-style-guide__h1\"],\"ct_depth\":2,\"ct_content\":\"Style Guide\"},\"depth\":2},{\"id\":6,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":[\"acss-style-guide__lede\"],\"ct_depth\":2,\"ct_content\":\"This page outlines the current styles and standards for the <span id=\\\"ct-placeholder-7\\\"><\\/span> website.\"},\"children\":[{\"id\":7,\"name\":\"ct_span\",\"options\":{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":8,\"name\":\"ct_section\",\"options\":{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":9,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":10,\"name\":\"ct_headline\",\"options\":{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"activeselector\":\"acss-section__title\",\"ct_content\":\"Colours\"},\"depth\":3},{\"id\":11,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"activeselector\":\"acss-section__lede\",\"ct_content\":\"An overview of this site\'s brand colors.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":12,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"colors\"}],\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":13,\"name\":\"oxy_tabs\",\"options\":{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":[\"margin-top--l\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":14,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":15,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"},\"ct_content\":\"Colors &amp; Shades\"},\"depth\":4}],\"depth\":3},{\"id\":16,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":17,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4,\"ct_content\":\"Transparencies\"},\"depth\":4}],\"depth\":3}],\"depth\":3},{\"id\":18,\"name\":\"oxy_tabs_contents\",\"options\":{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":[],\"ct_depth\":\"3\"},\"children\":[{\"id\":19,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":20,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":21,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":22,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":23,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":24,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Primary\"},\"depth\":7}],\"depth\":6},{\"id\":25,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":26,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":27,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":28,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":29,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":30,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":31,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":32,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":33,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":34,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":35,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":36,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":37,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":38,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":39,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":40,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":41,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Secondary\"},\"depth\":7}],\"depth\":6},{\"id\":42,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":43,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":44,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":45,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":46,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":47,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":48,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":49,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":50,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":51,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":52,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":53,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":54,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":55,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":56,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":57,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":58,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Accent\"},\"depth\":7}],\"depth\":6},{\"id\":59,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":60,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":61,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":62,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":63,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":64,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":65,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":66,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":67,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":68,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":69,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":70,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":71,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":72,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":73,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":74,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":75,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Base\"},\"depth\":7}],\"depth\":6},{\"id\":76,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":77,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":78,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":79,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":80,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":81,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":82,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":83,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":84,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":85,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":86,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":87,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":88,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":89,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":90,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":91,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":92,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Shade\"},\"depth\":7}],\"depth\":6},{\"id\":93,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":94,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":95,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":96,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":97,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":98,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":99,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":100,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":101,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":102,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3},{\"id\":103,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":104,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":105,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":106,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":107,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":108,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10<br>\"},\"depth\":7}],\"depth\":6},{\"id\":109,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":110,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":111,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":112,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":113,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":114,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":115,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":116,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":117,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":118,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":119,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":120,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":121,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":122,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":123,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":124,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":125,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":126,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":127,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":128,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":129,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":130,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":131,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":132,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":133,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90<br>\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":134,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":135,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":136,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":137,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":138,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":139,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":140,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":141,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":142,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":143,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":144,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":145,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":146,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":147,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":148,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":149,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":150,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":151,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":152,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":153,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":154,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":155,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":156,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":157,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":158,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":159,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":160,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":161,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":162,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":163,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":164,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":165,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":166,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":167,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":168,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":169,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":170,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":171,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":172,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":173,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":174,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":175,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":176,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":177,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":178,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":179,\"name\":\"ct_section\",\"options\":{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":180,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":181,\"name\":\"ct_headline\",\"options\":{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Typography\"},\"depth\":3},{\"id\":182,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":183,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Headings\"},\"depth\":2},{\"id\":184,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":185,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H1 (--xxl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":186,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":187,\"name\":\"ct_headline\",\"options\":{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Regular\"},\"depth\":3},{\"id\":188,\"name\":\"ct_headline\",\"options\":{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Medium<br>\"},\"depth\":3},{\"id\":189,\"name\":\"ct_headline\",\"options\":{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":190,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":191,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H2 (--xl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":192,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":193,\"name\":\"ct_headline\",\"options\":{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Regular\"},\"depth\":3},{\"id\":194,\"name\":\"ct_headline\",\"options\":{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Medium<br>\"},\"depth\":3},{\"id\":195,\"name\":\"ct_headline\",\"options\":{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":196,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":197,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H3 (--l)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":198,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":199,\"name\":\"ct_headline\",\"options\":{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Regular\"},\"depth\":3},{\"id\":200,\"name\":\"ct_headline\",\"options\":{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":201,\"name\":\"ct_headline\",\"options\":{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":202,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":203,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H4 (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":204,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":205,\"name\":\"ct_headline\",\"options\":{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Regular\"},\"depth\":3},{\"id\":206,\"name\":\"ct_headline\",\"options\":{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Medium<br>\"},\"depth\":3},{\"id\":207,\"name\":\"ct_headline\",\"options\":{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":208,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":209,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H5 (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":210,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":211,\"name\":\"ct_headline\",\"options\":{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Regular\"},\"depth\":3},{\"id\":212,\"name\":\"ct_headline\",\"options\":{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":213,\"name\":\"ct_headline\",\"options\":{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":214,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":215,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H6 (--xs)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":216,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":217,\"name\":\"ct_headline\",\"options\":{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Regular\"},\"depth\":3},{\"id\":218,\"name\":\"ct_headline\",\"options\":{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Medium<br>\"},\"depth\":3},{\"id\":219,\"name\":\"ct_headline\",\"options\":{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":220,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Body Text<br>\"},\"depth\":2},{\"id\":221,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":222,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"BODY TEXT (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":223,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":224,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Regular<br>\"},\"depth\":3},{\"id\":225,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Medium<br>\"},\"depth\":3},{\"id\":226,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":227,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":228,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"SMALL TEXT (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":229,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":230,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Regular<br>\"},\"depth\":3},{\"id\":231,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Medium<br>\"},\"depth\":3},{\"id\":232,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":233,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":234,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"XTRA SMALL TEXT (--xs)\"},\"depth\":3}],\"depth\":2},{\"id\":235,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":236,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Regular<br>\"},\"depth\":3},{\"id\":237,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Medium<br>\"},\"depth\":3},{\"id\":238,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":239,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Examples\"},\"depth\":2},{\"id\":240,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":241,\"name\":\"ct_headline\",\"options\":{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 1 (H1)<br>\"},\"depth\":3},{\"id\":242,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--l\"],\"ct_depth\":3,\"ct_content\":\"This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":243,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":244,\"name\":\"ct_headline\",\"options\":{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 2 (H2)<br>\"},\"depth\":3},{\"id\":245,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":246,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":247,\"name\":\"ct_headline\",\"options\":{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 3 (H3)<br>\"},\"depth\":3},{\"id\":248,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":249,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":250,\"name\":\"ct_headline\",\"options\":{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 4 (H4)<br>\"},\"depth\":3},{\"id\":251,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":252,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":253,\"name\":\"ct_headline\",\"options\":{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 5 (H5)<br>\"},\"depth\":3},{\"id\":254,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":255,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":256,\"name\":\"ct_headline\",\"options\":{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 6 (H6)<br>\"},\"depth\":3},{\"id\":257,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--xs\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":258,\"name\":\"ct_section\",\"options\":{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":259,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":260,\"name\":\"ct_headline\",\"options\":{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Buttons\"},\"depth\":3},{\"id\":261,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Solid and outline buttons are available across all color sets including black and white.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":262,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":263,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON LIGHT BACKGROUND<br>\"},\"depth\":3},{\"id\":264,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":265,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":266,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":267,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":268,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":269,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":270,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":271,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base<br>\"},\"depth\":4},{\"id\":272,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":273,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":[\"bg--base-dark\",\"acss-buttons__container\"],\"ct_depth\":\"2\",\"original\":{\"width-unit\":\"auto\",\"width\":\"\"}},\"children\":[{\"id\":274,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title-white\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON DARK BACKGROUND<br>\"},\"depth\":3},{\"id\":275,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":276,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":277,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":278,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":279,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":280,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":281,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":282,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White<br>\"},\"depth\":4},{\"id\":283,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":284,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":285,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"margin-bottom--s\",\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTON SCALE<br>\"},\"depth\":3},{\"id\":286,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":287,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xs\"],\"ct_depth\":4,\"ct_content\":\"Button XS\"},\"depth\":4},{\"id\":288,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xs\"},\"depth\":4}],\"depth\":3},{\"id\":289,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":290,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--s\"],\"ct_depth\":4,\"ct_content\":\"Button S\"},\"depth\":4},{\"id\":291,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--s\"},\"depth\":4}],\"depth\":3},{\"id\":292,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":293,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--m\"],\"ct_depth\":4,\"ct_content\":\"Button M\"},\"depth\":4},{\"id\":294,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--m\"},\"depth\":4}],\"depth\":3},{\"id\":295,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":296,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--l\"],\"ct_depth\":4,\"ct_content\":\"Button L\"},\"depth\":4},{\"id\":297,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--l\"},\"depth\":4}],\"depth\":3},{\"id\":298,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":299,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xl\"],\"ct_depth\":4,\"ct_content\":\"Button XL\"},\"depth\":4},{\"id\":300,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xl\"},\"depth\":4}],\"depth\":3},{\"id\":301,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":302,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xxl\"],\"ct_depth\":4,\"ct_content\":\"Button XXL\"},\"depth\":4},{\"id\":303,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":304,\"name\":\"ct_section\",\"options\":{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":305,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":306,\"name\":\"ct_headline\",\"options\":{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Widths\"},\"depth\":3},{\"id\":307,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six values you can use to control element width. They\'re automatically responsive.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":308,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":[\"acss-widths__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":309,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":310,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xs<br>\"},\"depth\":4}],\"depth\":3},{\"id\":311,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":312,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-s\"},\"depth\":4}],\"depth\":3},{\"id\":313,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":314,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-m\"},\"depth\":4}],\"depth\":3},{\"id\":315,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":316,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-l\"},\"depth\":4}],\"depth\":3},{\"id\":317,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":318,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xl\"},\"depth\":4}],\"depth\":3},{\"id\":319,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":320,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":321,\"name\":\"ct_section\",\"options\":{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":322,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":323,\"name\":\"ct_headline\",\"options\":{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Section Padding<br>\"},\"depth\":3},{\"id\":324,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Padding for sections is responsive and based on a multiplier of the core spacing system.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":325,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":[\"acss-pad-section__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":326,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":327,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"None\"},\"depth\":4}],\"depth\":3},{\"id\":328,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":329,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XS\"},\"depth\":4}],\"depth\":3},{\"id\":330,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":331,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"S\"},\"depth\":4}],\"depth\":3},{\"id\":332,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":333,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":334,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":335,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":336,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":337,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XL\"},\"depth\":4}],\"depth\":3},{\"id\":338,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":339,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XXL\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":340,\"name\":\"ct_section\",\"options\":{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":341,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":342,\"name\":\"ct_headline\",\"options\":{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Spacing<br>\"},\"depth\":3},{\"id\":343,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":344,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":[\"acss-spacing__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":345,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":346,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":347,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xs\"},\"depth\":4}],\"depth\":3},{\"id\":348,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":349,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":350,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-s\"},\"depth\":4}],\"depth\":3},{\"id\":351,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":352,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":353,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-m<br>\"},\"depth\":4}],\"depth\":3},{\"id\":354,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":355,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":356,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-l\"},\"depth\":4}],\"depth\":3},{\"id\":357,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":358,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":359,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xl<br>\"},\"depth\":4}],\"depth\":3},{\"id\":360,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":361,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":362,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xxl<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":363,\"name\":\"ct_section\",\"options\":{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":364,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":365,\"name\":\"ct_headline\",\"options\":{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Element Padding<br>\"},\"depth\":3},{\"id\":366,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Here are the six levels of spacing visualized as padding.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":367,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":[\"acss-padding__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":368,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--xs\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":369,\"name\":\"ct_headline\",\"options\":{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":370,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XS padding. Its content is pretty close to the edges.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":371,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--s\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":372,\"name\":\"ct_headline\",\"options\":{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":373,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with S padding. It has a little bit tighter padding.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":374,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":375,\"name\":\"ct_headline\",\"options\":{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":376,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with M padding. It has standard breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":377,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--l\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":378,\"name\":\"ct_headline\",\"options\":{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":379,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with L padding. It has extra breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":380,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":381,\"name\":\"ct_headline\",\"options\":{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":382,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XL padding. It has significant breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":383,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xxl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":384,\"name\":\"ct_headline\",\"options\":{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":385,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XXL padding. Avoid using this in a confined space.<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":386,\"name\":\"ct_section\",\"options\":{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":387,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":388,\"name\":\"ct_headline\",\"options\":{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Shadows<br>\"},\"depth\":3},{\"id\":389,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are three multi-layer box shadows to choose from.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":390,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"shadows\"}]}},\"children\":[{\"id\":391,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-shadow__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":392,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--m\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":393,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow M\"},\"depth\":5}],\"depth\":4},{\"id\":394,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--l\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":395,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow L<br>\"},\"depth\":5}],\"depth\":4},{\"id\":396,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--xl\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":397,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow XL<br>\"},\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":398,\"name\":\"ct_section\",\"options\":{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":399,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":400,\"name\":\"ct_headline\",\"options\":{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Border radius<br>\"},\"depth\":3},{\"id\":401,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six border radius values calculated from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":402,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-radius__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":403,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xs\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":404,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XS<br>\"},\"depth\":4}],\"depth\":3},{\"id\":405,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--s\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":406,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded S<br>\"},\"depth\":4}],\"depth\":3},{\"id\":407,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--m\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":408,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":409,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--l\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":410,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":411,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":412,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XL<br>\"},\"depth\":4}],\"depth\":3},{\"id\":413,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xxl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":414,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XXL<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1}],\"meta_keys\":[\"rank_math_internal_links_processed\",\"rank_math_seo_score\",\"rank_math_robots\"]}'),(132,25,'ct_builder_shortcodes_revisions_dates','1658244847'),(133,25,'ct_builder_shortcodes_revisions','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[{\"id\":2,\"name\":\"ct_section\",\"options\":{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":[{\"position-unit\":\"px\",\"value\":\"var(--primary-light)\"},{\"position-unit\":\"px\",\"value\":\"var(--secondary-medium)\"}],\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":[\"pad-section--s\"],\"ct_depth\":1},\"children\":[{\"id\":3,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":[\"acss-style-guide__h-accent\"],\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\",\"ct_content\":\"<span id=\\\"ct-placeholder-4\\\"><\\/span>\"},\"children\":[{\"id\":4,\"name\":\"ct_span\",\"options\":{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2},{\"id\":5,\"name\":\"ct_headline\",\"options\":{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":[\"acss-style-guide__h1\"],\"ct_depth\":2,\"activeselector\":false,\"ct_content\":\"Style Guide\"},\"depth\":2},{\"id\":6,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":[\"acss-style-guide__lede\"],\"ct_depth\":2,\"ct_content\":\"This page outlines the current styles and standards for the <span id=\\\"ct-placeholder-7\\\"><\\/span> website.\"},\"children\":[{\"id\":7,\"name\":\"ct_span\",\"options\":{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":8,\"name\":\"ct_section\",\"options\":{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":9,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":10,\"name\":\"ct_headline\",\"options\":{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"activeselector\":\"acss-section__title\",\"ct_content\":\"Colours\"},\"depth\":3},{\"id\":11,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"activeselector\":\"acss-section__lede\",\"ct_content\":\"An overview of this site\'s brand colors.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":12,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"colors\"}],\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":13,\"name\":\"oxy_tabs\",\"options\":{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":[\"margin-top--l\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":14,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":15,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"},\"ct_content\":\"Colors &amp; Shades\"},\"depth\":4}],\"depth\":3},{\"id\":16,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":17,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4,\"ct_content\":\"Transparencies\"},\"depth\":4}],\"depth\":3}],\"depth\":3},{\"id\":18,\"name\":\"oxy_tabs_contents\",\"options\":{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":[],\"ct_depth\":\"3\"},\"children\":[{\"id\":19,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":20,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":21,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":22,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":23,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":24,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Primary\"},\"depth\":7}],\"depth\":6},{\"id\":25,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":26,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":27,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":28,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":29,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":30,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":31,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":32,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":33,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":34,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":35,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":36,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":37,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":38,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":39,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":40,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":41,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Secondary\"},\"depth\":7}],\"depth\":6},{\"id\":42,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":43,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":44,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":45,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":46,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":47,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":48,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":49,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":50,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":51,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":52,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":53,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":54,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":55,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":56,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":57,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":58,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Accent\"},\"depth\":7}],\"depth\":6},{\"id\":59,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":60,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":61,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":62,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":63,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":64,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":65,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":66,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":67,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":68,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":69,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":70,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":71,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":72,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":73,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":74,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":75,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Base\"},\"depth\":7}],\"depth\":6},{\"id\":76,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":77,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":78,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":79,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":80,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":81,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":82,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":83,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":84,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":85,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":86,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":87,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":88,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":89,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":90,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":91,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":92,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Shade\"},\"depth\":7}],\"depth\":6},{\"id\":93,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":94,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":95,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":96,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":97,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":98,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":99,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":100,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":101,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":102,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3},{\"id\":103,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":104,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":105,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":106,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":107,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":108,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10<br>\"},\"depth\":7}],\"depth\":6},{\"id\":109,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":110,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":111,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":112,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":113,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":114,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":115,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":116,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":117,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":118,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":119,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":120,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":121,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":122,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":123,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":124,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":125,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":126,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":127,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":128,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":129,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":130,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":131,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":132,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":133,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90<br>\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":134,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":135,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":136,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":137,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":138,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":139,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":140,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":141,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":142,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":143,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":144,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":145,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":146,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":147,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":148,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":149,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":150,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":151,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":152,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":153,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":154,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":155,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":156,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":157,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":158,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":159,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":160,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":161,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":162,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":163,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":164,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":165,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":166,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":167,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":168,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":169,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":170,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":171,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":172,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":173,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":174,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":175,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":176,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":177,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":178,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":179,\"name\":\"ct_section\",\"options\":{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":180,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":181,\"name\":\"ct_headline\",\"options\":{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Typography\"},\"depth\":3},{\"id\":182,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":183,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Headings\"},\"depth\":2},{\"id\":184,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":185,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H1 (--xxl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":186,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":187,\"name\":\"ct_headline\",\"options\":{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"activeselector\":\"acss-typography__headings\",\"ct_content\":\"Heading 1 Regular\"},\"depth\":3},{\"id\":188,\"name\":\"ct_headline\",\"options\":{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Medium<br>\"},\"depth\":3},{\"id\":189,\"name\":\"ct_headline\",\"options\":{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":190,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":191,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H2 (--xl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":192,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":193,\"name\":\"ct_headline\",\"options\":{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Regular\"},\"depth\":3},{\"id\":194,\"name\":\"ct_headline\",\"options\":{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Medium<br>\"},\"depth\":3},{\"id\":195,\"name\":\"ct_headline\",\"options\":{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":196,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":197,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H3 (--l)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":198,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":199,\"name\":\"ct_headline\",\"options\":{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Regular\"},\"depth\":3},{\"id\":200,\"name\":\"ct_headline\",\"options\":{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":201,\"name\":\"ct_headline\",\"options\":{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":202,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":203,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H4 (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":204,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":205,\"name\":\"ct_headline\",\"options\":{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Regular\"},\"depth\":3},{\"id\":206,\"name\":\"ct_headline\",\"options\":{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Medium<br>\"},\"depth\":3},{\"id\":207,\"name\":\"ct_headline\",\"options\":{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":208,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":209,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H5 (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":210,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":211,\"name\":\"ct_headline\",\"options\":{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Regular\"},\"depth\":3},{\"id\":212,\"name\":\"ct_headline\",\"options\":{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":213,\"name\":\"ct_headline\",\"options\":{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":214,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":215,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H6 (--xs)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":216,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":217,\"name\":\"ct_headline\",\"options\":{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Regular\"},\"depth\":3},{\"id\":218,\"name\":\"ct_headline\",\"options\":{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Medium<br>\"},\"depth\":3},{\"id\":219,\"name\":\"ct_headline\",\"options\":{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":220,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Body Text<br>\"},\"depth\":2},{\"id\":221,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":222,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"BODY TEXT (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":223,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":224,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Regular<br>\"},\"depth\":3},{\"id\":225,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Medium<br>\"},\"depth\":3},{\"id\":226,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":227,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":228,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"SMALL TEXT (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":229,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":230,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Regular<br>\"},\"depth\":3},{\"id\":231,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Medium<br>\"},\"depth\":3},{\"id\":232,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":233,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":234,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"XTRA SMALL TEXT (--xs)\"},\"depth\":3}],\"depth\":2},{\"id\":235,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":236,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Regular<br>\"},\"depth\":3},{\"id\":237,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Medium<br>\"},\"depth\":3},{\"id\":238,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":239,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Examples\"},\"depth\":2},{\"id\":240,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":241,\"name\":\"ct_headline\",\"options\":{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 1 (H1)<br>\"},\"depth\":3},{\"id\":242,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--l\"],\"ct_depth\":3,\"ct_content\":\"This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":243,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":244,\"name\":\"ct_headline\",\"options\":{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 2 (H2)<br>\"},\"depth\":3},{\"id\":245,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":246,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":247,\"name\":\"ct_headline\",\"options\":{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 3 (H3)<br>\"},\"depth\":3},{\"id\":248,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":249,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":250,\"name\":\"ct_headline\",\"options\":{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 4 (H4)<br>\"},\"depth\":3},{\"id\":251,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":252,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":253,\"name\":\"ct_headline\",\"options\":{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 5 (H5)<br>\"},\"depth\":3},{\"id\":254,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":255,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":256,\"name\":\"ct_headline\",\"options\":{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 6 (H6)<br>\"},\"depth\":3},{\"id\":257,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--xs\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":258,\"name\":\"ct_section\",\"options\":{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":259,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":260,\"name\":\"ct_headline\",\"options\":{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Buttons\"},\"depth\":3},{\"id\":261,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Solid and outline buttons are available across all color sets including black and white.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":262,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":263,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON LIGHT BACKGROUND<br>\"},\"depth\":3},{\"id\":264,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":265,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":266,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":267,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":268,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":269,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\",\"activeselector\":\"btn--accent\",\"original\":{\"button-style\":\"1\"}},\"depth\":4},{\"id\":270,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":271,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base<br>\"},\"depth\":4},{\"id\":272,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":273,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":[\"bg--base-dark\",\"acss-buttons__container\"],\"ct_depth\":\"2\",\"original\":{\"width-unit\":\"auto\",\"width\":\"\"},\"activeselector\":\"bg--base-dark\"},\"children\":[{\"id\":274,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title-white\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON DARK BACKGROUND<br>\"},\"depth\":3},{\"id\":275,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":276,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":277,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":278,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":279,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":280,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":281,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":282,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White<br>\"},\"depth\":4},{\"id\":283,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":284,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":285,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"margin-bottom--s\",\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTON SCALE<br>\"},\"depth\":3},{\"id\":286,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":287,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xs\"],\"ct_depth\":4,\"ct_content\":\"Button XS\",\"activeselector\":\"btn--xs\"},\"depth\":4},{\"id\":288,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xs\"},\"depth\":4}],\"depth\":3},{\"id\":289,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":290,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--s\"],\"ct_depth\":4,\"ct_content\":\"Button S\",\"activeselector\":\"btn--primary\"},\"depth\":4},{\"id\":291,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--s\"},\"depth\":4}],\"depth\":3},{\"id\":292,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":293,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--m\"],\"ct_depth\":4,\"ct_content\":\"Button M\"},\"depth\":4},{\"id\":294,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--m\"},\"depth\":4}],\"depth\":3},{\"id\":295,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":296,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--l\"],\"ct_depth\":4,\"ct_content\":\"Button L\"},\"depth\":4},{\"id\":297,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--l\"},\"depth\":4}],\"depth\":3},{\"id\":298,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":299,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xl\"],\"ct_depth\":4,\"ct_content\":\"Button XL\"},\"depth\":4},{\"id\":300,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xl\"},\"depth\":4}],\"depth\":3},{\"id\":301,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":302,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xxl\"],\"ct_depth\":4,\"ct_content\":\"Button XXL\"},\"depth\":4},{\"id\":303,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":304,\"name\":\"ct_section\",\"options\":{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":305,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":306,\"name\":\"ct_headline\",\"options\":{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Widths\"},\"depth\":3},{\"id\":307,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six values you can use to control element width. They\'re automatically responsive.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":308,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":[\"acss-widths__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":309,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":310,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xs<br>\"},\"depth\":4}],\"depth\":3},{\"id\":311,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":312,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-s\"},\"depth\":4}],\"depth\":3},{\"id\":313,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":314,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-m\"},\"depth\":4}],\"depth\":3},{\"id\":315,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":316,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-l\"},\"depth\":4}],\"depth\":3},{\"id\":317,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":318,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xl\"},\"depth\":4}],\"depth\":3},{\"id\":319,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":320,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":321,\"name\":\"ct_section\",\"options\":{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":322,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":323,\"name\":\"ct_headline\",\"options\":{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Section Padding<br>\"},\"depth\":3},{\"id\":324,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Padding for sections is responsive and based on a multiplier of the core spacing system.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":325,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":[\"acss-pad-section__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":326,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":327,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"None\"},\"depth\":4}],\"depth\":3},{\"id\":328,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":329,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XS\"},\"depth\":4}],\"depth\":3},{\"id\":330,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":331,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"S\"},\"depth\":4}],\"depth\":3},{\"id\":332,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":333,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":334,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":335,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":336,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":337,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XL\"},\"depth\":4}],\"depth\":3},{\"id\":338,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":339,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XXL\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":340,\"name\":\"ct_section\",\"options\":{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":341,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":342,\"name\":\"ct_headline\",\"options\":{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Spacing<br>\"},\"depth\":3},{\"id\":343,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":344,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":[\"acss-spacing__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":345,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":346,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":347,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xs\"},\"depth\":4}],\"depth\":3},{\"id\":348,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":349,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":350,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-s\"},\"depth\":4}],\"depth\":3},{\"id\":351,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":352,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":353,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-m<br>\"},\"depth\":4}],\"depth\":3},{\"id\":354,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":355,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":356,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-l\"},\"depth\":4}],\"depth\":3},{\"id\":357,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":358,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":359,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xl<br>\"},\"depth\":4}],\"depth\":3},{\"id\":360,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":361,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":362,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xxl<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":363,\"name\":\"ct_section\",\"options\":{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":364,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":365,\"name\":\"ct_headline\",\"options\":{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Element Padding<br>\"},\"depth\":3},{\"id\":366,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Here are the six levels of spacing visualized as padding.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":367,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":[\"acss-padding__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":368,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--xs\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":369,\"name\":\"ct_headline\",\"options\":{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":370,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XS padding. Its content is pretty close to the edges.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":371,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--s\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":372,\"name\":\"ct_headline\",\"options\":{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":373,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with S padding. It has a little bit tighter padding.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":374,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":375,\"name\":\"ct_headline\",\"options\":{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":376,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with M padding. It has standard breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":377,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--l\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":378,\"name\":\"ct_headline\",\"options\":{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":379,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with L padding. It has extra breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":380,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":381,\"name\":\"ct_headline\",\"options\":{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":382,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XL padding. It has significant breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":383,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xxl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":384,\"name\":\"ct_headline\",\"options\":{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":385,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XXL padding. Avoid using this in a confined space.<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":386,\"name\":\"ct_section\",\"options\":{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":387,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":388,\"name\":\"ct_headline\",\"options\":{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Shadows<br>\"},\"depth\":3},{\"id\":389,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are three multi-layer box shadows to choose from.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":390,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"shadows\"}]}},\"children\":[{\"id\":391,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-shadow__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":392,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--m\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":393,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow M\"},\"depth\":5}],\"depth\":4},{\"id\":394,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--l\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":395,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow L<br>\"},\"depth\":5}],\"depth\":4},{\"id\":396,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--xl\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":397,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow XL<br>\"},\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":398,\"name\":\"ct_section\",\"options\":{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":399,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":400,\"name\":\"ct_headline\",\"options\":{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Border radius<br>\"},\"depth\":3},{\"id\":401,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six border radius values calculated from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":402,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-radius__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":403,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xs\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":404,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XS<br>\"},\"depth\":4}],\"depth\":3},{\"id\":405,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--s\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":406,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded S<br>\"},\"depth\":4}],\"depth\":3},{\"id\":407,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--m\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":408,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":409,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--l\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":410,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":411,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":412,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XL<br>\"},\"depth\":4}],\"depth\":3},{\"id\":413,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xxl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":414,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XXL<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1}],\"meta_keys\":[\"rank_math_internal_links_processed\",\"rank_math_seo_score\",\"rank_math_robots\"]}'),(134,25,'ct_builder_shortcodes_revisions_dates','1658245935'),(135,25,'ct_builder_shortcodes_revisions','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[{\"id\":2,\"name\":\"ct_section\",\"options\":{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":[{\"position-unit\":\"px\",\"value\":\"var(--primary-light)\"},{\"position-unit\":\"px\",\"value\":\"var(--secondary-medium)\"}],\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":[\"pad-section--s\"],\"ct_depth\":1},\"children\":[{\"id\":3,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":[\"acss-style-guide__h-accent\"],\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\",\"ct_content\":\"<span id=\\\"ct-placeholder-4\\\"><\\/span>\"},\"children\":[{\"id\":4,\"name\":\"ct_span\",\"options\":{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2},{\"id\":5,\"name\":\"ct_headline\",\"options\":{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":[\"acss-style-guide__h1\"],\"ct_depth\":2,\"activeselector\":false,\"ct_content\":\"Style Guide\"},\"depth\":2},{\"id\":6,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":[\"acss-style-guide__lede\"],\"ct_depth\":2,\"ct_content\":\"This page outlines the current styles and standards for the <span id=\\\"ct-placeholder-7\\\"><\\/span> website.\"},\"children\":[{\"id\":7,\"name\":\"ct_span\",\"options\":{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":8,\"name\":\"ct_section\",\"options\":{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":9,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":10,\"name\":\"ct_headline\",\"options\":{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"activeselector\":\"acss-section__title\",\"ct_content\":\"Colours\"},\"depth\":3},{\"id\":11,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"activeselector\":\"acss-section__lede\",\"ct_content\":\"An overview of this site\'s brand colors.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":12,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"colors\"}],\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":13,\"name\":\"oxy_tabs\",\"options\":{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":[\"margin-top--l\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":14,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":15,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"},\"ct_content\":\"Colors &amp; Shades\"},\"depth\":4}],\"depth\":3},{\"id\":16,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":17,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4,\"ct_content\":\"Transparencies\"},\"depth\":4}],\"depth\":3}],\"depth\":3},{\"id\":18,\"name\":\"oxy_tabs_contents\",\"options\":{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":[],\"ct_depth\":\"3\"},\"children\":[{\"id\":19,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":20,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":21,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":22,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":23,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":24,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Primary\"},\"depth\":7}],\"depth\":6},{\"id\":25,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":26,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":27,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":28,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":29,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":30,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":31,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":32,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":33,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":34,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":35,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":36,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":37,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":38,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":39,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":40,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":41,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Secondary\"},\"depth\":7}],\"depth\":6},{\"id\":42,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":43,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":44,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":45,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":46,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":47,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":48,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":49,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":50,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":51,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":52,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":53,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":54,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":55,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":56,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":57,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":58,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Accent\"},\"depth\":7}],\"depth\":6},{\"id\":59,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":60,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":61,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":62,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":63,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":64,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":65,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":66,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":67,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":68,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":69,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":70,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":71,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":72,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":73,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":74,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":75,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Base\"},\"depth\":7}],\"depth\":6},{\"id\":76,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":77,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":78,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":79,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":80,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":81,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":82,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":83,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":84,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":85,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":86,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":87,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":88,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":89,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":90,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":91,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":92,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Shade\"},\"depth\":7}],\"depth\":6},{\"id\":93,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":94,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":95,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":96,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":97,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":98,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":99,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":100,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":101,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":102,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3},{\"id\":103,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":104,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":105,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":106,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":107,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":108,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10<br>\"},\"depth\":7}],\"depth\":6},{\"id\":109,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":110,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":111,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":112,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":113,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":114,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":115,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":116,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":117,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":118,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":119,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":120,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":121,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":122,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":123,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":124,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":125,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":126,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":127,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":128,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":129,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":130,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":131,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":132,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":133,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90<br>\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":134,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":135,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":136,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":137,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":138,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":139,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":140,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":141,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":142,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":143,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":144,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":145,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":146,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":147,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":148,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":149,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":150,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":151,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":152,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":153,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":154,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":155,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":156,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":157,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":158,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":159,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":160,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":161,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":162,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":163,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":164,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":165,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":166,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":167,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":168,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":169,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":170,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":171,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":172,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":173,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":174,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":175,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":176,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":177,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":178,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":179,\"name\":\"ct_section\",\"options\":{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":180,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":181,\"name\":\"ct_headline\",\"options\":{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Typography\"},\"depth\":3},{\"id\":182,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":183,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Headings\"},\"depth\":2},{\"id\":184,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":185,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H1 (--xxl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":186,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":187,\"name\":\"ct_headline\",\"options\":{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"activeselector\":\"acss-typography__headings\",\"ct_content\":\"Heading 1 Regular\"},\"depth\":3},{\"id\":188,\"name\":\"ct_headline\",\"options\":{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Medium<br>\"},\"depth\":3},{\"id\":189,\"name\":\"ct_headline\",\"options\":{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":190,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":191,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H2 (--xl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":192,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":193,\"name\":\"ct_headline\",\"options\":{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Regular\"},\"depth\":3},{\"id\":194,\"name\":\"ct_headline\",\"options\":{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Medium<br>\"},\"depth\":3},{\"id\":195,\"name\":\"ct_headline\",\"options\":{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":196,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":197,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H3 (--l)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":198,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":199,\"name\":\"ct_headline\",\"options\":{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Regular\"},\"depth\":3},{\"id\":200,\"name\":\"ct_headline\",\"options\":{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":201,\"name\":\"ct_headline\",\"options\":{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":202,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":203,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H4 (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":204,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":205,\"name\":\"ct_headline\",\"options\":{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Regular\"},\"depth\":3},{\"id\":206,\"name\":\"ct_headline\",\"options\":{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Medium<br>\"},\"depth\":3},{\"id\":207,\"name\":\"ct_headline\",\"options\":{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":208,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":209,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H5 (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":210,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":211,\"name\":\"ct_headline\",\"options\":{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Regular\"},\"depth\":3},{\"id\":212,\"name\":\"ct_headline\",\"options\":{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":213,\"name\":\"ct_headline\",\"options\":{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":214,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":215,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H6 (--xs)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":216,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":217,\"name\":\"ct_headline\",\"options\":{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Regular\"},\"depth\":3},{\"id\":218,\"name\":\"ct_headline\",\"options\":{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Medium<br>\"},\"depth\":3},{\"id\":219,\"name\":\"ct_headline\",\"options\":{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":220,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Body Text<br>\"},\"depth\":2},{\"id\":221,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":222,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"BODY TEXT (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":223,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":224,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Regular<br>\"},\"depth\":3},{\"id\":225,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Medium<br>\"},\"depth\":3},{\"id\":226,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":227,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":228,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"SMALL TEXT (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":229,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":230,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Regular<br>\"},\"depth\":3},{\"id\":231,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Medium<br>\"},\"depth\":3},{\"id\":232,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":233,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":234,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"XTRA SMALL TEXT (--xs)\"},\"depth\":3}],\"depth\":2},{\"id\":235,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":236,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Regular<br>\"},\"depth\":3},{\"id\":237,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Medium<br>\"},\"depth\":3},{\"id\":238,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":239,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Examples\"},\"depth\":2},{\"id\":240,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":241,\"name\":\"ct_headline\",\"options\":{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 1 (H1)<br>\"},\"depth\":3},{\"id\":242,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--l\"],\"ct_depth\":3,\"ct_content\":\"This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":243,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":244,\"name\":\"ct_headline\",\"options\":{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 2 (H2)<br>\"},\"depth\":3},{\"id\":245,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":246,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":247,\"name\":\"ct_headline\",\"options\":{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 3 (H3)<br>\"},\"depth\":3},{\"id\":248,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":249,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":250,\"name\":\"ct_headline\",\"options\":{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 4 (H4)<br>\"},\"depth\":3},{\"id\":251,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":252,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"],\"activeselector\":\"acss-typography__family-title--container\"},\"children\":[{\"id\":253,\"name\":\"ct_headline\",\"options\":{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 5 (H5)<br>\"},\"depth\":3},{\"id\":254,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":255,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":256,\"name\":\"ct_headline\",\"options\":{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 6 (H6)<br>\"},\"depth\":3},{\"id\":257,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--xs\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":258,\"name\":\"ct_section\",\"options\":{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":259,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":260,\"name\":\"ct_headline\",\"options\":{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Buttons\"},\"depth\":3},{\"id\":261,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Solid and outline buttons are available across all color sets including black and white.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":262,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":263,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON LIGHT BACKGROUND<br>\"},\"depth\":3},{\"id\":264,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":265,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":266,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":267,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":268,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":269,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\",\"activeselector\":\"btn--accent\",\"original\":{\"button-style\":\"1\"}},\"depth\":4},{\"id\":270,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":271,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base<br>\"},\"depth\":4},{\"id\":272,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":273,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":[\"bg--base-dark\",\"acss-buttons__container\"],\"ct_depth\":\"2\",\"original\":{\"width-unit\":\"auto\",\"width\":\"\"},\"activeselector\":\"bg--base-dark\"},\"children\":[{\"id\":274,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title-white\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON DARK BACKGROUND<br>\"},\"depth\":3},{\"id\":275,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":276,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":277,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":278,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":279,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":280,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":281,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":282,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White<br>\"},\"depth\":4},{\"id\":283,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":284,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":285,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"margin-bottom--s\",\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTON SCALE<br>\"},\"depth\":3},{\"id\":286,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":287,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xs\"],\"ct_depth\":4,\"ct_content\":\"Button XS\",\"activeselector\":\"btn--xs\"},\"depth\":4},{\"id\":288,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xs\"},\"depth\":4}],\"depth\":3},{\"id\":289,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":290,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--s\"],\"ct_depth\":4,\"ct_content\":\"Button S\",\"activeselector\":\"btn--primary\"},\"depth\":4},{\"id\":291,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--s\"},\"depth\":4}],\"depth\":3},{\"id\":292,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":293,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--m\"],\"ct_depth\":4,\"ct_content\":\"Button M\"},\"depth\":4},{\"id\":294,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--m\"},\"depth\":4}],\"depth\":3},{\"id\":295,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":296,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--l\"],\"ct_depth\":4,\"ct_content\":\"Button L\"},\"depth\":4},{\"id\":297,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--l\"},\"depth\":4}],\"depth\":3},{\"id\":298,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":299,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xl\"],\"ct_depth\":4,\"ct_content\":\"Button XL\"},\"depth\":4},{\"id\":300,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xl\"},\"depth\":4}],\"depth\":3},{\"id\":301,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":302,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xxl\"],\"ct_depth\":4,\"ct_content\":\"Button XXL\"},\"depth\":4},{\"id\":303,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":304,\"name\":\"ct_section\",\"options\":{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":305,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":306,\"name\":\"ct_headline\",\"options\":{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Widths\"},\"depth\":3},{\"id\":307,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six values you can use to control element width. They\'re automatically responsive.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":308,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":[\"acss-widths__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":309,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":310,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xs<br>\"},\"depth\":4}],\"depth\":3},{\"id\":311,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":312,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-s\"},\"depth\":4}],\"depth\":3},{\"id\":313,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":314,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-m\"},\"depth\":4}],\"depth\":3},{\"id\":315,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":316,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-l\"},\"depth\":4}],\"depth\":3},{\"id\":317,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":318,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xl\"},\"depth\":4}],\"depth\":3},{\"id\":319,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\",\"activeselector\":\"acss-width__bar\"},\"children\":[{\"id\":320,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":321,\"name\":\"ct_section\",\"options\":{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":322,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":323,\"name\":\"ct_headline\",\"options\":{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Section Padding<br>\"},\"depth\":3},{\"id\":324,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Padding for sections is responsive and based on a multiplier of the core spacing system.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":325,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":[\"acss-pad-section__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":326,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":327,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"None\"},\"depth\":4}],\"depth\":3},{\"id\":328,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":329,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XS\"},\"depth\":4}],\"depth\":3},{\"id\":330,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":331,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"S\"},\"depth\":4}],\"depth\":3},{\"id\":332,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":333,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":334,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":335,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":336,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":337,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XL\"},\"depth\":4}],\"depth\":3},{\"id\":338,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":339,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XXL\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":340,\"name\":\"ct_section\",\"options\":{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":341,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":342,\"name\":\"ct_headline\",\"options\":{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Spacing<br>\"},\"depth\":3},{\"id\":343,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":344,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":[\"acss-spacing__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":345,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":346,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":347,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xs\"},\"depth\":4}],\"depth\":3},{\"id\":348,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":349,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":350,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-s\"},\"depth\":4}],\"depth\":3},{\"id\":351,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":352,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":353,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-m<br>\"},\"depth\":4}],\"depth\":3},{\"id\":354,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":355,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":356,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-l\"},\"depth\":4}],\"depth\":3},{\"id\":357,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":358,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":359,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xl<br>\"},\"depth\":4}],\"depth\":3},{\"id\":360,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":361,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":362,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xxl<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":363,\"name\":\"ct_section\",\"options\":{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":364,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":365,\"name\":\"ct_headline\",\"options\":{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Element Padding<br>\"},\"depth\":3},{\"id\":366,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Here are the six levels of spacing visualized as padding.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":367,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":[\"acss-padding__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":368,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--xs\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":369,\"name\":\"ct_headline\",\"options\":{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":370,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XS padding. Its content is pretty close to the edges.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":371,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--s\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":372,\"name\":\"ct_headline\",\"options\":{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":373,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with S padding. It has a little bit tighter padding.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":374,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":375,\"name\":\"ct_headline\",\"options\":{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":376,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with M padding. It has standard breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":377,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--l\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":378,\"name\":\"ct_headline\",\"options\":{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":379,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with L padding. It has extra breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":380,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":381,\"name\":\"ct_headline\",\"options\":{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":382,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XL padding. It has significant breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":383,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xxl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":384,\"name\":\"ct_headline\",\"options\":{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":385,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XXL padding. Avoid using this in a confined space.<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":386,\"name\":\"ct_section\",\"options\":{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":387,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":388,\"name\":\"ct_headline\",\"options\":{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Shadows<br>\"},\"depth\":3},{\"id\":389,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are three multi-layer box shadows to choose from.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":390,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"shadows\"}]}},\"children\":[{\"id\":391,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-shadow__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":392,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--m\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":393,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow M\"},\"depth\":5}],\"depth\":4},{\"id\":394,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--l\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":395,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow L<br>\"},\"depth\":5}],\"depth\":4},{\"id\":396,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--xl\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":397,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow XL<br>\"},\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":398,\"name\":\"ct_section\",\"options\":{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":399,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":400,\"name\":\"ct_headline\",\"options\":{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Border radius<br>\"},\"depth\":3},{\"id\":401,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six border radius values calculated from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":402,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-radius__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":403,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xs\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":404,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XS<br>\"},\"depth\":4}],\"depth\":3},{\"id\":405,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--s\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":406,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded S<br>\"},\"depth\":4}],\"depth\":3},{\"id\":407,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--m\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":408,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":409,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--l\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":410,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":411,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":412,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XL<br>\"},\"depth\":4}],\"depth\":3},{\"id\":413,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xxl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":414,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XXL<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1}],\"meta_keys\":[\"rank_math_internal_links_processed\",\"rank_math_seo_score\",\"rank_math_robots\"]}'),(136,25,'ct_builder_shortcodes_revisions_dates','1658246509'),(137,25,'ct_builder_shortcodes_revisions','{\"id\":0,\"name\":\"root\",\"depth\":0,\"children\":[{\"id\":2,\"name\":\"ct_section\",\"options\":{\"ct_id\":2,\"ct_parent\":0,\"selector\":\"section-2-25\",\"original\":{\"tag\":\"section\",\"gradient\":{\"colors\":[{\"position-unit\":\"px\",\"value\":\"var(--primary-light)\"},{\"position-unit\":\"px\",\"value\":\"var(--secondary-medium)\"}],\"linear-angle\":\"180\"},\"position\":\"relative\"},\"nicename\":\"Header\",\"activeselector\":false,\"classes\":[\"pad-section--s\"],\"ct_depth\":1},\"children\":[{\"id\":3,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":3,\"ct_parent\":2,\"selector\":\"text_block-3-25\",\"nicename\":\"Text (#123)\",\"classes\":[\"acss-style-guide__h-accent\"],\"ct_depth\":2,\"activeselector\":\"acss-style-guide__h-accent\",\"ct_content\":\"<span id=\\\"ct-placeholder-4\\\"><\\/span>\"},\"children\":[{\"id\":4,\"name\":\"ct_span\",\"options\":{\"ct_id\":4,\"ct_parent\":3,\"selector\":\"span-4-25\",\"nicename\":\"Span (#23)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2},{\"id\":5,\"name\":\"ct_headline\",\"options\":{\"ct_id\":5,\"ct_parent\":2,\"selector\":\"headline-5-25\",\"nicename\":\"Heading (#125)\",\"classes\":[\"acss-style-guide__h1\"],\"ct_depth\":2,\"activeselector\":false,\"ct_content\":\"Style Guide\"},\"depth\":2},{\"id\":6,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":6,\"ct_parent\":2,\"selector\":\"text_block-6-25\",\"nicename\":\"Text (#127)\",\"classes\":[\"acss-style-guide__lede\"],\"ct_depth\":2,\"ct_content\":\"This page outlines the current styles and standards for the <span id=\\\"ct-placeholder-7\\\"><\\/span> website.\"},\"children\":[{\"id\":7,\"name\":\"ct_span\",\"options\":{\"ct_id\":7,\"ct_parent\":6,\"selector\":\"span-7-25\",\"nicename\":\"Span (#7)\",\"ct_depth\":3,\"ct_content\":\"[oxygen ct_sign_sha256=\'2b97dfbacfb0055e040fc2ff42c30783258918f9dcbedf6a3db4e3e5477403bd\' data=\'phpfunction\' function=\'get_bloginfo\' arguments=\'name\' ]\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":8,\"name\":\"ct_section\",\"options\":{\"ct_id\":8,\"ct_parent\":0,\"selector\":\"section-8-25\",\"nicename\":\"Colors\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":false,\"ct_depth\":1,\"original\":{\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":9,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":9,\"ct_parent\":8,\"selector\":\"div_block-9-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":10,\"name\":\"ct_headline\",\"options\":{\"ct_id\":10,\"ct_parent\":9,\"selector\":\"headline-10-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"activeselector\":\"acss-section__title\",\"ct_content\":\"Colours\"},\"depth\":3},{\"id\":11,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":11,\"ct_parent\":9,\"selector\":\"text_block-11-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"activeselector\":\"acss-section__lede\",\"ct_content\":\"An overview of this site\'s brand colors.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":12,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":12,\"ct_parent\":8,\"selector\":\"div_block-12-25\",\"nicename\":\"Colors\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"colors\"}],\"min-height-unit\":\"vh\",\"min-height\":\"100\"}},\"children\":[{\"id\":13,\"name\":\"oxy_tabs\",\"options\":{\"ct_id\":13,\"ct_parent\":12,\"selector\":\"_tabs-13-25\",\"original\":{\"tabs_contents_wrapper\":\"_tabs_contents-18-25\",\"active_tab_class\":\"tabs-0118-tab-active\"},\"nicename\":\"Tabs (#22)\",\"classes\":[\"margin-top--l\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":14,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":14,\"ct_parent\":13,\"selector\":\"_tab-14-25\",\"nicename\":\"Tab (#23)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":15,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":15,\"ct_parent\":14,\"selector\":\"text_block-15-25\",\"nicename\":\"Text (#26)\",\"ct_depth\":4,\"original\":{\"useCustomTag\":\"false\",\"tag\":\"\"},\"ct_content\":\"Colors &amp; Shades\"},\"depth\":4}],\"depth\":3},{\"id\":16,\"name\":\"oxy_tab\",\"options\":{\"ct_id\":16,\"ct_parent\":13,\"selector\":\"_tab-16-25\",\"nicename\":\"Tab (#24)\",\"classes\":[\"tabs-0118-tab\",\"tabs-0118-tab-active\"],\"ct_depth\":\"3\",\"original\":{\"custom-attributes\":[{\"name\":\"role\",\"value\":\"tab\"}]}},\"children\":[{\"id\":17,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":17,\"ct_parent\":16,\"selector\":\"text_block-17-25\",\"nicename\":\"Text (#27)\",\"ct_depth\":4,\"ct_content\":\"Transparencies\"},\"depth\":4}],\"depth\":3}],\"depth\":3},{\"id\":18,\"name\":\"oxy_tabs_contents\",\"options\":{\"ct_id\":18,\"ct_parent\":12,\"selector\":\"_tabs_contents-18-25\",\"original\":{\"tabs_wrapper\":\"_tabs-22-2\"},\"nicename\":\"Tabs Contents (#29)\",\"classes\":[],\"ct_depth\":\"3\"},\"children\":[{\"id\":19,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":19,\"ct_parent\":18,\"selector\":\"_tab_content-19-25\",\"nicename\":\"Tab Content (#30)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":20,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":20,\"ct_parent\":19,\"selector\":\"div_block-20-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":21,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":21,\"ct_parent\":20,\"selector\":\"text_block-21-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":22,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":22,\"ct_parent\":20,\"selector\":\"div_block-22-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":23,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":23,\"ct_parent\":22,\"selector\":\"div_block-23-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":24,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":24,\"ct_parent\":23,\"selector\":\"text_block-24-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Primary\"},\"depth\":7}],\"depth\":6},{\"id\":25,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":25,\"ct_parent\":22,\"selector\":\"div_block-25-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":26,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":26,\"ct_parent\":25,\"selector\":\"text_block-26-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":27,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":27,\"ct_parent\":22,\"selector\":\"div_block-27-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":28,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":28,\"ct_parent\":27,\"selector\":\"text_block-28-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":29,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":29,\"ct_parent\":22,\"selector\":\"div_block-29-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":30,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":30,\"ct_parent\":29,\"selector\":\"text_block-30-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":31,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":31,\"ct_parent\":22,\"selector\":\"div_block-31-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":32,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":32,\"ct_parent\":31,\"selector\":\"text_block-32-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":33,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":33,\"ct_parent\":22,\"selector\":\"div_block-33-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":34,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":34,\"ct_parent\":33,\"selector\":\"text_block-34-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":35,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":35,\"ct_parent\":22,\"selector\":\"div_block-35-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":36,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":36,\"ct_parent\":35,\"selector\":\"text_block-36-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":37,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":37,\"ct_parent\":19,\"selector\":\"div_block-37-25\",\"nicename\":\"Secondary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":38,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":38,\"ct_parent\":37,\"selector\":\"text_block-38-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":39,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":39,\"ct_parent\":37,\"selector\":\"div_block-39-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":40,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":40,\"ct_parent\":39,\"selector\":\"div_block-40-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":41,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":41,\"ct_parent\":40,\"selector\":\"text_block-41-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Secondary\"},\"depth\":7}],\"depth\":6},{\"id\":42,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":42,\"ct_parent\":39,\"selector\":\"div_block-42-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":43,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":43,\"ct_parent\":42,\"selector\":\"text_block-43-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":44,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":44,\"ct_parent\":39,\"selector\":\"div_block-44-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":45,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":45,\"ct_parent\":44,\"selector\":\"text_block-45-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":46,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":46,\"ct_parent\":39,\"selector\":\"div_block-46-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":47,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":47,\"ct_parent\":46,\"selector\":\"text_block-47-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":48,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":48,\"ct_parent\":39,\"selector\":\"div_block-48-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":49,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":49,\"ct_parent\":48,\"selector\":\"text_block-49-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":50,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":50,\"ct_parent\":39,\"selector\":\"div_block-50-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":51,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":51,\"ct_parent\":50,\"selector\":\"text_block-51-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":52,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":52,\"ct_parent\":39,\"selector\":\"div_block-52-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":53,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":53,\"ct_parent\":52,\"selector\":\"text_block-53-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":54,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":54,\"ct_parent\":19,\"selector\":\"div_block-54-25\",\"nicename\":\"Accent\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":55,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":55,\"ct_parent\":54,\"selector\":\"text_block-55-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":56,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":56,\"ct_parent\":54,\"selector\":\"div_block-56-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":57,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":57,\"ct_parent\":56,\"selector\":\"div_block-57-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":58,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":58,\"ct_parent\":57,\"selector\":\"text_block-58-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Accent\"},\"depth\":7}],\"depth\":6},{\"id\":59,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":59,\"ct_parent\":56,\"selector\":\"div_block-59-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":60,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":60,\"ct_parent\":59,\"selector\":\"text_block-60-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":61,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":61,\"ct_parent\":56,\"selector\":\"div_block-61-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":62,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":62,\"ct_parent\":61,\"selector\":\"text_block-62-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":63,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":63,\"ct_parent\":56,\"selector\":\"div_block-63-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":64,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":64,\"ct_parent\":63,\"selector\":\"text_block-64-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":65,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":65,\"ct_parent\":56,\"selector\":\"div_block-65-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":66,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":66,\"ct_parent\":65,\"selector\":\"text_block-66-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":67,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":67,\"ct_parent\":56,\"selector\":\"div_block-67-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":68,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":68,\"ct_parent\":67,\"selector\":\"text_block-68-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":69,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":69,\"ct_parent\":56,\"selector\":\"div_block-69-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":70,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":70,\"ct_parent\":69,\"selector\":\"text_block-70-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":71,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":71,\"ct_parent\":19,\"selector\":\"div_block-71-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":72,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":72,\"ct_parent\":71,\"selector\":\"text_block-72-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":73,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":73,\"ct_parent\":71,\"selector\":\"div_block-73-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":74,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":74,\"ct_parent\":73,\"selector\":\"div_block-74-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":75,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":75,\"ct_parent\":74,\"selector\":\"text_block-75-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Base\"},\"depth\":7}],\"depth\":6},{\"id\":76,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":76,\"ct_parent\":73,\"selector\":\"div_block-76-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":77,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":77,\"ct_parent\":76,\"selector\":\"text_block-77-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":78,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":78,\"ct_parent\":73,\"selector\":\"div_block-78-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":79,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":79,\"ct_parent\":78,\"selector\":\"text_block-79-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":80,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":80,\"ct_parent\":73,\"selector\":\"div_block-80-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":81,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":81,\"ct_parent\":80,\"selector\":\"text_block-81-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":82,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":82,\"ct_parent\":73,\"selector\":\"div_block-82-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":83,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":83,\"ct_parent\":82,\"selector\":\"text_block-83-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":84,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":84,\"ct_parent\":73,\"selector\":\"div_block-84-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":85,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":85,\"ct_parent\":84,\"selector\":\"text_block-85-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6},{\"id\":86,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":86,\"ct_parent\":73,\"selector\":\"div_block-86-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-comp\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":87,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":87,\"ct_parent\":86,\"selector\":\"text_block-87-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Comp\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":88,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":88,\"ct_parent\":19,\"selector\":\"div_block-88-25\",\"nicename\":\"Base\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":89,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":89,\"ct_parent\":88,\"selector\":\"text_block-89-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":90,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":90,\"ct_parent\":88,\"selector\":\"div_block-90-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":91,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":91,\"ct_parent\":90,\"selector\":\"div_block-91-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":92,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":92,\"ct_parent\":91,\"selector\":\"text_block-92-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Shade\"},\"depth\":7}],\"depth\":6},{\"id\":93,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":93,\"ct_parent\":90,\"selector\":\"div_block-93-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":94,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":94,\"ct_parent\":93,\"selector\":\"text_block-94-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Light\"},\"depth\":7}],\"depth\":6},{\"id\":95,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":95,\"ct_parent\":90,\"selector\":\"div_block-95-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-light\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":96,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":96,\"ct_parent\":95,\"selector\":\"text_block-96-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Light\"},\"depth\":7}],\"depth\":6},{\"id\":97,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":97,\"ct_parent\":90,\"selector\":\"div_block-97-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-medium\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":98,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":98,\"ct_parent\":97,\"selector\":\"text_block-98-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Medium\"},\"depth\":7}],\"depth\":6},{\"id\":99,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":99,\"ct_parent\":90,\"selector\":\"div_block-99-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":100,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":100,\"ct_parent\":99,\"selector\":\"text_block-100-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Dark\"},\"depth\":7}],\"depth\":6},{\"id\":101,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":101,\"ct_parent\":90,\"selector\":\"div_block-101-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-ultra-dark\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":102,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":102,\"ct_parent\":101,\"selector\":\"text_block-102-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Ultra Dark\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3},{\"id\":103,\"name\":\"oxy_tab_content\",\"options\":{\"ct_id\":103,\"ct_parent\":18,\"selector\":\"_tab_content-103-25\",\"nicename\":\"Tab Content (#31)\",\"classes\":[\"tabs-contents-0118-tab\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":104,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":104,\"ct_parent\":103,\"selector\":\"div_block-104-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":105,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":105,\"ct_parent\":104,\"selector\":\"text_block-105-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"primary\"},\"depth\":5},{\"id\":106,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":106,\"ct_parent\":104,\"selector\":\"div_block-106-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":107,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":107,\"ct_parent\":106,\"selector\":\"div_block-107-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":108,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":108,\"ct_parent\":107,\"selector\":\"text_block-108-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10<br>\"},\"depth\":7}],\"depth\":6},{\"id\":109,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":109,\"ct_parent\":106,\"selector\":\"div_block-109-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":110,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":110,\"ct_parent\":109,\"selector\":\"text_block-110-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":111,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":111,\"ct_parent\":106,\"selector\":\"div_block-111-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":112,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":112,\"ct_parent\":111,\"selector\":\"text_block-112-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":113,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":113,\"ct_parent\":106,\"selector\":\"div_block-113-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":114,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":114,\"ct_parent\":113,\"selector\":\"text_block-114-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":115,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":115,\"ct_parent\":106,\"selector\":\"div_block-115-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":116,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":116,\"ct_parent\":115,\"selector\":\"text_block-116-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":117,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":117,\"ct_parent\":106,\"selector\":\"div_block-117-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--primary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":118,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":118,\"ct_parent\":117,\"selector\":\"text_block-118-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":119,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":119,\"ct_parent\":103,\"selector\":\"div_block-119-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":120,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":120,\"ct_parent\":119,\"selector\":\"text_block-120-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"secondary\"},\"depth\":5},{\"id\":121,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":121,\"ct_parent\":119,\"selector\":\"div_block-121-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":122,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":122,\"ct_parent\":121,\"selector\":\"div_block-122-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":123,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":123,\"ct_parent\":122,\"selector\":\"text_block-123-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":124,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":124,\"ct_parent\":121,\"selector\":\"div_block-124-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":125,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":125,\"ct_parent\":124,\"selector\":\"text_block-125-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":126,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":126,\"ct_parent\":121,\"selector\":\"div_block-126-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":127,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":127,\"ct_parent\":126,\"selector\":\"text_block-127-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":128,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":128,\"ct_parent\":121,\"selector\":\"div_block-128-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":129,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":129,\"ct_parent\":128,\"selector\":\"text_block-129-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":130,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":130,\"ct_parent\":121,\"selector\":\"div_block-130-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":131,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":131,\"ct_parent\":130,\"selector\":\"text_block-131-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":132,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":132,\"ct_parent\":121,\"selector\":\"div_block-132-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--secondary-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":133,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":133,\"ct_parent\":132,\"selector\":\"text_block-133-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90<br>\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":134,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":134,\"ct_parent\":103,\"selector\":\"div_block-134-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":135,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":135,\"ct_parent\":134,\"selector\":\"text_block-135-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"accent\"},\"depth\":5},{\"id\":136,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":136,\"ct_parent\":134,\"selector\":\"div_block-136-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":137,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":137,\"ct_parent\":136,\"selector\":\"div_block-137-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":138,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":138,\"ct_parent\":137,\"selector\":\"text_block-138-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":139,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":139,\"ct_parent\":136,\"selector\":\"div_block-139-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":140,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":140,\"ct_parent\":139,\"selector\":\"text_block-140-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":141,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":141,\"ct_parent\":136,\"selector\":\"div_block-141-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":142,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":142,\"ct_parent\":141,\"selector\":\"text_block-142-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":143,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":143,\"ct_parent\":136,\"selector\":\"div_block-143-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":144,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":144,\"ct_parent\":143,\"selector\":\"text_block-144-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":145,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":145,\"ct_parent\":136,\"selector\":\"div_block-145-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":146,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":146,\"ct_parent\":145,\"selector\":\"text_block-146-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":147,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":147,\"ct_parent\":136,\"selector\":\"div_block-147-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--accent-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":148,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":148,\"ct_parent\":147,\"selector\":\"text_block-148-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":149,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":149,\"ct_parent\":103,\"selector\":\"div_block-149-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":150,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":150,\"ct_parent\":149,\"selector\":\"text_block-150-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"base\"},\"depth\":5},{\"id\":151,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":151,\"ct_parent\":149,\"selector\":\"div_block-151-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":152,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":152,\"ct_parent\":151,\"selector\":\"div_block-152-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":153,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":153,\"ct_parent\":152,\"selector\":\"text_block-153-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":154,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":154,\"ct_parent\":151,\"selector\":\"div_block-154-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":155,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":155,\"ct_parent\":154,\"selector\":\"text_block-155-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":156,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":156,\"ct_parent\":151,\"selector\":\"div_block-156-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":157,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":157,\"ct_parent\":156,\"selector\":\"text_block-157-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":158,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":158,\"ct_parent\":151,\"selector\":\"div_block-158-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":159,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":159,\"ct_parent\":158,\"selector\":\"text_block-159-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":160,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":160,\"ct_parent\":151,\"selector\":\"div_block-160-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":161,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":161,\"ct_parent\":160,\"selector\":\"text_block-161-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":162,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":162,\"ct_parent\":151,\"selector\":\"div_block-162-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--base-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":163,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":163,\"ct_parent\":162,\"selector\":\"text_block-163-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4},{\"id\":164,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":164,\"ct_parent\":103,\"selector\":\"div_block-164-25\",\"nicename\":\"Primary\",\"classes\":[\"acss-color__container\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":165,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":165,\"ct_parent\":164,\"selector\":\"text_block-165-25\",\"nicename\":\"Text (#19)\",\"classes\":[\"acss-color__title\"],\"ct_depth\":5,\"ct_content\":\"shade\"},\"depth\":5},{\"id\":166,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":166,\"ct_parent\":164,\"selector\":\"div_block-166-25\",\"nicename\":\"Div (#45)\",\"classes\":[\"margin-top--m\",\"acss-color-card__container\"],\"media\":{\"page-width\":{\"original\":[]}},\"ct_depth\":\"5\"},\"children\":[{\"id\":167,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":167,\"ct_parent\":166,\"selector\":\"div_block-167-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-10\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":168,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":168,\"ct_parent\":167,\"selector\":\"text_block-168-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 10\"},\"depth\":7}],\"depth\":6},{\"id\":169,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":169,\"ct_parent\":166,\"selector\":\"div_block-169-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-20\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":170,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":170,\"ct_parent\":169,\"selector\":\"text_block-170-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 20\"},\"depth\":7}],\"depth\":6},{\"id\":171,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":171,\"ct_parent\":166,\"selector\":\"div_block-171-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-40\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":172,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":172,\"ct_parent\":171,\"selector\":\"text_block-172-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 40\"},\"depth\":7}],\"depth\":6},{\"id\":173,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":173,\"ct_parent\":166,\"selector\":\"div_block-173-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-60\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":174,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":174,\"ct_parent\":173,\"selector\":\"text_block-174-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 60\"},\"depth\":7}],\"depth\":6},{\"id\":175,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":175,\"ct_parent\":166,\"selector\":\"div_block-175-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-80\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":176,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":176,\"ct_parent\":175,\"selector\":\"text_block-176-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 80\"},\"depth\":7}],\"depth\":6},{\"id\":177,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":177,\"ct_parent\":166,\"selector\":\"div_block-177-25\",\"nicename\":\"Div (#37)\",\"classes\":[\"bg--shade-trans-90\",\"acss-color-card__wrapper\"],\"ct_depth\":\"6\"},\"children\":[{\"id\":178,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":178,\"ct_parent\":177,\"selector\":\"text_block-178-25\",\"original\":{\"font-size-unit\":\" \",\"font-size\":\"\"},\"nicename\":\"Text (#44)\",\"classes\":[\"acss-color-card__name\"],\"ct_depth\":7,\"ct_content\":\"Trans 90\"},\"depth\":7}],\"depth\":6}],\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":179,\"name\":\"ct_section\",\"options\":{\"ct_id\":179,\"ct_parent\":0,\"selector\":\"section-179-25\",\"nicename\":\"Typography\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":180,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":180,\"ct_parent\":179,\"selector\":\"div_block-180-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":181,\"name\":\"ct_headline\",\"options\":{\"ct_id\":181,\"ct_parent\":180,\"selector\":\"headline-181-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Typography\"},\"depth\":3},{\"id\":182,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":182,\"ct_parent\":180,\"selector\":\"text_block-182-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Below is an overview of responsive typography sizes and weights for this site. These are computed from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":183,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":183,\"ct_parent\":179,\"selector\":\"text_block-183-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Headings\"},\"depth\":2},{\"id\":184,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":184,\"ct_parent\":179,\"selector\":\"div_block-184-25\",\"nicename\":\"h1\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":185,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":185,\"ct_parent\":184,\"selector\":\"text_block-185-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H1 (--xxl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":186,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":186,\"ct_parent\":179,\"selector\":\"div_block-186-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":187,\"name\":\"ct_headline\",\"options\":{\"ct_id\":187,\"ct_parent\":186,\"selector\":\"headline-187-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"activeselector\":\"acss-typography__headings\",\"ct_content\":\"Heading 1 Regular\"},\"depth\":3},{\"id\":188,\"name\":\"ct_headline\",\"options\":{\"ct_id\":188,\"ct_parent\":186,\"selector\":\"headline-188-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Medium<br>\"},\"depth\":3},{\"id\":189,\"name\":\"ct_headline\",\"options\":{\"ct_id\":189,\"ct_parent\":186,\"selector\":\"headline-189-25\",\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 1 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":190,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":190,\"ct_parent\":179,\"selector\":\"div_block-190-25\",\"nicename\":\"h2\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":191,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":191,\"ct_parent\":190,\"selector\":\"text_block-191-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H2 (--xl)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":192,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":192,\"ct_parent\":179,\"selector\":\"div_block-192-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":193,\"name\":\"ct_headline\",\"options\":{\"ct_id\":193,\"ct_parent\":192,\"selector\":\"headline-193-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Regular\"},\"depth\":3},{\"id\":194,\"name\":\"ct_headline\",\"options\":{\"ct_id\":194,\"ct_parent\":192,\"selector\":\"headline-194-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Medium<br>\"},\"depth\":3},{\"id\":195,\"name\":\"ct_headline\",\"options\":{\"ct_id\":195,\"ct_parent\":192,\"selector\":\"headline-195-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 2 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":196,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":196,\"ct_parent\":179,\"selector\":\"div_block-196-25\",\"nicename\":\"h3\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":197,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":197,\"ct_parent\":196,\"selector\":\"text_block-197-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H3 (--l)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":198,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":198,\"ct_parent\":179,\"selector\":\"div_block-198-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":199,\"name\":\"ct_headline\",\"options\":{\"ct_id\":199,\"ct_parent\":198,\"selector\":\"headline-199-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Regular\"},\"depth\":3},{\"id\":200,\"name\":\"ct_headline\",\"options\":{\"ct_id\":200,\"ct_parent\":198,\"selector\":\"headline-200-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":201,\"name\":\"ct_headline\",\"options\":{\"ct_id\":201,\"ct_parent\":198,\"selector\":\"headline-201-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 3 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":202,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":202,\"ct_parent\":179,\"selector\":\"div_block-202-25\",\"nicename\":\"h4\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":203,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":203,\"ct_parent\":202,\"selector\":\"text_block-203-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H4 (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":204,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":204,\"ct_parent\":179,\"selector\":\"div_block-204-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":205,\"name\":\"ct_headline\",\"options\":{\"ct_id\":205,\"ct_parent\":204,\"selector\":\"headline-205-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Regular\"},\"depth\":3},{\"id\":206,\"name\":\"ct_headline\",\"options\":{\"ct_id\":206,\"ct_parent\":204,\"selector\":\"headline-206-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Medium<br>\"},\"depth\":3},{\"id\":207,\"name\":\"ct_headline\",\"options\":{\"ct_id\":207,\"ct_parent\":204,\"selector\":\"headline-207-25\",\"original\":{\"tag\":\"h4\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 4 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":208,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":208,\"ct_parent\":179,\"selector\":\"div_block-208-25\",\"nicename\":\"h5\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":209,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":209,\"ct_parent\":208,\"selector\":\"text_block-209-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H5 (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":210,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":210,\"ct_parent\":179,\"selector\":\"div_block-210-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":211,\"name\":\"ct_headline\",\"options\":{\"ct_id\":211,\"ct_parent\":210,\"selector\":\"headline-211-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Regular\"},\"depth\":3},{\"id\":212,\"name\":\"ct_headline\",\"options\":{\"ct_id\":212,\"ct_parent\":210,\"selector\":\"headline-212-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading&nbsp; Medium<br>\"},\"depth\":3},{\"id\":213,\"name\":\"ct_headline\",\"options\":{\"ct_id\":213,\"ct_parent\":210,\"selector\":\"headline-213-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 5 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":214,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":214,\"ct_parent\":179,\"selector\":\"div_block-214-25\",\"nicename\":\"h6\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":215,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":215,\"ct_parent\":214,\"selector\":\"text_block-215-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"H6 (--xs)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":216,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":216,\"ct_parent\":179,\"selector\":\"div_block-216-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":217,\"name\":\"ct_headline\",\"options\":{\"ct_id\":217,\"ct_parent\":216,\"selector\":\"headline-217-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--400\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Regular\"},\"depth\":3},{\"id\":218,\"name\":\"ct_headline\",\"options\":{\"ct_id\":218,\"ct_parent\":216,\"selector\":\"headline-218-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--500\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Medium<br>\"},\"depth\":3},{\"id\":219,\"name\":\"ct_headline\",\"options\":{\"ct_id\":219,\"ct_parent\":216,\"selector\":\"headline-219-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#396)\",\"classes\":[\"text--700\",\"acss-typography__headings\"],\"ct_depth\":3,\"ct_content\":\"Heading 6 Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":220,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":220,\"ct_parent\":179,\"selector\":\"text_block-220-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Body Text<br>\"},\"depth\":2},{\"id\":221,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":221,\"ct_parent\":179,\"selector\":\"div_block-221-25\",\"nicename\":\"body text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":222,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":222,\"ct_parent\":221,\"selector\":\"text_block-222-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"BODY TEXT (--m)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":223,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":223,\"ct_parent\":179,\"selector\":\"div_block-223-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":224,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":224,\"ct_parent\":223,\"selector\":\"text_block-224-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Regular<br>\"},\"depth\":3},{\"id\":225,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":225,\"ct_parent\":223,\"selector\":\"text_block-225-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Medium<br>\"},\"depth\":3},{\"id\":226,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":226,\"ct_parent\":223,\"selector\":\"text_block-226-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text m Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":227,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":227,\"ct_parent\":179,\"selector\":\"div_block-227-25\",\"nicename\":\"small text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":228,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":228,\"ct_parent\":227,\"selector\":\"text_block-228-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"SMALL TEXT (--s)<br>\"},\"depth\":3}],\"depth\":2},{\"id\":229,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":229,\"ct_parent\":179,\"selector\":\"div_block-229-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":230,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":230,\"ct_parent\":229,\"selector\":\"text_block-230-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Regular<br>\"},\"depth\":3},{\"id\":231,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":231,\"ct_parent\":229,\"selector\":\"text_block-231-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Medium<br>\"},\"depth\":3},{\"id\":232,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":232,\"ct_parent\":229,\"selector\":\"text_block-232-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--s\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text s Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":233,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":233,\"ct_parent\":179,\"selector\":\"div_block-233-25\",\"nicename\":\"xsmall text\",\"classes\":[\"acss-typography__family-title--container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":234,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":234,\"ct_parent\":233,\"selector\":\"text_block-234-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-typography__family-title\"],\"ct_depth\":3,\"ct_content\":\"XTRA SMALL TEXT (--xs)\"},\"depth\":3}],\"depth\":2},{\"id\":235,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":235,\"ct_parent\":179,\"selector\":\"div_block-235-25\",\"nicename\":\"Div (#394)\",\"classes\":[\"grid--3\",\"margin-top--m\",\"gap--m\",\"grid--l-1\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":236,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":236,\"ct_parent\":235,\"selector\":\"text_block-236-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--400\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Regular<br>\"},\"depth\":3},{\"id\":237,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":237,\"ct_parent\":235,\"selector\":\"text_block-237-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--500\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Medium<br>\"},\"depth\":3},{\"id\":238,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":238,\"ct_parent\":235,\"selector\":\"text_block-238-25\",\"nicename\":\"Text (#465)\",\"classes\":[\"text--700\",\"text--xs\",\"acss-typography__body\"],\"ct_depth\":3,\"ct_content\":\"Text xs Bold<br>\"},\"depth\":3}],\"depth\":2},{\"id\":239,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":239,\"ct_parent\":179,\"selector\":\"text_block-239-25\",\"nicename\":\"Text (#386)\",\"classes\":[\"acss-section__subtitle\"],\"ct_depth\":2,\"ct_content\":\"Examples\"},\"depth\":2},{\"id\":240,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":240,\"ct_parent\":179,\"selector\":\"div_block-240-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":241,\"name\":\"ct_headline\",\"options\":{\"ct_id\":241,\"ct_parent\":240,\"selector\":\"headline-241-25\",\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 1 (H1)<br>\"},\"depth\":3},{\"id\":242,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":242,\"ct_parent\":240,\"selector\":\"text_block-242-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--l\"],\"ct_depth\":3,\"ct_content\":\"This is large text. Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":243,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":243,\"ct_parent\":179,\"selector\":\"div_block-243-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":244,\"name\":\"ct_headline\",\"options\":{\"ct_id\":244,\"ct_parent\":243,\"selector\":\"headline-244-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 2 (H2)<br>\"},\"depth\":3},{\"id\":245,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":245,\"ct_parent\":243,\"selector\":\"text_block-245-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":246,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":246,\"ct_parent\":179,\"selector\":\"div_block-246-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":247,\"name\":\"ct_headline\",\"options\":{\"ct_id\":247,\"ct_parent\":246,\"selector\":\"headline-247-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 3 (H3)<br>\"},\"depth\":3},{\"id\":248,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":248,\"ct_parent\":246,\"selector\":\"text_block-248-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":249,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":249,\"ct_parent\":179,\"selector\":\"div_block-249-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":250,\"name\":\"ct_headline\",\"options\":{\"ct_id\":250,\"ct_parent\":249,\"selector\":\"headline-250-25\",\"original\":{\"tag\":\"h4\",\"null-unit\":\" \"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 4 (H4)<br>\"},\"depth\":3},{\"id\":251,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":251,\"ct_parent\":249,\"selector\":\"text_block-251-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":252,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":252,\"ct_parent\":179,\"selector\":\"div_block-252-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"],\"activeselector\":\"acss-typography__family-title--container\"},\"children\":[{\"id\":253,\"name\":\"ct_headline\",\"options\":{\"ct_id\":253,\"ct_parent\":252,\"selector\":\"headline-253-25\",\"original\":{\"tag\":\"h5\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 5 (H5)<br>\"},\"depth\":3},{\"id\":254,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":254,\"ct_parent\":252,\"selector\":\"text_block-254-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--s\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2},{\"id\":255,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":255,\"ct_parent\":179,\"selector\":\"div_block-255-25\",\"nicename\":\"Div (#483)\",\"ct_depth\":\"2\",\"classes\":[\"acss-typography__family-title--container\"]},\"children\":[{\"id\":256,\"name\":\"ct_headline\",\"options\":{\"ct_id\":256,\"ct_parent\":255,\"selector\":\"headline-256-25\",\"original\":{\"tag\":\"h6\"},\"nicename\":\"Heading (#485)\",\"ct_depth\":3,\"ct_content\":\"Heading 6 (H6)<br>\"},\"depth\":3},{\"id\":257,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":257,\"ct_parent\":255,\"selector\":\"text_block-257-25\",\"original\":{\"margin-top-unit\":\" \",\"margin-top\":\"var(--space-s)\"},\"nicename\":\"Text (#486)\",\"classes\":[\"text--xs\"],\"ct_depth\":3,\"ct_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.\"},\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":258,\"name\":\"ct_section\",\"options\":{\"ct_id\":258,\"ct_parent\":0,\"selector\":\"section-258-25\",\"nicename\":\"Buttons\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":259,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":259,\"ct_parent\":258,\"selector\":\"div_block-259-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":260,\"name\":\"ct_headline\",\"options\":{\"ct_id\":260,\"ct_parent\":259,\"selector\":\"headline-260-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Buttons\"},\"depth\":3},{\"id\":261,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":261,\"ct_parent\":259,\"selector\":\"text_block-261-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Solid and outline buttons are available across all color sets including black and white.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":262,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":262,\"ct_parent\":258,\"selector\":\"div_block-262-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":263,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":263,\"ct_parent\":262,\"selector\":\"text_block-263-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON LIGHT BACKGROUND<br>\"},\"depth\":3},{\"id\":264,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":264,\"ct_parent\":262,\"selector\":\"div_block-264-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":265,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":265,\"ct_parent\":264,\"selector\":\"link_button-265-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":266,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":266,\"ct_parent\":264,\"selector\":\"link_button-266-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":267,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":267,\"ct_parent\":264,\"selector\":\"link_button-267-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":268,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":268,\"ct_parent\":264,\"selector\":\"link_button-268-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":269,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":269,\"ct_parent\":264,\"selector\":\"link_button-269-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\",\"activeselector\":\"btn--accent\",\"original\":{\"button-style\":\"1\"}},\"depth\":4},{\"id\":270,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":270,\"ct_parent\":264,\"selector\":\"link_button-270-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":271,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":271,\"ct_parent\":264,\"selector\":\"link_button-271-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base<br>\"},\"depth\":4},{\"id\":272,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":272,\"ct_parent\":264,\"selector\":\"link_button-272-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--base\"],\"ct_depth\":4,\"ct_content\":\"Base Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":273,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":273,\"ct_parent\":258,\"selector\":\"div_block-273-25\",\"nicename\":\"buttons container\",\"classes\":[\"bg--base-dark\",\"acss-buttons__container\"],\"ct_depth\":\"2\",\"original\":{\"width-unit\":\"auto\",\"width\":\"\"},\"activeselector\":\"bg--base-dark\"},\"children\":[{\"id\":274,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":274,\"ct_parent\":273,\"selector\":\"text_block-274-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"acss-buttons__title-white\"],\"ct_depth\":3,\"ct_content\":\"BUTTONS ON DARK BACKGROUND<br>\"},\"depth\":3},{\"id\":275,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":275,\"ct_parent\":273,\"selector\":\"div_block-275-25\",\"original\":{\"width-unit\":\" \",\"width\":\"fit-content\"},\"nicename\":\"Div (#593)\",\"classes\":[\"gap--s\",\"margin-top--m\",\"grid--l-1\",\"grid--4\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":276,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":276,\"ct_parent\":275,\"selector\":\"link_button-276-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\"],\"ct_depth\":4,\"ct_content\":\"Primary<br>\"},\"depth\":4},{\"id\":277,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":277,\"ct_parent\":275,\"selector\":\"link_button-277-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--primary\",\"btn--outline\"],\"ct_depth\":4,\"ct_content\":\"Primary Outline<br>\"},\"depth\":4},{\"id\":278,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":278,\"ct_parent\":275,\"selector\":\"link_button-278-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary\"},\"depth\":4},{\"id\":279,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":279,\"ct_parent\":275,\"selector\":\"link_button-279-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--secondary\"],\"ct_depth\":4,\"ct_content\":\"Secondary Outline<br>\"},\"depth\":4},{\"id\":280,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":280,\"ct_parent\":275,\"selector\":\"link_button-280-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent<br>\"},\"depth\":4},{\"id\":281,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":281,\"ct_parent\":275,\"selector\":\"link_button-281-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--accent\"],\"ct_depth\":4,\"ct_content\":\"Accent Outline\"},\"depth\":4},{\"id\":282,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":282,\"ct_parent\":275,\"selector\":\"link_button-282-25\",\"nicename\":\"Button (#590)\",\"classes\":[\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White<br>\"},\"depth\":4},{\"id\":283,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":283,\"ct_parent\":275,\"selector\":\"link_button-283-25\",\"original\":{\"margin-left-unit\":\"rem\"},\"nicename\":\"Button (#590)\",\"classes\":[\"btn--outline\",\"btn--white\"],\"ct_depth\":4,\"ct_content\":\"White Outline<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2},{\"id\":284,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":284,\"ct_parent\":258,\"selector\":\"div_block-284-25\",\"nicename\":\"buttons container\",\"classes\":[\"acss-buttons__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":285,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":285,\"ct_parent\":284,\"selector\":\"text_block-285-25\",\"nicename\":\"Text (#393)\",\"classes\":[\"margin-bottom--s\",\"acss-buttons__title\"],\"ct_depth\":3,\"ct_content\":\"BUTTON SCALE<br>\"},\"depth\":3},{\"id\":286,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":286,\"ct_parent\":284,\"selector\":\"div_block-286-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":287,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":287,\"ct_parent\":286,\"selector\":\"link_button-287-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xs\"],\"ct_depth\":4,\"ct_content\":\"Button XS\",\"activeselector\":\"btn--xs\"},\"depth\":4},{\"id\":288,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":288,\"ct_parent\":286,\"selector\":\"text_block-288-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xs\"},\"depth\":4}],\"depth\":3},{\"id\":289,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":289,\"ct_parent\":284,\"selector\":\"div_block-289-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":290,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":290,\"ct_parent\":289,\"selector\":\"link_button-290-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--s\"],\"ct_depth\":4,\"ct_content\":\"Button S\",\"activeselector\":\"btn--primary\"},\"depth\":4},{\"id\":291,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":291,\"ct_parent\":289,\"selector\":\"text_block-291-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--s\"},\"depth\":4}],\"depth\":3},{\"id\":292,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":292,\"ct_parent\":284,\"selector\":\"div_block-292-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":293,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":293,\"ct_parent\":292,\"selector\":\"link_button-293-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--m\"],\"ct_depth\":4,\"ct_content\":\"Button M\"},\"depth\":4},{\"id\":294,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":294,\"ct_parent\":292,\"selector\":\"text_block-294-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--m\"},\"depth\":4}],\"depth\":3},{\"id\":295,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":295,\"ct_parent\":284,\"selector\":\"div_block-295-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":296,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":296,\"ct_parent\":295,\"selector\":\"link_button-296-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--l\"],\"ct_depth\":4,\"ct_content\":\"Button L\"},\"depth\":4},{\"id\":297,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":297,\"ct_parent\":295,\"selector\":\"text_block-297-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--l\"},\"depth\":4}],\"depth\":3},{\"id\":298,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":298,\"ct_parent\":284,\"selector\":\"div_block-298-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":299,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":299,\"ct_parent\":298,\"selector\":\"link_button-299-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xl\"],\"ct_depth\":4,\"ct_content\":\"Button XL\"},\"depth\":4},{\"id\":300,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":300,\"ct_parent\":298,\"selector\":\"text_block-300-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xl\"},\"depth\":4}],\"depth\":3},{\"id\":301,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":301,\"ct_parent\":284,\"selector\":\"div_block-301-25\",\"nicename\":\"Div (#635)\",\"classes\":[\"acss-button-scale__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":302,\"name\":\"ct_link_button\",\"options\":{\"ct_id\":302,\"ct_parent\":301,\"selector\":\"link_button-302-25\",\"nicename\":\"Button (#636)\",\"classes\":[\"btn--primary\",\"btn--xxl\"],\"ct_depth\":4,\"ct_content\":\"Button XXL\"},\"depth\":4},{\"id\":303,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":303,\"ct_parent\":301,\"selector\":\"text_block-303-25\",\"original\":{\"margin-top-unit\":\"rem\",\"margin-top\":\"1\",\"color\":\"var(--shade-medium)\",\"font-size-unit\":\" \",\"font-size\":\"var(--text-s)\"},\"nicename\":\"Text (#637)\",\"ct_depth\":4,\"ct_content\":\"btn--primary \\/ btn--xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":304,\"name\":\"ct_section\",\"options\":{\"ct_id\":304,\"ct_parent\":0,\"selector\":\"section-304-25\",\"nicename\":\"Widths\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":305,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":305,\"ct_parent\":304,\"selector\":\"div_block-305-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":306,\"name\":\"ct_headline\",\"options\":{\"ct_id\":306,\"ct_parent\":305,\"selector\":\"headline-306-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Widths\"},\"depth\":3},{\"id\":307,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":307,\"ct_parent\":305,\"selector\":\"text_block-307-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six values you can use to control element width. They\'re automatically responsive.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":308,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":308,\"ct_parent\":304,\"selector\":\"div_block-308-25\",\"nicename\":\"Div (#716)\",\"classes\":[\"acss-widths__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":309,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":309,\"ct_parent\":308,\"selector\":\"div_block-309-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xs)\",\"padding-right\":\"0\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":310,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":310,\"ct_parent\":309,\"selector\":\"text_block-310-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xs<br>\"},\"depth\":4}],\"depth\":3},{\"id\":311,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":311,\"ct_parent\":308,\"selector\":\"div_block-311-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-s)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":312,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":312,\"ct_parent\":311,\"selector\":\"text_block-312-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-s\"},\"depth\":4}],\"depth\":3},{\"id\":313,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":313,\"ct_parent\":308,\"selector\":\"div_block-313-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-m)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":314,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":314,\"ct_parent\":313,\"selector\":\"text_block-314-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-m\"},\"depth\":4}],\"depth\":3},{\"id\":315,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":315,\"ct_parent\":308,\"selector\":\"div_block-315-25\",\"original\":{\"width-unit\":\"%\",\"width\":\"100\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-l)\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":316,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":316,\"ct_parent\":315,\"selector\":\"text_block-316-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-l\"},\"depth\":4}],\"depth\":3},{\"id\":317,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":317,\"ct_parent\":308,\"selector\":\"div_block-317-25\",\"original\":{\"width-unit\":\"%\",\"max-width-unit\":\" \",\"max-width\":\"var(--width-xl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":318,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":318,\"ct_parent\":317,\"selector\":\"text_block-318-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xl\"},\"depth\":4}],\"depth\":3},{\"id\":319,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":319,\"ct_parent\":308,\"selector\":\"div_block-319-25\",\"original\":{\"max-width-unit\":\" \",\"width-unit\":\"%\",\"max-width\":\"var(--width-xxl)\",\"width\":\"100\"},\"nicename\":\"Div (#717)\",\"classes\":[\"acss-width__bar\"],\"ct_depth\":\"3\",\"activeselector\":\"acss-width__bar\"},\"children\":[{\"id\":320,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":320,\"ct_parent\":319,\"selector\":\"text_block-320-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-width__bar-label\"],\"ct_depth\":4,\"ct_content\":\"--width-xxl\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":321,\"name\":\"ct_section\",\"options\":{\"ct_id\":321,\"ct_parent\":0,\"selector\":\"section-321-25\",\"nicename\":\"Section Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":322,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":322,\"ct_parent\":321,\"selector\":\"div_block-322-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":323,\"name\":\"ct_headline\",\"options\":{\"ct_id\":323,\"ct_parent\":322,\"selector\":\"headline-323-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Section Padding<br>\"},\"depth\":3},{\"id\":324,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":324,\"ct_parent\":322,\"selector\":\"text_block-324-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Padding for sections is responsive and based on a multiplier of the core spacing system.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":325,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":325,\"ct_parent\":321,\"selector\":\"div_block-325-25\",\"nicename\":\"Div (#748)\",\"classes\":[\"acss-pad-section__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":326,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":326,\"ct_parent\":325,\"selector\":\"div_block-326-25\",\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":327,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":327,\"ct_parent\":326,\"selector\":\"text_block-327-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"None\"},\"depth\":4}],\"depth\":3},{\"id\":328,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":328,\"ct_parent\":325,\"selector\":\"div_block-328-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xs)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":329,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":329,\"ct_parent\":328,\"selector\":\"text_block-329-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XS\"},\"depth\":4}],\"depth\":3},{\"id\":330,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":330,\"ct_parent\":325,\"selector\":\"div_block-330-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-s)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":331,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":331,\"ct_parent\":330,\"selector\":\"text_block-331-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"S\"},\"depth\":4}],\"depth\":3},{\"id\":332,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":332,\"ct_parent\":325,\"selector\":\"div_block-332-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-m)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":333,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":333,\"ct_parent\":332,\"selector\":\"text_block-333-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":334,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":334,\"ct_parent\":325,\"selector\":\"div_block-334-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-l)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":335,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":335,\"ct_parent\":334,\"selector\":\"text_block-335-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":336,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":336,\"ct_parent\":325,\"selector\":\"div_block-336-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":337,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":337,\"ct_parent\":336,\"selector\":\"text_block-337-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XL\"},\"depth\":4}],\"depth\":3},{\"id\":338,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":338,\"ct_parent\":325,\"selector\":\"div_block-338-25\",\"original\":{\"height-unit\":\" \",\"height\":\"var(--section-space-xxl)\"},\"nicename\":\"Div (#749)\",\"classes\":[\"acss-pad-section__bar\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":339,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":339,\"ct_parent\":338,\"selector\":\"text_block-339-25\",\"nicename\":\"Text (#718)\",\"classes\":[\"acss-pad-section__bar-label\"],\"ct_depth\":4,\"ct_content\":\"XXL\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":340,\"name\":\"ct_section\",\"options\":{\"ct_id\":340,\"ct_parent\":0,\"selector\":\"section-340-25\",\"nicename\":\"Spacing\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":341,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":341,\"ct_parent\":340,\"selector\":\"div_block-341-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":342,\"name\":\"ct_headline\",\"options\":{\"ct_id\":342,\"ct_parent\":341,\"selector\":\"headline-342-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Spacing<br>\"},\"depth\":3},{\"id\":343,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":343,\"ct_parent\":341,\"selector\":\"text_block-343-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six levels of responsive spacing calculated from a base size and a mathematical scale. This ensures margin, padding, and gaps all match perfectly.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":344,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":344,\"ct_parent\":340,\"selector\":\"div_block-344-25\",\"nicename\":\"Div (#781)\",\"classes\":[\"acss-spacing__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":345,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":345,\"ct_parent\":344,\"selector\":\"div_block-345-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":346,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":346,\"ct_parent\":345,\"selector\":\"div_block-346-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xs)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":347,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":347,\"ct_parent\":345,\"selector\":\"text_block-347-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xs\"},\"depth\":4}],\"depth\":3},{\"id\":348,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":348,\"ct_parent\":344,\"selector\":\"div_block-348-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":349,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":349,\"ct_parent\":348,\"selector\":\"div_block-349-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-s)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":350,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":350,\"ct_parent\":348,\"selector\":\"text_block-350-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-s\"},\"depth\":4}],\"depth\":3},{\"id\":351,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":351,\"ct_parent\":344,\"selector\":\"div_block-351-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":352,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":352,\"ct_parent\":351,\"selector\":\"div_block-352-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-m)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":353,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":353,\"ct_parent\":351,\"selector\":\"text_block-353-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-m<br>\"},\"depth\":4}],\"depth\":3},{\"id\":354,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":354,\"ct_parent\":344,\"selector\":\"div_block-354-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":355,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":355,\"ct_parent\":354,\"selector\":\"div_block-355-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-l)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":356,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":356,\"ct_parent\":354,\"selector\":\"text_block-356-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-l\"},\"depth\":4}],\"depth\":3},{\"id\":357,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":357,\"ct_parent\":344,\"selector\":\"div_block-357-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":358,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":358,\"ct_parent\":357,\"selector\":\"div_block-358-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":359,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":359,\"ct_parent\":357,\"selector\":\"text_block-359-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xl<br>\"},\"depth\":4}],\"depth\":3},{\"id\":360,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":360,\"ct_parent\":344,\"selector\":\"div_block-360-25\",\"original\":{\"display\":\"flex\"},\"nicename\":\"Div (#782)\",\"classes\":[\"acss-spacing__element\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":361,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":361,\"ct_parent\":360,\"selector\":\"div_block-361-25\",\"original\":{\"width-unit\":\" \",\"width\":\"var(--space-xxl)\"},\"nicename\":\"Div (#784)\",\"classes\":[\"acss-spacing__line\"],\"ct_depth\":\"4\",\"ct_content\":\"\"},\"depth\":4},{\"id\":362,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":362,\"ct_parent\":360,\"selector\":\"text_block-362-25\",\"nicename\":\"Text (#786)\",\"classes\":[\"acss-spacing__label\"],\"ct_depth\":4,\"ct_content\":\"--space-xxl<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":363,\"name\":\"ct_section\",\"options\":{\"ct_id\":363,\"ct_parent\":0,\"selector\":\"section-363-25\",\"nicename\":\"Padding\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":364,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":364,\"ct_parent\":363,\"selector\":\"div_block-364-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":365,\"name\":\"ct_headline\",\"options\":{\"ct_id\":365,\"ct_parent\":364,\"selector\":\"headline-365-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Element Padding<br>\"},\"depth\":3},{\"id\":366,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":366,\"ct_parent\":364,\"selector\":\"text_block-366-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"Here are the six levels of spacing visualized as padding.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":367,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":367,\"ct_parent\":363,\"selector\":\"div_block-367-25\",\"nicename\":\"Div (#27)\",\"classes\":[\"acss-padding__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":368,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":368,\"ct_parent\":367,\"selector\":\"div_block-368-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--xs\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":369,\"name\":\"ct_headline\",\"options\":{\"ct_id\":369,\"ct_parent\":368,\"selector\":\"headline-369-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":370,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":370,\"ct_parent\":368,\"selector\":\"text_block-370-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XS padding. Its content is pretty close to the edges.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":371,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":371,\"ct_parent\":367,\"selector\":\"div_block-371-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--s\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":372,\"name\":\"ct_headline\",\"options\":{\"ct_id\":372,\"ct_parent\":371,\"selector\":\"headline-372-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":373,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":373,\"ct_parent\":371,\"selector\":\"text_block-373-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with S padding. It has a little bit tighter padding.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":374,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":374,\"ct_parent\":367,\"selector\":\"div_block-374-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":375,\"name\":\"ct_headline\",\"options\":{\"ct_id\":375,\"ct_parent\":374,\"selector\":\"headline-375-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":376,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":376,\"ct_parent\":374,\"selector\":\"text_block-376-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with M padding. It has standard breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":377,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":377,\"ct_parent\":367,\"selector\":\"div_block-377-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--l\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":378,\"name\":\"ct_headline\",\"options\":{\"ct_id\":378,\"ct_parent\":377,\"selector\":\"headline-378-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":379,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":379,\"ct_parent\":377,\"selector\":\"text_block-379-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with L padding. It has extra breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":380,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":380,\"ct_parent\":367,\"selector\":\"div_block-380-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":381,\"name\":\"ct_headline\",\"options\":{\"ct_id\":381,\"ct_parent\":380,\"selector\":\"headline-381-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":382,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":382,\"ct_parent\":380,\"selector\":\"text_block-382-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XL padding. It has significant breathing room.<br>\"},\"depth\":4}],\"depth\":3},{\"id\":383,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":383,\"ct_parent\":367,\"selector\":\"div_block-383-25\",\"original\":{\"grid-column-min-width\":\"0\",\"grid-row-gap-unit\":\" \",\"grid-row-gap\":\"var(--space-xs)\",\"grid-align-items\":\"start\",\"text-align\":\"left\",\"grid-justify-items\":\"left\"},\"nicename\":\"Div (#573)\",\"classes\":[\"pad--m\",\"pad--xxl\",\"acss-padding__container\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":384,\"name\":\"ct_headline\",\"options\":{\"ct_id\":384,\"ct_parent\":383,\"selector\":\"headline-384-25\",\"original\":{\"tag\":\"h3\"},\"nicename\":\"Heading (#574)\",\"classes\":[\"acss-padding__heading\"],\"ct_depth\":4,\"ct_content\":\"Card\"},\"depth\":4},{\"id\":385,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":385,\"ct_parent\":383,\"selector\":\"text_block-385-25\",\"nicename\":\"Text (#576)\",\"classes\":[\"acss-padding__text\"],\"ct_depth\":4,\"ct_content\":\"This is a card with XXL padding. Avoid using this in a confined space.<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":386,\"name\":\"ct_section\",\"options\":{\"ct_id\":386,\"ct_parent\":0,\"selector\":\"section-386-25\",\"nicename\":\"Shadows\",\"classes\":[\"acss-style-guide-section\"],\"activeselector\":\"acss-style-guide-section\",\"ct_depth\":1},\"children\":[{\"id\":387,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":387,\"ct_parent\":386,\"selector\":\"div_block-387-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":388,\"name\":\"ct_headline\",\"options\":{\"ct_id\":388,\"ct_parent\":387,\"selector\":\"headline-388-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Shadows<br>\"},\"depth\":3},{\"id\":389,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":389,\"ct_parent\":387,\"selector\":\"text_block-389-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are three multi-layer box shadows to choose from.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":390,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":390,\"ct_parent\":386,\"selector\":\"div_block-390-25\",\"nicename\":\"Shadow\",\"classes\":[],\"ct_depth\":\"2\",\"original\":{\"tag\":\"section\",\"width-unit\":\"%\",\"width\":\"100\",\"custom-attributes\":[{\"name\":\"aria-label\",\"value\":\"shadows\"}]}},\"children\":[{\"id\":391,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":391,\"ct_parent\":390,\"selector\":\"div_block-391-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-shadow__wrapper\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":392,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":392,\"ct_parent\":391,\"selector\":\"div_block-392-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--m\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":393,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":393,\"ct_parent\":392,\"selector\":\"text_block-393-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow M\"},\"depth\":5}],\"depth\":4},{\"id\":394,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":394,\"ct_parent\":391,\"selector\":\"div_block-394-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--l\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":395,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":395,\"ct_parent\":394,\"selector\":\"text_block-395-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow L<br>\"},\"depth\":5}],\"depth\":4},{\"id\":396,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":396,\"ct_parent\":391,\"selector\":\"div_block-396-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"box-shadow--xl\",\"acss-box-shadow__box\"],\"ct_depth\":\"4\"},\"children\":[{\"id\":397,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":397,\"ct_parent\":396,\"selector\":\"text_block-397-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":5,\"ct_content\":\"Box shadow XL<br>\"},\"depth\":5}],\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1},{\"id\":398,\"name\":\"ct_section\",\"options\":{\"ct_id\":398,\"ct_parent\":0,\"selector\":\"section-398-25\",\"nicename\":\"Border Radius\",\"activeselector\":\"acss-style-guide-section\",\"classes\":[\"acss-style-guide-section\"],\"ct_depth\":1},\"children\":[{\"id\":399,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":399,\"ct_parent\":398,\"selector\":\"div_block-399-25\",\"nicename\":\"Div (#16)\",\"classes\":[\"acss-section-intro__container\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":400,\"name\":\"ct_headline\",\"options\":{\"ct_id\":400,\"ct_parent\":399,\"selector\":\"headline-400-25\",\"original\":{\"tag\":\"h2\"},\"nicename\":\"Heading (#11)\",\"classes\":[\"acss-section__title\"],\"ct_depth\":3,\"ct_content\":\"Border radius<br>\"},\"depth\":3},{\"id\":401,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":401,\"ct_parent\":399,\"selector\":\"text_block-401-25\",\"nicename\":\"Text (#15)\",\"classes\":[\"acss-section__lede\"],\"ct_depth\":3,\"ct_content\":\"There are six border radius values calculated from a base size and a mathematical scale.<br>\"},\"depth\":3}],\"depth\":2},{\"id\":402,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":402,\"ct_parent\":398,\"selector\":\"div_block-402-25\",\"nicename\":\"Div (#140)\",\"classes\":[\"acss-radius__wrapper\"],\"ct_depth\":\"2\"},\"children\":[{\"id\":403,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":403,\"ct_parent\":402,\"selector\":\"div_block-403-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xs\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":404,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":404,\"ct_parent\":403,\"selector\":\"text_block-404-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XS<br>\"},\"depth\":4}],\"depth\":3},{\"id\":405,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":405,\"ct_parent\":402,\"selector\":\"div_block-405-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--s\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":406,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":406,\"ct_parent\":405,\"selector\":\"text_block-406-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded S<br>\"},\"depth\":4}],\"depth\":3},{\"id\":407,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":407,\"ct_parent\":402,\"selector\":\"div_block-407-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--m\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":408,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":408,\"ct_parent\":407,\"selector\":\"text_block-408-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded M<br>\"},\"depth\":4}],\"depth\":3},{\"id\":409,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":409,\"ct_parent\":402,\"selector\":\"div_block-409-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--l\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":410,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":410,\"ct_parent\":409,\"selector\":\"text_block-410-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded L<br>\"},\"depth\":4}],\"depth\":3},{\"id\":411,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":411,\"ct_parent\":402,\"selector\":\"div_block-411-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":412,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":412,\"ct_parent\":411,\"selector\":\"text_block-412-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XL<br>\"},\"depth\":4}],\"depth\":3},{\"id\":413,\"name\":\"ct_div_block\",\"options\":{\"ct_id\":413,\"ct_parent\":402,\"selector\":\"div_block-413-25\",\"nicename\":\"Div (#141)\",\"classes\":[\"rounded--xxl\",\"acss-radius__box\"],\"ct_depth\":\"3\"},\"children\":[{\"id\":414,\"name\":\"ct_text_block\",\"options\":{\"ct_id\":414,\"ct_parent\":413,\"selector\":\"text_block-414-25\",\"nicename\":\"Text (#142)\",\"classes\":[\"acss-box-shadow__label\"],\"ct_depth\":4,\"ct_content\":\"Rounded XXL<br>\"},\"depth\":4}],\"depth\":3}],\"depth\":2}],\"depth\":1}],\"meta_keys\":[\"rank_math_internal_links_processed\",\"rank_math_seo_score\",\"rank_math_robots\"]}'),(138,25,'ct_builder_shortcodes_revisions_dates','1658247994'),(152,29,'wpcb_run_type','always'),(153,29,'wpcb_original_code','article#post-2.post-2 header h1 {\n    color: red;\n}\nbody {\n    background: red;\n}\n'),(154,29,'wpcb_where_to_run','everywhere'),(155,29,'wpcb_code_type','scss'),(156,29,'wpcb_conditions',''),(157,29,'wpcb_location','header'),(158,29,'wpcb_order','-1'),(159,29,'wpcb_code','article#post-2.post-2 header h1 {\n  color: red;\n}\nbody {\n  background: red;\n}\n'),(160,29,'wpcb_tag_options','a:0:{}'),(161,29,'wpcb_hook','a:2:{s:5:\"label\";s:14:\"Root (Default)\";s:5:\"value\";s:4:\"root\";}'),(162,29,'wpcb_hook_priority','10'),(163,29,'wpcb_render_type','external'),(164,29,'wpcb_minify','1'),(165,29,'wpcb_dev_mode_enabled','1'),(166,29,'wpcb_add_to_quick_actions',''),(167,29,'wpcb_external_url','a:0:{}'),(168,29,'wpcb_enabled','1');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2022-07-13 11:34:53','2022-07-13 11:34:53','<!-- 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','','','2022-07-13 11:34:53','2022-07-13 11:34:53','',0,'https://sea-arch-drinks-2022.local/?p=1',0,'post','',1),(2,1,'2022-07-13 11:34:53','2022-07-13 11:34:53','<!-- 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://seaarchdev.wpengine.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home Page','','publish','closed','closed','','home','','','2022-07-13 12:24:10','2022-07-13 12:24:10','',0,'https://sea-arch-drinks-2022.local/?page_id=2',0,'page','',0),(3,1,'2022-07-13 11:34:53','2022-07-13 11:34:53','<!-- 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://seaarchdev.wpengine.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 we send your data</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','','','2022-07-13 11:34:53','2022-07-13 11:34:53','',0,'https://sea-arch-drinks-2022.local/?page_id=3',0,'page','',0),(9,11,'2022-07-13 12:24:06','2022-07-13 12:24:06','<!-- 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://seaarchdev.wpengine.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home Ppage','','inherit','closed','closed','','2-revision-v1','','','2022-07-13 12:24:06','2022-07-13 12:24:06','',2,'https://sea-arch-drinks-2022.local/?p=9',0,'revision','',0),(10,11,'2022-07-13 12:24:10','2022-07-13 12:24:10','<!-- 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://seaarchdev.wpengine.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Home Page','','inherit','closed','closed','','2-revision-v1','','','2022-07-13 12:24:10','2022-07-13 12:24:10','',2,'https://sea-arch-drinks-2022.local/?p=10',0,'revision','',0),(14,11,'2022-07-13 16:17:25','2022-07-13 16:17:25','','Custom Font Script','','publish','closed','closed','','custom-font-script','','','2022-07-13 16:42:22','2022-07-13 16:42:22','',0,'https://sea-arch-drinks-2022.local/?post_type=wpcb_snippet_post&#038;p=14',10,'wpcb_snippet_post','',0),(18,11,'2022-07-13 17:08:27','2022-07-13 17:08:27','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2022-07-13 17:08:27','2022-07-13 17:08:27','',0,'https://sea-arch-drinks-2022.local/wp-content/uploads/2022/07/woocommerce-placeholder.png',0,'attachment','image/png',0),(19,1,'2022-07-13 17:08:28','2022-07-13 17:08:28','','Shop','','publish','closed','closed','','shop','','','2022-07-13 17:08:28','2022-07-13 17:08:28','',0,'https://sea-arch-drinks-2022.local/?page_id=19',0,'page','',0),(20,1,'2022-07-13 17:08:28','2022-07-13 17:08:28','<!-- wp:shortcode -->[woocommerce_cart]<!-- /wp:shortcode -->','Cart','','publish','closed','closed','','cart','','','2022-07-13 17:08:28','2022-07-13 17:08:28','',0,'https://sea-arch-drinks-2022.local/?page_id=20',0,'page','',0),(21,1,'2022-07-13 17:08:29','2022-07-13 17:08:29','<!-- wp:shortcode -->[woocommerce_checkout]<!-- /wp:shortcode -->','Checkout','','publish','closed','closed','','checkout','','','2022-07-13 17:08:29','2022-07-13 17:08:29','',0,'https://sea-arch-drinks-2022.local/?page_id=21',0,'page','',0),(22,1,'2022-07-13 17:08:30','2022-07-13 17:08:30','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2022-07-13 17:08:30','2022-07-13 17:08:30','',0,'https://sea-arch-drinks-2022.local/?page_id=22',0,'page','',0),(23,1,'2022-07-13 17:08:30','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2022-07-13 17:08:30','0000-00-00 00:00:00','',0,'https://sea-arch-drinks-2022.local/?page_id=23',0,'page','',0),(24,11,'2022-07-14 16:35:11','2022-07-14 16:35:11','','Footer','','publish','closed','closed','','footer','','','2022-07-14 16:35:11','2022-07-14 16:35:11','',0,'https://sea-arch-drinks-2022.local/?post_type=ct_template&#038;p=24',0,'ct_template','',0),(25,11,'2022-07-19 14:51:16','2022-07-19 14:51:16','','UI Style guide','','publish','closed','closed','','ui-style-guide','','','2022-07-19 15:17:38','2022-07-19 15:17:38','',0,'https://sea-arch-drinks-2022.local/?page_id=25',0,'page','',0),(26,11,'2022-07-19 14:50:42','2022-07-19 14:50:42','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-genesis-block-theme','','','2022-07-19 14:50:42','2022-07-19 14:50:42','',0,'https://sea-arch-drinks-2022.local/?p=26',0,'wp_global_styles','',0),(27,11,'2022-07-19 14:51:16','2022-07-19 14:51:16','','UI Style guide','','inherit','closed','closed','','25-revision-v1','','','2022-07-19 14:51:16','2022-07-19 14:51:16','',25,'https://sea-arch-drinks-2022.local/?p=27',0,'revision','',0),(29,11,'2022-07-19 16:52:04','2022-07-19 16:52:04','','Global CSS','','publish','closed','closed','','untitled','','','2022-07-25 15:13:14','2022-07-25 15:13:14','',0,'https://sea-arch-drinks-2022.local/wpcb_snippet_post/untitled/',10,'wpcb_snippet_post','',0),(30,11,'2022-07-22 14:50:08','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-07-22 14:50:08','0000-00-00 00:00:00','',0,'https://sea-arch-drinks-2022.local/?p=30',0,'post','',0),(32,1,'2022-07-25 12:01:13','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2022-07-25 12:01:13','0000-00-00 00:00:00','',0,'https://seaarchdev.wpengine.com/?p=32',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rank_math_404_logs`
--

DROP TABLE IF EXISTS `wp_rank_math_404_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_404_logs` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `accessed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `times_accessed` bigint(20) unsigned NOT NULL DEFAULT '1',
  `referer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `uri` (`uri`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_404_logs`
--

LOCK TABLES `wp_rank_math_404_logs` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_404_logs` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_rank_math_404_logs` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rank_math_internal_links`
--

DROP TABLE IF EXISTS `wp_rank_math_internal_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_internal_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `target_post_id` bigint(20) unsigned NOT NULL,
  `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_internal_links`
--

LOCK TABLES `wp_rank_math_internal_links` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_links` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_links` VALUES (2,'https://seaarchdev.wpengine.com/wp-admin/',2,0,'internal');
/*!40000 ALTER TABLE `wp_rank_math_internal_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_rank_math_internal_meta`
--

DROP TABLE IF EXISTS `wp_rank_math_internal_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_rank_math_internal_meta` (
  `object_id` bigint(20) unsigned NOT NULL,
  `internal_link_count` int(10) unsigned DEFAULT '0',
  `external_link_count` int(10) unsigned DEFAULT '0',
  `incoming_link_count` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`object_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_rank_math_internal_meta`
--

LOCK TABLES `wp_rank_math_internal_meta` WRITE;
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` DISABLE KEYS */;
INSERT INTO `wp_rank_math_internal_meta` VALUES (1,0,0,0),(2,1,0,0),(19,0,0,0),(20,0,0,0),(21,0,0,0),(22,0,0,0),(23,0,0,0),(24,0,0,0),(25,0,0,0);
/*!40000 ALTER TABLE `wp_rank_math_internal_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_snippets`
--

DROP TABLE IF EXISTS `wp_snippets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_snippets` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `code` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tags` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `scope` varchar(15) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'global',
  `priority` smallint(6) NOT NULL DEFAULT '10',
  `active` tinyint(1) NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`id`),
  KEY `scope` (`scope`),
  KEY `active` (`active`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_snippets`
--

LOCK TABLES `wp_snippets` WRITE;
/*!40000 ALTER TABLE `wp_snippets` DISABLE KEYS */;
INSERT INTO `wp_snippets` VALUES (1,'Make upload filenames lowercase','Makes sure that image and file uploads have lowercase filenames.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'sanitize_file_name\', \'mb_strtolower\' );','sample, media','global',10,0,'2022-07-13 16:40:41'),(2,'Disable admin bar','Turns off the WordPress admin bar for everyone except administrators.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_action( \'wp\', function () {\n	if ( ! current_user_can( \'manage_options\' ) ) {\n		show_admin_bar( false );\n	}\n} );','sample, admin-bar','front-end',10,0,'2022-07-13 16:40:41'),(3,'Allow smilies','Allows smiley conversion in obscure places.\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','add_filter( \'widget_text\', \'convert_smilies\' );\nadd_filter( \'the_title\', \'convert_smilies\' );\nadd_filter( \'wp_title\', \'convert_smilies\' );\nadd_filter( \'get_bloginfo\', \'convert_smilies\' );','sample','global',10,0,'2022-07-13 16:40:41'),(4,'Current year','Shortcode for inserting the current year into a post or page..\n\nThis is a sample snippet. Feel free to use it, edit it, or remove it.','<?php echo date( \'Y\' ); ?>','sample, dates','content',10,0,'2022-07-13 16:40:41'),(5,'MA Oxygen Custom Fonts','Load custom fonts and inject to Oxygen.\n\nVersion 3.2.6, 2022-06-02\n© 2020-2022, Matthias Altmann\n\nInfo:\nen: <a href=\"https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\" target=\"_blank\" rel=\"noopener\">https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/</a>\nde: <a href=\"https://www.altmann.de/blog/code-snippet-eigene-schriftarten-in-oxygen-integrieren/\" target=\"_blank\" rel=\"noopener\">https://www.altmann.de/blog/code-snippet-eigene-schriftarten-in-oxygen-integrieren/</a>','/*\nPlugin Name:  MA Oxygen Custom Fonts\nDescription:  Load custom fonts and inject to Oxygen\nAuthor:       <a href=\"https://www.altmann.de/\">Matthias Altmann</a>\nProject:      Code Snippet: Load custom fonts and inject to Oxygen\nVersion:      3.2.6\nPlugin URI:   https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\nDescription:  en: https://www.altmann.de/en/blog-en/code-snippet-integrate-custom-fonts-into-oxygen-en/\n              de: https://www.altmann.de/blog/code-snippet-eigene-schriftarten-in-oxygen-integrieren/\nCopyright:    © 2020-2022, Matthias Altmann\n\nVersion History:\nDate		Version		Description\n--------------------------------------------------------------------------------------------------------------\n2022-06-02	3.2.6		New Features:\n						- New configuration option $wfl_support_woff: \n						  Font packages downloaded from Web Font Loader (https://webfontloader.altmann.de) \n						  contain WOFF2 files supported by all modern browsers, and also WOFF files to support \n						  ancient browsers before 2016 like Internet Explorer, or Safari on older Apple devices.\n						  The new default setting is to NOT provide old style WOFF files for ancient browsers.\n						  Set this option to true if you still need to support old browsers before 2016.\n						  (Many thanks to Sunny Trochaniak and Yan Kiara for reporting issues investigation \n						  support with unexpected WOFF loading when using symbols/emoji)\n						- Added display of timing details at end of page Appearance > MA Custom Fonts\n						Fixes:\n						- Corrected initialization of dummy ECF plugin to let Oxygen detect custom fonts and \n						  prevents attempts to be loaded as Google fonts\n						  (Thanks to Firat Sekerli for reporting)\n						Changes:\n						- Removed configuration and all code for debugging.\n						- For Web Font Loader fonts: Only emit CSS if related font file exists. \n						  User might have deleted e.g. the files for a specific language.\n2022-03-13	3.2.5		New Features:\n						- Legend and coloring for font formats in custom fonts test screen\n						Changes:\n						- Renamed Admin menu Appearance > \"Custom Fonts\" to \"MA Custom Fonts\"\n						- Renamed test shortcode from \"maltmann_custom_fonts_test\" to \"ma-customfonts-test\"\n						- Optimized handling of font_base (dir, url) by class var\n						- Enhanced detection of variable weight fonts by [wght] in filename\n						  (Thanks to Paul Batey for reporting)\n						- Adapted min/max font weight for variable fonts from 100/900 to 1/1000 according to \n						  https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-weight#values\n						  (Thanks to Paul Batey for reporting)\n						- Completely re-built custom font test screen (WP Admin and Shortcode) to improve \n							- variable weight fonts (display logic)\n							- responsive view (for test on smartsphones)\n2022-02-11				Tested with PHP 8.0, WordPress 5.9, Oxygen 4.0 beta 1\n2021-10-26	3.2.4		Changes:\n						- Deferred initialization to hook wp_loaded, after incompatibility checks\n						- Gutenberg: Apply custom fonts for new posts also\n						- Renamed IDs (for scripts and styles) and CSS classes (for font test) for consistency\n						Performance:\n						- Avoid unneccessary init by separating admin/frontend and more detailed checks \n						Fixes:\n						- Fixed an issue comparing hashes for code and file\n						  (Thanks to David Sitniansky for reporting)\n						- Emit styles for Gutenberg correctly if $cssoutput is configured as \'html\'\n2021-10-15	3.2.3		Changes:\n						- Gutenberg: Use display font for post title\n						  (Thanks to Sunny Trochaniak for reporting)\n						- Fonts preview: Changed sample text size from 15 to 16 px which is browser standard \n						- Fonts preview: Shortcode output uses WP system fonts for UI instead of custom fonts\n						- CSS file link now contains ?ver=... instead of ?hash only\n						Performance: \n						- Only create CSS file if contents (font configuration) have changed \n						Fixes:\n						- Removed itemprop=\"stylesheet\" from <link rel=\"stylesheet\" ...>\n						  (Thanks to Max Gottschalk for reporting and testing)\n						- Proper quoting for font families\n2021-08-02	3.2.2		Changes:\n						- Using scheme-less URL to avoid issues with wrong WordPress URL configuration\n						- Added admin notice if folder wp-content/uploads/fonts is not writable.\n						Fixes:\n						- Fixed issue with uppercase font file extensions.\n2021-06-18	3.2.1		Fixes: \n						- Fixed typo in CSS for Gutenberg\n2021-06-18	3.2.0		New Features:\n						- Display Custom Fonts in Gutenberg (enqueue ma_customfonts.css for font definitions, \n						  add custom style for display and text font from Oxygen global settings)\n						Changes:\n						- Auto-create folder /wp-content/uploads/fonts\n2021-05-17	3.1.3		Changes:\n						- Optimized init sequence\n						- Emit implementation and version in CSS\n						- Reversed Version History order\n2021-05-16	3.1.2		Changes:\n						- Avoid font swap: Load ma-customfonts.css early; default font-display now \"block\"\n						New Features:\n						- Allow space in addition to dashes to detect font weights and styles\n						  (Thanks to Henning Wechsler for reporting)\n2021-03-21	3.1.1		Fixes:\n						- Fixed font loading in Gutenberg editor (with Oxygen Gutenberg Integration)\n2021-03-20	3.1.0		New Features:\n						- \"Oblique\" in font file name is now detected as italic style\n						- Custom Fonts test: Option to show font weights/styles without files as browser would \n						  simulate. \n						Changes:\n						- Output Custom Font CSS in head instead of footer to prevent font swap\n						- Custom Fonts test: Changed logic for output font samples and related file info\n						Fixes:\n						- Custom Fonts test: Fixed font file count for fonts provided by Web Font Loader\n2021-03-08	3.0.2		Fix:\n						- Compatibility with Windows server and local dev environments.\n						  (Thanks to Franz Müller for reporting and testing)\n2021-02-23	3.0.1		Fixes:\n						- Compatibility with WordPress 5.6.2 (doesn\'t set REQUEST::action anymore)\n						- Compatibility check with Swiss Knife\'s Font Manager feature\n						- Compatibility with Swiss Knife (font lists did not display custom fonts light blue)\n2021-02-18	3.0.0		New Features:\n						- Support for font packages from Web Font Loader (https://webfontloader.altmann.de/)\n						- New configuration option: CSS output as inline CSS or external CSS file (cacheable)\n						- New configuration option: CSS minimize (was controlled by debug switch before)\n						- Changed configuration option: font-display may now be specified as desired, \n						  default is now \'auto\'\n2021-01-24 	2.5.2		New Features:\n						- Custom Fonts test (via Admin panel and shortcode) now allows custom sample text\n2021-01-23	2.5.1		Fix:\n						- Changed compatibility check process: \n						  Changed Hook for plugin compatibility check from plugins_loaded to init\n						  Check only if admin and function is_plugin_active exists\n						  (Thanks to Sebastian Albert for reporting and testing)\n2021-01-23	2.5.0		New features:\n						- WP Admin Menu: Appearance > Custom Fonts \n						  Shows a list of all registered custom fonts, including samples, weights, formats\n						  with adaptable sample font size \n						- Detect font weight terms \"Book\" (400) and \"Demi\" (600) \n						Changes:\n						- Redesign of classes (MA_CustomFonts, ECF_Plugin)\n						- Font swap is now a configuration option\n						- Cut \"-webfont\" from font name\n2020-12-08	2.2.5		Changes:\n						- In CSS, font sources are now listed in a prioritized order (eot,woff2,woff,ttf,otf,svg)\n						  (Thanks to Viorel Cosmin Miron for reporting)\n						- Test shortcode now also displays available font formats\n2020-11-27	2.2.4		Fix:\n						- Corrected typo in variable name (2 occurrences) that could cause repeated search \n						  for font files. (Thanks to Viorel Cosmin Miron for reporting)\n2020-11-25	2.2.3		Changes:\n						- In Oxygen font selectors the custom fonts are now displayed in lightblue \n						  to distinguish from default, websafe and Google Fonts \n2020-11-25	2.2.2		New features:\n						- Partial support for fonts with variable weights, detected by \"VariableFont\" in \n						  filename. CSS output as font-weight:100 900;\n2020-11-24	2.2.1		New features:\n						- Shortcode [ maltmann_custom_font_test ] for listing all custom fonts with their weights \n						  and styles\n						Changes:\n						- Fonts are now sorted alphabetically for e.g. CSS output\n						- Added more request rules to skipping code execution when not needed\n2020-11-23	2.2.0		New features:\n						- Detection of font weight from number values \n						- CSS now contains font-display:swap;\n2020-10-03 	2.1.1		Fix:\n						- Handle empty fonts folder correctly. \n						  (Thanks to Mario Peischl for reporting)\n						- Corrected title and file name (typo \"cutsom\") of Code Snippet\n2020-09-16	2.1.0		New features:\n						- Detection of font weight and style from file name\n						Fixes:\n						- EOT: Typo in extension detection\n						- EOT: Missing quote in style output\n2020-09-15	2.0.0		Improved version\n						- Finds all font files (eot, otf, svg, ttf, woff, woff2) in directory wp-content/uploads/fonts/\n						- Optionally recursive\n						- Takes font name from file name\n						- Emits optimized CSS with alternative font formats\n						- Special handling for EOT for Internet Explorer\n2020-04-10	1.0.0		Initial Release for customer project\n--------------------------------------------------------------------------------------------------------------\n*/\n\n\n\nif (!class_exists(\'MA_CustomFonts\')) :\nclass MA_CustomFonts {\n\n	const TITLE     	= \'MA Custom Fonts\';\n	const VERSION   	= \'3.2.6\';\n\n	// ===== CONFIGURATION =====\n	public static $recursive 			= true; 	// enables recursive file scan\n	public static $parsename 			= true; 	// enables parsing font weight and style from file name\n	public static $fontdisplay			= \'block\';	// set font-display to auto, block, swap, fallback, optional or \'\' (disable)\n	public static $cssoutput			= \'file\';	// \'file\': Create a CSS file (cacheable by browser). \'html\': Inline CSS\n	public static $cssminimize			= true; 	// minimize CSS (true) or pretty print (false)\n	public static $wfl_support_woff		= false;	// Support old style WOFF files from Web Font Loader for browsers before 2016\n	public static $timing				= false; 	// write timing info (a lot!) to wordpress debug.log if WP_DEBUG enabled		\n	public static $sample_text 			= \'The quick brown fox jumps over the lazy dog.\';	\n\n	// ===== INTERNAL. DO NOT EDIT. =====\n	public 	static $prioritized_formats	= [\'eot\',\'woff2\',\'woff\',\'ttf\',\'otf\',\'svg\'];\n	public 	static $var_weight_formats	= [\'woff2\',\'ttf\'];\n	private static $fonts_base			= null; // will be initialized automatically\n	private static $fonts 				= null;	// will be populated with fonts and related files we found\n	private static $fonts_details_cache	= [];	// cache for already parsed font details\n	private static $font_files_cnt		= 0;	// number of font files parsed\n	private static $font_css			= null;	// temp storage for custom font css\n	private static $guten_oxy_font_css	= null;	// temp storage for Gutenberg css defining oxygen fonts\n	private static $timing_fonts_collect= null; // timing for fonts collection\n	private static $timing_fonts_css	= null; // timing for fonts CSS generation\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init() {\n\n		if (!defined(\'MA_CustomFonts_Version\')) define(\'MA_CustomFonts_Version\',self::VERSION);\n\n\n		// set up fonts dir and url\n		self::$fonts_base = self::get_fonts_base(); \n		if (!self::$fonts_base) 	{return;}\n\n		// Pre-fill font definitions\n		$st_fonts_collect = microtime(true);\n		self::get_font_families();\n		self::$timing_fonts_collect = microtime(true) - $st_fonts_collect;\n		// Pre-fill custom font css, and optionally write file\n		$st_fonts_css = microtime(true);\n		self::$font_css = self::get_font_css();\n		self::$timing_fonts_css = microtime(true) - $st_fonts_css;\n\n		// Frontend: Emit custom font css in head \n		add_action( \'wp_head\', function(){ \n			echo self::$font_css; \n		},5);\n\n		// Backend\n		if (is_admin()) {\n			// Load CSS for calls using Gutenberg Editor. \n			// Requires ma_customfont.css (for font loading) and some Oxygen settings (for font assignment)\n			global $pagenow;\n			if ( ($pagenow === \'post-new.php\') || ($pagenow === \'post.php\' && @$_REQUEST[\'action\']===\'edit\') ) {\n				\n				// enqueue or embed ma_customfonts.css\n				if (self::$cssoutput == \'file\') {\n					wp_enqueue_style(\'ma-customfonts\', self::$fonts_base->url.\'/ma_customfonts.css\'); \n				} else {\n					$plain_css = self::get_font_css(true); \n					add_action( \'admin_head\', function(){ \n						echo self::get_font_css(); \n					},5);\n				}\n\n				if (defined(\"CT_VERSION\")) { // Oxygen installed and active?\n					// create custom style for body, h1-h6 from Oxygen global settings\n					$ct_global_settings = ct_get_global_settings();\n					self::$guten_oxy_font_css = sprintf(\n						\'body .editor-styles-wrapper {font-family:%1$s;}\'.\n						\'body .editor-styles-wrapper :is(h1,h2,h3,h4,h5,h6,.editor-post-title) {font-family:%2$s;}\',\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Text\']), 	// text font\n						self::quote_font_names($ct_global_settings[\'fonts\'][\'Display\'])	// heading font\n					);\n					// add custom style to overwrite Gutenberg\'s default font\n					if (self::$cssoutput == \'file\') {\n						wp_add_inline_style(\'ma-customfonts\',self::$guten_oxy_font_css); \n					} else {\n						add_action( \'admin_head\', function(){ \n							echo \'<style id=\"ma-customfonts-oxygen\">\'.self::$guten_oxy_font_css.\'</style>\'; \n						},5);\n					}\n				}\n			}\n		}\n\n		// Shortcode for testing custom fonts (listing all fonts with their formats, weights, styles)\n		add_shortcode(\'ma-customfonts-test\', function( $atts, $content, $shortcode_tag ) {\n			return self::get_font_samples(\'shortcode\');\n		}); \n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	static function init_admin_menu() {\n		$st = microtime(true);\n		// Add submenu page to the Appearance menu.\n		add_action(\'admin_menu\', function(){\n			add_submenu_page(	\'themes.php\', 										// parent slug of \"Appearance\"\n								_x(self::TITLE,\'page title\',\'ma_customfonts\'), 		// page title\n								_x(self::TITLE,\'menu title\',\'ma_customfonts\'), 		// menu title\n								\'manage_options\',									// capabilitiy\n								\'ma_customfonts\',									// menu slug\n								[__CLASS__, \'admin_customfonts\']					// function\n							);\n		});\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Proper quoting for font families: Detect multiple families and quote individually if required\n	static function quote_font_names($font_spec) {\n		$fonts = preg_split(\'/,\\s*/\', $font_spec, -1, PREG_SPLIT_NO_EMPTY);\n		$fonts = array_map(function($name){\n			return preg_match(\'/[^A-Za-z\\-]/\',$name) ? \'\"\'.$name.\'\"\' : $name;\n		},$fonts);\n		$retval = implode(\', \',$fonts);\n		return $retval;\n	}\n\n	//-------------------------------------------------------------------------------------------------------------------\n	static function get_script_version() {\n		$implementation = basename(__FILE__) == \'ma-oxygen-custom-fonts.php\' ? \'Plugin\' : \'Code Snippet\';\n		return sprintf(\'%s, %s\', $implementation, self::VERSION);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// Admin function Appearance > Custom Fonts to display samples of all detected fonts\n	static function admin_customfonts() {\n		$output =	\'<div class=\"wrap\">\'.\n						\'<h1>\' . esc_html(get_admin_page_title()) . \'</h1>\'.\n						self::get_font_samples(\'admin\').\n					\'</div>\';\n		echo $output;\n		echo self::get_font_css();\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses weight from a font file name (not used for Web Font Loader packages)\n	static function parse_font_name($name) {\n		// already in cache?\n		if (array_key_exists($name,self::$fonts_details_cache)) {return self::$fonts_details_cache[$name];}\n		\n		$retval = (object)[\'name\'=>$name, \'weight\'=>400, \'style\'=>\'normal\'];\n		if (!self::$parsename) {return $retval;}\n		$st = microtime(true);\n		$weights = (object)[ // must match from more to less specific !!\n			// more specific\n			200 => \'/[ \\-]?(200|((extra|ultra)\\-?light))/i\',\n			800 => \'/[ \\-]?(800|((extra|ultra)\\-?bold))/i\',\n			600 => \'/[ \\-]?(600|([ds]emi(\\-?bold)?))/i\',\n			// less specific\n			100 => \'/[ \\-]?(100|thin)/i\',\n			300 => \'/[ \\-]?(300|light)/i\',\n			400 => \'/[ \\-]?(400|normal|regular|book)/i\',\n			500 => \'/[ \\-]?(500|medium)/i\',\n			700 => \'/[ \\-]?(700|bold)/i\',\n			900 => \'/[ \\-]?(900|black|heavy)/i\',\n			\'var\' => \'/[ \\-]?(VariableFont|\\[wght\\])/i\',\n		];\n		$count = 0;\n		// detect & cut style\n		$new_name = preg_replace(\'/[ \\-]?(italic|oblique)/i\', \'\', $retval->name, -1, $count); \n		if ($new_name && $count) {\n			$retval->name = $new_name;\n			$retval->style = \'italic\';\n		}\n		// detect & cut weight\n		foreach ($weights as $weight => $pattern) {\n			$new_name = preg_replace($pattern, \'\', $retval->name, -1, $count);\n			if ($new_name && $count) {\n				$retval->name = $new_name;\n				$retval->weight = $weight;\n				break;\n			}\n		}\n		// cut -webfont\n		$retval->name = preg_replace(\'/[ \\-]?webfont$/i\', \'\', $retval->name); \n		// variable font: detect & cut specifica\n		if ($retval->weight == \'var\') {\n			$retval->name = preg_replace(\'/_(opsz,wght|opsz|wght)$/i\', \'\', $retval->name); \n		}\n		// store to cache\n		self::$fonts_details_cache[$name] = $retval;\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\' %s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// construct CSS block from CSS properties stored in JSON from Web Font Loader\n	static 	function create_css_from_ruleset($css_ruleset) {\n		$retval = \'\';\n		if (isset($css_ruleset)) {\n			if (isset($css_ruleset->{\'comment\'})) {$retval .= sprintf(\"/* %s */\\n\",$css_ruleset->{\'comment\'});}\n			$retval .= \"@font-face {\\n\";\n			$retval .= sprintf(\"\\tfont-family: \'%s\';\\n\",$css_ruleset->{\'font-family\'});\n			$retval .= sprintf(\"\\tfont-style: %s;\\n\",$css_ruleset->{\'font-style\'});\n			$retval .= sprintf(\"\\tfont-weight: %s;\\n\",$css_ruleset->{\'font-weight\'});\n			$retval .= sprintf(\"\\tsrc: url(\'%s\') format(\'%s\');\\n\",$css_ruleset->{\'url\'}, $css_ruleset->{\'format\'});\n			if (isset($css_ruleset->{\'unicode-range\'})) {$retval .= sprintf(\"\\tunicode-range: %s;\\n\", $css_ruleset->{\'unicode-range\'});}\n			if (self::$fontdisplay) {\n				$retval .= sprintf(\"\\tfont-display: %s;\\n\",self::$fontdisplay);\n			}			\n			$retval .= \'}\';\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// return base dir/url for fonts. Create directory if necessary\n	private static function get_fonts_base() {\n		$retval = (object)[\'dir\'=>null,\'url\'=>\'\'];\n		$fonts_dir_info = wp_get_upload_dir();\n		$retval->dir = $fonts_dir_info[\'basedir\'].\'/fonts\';\n		$retval->url = $fonts_dir_info[\'baseurl\'].\'/fonts\';\n		// create fonts folder if not exists\n		if (!file_exists($retval->dir)) {\n			if (!@mkdir($retval->dir)) {\n				add_action(\'admin_notices\', function(){\n					echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Error creating fonts base folder <code>wp-content/uploads/fonts</code>.</p></div>\';\n				});\n				error_log(sprintf(\'%s::%s() Error creating fonts base folder.\', __CLASS__, __FUNCTION__)); \n				return null;\n			}\n		}\n		if (!is_writable($retval->dir)) {\n			add_action(\'admin_notices\', function(){\n				echo \'<div class=\"notice notice-error\"><p>[\'.self::TITLE.\'] Folder <code>wp-content/uploads/fonts</code> is not writable. Please correct folder permissions.</p></div>\';\n			});\n		}\n		// V3.2.2, create scheme-less URL\n		$retval->url = preg_replace(\'/^https?\\:/\',\'\',$retval->url);\n\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// find font files in font folder\n	static function find_fonts() {\n		$st = microtime(true);\n		if (isset(self::$fonts)) return;\n		self::$fonts = [];\n		// property $recursive either recursive or flat file scan\n		if (self::$recursive) {\n			// recursive scan for font files (including subdirectories)\n			$directory_iterator = new RecursiveDirectoryIterator(self::$fonts_base->dir,  RecursiveDirectoryIterator::SKIP_DOTS | RecursiveDirectoryIterator::UNIX_PATHS);\n			$file_iterator = new RecursiveIteratorIterator($directory_iterator);\n		} else {\n			// flat scan for font files (no subdirectories)\n			$file_iterator = new FilesystemIterator(self::$fonts_base->dir);\n		}\n		// loop through files and collect font and JSON files\n		$font_splfiles = [];\n		$json_splfiles = [];\n		foreach( $file_iterator as $file) {\n			// V3: A JSON file might be available from Web Font Loader\n			if ($file->getExtension() == \'json\') {\n				$json_splfiles[] = $file;\n			}\n			if (in_array(strtolower($file->getExtension()), self::$prioritized_formats)) {\n				$font_splfiles[] = $file;\n			}\n		}\n		\n		// V3: check JSON files. If it defines \"family\" read the font name and CSS\n		$json_font_families = [];\n		foreach ($json_splfiles as $json_splfile) {\n			if ($font_details = @json_decode(@file_get_contents($json_splfile->getPathname()))) {\n				// It\'s a JSON from Web Font Loader?\n				if (isset($font_details->creator) && (strpos($font_details->creator, \'Web Font Loader\')=== 0)) {\n					// store font family name \n					$json_font_families[$json_splfile->getBasename(\'.json\')] = $font_details->family;\n					// drop all collected font files for that font since they are listed in JSON file\n					$font_path = $json_splfile->getPath().\'/\';\n					foreach ($font_splfiles as $idx => $font_splfile) {\n						if (strpos($font_splfile->getPath().\'/\',$font_path) === 0) {\n							self::$font_files_cnt ++;\n							unset($font_splfiles[$idx]);\n						}\n					}\n					// get the relative path\n					$font_path_relative = str_replace(self::$fonts_base->dir,\'\',$font_path);\n					// encode every single path element since we might have spaces or special chars \n					$font_path_url = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path_relative)));\n					\n					// add CSS blocks (could be multiple unicode ranges) to fonts list\n					$font_baseurl = self::$fonts_base->url . $font_path_url;\n					foreach ($font_details->css as $css_ruleset) {\n						// check for WOFF support. Skip if not enabled\n						if ($css_ruleset->format==\'woff\' && !self::$wfl_support_woff) {continue;}\n						// check if file exists. User might have deleted it.\n						if (!file_exists($font_path . $css_ruleset->url)) {continue;}\n						self::$fonts[$css_ruleset->{\'font-family\'}][\'source\'] = \'Web Font Loader\';\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][\'has_css\'] = true;\n						// only formats woff and woff2, so just use format as file extension slot\n						if (!isset(self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}])) {\n							self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}] = [];	\n						}\n						$css_ruleset->url = $font_baseurl . $css_ruleset->url;\n\n						$css_block = self::create_css_from_ruleset($css_ruleset);\n						self::$fonts[$css_ruleset->{\'font-family\'}][$css_ruleset->{\'font-weight\'}.\'/\'.$css_ruleset->{\'font-style\'}][$css_ruleset->{\'format\'}][] = $css_block;\n					}\n				}\n			}\n		}\n		// collect font definitions\n		foreach ($font_splfiles as $font_splfile) {\n			self::$font_files_cnt ++;\n			$font_ext = $font_splfile->getExtension();\n			$font_details = self::parse_font_name($font_splfile->getbasename(\'.\'.$font_ext));\n			$font_name = $font_details->name;\n			if (in_array($font_name,array_values($json_font_families))) {\n				// already found this font from Web Font Loader. Skip.\n				continue;\n			}\n			$font_weight = $font_details->weight;\n			$font_style = $font_details->style;\n			$font_path = str_replace(self::$fonts_base->dir,\'\',$font_splfile->getPath());\n			// encode every single path element since we might have spaces or special chars \n			$font_path = implode(\'/\',array_map(\'rawurlencode\',explode(\'/\',$font_path)));\n			// create entry for this font name\n			if (!array_key_exists($font_name,self::$fonts)) {self::$fonts[$font_name] = [];}\n			// create entry for this font weight/style \n			if (!array_key_exists($font_weight.\'/\'.$font_style,self::$fonts[$font_name])) {self::$fonts[$font_name][$font_weight.\'/\'.$font_style] = [];}\n			// store font details for this file\n			self::$fonts[$font_name][$font_weight.\'/\'.$font_style][strtolower($font_ext)] = self::$fonts_base->url . $font_path . \'/\' . rawurlencode($font_splfile->getBasename());\n		}\n		ksort(self::$fonts, SORT_NATURAL | SORT_FLAG_CASE);\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() %d font files, %d font families.\',__CLASS__,__FUNCTION__, self::$font_files_cnt, count(self::$fonts)));}\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns a list of font families\n	static function get_font_families() {\n		if (!isset(self::$fonts)) self::find_fonts();\n		$st = microtime(true);\n		$font_family_list = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$font_family_list[] = $font_name;\n		}\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $font_family_list;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// we call this function from footer emitter to get font definitions for emitting required files\n	static function get_font_definitions() {\n		return self::$fonts;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// creates CSS for custom fonts. \n	// For $cssoutput \'file\', return <link rel=\"stylesheet\" ...>, for \'html\' <style>...</style>\n	// If $plaincss is true, return plain css instead\n	static function get_font_css($plaincss = false) {\n		// emit CSS for fonts in footer\n		$version = self::get_script_version();\n		$style = \'\';\n		$st = microtime(true);\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n			foreach ($font_details as $weight_style => $file_list) {\n				if ($weight_style==\'source\') {continue;}\n				list ($font_weight,$font_style) = explode(\'/\',$weight_style);\n\n				if (isset($file_list[\'has_css\'])) {\n					// V3: Google Font package CSS from Web Font Loader already has CSS\n					foreach (array_reverse(self::$prioritized_formats) as $font_ext) {\n						// we only have woff and woff2\n						if (!isset($file_list[$font_ext])) { continue; }\n						foreach ($file_list[$font_ext] as $css) {\n							$style .= trim($css).PHP_EOL;\n						}\n					}\n				} else {\n					// V2: Only have font info and file names. Build CSS\n					if ($font_weight == \'var\') {\n						$font_weight_output = \'1 1000\';\n					} else {\n						$font_weight_output = $font_weight;\n					}\n					$style .= 	\'@font-face{\'.PHP_EOL.\n								\'  font-family:\"\'.$font_name.\'\";\'.PHP_EOL.\n								\'  font-weight:\'.$font_weight_output.\';\'.PHP_EOL.\n								\'  font-style:\'.$font_style.\';\'.PHP_EOL;\n								// .eot needs special handling for IE9 Compat Mode\n					if (array_key_exists(\'eot\',$file_list)) {$style .= \'  src:url(\"\'.$file_list[\'eot\'].\'\");\'.PHP_EOL;}\n					$urls = [];\n\n					// output font sources in prioritized order\n					foreach (self::$prioritized_formats as $font_ext) {\n						if (array_key_exists($font_ext,$file_list)) {\n							$font_url = $file_list[$font_ext];\n							$format = \'\';\n							switch ($font_ext) {\n								case \'eot\': $format = \'embedded-opentype\'; break;\n								case \'otf\': $format = \'opentype\'; break;\n								case \'ttf\': $format = \'truetype\'; break;\n								// others have same format as extension (svg, woff, woff2)\n								default:	$format = strtolower($font_ext);\n							}\n							if ($font_ext == \'eot\') {\n								// IE6-IE8\n								$urls[] = \'url(\"\'.$font_url.\'?#iefix\") format(\"\'.$format.\'\")\';\n							} else {\n								$urls[] = \'url(\"\'.$font_url.\'\") format(\"\'.$format.\'\")\';\n							}\n						}\n					}\n					$style .= \'  src:\' . join(\',\'.PHP_EOL.\'      \',$urls) . \';\'.PHP_EOL;\n					if (self::$fontdisplay) {\n						$style .= sprintf(\'  font-display: %s;\'.PHP_EOL,self::$fontdisplay);\n					}\n					$style .= \'}\'.PHP_EOL;\n				}\n			}		\n			\n		}\n		// if Oxygen Builder is active, emit CSS to show custom fonts in light blue.\n		$builder_style = defined(\'SHOW_CT_BUILDER\') ? \'div.oxygen-select-box-option.ng-binding.ng-scope[ng-repeat*=\"elegantCustomFonts\"] {color:lightblue !important;}\' : \'\';\n		\n		// minimize string if configured\n		if (self::$cssminimize) {\n			$style = preg_replace(\'/\\r?\\n */\',\'\',$style); \n		}\n\n		$retval = \'\';\n		if (self::$cssoutput == \'file\') {\n			// option: write CSS to file\n			$css_path = self::$fonts_base->dir.\'/ma_customfonts.css\';\n			$css_code = \'/* Version: \'.$version.\' */\'.PHP_EOL.$style;\n			$css_hash_code = hash(\'CRC32\', $css_code, false);\n			$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			if ($css_hash_code !== $css_hash_file) {\n				if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$status = file_put_contents($css_path, $css_code);\n				if ($status === false) {error_log(sprintf(\'%s::%s() Error writing CSS file \"%s\"\',__CLASS__,__FUNCTION__,$css_path));}\n				$css_hash_file = file_exists($css_path) ? hash_file(\'CRC32\', $css_path, false) : 0;\n			}\n			$css_url = str_replace(self::$fonts_base->dir,self::$fonts_base->url ,$css_path);\n			$retval = sprintf(\'<link id=\"ma-customfonts\" href=\"%s?ver=%s\" rel=\"stylesheet\" type=\"text/css\" />%s\',$css_url, $css_hash_file, $builder_style?\'<style>\'.$builder_style.\'</style>\':\'\');\n		}\n		if (self::$cssoutput == \'html\') {\n			// option: write CSS to html\n			$retval = \'<style id=\"ma-customfonts\">\'.\'/* Version: \'.$version.\' */\'.PHP_EOL.$style.PHP_EOL.$builder_style.\'</style>\';\n		}\n		if ($plaincss) {\n			$retval = $style.PHP_EOL.$builder_style;\n		}\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// parses font file url from CSS block\n	static function get_font_file_info_from_css($css) {\n		$retval = [];\n		if (!is_array($css)) {$css = [$css];}\n		foreach($css as $css_block) {\n			if (preg_match(\'/url\\(\\\'(.*?)\\\'\\)/\',$css_block,$matches)) {\n				$retval[] = $matches[1];\n			}\n		}\n		$retval = array_unique($retval); \n		return $retval;\n	}\n	\n	//-------------------------------------------------------------------------------------------------------------------\n	// get font file urls for var weight\n	static function get_font_var_weight_urls($font_details) {\n		$retval = [];\n		if (isset($font_details) && (is_array($font_details))) {\n			// check if we have a \'var\' weight array key\n			foreach ($font_details as $weight_style => $details) {\n				// check key (for custom fonts)\n				if (strpos($weight_style,\'var\') === 0) {\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($details[$format])) {\n							$retval[] = urldecode($details[$format]);\n						}\n					}\n					goto DONE;\n				}\n				// check CSS file names of woff2 files (for WebFontLoader fonts)\n				if (isset($details[\'woff2\']) && is_array($details[\'woff2\'])) {\n					foreach ($details[\'woff2\'] as $css_rule) {\n						if (preg_match(\'/src: url\\(\\\'(.*?)\\\'\\)/\',$css_rule,$matches)) {\n							$src = $matches[1];\n							if (preg_match(\'/[ \\-]?(VariableFont|\\[wght\\])/i\',$src)) {\n								$retval[] = $src;\n							}\n						}\n					}\n				}\n			}\n		}\n		DONE:\n		// remove duplicates\n		$retval = array_unique($retval);\n		// remove base url\n		foreach ($retval as &$url) {\n			$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n		}\n		return $retval;\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns font url (string or array) shortened and urldecoded \n	static function get_font_short_display_url ($urls) {\n		$retval = [];\n		if ($urls) {\n			if (!is_array($urls)) {$urls = [$urls];}\n			foreach ($urls as $url) {\n				// cut leading path/url from file info\n				$url = str_replace(self::$fonts_base->url.\'/\',\'\',$url);\n				// decode html entities (e.g. %20) in file path\n				$url = implode(\'/\',array_map(\'rawurldecode\',explode(\'/\',$url)));\n				$retval[] = $url;\n			}\n		}\n		return implode(\', \',$retval);\n	}\n	//-------------------------------------------------------------------------------------------------------------------\n	// returns HTML code to display all registered custom fonts\n	// $mode \'admin\':		formatting to be displayed on WP Admin > Appearance\n	// $mode \'shortcode\':	formatting to be displayed as shortcode output\n	static function get_font_samples($mode = null) {\n		$st = microtime(true);\n		$script_version = self::get_script_version();\n		$sample_text = self::$sample_text;\n		$output_style = <<<\'END_OF_STYLE\'\n		<style>\n		.ma-customfonts-test {font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-size:13px;}\n		.ma-customfonts-header {border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-header > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-label {flex-shrink:0;display:inline-block;width:110px;}\n\n		#ma-customfonts-input-font-size {width:60px;text-align:center;min-height:1.5em;line-height:1em;padding:0;}\n		#ma-customfonts-input-sample-text {width:100%;max-width:400px;text-align:left;}\n\n		.ma-customfonts-legend {margin-top:3em;border:1px solid darkgray;border-radius:10px;padding:10px;padding-top:0;}\n		.ma-customfonts-legend > div {display:flex;flex-direction:row;margin-top:.5em;}\n		.ma-customfonts-legend > div > span:first-child {width:110px;flex-shrink:0;}\n\n		.ma-customfonts-timing {margin-top:2em;font-size:.8em;}\n		.ma-customfonts-timing table {border-spacing:0};\n		.ma-customfonts-timing td {padding:0}\n\n		.ma-customfonts-test h3 {margin-top:20px;padding-bottom:0;}\n		.ma-customfonts-font-additional-info {margin-left:1em;margin-bottom:1em;font-size:13px;font-weight:normal;}\n\n		.ma-customfonts-font-row {display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;line-height:20px;border-bottom:1px solid #e0e0e0;margin:0 1em;}\n		.ma-customfonts-font-row:hover {background-color:lightgray;}\n		.ma-customfonts-font-info {font-size:10px;line-height:1em;width:100px;}\n		.ma-customfonts-font-sample {font-size:16px;line-height:1.2em;flex-grow:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}\n		.ma-customfonts-format-info {font-size:10px;cursor:help;margin-left:1em;}\n		.ma-customfonts-format-info.simulated {color:gray;font-style:italic;cursor:alias;} \n		.ma-customfonts-format-info :is(.eot,.ttf,.svg) {color:red;}\n		.ma-customfonts-format-info :is(.ttf,.otf) {color:chocolate;}\n		.ma-customfonts-format-info :is(.woff) {color:orange;}\n		.ma-customfonts-format-info :is(.woff2) {color:green;}\n\n		.ma-customfonts-simulated {display:none;}\n		@media (max-width:700px) {\n			.ma-customfonts-font-row {flex-wrap:wrap;}\n			.ma-customfonts-font-info {order:1;}\n			.ma-customfonts-font-sample {order:3; width:100%;}\n			.ma-customfonts-format-info {order:2;}\n		}\n		</style>\nEND_OF_STYLE;\n		$var = (object)[\n			\'container_style\'	=> $mode==\'shortcode\' ? \'style=\"border:1px dashed darkgray;padding:10px;\"\' : \'\',\n			\'title\'				=> $mode==\'shortcode\' ? \'<h2>\'.self::TITLE.\'</h2>\' : \'\',\n			\'cnt_families\'		=> count(self::$fonts),\n			\'cnt_files\'			=> self::$font_files_cnt,\n		];\n		$output_header = <<<END_OF_HEADER\n		<div class=\"ma-customfonts-test\" {$var->container_style}>\n			{$var->title}\n			<div class=\"ma-customfonts-header\">\n				<div>\n					<span class=\"ma-customfonts-label\">Version:</span>\n					<span>{$script_version}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Families:</span>\n					<span>{$var->cnt_families}<span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Font Files:</span>\n					<span>{$var->cnt_files}</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Font Size:</span>\n					<span><input id=\"ma-customfonts-input-font-size\" type=\"number\" value=\"16\" onchange=\"ma_customfonts_change_font_size();\"> px</span>\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Sample Text:</span>\n					<input id=\"ma-customfonts-input-sample-text\" value=\"{$sample_text}\" onkeyup=\"ma_customfonts_change_sample_text();\">\n				</div>\n				<div>\n					<span class=\"ma-customfonts-label\">Simulated:</span>\n					<span><input id=\"ma-customfonts-input-simulated\" type=\"checkbox\" value=\"simulated\" onchange=\"ma_customfonts_toggle_simulated();\"> Show font weights/styles without files as browser would simulate.</span>\n				</div>\n			</div>\nEND_OF_HEADER;\n		$output_legend = <<<END_OF_LEGEND\n		<fieldset class=\"ma-customfonts-legend\">\n			<legend><strong>Font File Formats</strong></legend>\n			<div><span style=\"color:green\">WOFF2</span><span>Modern formats are perfect for web.</span></div>\n			<div><span style=\"color:orange\">WOFF</span><span>Older formats can be used for web but have larger file sizes.</span></div>\n			<div><span style=\"color:chocolate\">OTF, TTF</span><span>Formats meant for desktop use, can be used for web but have larger to huge file sizes.</span></div>\n			<div><span style=\"color:red\">EOT, SVG</span><span>Some formats are only suppported on specific browsers like EOT on IE, SVG on Safari. Deprecated!</span></div>\n		</fieldset>\n\nEND_OF_LEGEND;\n		// controls\n		$output_script = <<<\'END_OF_SCRIPT\'\n		<script>\n		function changeCss(className, classValue) {\n			// we need invisible container to store additional css definitions\n			let cssMainContainer = jQuery(\'#css-modifier-container\');\n			if (cssMainContainer.length == 0) {\n				cssMainContainer = jQuery(\'<div id=\"css-modifier-container\"></div>\');\n				cssMainContainer.hide().appendTo(jQuery(\'body\'));\n			}\n			// we need one div for each class\n			let classContainer = cssMainContainer.find(\'div[data-class=\"\' + className + \'\"]\');\n			if (classContainer.length == 0) {\n				classContainer = jQuery(\'<div data-class=\"\' + className + \'\"></div>\');\n				classContainer.appendTo(cssMainContainer);\n			}\n			// append additional style\n			classContainer.html(\'<style>\' + className + \' {\' + classValue + \'}</style>\');\n		}\n		function ma_customfonts_change_font_size() {\n			let $val = jQuery(\'#ma-customfonts-input-font-size\').val();\n			changeCss(\'.ma-customfonts-font-sample\',\'font-size: \'+$val+\'px;\');\n		}\n		function ma_customfonts_change_sample_text() {\n			let $val = jQuery(\'#ma-customfonts-input-sample-text\').val();\n			jQuery(\'.ma-customfonts-font-sample\').text($val);\n		}\n		function ma_customfonts_toggle_simulated() {\n			let $simulated = jQuery(\'#ma-customfonts-input-simulated\').is(\':checked\');\n			jQuery(\'.ma-customfonts-simulated\').css(\'display\',$simulated?\'flex\':\'none\');\n		}\n		</script>\nEND_OF_SCRIPT;\n		\n\n		// prepare tags for every weight/style combination\n		$weights = [100,200,300,400,500,600,700,800,900];\n		$styles = [\'normal\',\'italic\'];\n		$weights_styles = [];\n		foreach ($weights as $weight) { foreach ($styles as $style) { $weights_styles[] = $weight.\'/\'.$style; } }\n		// prepare data structure to display fonts in each weight/style combination\n		$samples = [];\n		foreach (array_keys(self::$fonts) as $font_name) {\n			$samples[$font_name] = [\n				\'has_var_weight\' => false,\n				\'weights_styles\' => [],\n			];\n			foreach ($weights_styles as $weight_style) {\n				$samples[$font_name][\'weights_styles\'][$weight_style] = [];\n			}\n		}\n		// collect available font files\n		foreach (self::$fonts as $font_name => $font_details) {\n			ksort($font_details);\n\n			// check if we have a \'var\' weight\n			$font_var_weight_urls = self::get_font_var_weight_urls($font_details);\n			if ($font_var_weight_urls) {$samples[$font_name][\'has_var_weight\'] = true;}\n			$samples[$font_name][\'source\'] = $font_details[\'source\'] ?? null;\n\n			// loop font details and fill available samples and formats\n			foreach ($font_details as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				\n				if ($weight == \'var\') {\n					//  var weight detected from file name; we don\'t know the supported weights; fill all weights for current style\n					foreach (self::$var_weight_formats as $format) { // support var weight for specific formats\n						if (isset($formats[$format])) {\n							$url = $formats[$format];\n							$url = self::get_font_short_display_url($url);\n							foreach ($weights as $var_weight) {\n								$samples[$font_name][\'weights_styles\'][$var_weight.\'/\'.$style][$format] = $url;\n							}\n						}\n					}\n				} \n				// fill non var weight formats \n				foreach ($formats as $format => $url) {\n					if (!in_array($format,self::$prioritized_formats)) {continue;} // skip \'has_css\'\n					if ($weight != \'var\') {\n						if (is_array($url)) { // seems to be an array of CSS rules\n							$url = self::get_font_file_info_from_css($url);\n						}\n						$url = self::get_font_short_display_url($url);\n						$samples[$font_name][\'weights_styles\'][$weight.\'/\'.$style][$format] = $url;\n					}\n				}\n			}\n		}\n\n		$output_sample = \'\';\n		foreach ($samples as $font_name => $font_details) {\n			\n			// output the font sample block\n			$output_sample .= sprintf(\'<h3>%1$s</h3>\',$font_name);\n			// additional font info (variable fonts, source Web Font Loader, WOFF support)\n			$font_additional_infos = [];\n			if ($font_details[\'has_var_weight\']) {$font_additional_infos[] = \'Variable Weight Font.\';}\n			if ($font_details[\'source\'] == \'Web Font Loader\') {\n				$font_additional_infos[] = \'Downloaded from <a href=\"https://webfontloader.altmann.de/\" target=\"_blank\">Web Font Loader</a>.\';\n				if (!self::$wfl_support_woff) {$font_additional_infos[] = \'WOFF files are ignored according to configuration setting.\';}\n			}\n			$output_sample .= count($font_additional_infos) ? \'<div class=\"ma-customfonts-font-additional-info\">\'.implode(\' \',$font_additional_infos).\'</div>\' : \'\';\n\n			foreach ($font_details[\'weights_styles\'] as $weight_style => $formats) {\n				if ($weight_style==\'source\') {continue;}\n				list ($weight,$style) = explode(\'/\',$weight_style);\n				// build font file info output\n				$font_file_list = [];\n				foreach ($formats as $format => $files) {\n					if (is_array($files)) {$files = implode(\"\\n\",$files);}\n					$font_file_list[$format] = sprintf(\'<span class=\"%3$s\" title=\"%2$s\">%1$s</span>\', strtoupper($format), $files, $format);\n				}\n				$font_file_info = \'<span class=\"ma-customfonts-format-info\">(\' . implode(\', \',array_values($font_file_list)) . \')</span>\';\n				$output_sample .= sprintf(	\'<div class=\"ma-customfonts-font-row \'.($font_file_list?\'\':\'ma-customfonts-simulated\').\'\">\'.\n												\'<span class=\"ma-customfonts-font-info\">%2$s %3$s</span>\'.\n												\'<span class=\"ma-customfonts-font-sample\" style=\"font-family:\\\'%1$s\\\';font-weight:%2$d;font-style:%3$s\">%4$s</span>\'.\n												\'%5$s\'.\n											\'</div>\',$font_name, $weight, $style, $sample_text, $font_file_list?$font_file_info:\'<span class=\"ma-customfonts-format-info simulated\">(simulated)</span>\');\n			}\n		}\n		// output timing\n		$timing = (object)[\n			\'fonts_collect\'	=> sprintf(\'%.4f\',self::$timing_fonts_collect),\n			\'fonts_css\'		=> sprintf(\'%.4f\',self::$timing_fonts_css),\n			\'output\'		=> sprintf(\'%.4f\',microtime(true)-$st),\n		];\n		$output_timing = <<<END_OF_TIMING\n		<div class=\"ma-customfonts-timing\">\n			<strong>Timing</strong>\n			<table>\n				<tr><td>Collecting fonts:</td><td>{$timing->fonts_collect} seconds</td></tr>\n				<tr><td>Generating CSS:</td><td>{$timing->fonts_css} seconds</td></tr>\n				<tr><td>Generating output:</td><td>{$timing->output} seconds</td></tr>\n			</table>\n		</div>\nEND_OF_TIMING;\n\n		$output =  $output_style . $output_header . $output_script . $output_sample . $output_legend . $output_timing.\'</div>\';\n\n		$et = microtime(true);\n		if (WP_DEBUG && self::$timing) {error_log(sprintf(\'%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n		return $output;\n\n	}\n} // end of class MA_CustomFonts\n\n\nendif; // end of conditional implementations\n\n\n//===================================================================================================================\n// Warn about incompatibilities\nadd_action(\'wp_loaded\',function(){\n	$GLOBALS[\'ma_customfonts_incompatibilities\'] = [];\n	if (is_admin()) {\n		// Plugin \"Elegant Custom Fonts\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'elegant-custom-fonts/elegant-custom-fonts.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Elegant Custom Fonts\"\';}\n		// Plugin \"Use Any Font\"\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'use-any-font/use-any-font.php\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Use Any Font\"\';}\n		// Plugin \"Swiss Knife\" with feature \"Font Manager\" active\n		if (function_exists(\'is_plugin_active\') && is_plugin_active(\'swiss-knife/swiss-knife.php\') && (get_option(\'swiss_font_manager\')==\'yes\'))\n			{$GLOBALS[\'ma_customfonts_incompatibilities\'][] = \'\"Swiss Knife\" with feature \"Font Manager\" enabled\';}\n		if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) {\n			add_action(\'admin_notices\', function(){\n				if (WP_DEBUG ) {error_log(\'MA_CustomFonts / Incompatibilities: \'.print_r($GLOBALS[\'ma_customfonts_incompatibilities\'],true));}\n				echo \'<div class=\"notice notice-warning is-dismissible\">\n						<p>The Code Snippet \"Oxygen: Custom Fonts\" is not compatible with the Plugin \'.implode(\' or \',$GLOBALS[\'ma_customfonts_incompatibilities\']).\'.<br/>\n						Please deactivate either the Code Snippet or the Plugin (feature).</p>\n					</div>\';\n			});\n		}\n	}\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	\n\n	//-------------------------------------------------------------------------------------------------------------------\n	// create a primitive ECF_Plugin class if plugin \"Elegant Custom Fonts\" is not installed\n	if (!count($GLOBALS[\'ma_customfonts_incompatibilities\']) && !class_exists(\'ECF_Plugin\')) {\n		class ECF_Plugin {\n			static function get_font_families() {\n				$st = microtime(true);\n				$font_family_list = MA_CustomFonts::get_font_families();\n				$et = microtime(true);\n				if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts/%s::%s() Timing: %.5f sec.\',__CLASS__,__FUNCTION__,$et-$st));}\n				return $font_family_list;\n			}\n		}\n		global $ECF_Plugin;\n		$ECF_Plugin = new ECF_Plugin();\n	}\n	\n\n},1000); // hook late to check other plugins!\n\n\n//===================================================================================================================\n// Initialize\nadd_action(\'wp_loaded\',function(){\n	if (count($GLOBALS[\'ma_customfonts_incompatibilities\'])) return;\n	if (wp_doing_ajax()) 		return;	// don\'t run for AJAX requests\n	if (wp_doing_cron()) 		return;	// don\'t run for CRON requests\n	if (wp_is_json_request()) 	return;	// don\'t run for JSON requests\n	if (is_favicon()) 			return;	// don\'t run for favicon request\n	if (isset($_SERVER[\'QUERY_STRING\']) && ($_SERVER[\'QUERY_STRING\'] == \'service-worker\'))	return;	// don\'t run for service-worker\n	if (isset($_SERVER[\'REQUEST_URI\']) 	&& ($_SERVER[\'REQUEST_URI\'] == \'/favicon.ico\'))		return;	// don\'t run for favicon\n\n	if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Request URI=\"%s\" action=\"%s\"\', @$_SERVER[\'REQUEST_URI\'], @$_REQUEST[\'action\']));}\n\n	if (is_admin()) {\n		// init custom font functionality only when needed\n		global $pagenow;\n		if ( 	($pagenow === \'themes.php\' && @$_REQUEST[\'page\'] === \'ma_customfonts\') 	// custom font test \n			||	($pagenow === \'post-new.php\')											// new post\n			||	($pagenow === \'post.php\' && @$_REQUEST[\'action\'] === \'edit\')			// edit post\n		) {\n			MA_CustomFonts::init();\n		} else {\n			if (WP_DEBUG && MA_CustomFonts::$timing) {error_log(sprintf(\'MA_CustomFonts: Skipping font initialization for this request.\'));}\n		}\n		// initialize admin menu Appearance > Custom Fonts\n		MA_CustomFonts::init_admin_menu();\n	} else {\n		// frontend\n		MA_CustomFonts::init();\n	}\n},1001); // hook after incompatibility check\n','Oxygen','global',10,1,'2022-07-13 16:42:05');
/*!40000 ALTER TABLE `wp_snippets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(26,20,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,1),(2,2,'happyfiles_category','',0,0),(3,3,'happyfiles_category','',0,0),(4,4,'happyfiles_category','',0,0),(5,5,'happyfiles_category','',0,0),(6,6,'product_type','',0,0),(7,7,'product_type','',0,0),(8,8,'product_type','',0,0),(9,9,'product_type','',0,0),(10,10,'product_visibility','',0,0),(11,11,'product_visibility','',0,0),(12,12,'product_visibility','',0,0),(13,13,'product_visibility','',0,0),(14,14,'product_visibility','',0,0),(15,15,'product_visibility','',0,0),(16,16,'product_visibility','',0,0),(17,17,'product_visibility','',0,0),(18,18,'product_visibility','',0,0),(19,19,'product_cat','',0,0),(20,20,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_termmeta`
--

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Product Images','product-images',0),(3,'Lifestyle Shots','lifestyle-shots',0),(4,'Icons &amp; Logos','icons-logos',0),(5,'Textures / Backgrounds','textures-backgrounds',0),(6,'simple','simple',0),(7,'grouped','grouped',0),(8,'variable','variable',0),(9,'external','external',0),(10,'exclude-from-search','exclude-from-search',0),(11,'exclude-from-catalog','exclude-from-catalog',0),(12,'featured','featured',0),(13,'outofstock','outofstock',0),(14,'rated-1','rated-1',0),(15,'rated-2','rated-2',0),(16,'rated-3','rated-3',0),(17,'rated-4','rated-4',0),(18,'rated-5','rated-5',0),(19,'Uncategorized','uncategorized',0),(20,'genesis-block-theme','genesis-block-theme',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','seaarchdev'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(17,1,'session_tokens','a:4:{s:64:\"4d6915ad5fbe4bce0756ed641db07095c073d8ba62bd8a30a9deea279cf4e4f2\";a:4:{s:10:\"expiration\";i:1658921835;s:2:\"ip\";s:12:\"80.195.10.93\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657712235;}s:64:\"703ddc762d93fb6d972661815de6221c43b5afbbf448d9951144d2b524b3e0ee\";a:4:{s:10:\"expiration\";i:1657887183;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657714383;}s:64:\"b71abaa3864e14e80c2b45b2d4991bb86604211c4546d7974c0ec30d2e4ce5f6\";a:4:{s:10:\"expiration\";i:1657887221;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657714421;}s:64:\"57f77f2c8c7cfca9af246b9a8f1769f9e5a3aba77494739debfd3633ac571fdf\";a:4:{s:10:\"expiration\";i:1657887228;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1657714428;}}'),(18,1,'WPE_LAST_LOGIN_TIME','1657712235'),(19,1,'WPE_LOGGED_REQUEST_IDS','a:0:{}'),(20,1,'wp_dashboard_quick_press_last_post_id','32'),(21,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"80.195.10.0\";}'),(22,1,'closedpostboxes_dashboard','a:6:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:18:\"wpe_dify_news_feed\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),(23,1,'metaboxhidden_dashboard','a:0:{}'),(24,11,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(25,11,'wp_user_level','10'),(26,11,'session_tokens','a:2:{s:64:\"f0af3ed871bfd44cbc49fae36c0ac6f3f37882e18740d72df1edc79aa1c47d5a\";a:4:{s:10:\"expiration\";i:1658911006;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1658738206;}s:64:\"e3daf0513df596d25a3882800cf5365490ef5dbb30636eabfe291be4cdfd6b90\";a:4:{s:10:\"expiration\";i:1658911015;s:2:\"ip\";s:9:\"127.0.0.1\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1658738215;}}'),(27,11,'wp_dashboard_quick_press_last_post_id','30'),(28,11,'community-events-location','a:1:{s:2:\"ip\";s:9:\"127.0.0.0\";}'),(29,11,'happyfiles_open_ids','a:1:{s:19:\"happyfiles_category\";i:-2;}'),(30,11,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(31,11,'manageedit-postcolumnshidden_default','1'),(32,11,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(33,11,'manageedit-pagecolumnshidden_default','1'),(34,11,'manageedit-ct_templatecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(35,11,'manageedit-ct_templatecolumnshidden_default','1'),(36,1,'last_update','1658750473'),(37,11,'_woocommerce_tracks_anon_id','woo:29fGATXlwgm6RD9rOrB+ViP1'),(38,11,'manageedit-productcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(39,11,'manageedit-productcolumnshidden_default','1'),(40,11,'wc_last_active','1658707200'),(42,11,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),(43,11,'meta-box-order_ct_template','a:2:{i:0;b:0;s:4:\"side\";s:38:\"submitdiv,rank_math_metabox_content_ai\";}'),(44,11,'last_update','1658761994'),(47,11,'meta-box-order_page','a:2:{i:0;b:0;s:4:\"side\";s:38:\"submitdiv,rank_math_metabox_content_ai\";}'),(51,11,'gtm4wp_user_notices_dismisses_json','{\"enter-gtm-code\":true,\"wc-ga-plugin-warning\":false,\"wc-gayoast-plugin-warning\":false,\"php72-warning\":false,\"deprecated-warning\":false}'),(52,1,'_woocommerce_tracks_anon_id','woo:94fqCUzyEyx0cey6mHddF2KT'),(53,1,'manageedit-postcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(54,1,'manageedit-postcolumnshidden_default','1'),(55,1,'manageedit-pagecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(56,1,'manageedit-pagecolumnshidden_default','1'),(57,1,'manageedit-productcolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(58,1,'manageedit-productcolumnshidden_default','1'),(59,1,'manageedit-ct_templatecolumnshidden','a:3:{i:0;s:0:\"\";i:1;s:15:\"rank_math_title\";i:2;s:21:\"rank_math_description\";}'),(60,1,'manageedit-ct_templatecolumnshidden_default','1'),(61,1,'wc_last_active','1658707200');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'seaarchdev','$P$BmzJDw6YZbxGs//JxihAS1Zn4.LtLp1','seaarchdev','rob@whitespaceadvertising.co.uk','https://seaarchdev.wpengine.com','2022-07-13 11:34:53','',0,'seaarchdev'),(11,'whitespace','$P$BPkKGSlR7.0Hglzl/O4/2LoCpY7b39/','White Space','rob@whitespaceadvertising.co.uk','','2022-07-13 13:19:19','',0,'White Space');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `label` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `query` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `actioned_text` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonce_action` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `nonce_name` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=452 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES (2,2,'notify-refund-returns-page','Edit page','https://seaarchdev.wpengine.com/wp-admin/post.php?post=23&action=edit','actioned','',NULL,NULL),(40,36,'connect','Connect','?page=wc-addons&section=helper','unactioned','',NULL,NULL),(41,37,'learn_more','Learn More','https://woocommerce.com/checkout-blocks/','actioned','',NULL,NULL),(78,35,'tiktok-webinar-promo-july2022-button','RSVP Now','https://gettingstartedwithtiktokforwoocommerce.splashthat.com/','actioned','',NULL,NULL),(115,38,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL),(116,39,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL),(117,40,'visit-the-theme-marketplace','Visit the theme marketplace','https://woocommerce.com/product-category/themes/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(118,41,'affirm-insight-first-product-and-payment','Yes','','actioned','Thanks for your feedback',NULL,NULL),(119,41,'affirm-insight-first-product-and-payment','No','','actioned','Thanks for your feedback',NULL,NULL),(120,42,'learn-more','Learn more','https://woocommerce.com/document/managing-products/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),(267,44,'affirm-insight-first-sale','Yes','','actioned','Thanks for your feedback',NULL,NULL),(268,44,'deny-insight-first-sale','No','','actioned','Thanks for your feedback',NULL,NULL),(413,43,'learn-more','Learn more','https://woocommerce.com/payments/?utm_medium=product','unactioned','',NULL,NULL),(414,43,'get-started','Get started','http://seaarchdev.wpengine.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned','','setup-woocommerce-payments',''),(415,1,'add-store-details','Add store details','http://seaarchdev.wpengine.com/wp-admin/admin.php?page=wc-admin&path=/setup-wizard','actioned','',NULL,NULL),(416,3,'browse_extensions','Browse extensions','https://seaarchdev.wpengine.com/wp-admin/admin.php?page=wc-addons','unactioned','',NULL,NULL),(417,4,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),(418,5,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),(419,6,'wc_shipping_mobile_app_q4_2021','Get the WooCommerce Mobile App','https://woocommerce.com/mobile/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_q4_2021','actioned','',NULL,NULL),(420,7,'set-up-concierge','Schedule free session','https://wordpress.com/me/concierge','actioned','',NULL,NULL),(421,8,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),(422,9,'learn-more-ecomm-unique-shopping-experience','Learn more','https://docs.woocommerce.com/document/product-add-ons/?utm_source=inbox','actioned','',NULL,NULL),(423,10,'watch-the-webinar','Watch the webinar','https://youtu.be/V_2XtCOyZ7o','actioned','',NULL,NULL),(424,11,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),(425,12,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),(426,13,'learn-more','Learn more','https://woocommerce.com/posts/first-things-customize-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(427,14,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL),(428,15,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),(429,16,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),(430,17,'update-wc-subscriptions-3-0-15','View latest version','https://seaarchdev.wpengine.com/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),(431,18,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),(432,21,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(433,22,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),(434,23,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(435,23,'dismiss','Dismiss','','actioned','',NULL,NULL),(436,24,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(437,24,'dismiss','Dismiss','','actioned','',NULL,NULL),(438,25,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(439,25,'dismiss','Dismiss','','actioned','',NULL,NULL),(440,26,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),(441,26,'dismiss','Dismiss','','actioned','',NULL,NULL),(442,27,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),(443,28,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/feedback-on-woocommerce-navigation','actioned','',NULL,NULL),(444,29,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(445,29,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),(446,30,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),(447,30,'dismiss','Dismiss','','actioned','',NULL,NULL),(448,31,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),(449,32,'setup_task_initiative_survey_q2_2022_share_your_input','Share your input','https://t.maze.co/87390007','actioned','',NULL,NULL),(450,33,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),(451,34,'wc-admin-wisepad3','Grow my business offline','https://woocommerce.com/products/wisepad3-card-reader/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc-admin-wisepad3','actioned','',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `locale` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `title` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `content_data` longtext COLLATE utf8mb4_unicode_520_ci,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT '0',
  `layout` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `image` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT '0',
  `is_read` tinyint(1) NOT NULL DEFAULT '0',
  `icon` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=45 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES (1,'wc-admin-complete-store-details','info','en_US','Add your store details to complete store setup','Complete your store details with important information for setup such as your store’s base address','{}','unactioned','woocommerce-admin','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(2,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(3,'new_in_app_marketplace_2021','info','en_US','Customize your store with extensions','Check out our NEW Extensions tab to see our favorite extensions for customizing your store, and discover the most popular extensions in the WooCommerce Marketplace.','{}','unactioned','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(4,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(5,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(6,'wc_shipping_mobile_app_q4_2021','marketing','en_US','Print and manage your shipping labels with the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(7,'ecomm-need-help-setting-up-your-store','info','en_US','Need help setting up your Store?','Schedule a free 30-min <a href=\"https://wordpress.com/support/concierge-support/\">quick start session</a> and get help from our specialists. We’re happy to walk through setup steps, show you around the WordPress.com dashboard, troubleshoot any issues you may have, and help you the find the features you need to accomplish your goals for your site.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(8,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(9,'ecomm-unique-shopping-experience','info','en_US','For a shopping experience as unique as your customers','Product Add-Ons allow your customers to personalize products while they\'re shopping on your online store. No more follow-up email requests—customers get what they want, before they\'re done checking out. Learn more about this extension that comes included in your plan.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(10,'wc-admin-getting-started-in-ecommerce','info','en_US','Getting Started in eCommerce - webinar','We want to make eCommerce and this process of getting started as easy as possible for you. Watch this webinar to get tips on how to have our store up and running in a breeze.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(11,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(12,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(13,'wc-admin-first-five-things-to-customize','info','en_US','The first 5 things to customize in your store','Deciding what to start with first is tricky. To help you properly prioritize, we’ve put together this short list of the first few things you should customize in WooCommerce.','{}','unactioned','woocommerce.com','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(14,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(15,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(16,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(17,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(18,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(19,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(20,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(21,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(22,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(23,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(24,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(25,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(26,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(27,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(28,'ecomm-wc-navigation-survey','info','en_US','We’d like your feedback on the WooCommerce navigation','We’re making improvements to the WooCommerce navigation and would love your feedback. Share your experience in this 2 minute survey.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(29,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(30,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(31,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(32,'setup_task_initiative_survey_q2_2022','survey','en_US','We want to know what matters most to you','Take 2 minutes to give us your input on what is important for you while setting up your store and help shape the future of WooCommerce together.','{}','unactioned','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(33,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','unactioned','woocommerce.com','2022-07-22 14:46:25',NULL,0,'plain','',0,0,'info'),(34,'wc-admin-wisepad3','marketing','en_US','Take your business on the go in Canada with WooCommerce In-Person Payments','Quickly create new orders, accept payment in person for orders placed online, and automatically sync your inventory – no matter where your business takes you. With WooCommerce In-Person Payments and the WisePad 3 card reader, you can bring the power of your store anywhere.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(35,'tiktok-webinar-promo-july2022','marketing','en_US','Free webinar: TikTok for WooCommerce','Join WooCommerce and TikTok live on July 14 to learn about ad types, trends, and the best ways to connect with an audience of one billion active users on the world’s fastest-growing social platform. Participants have a chance to score a free month of Vimeo Pro, and two winners will get a $5,000 ad credit and more.','{}','pending','woocommerce.com','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(36,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(37,'surface_cart_checkout','info','en_US','Introducing the Cart and Checkout blocks!','Increase your store\'s revenue with the conversion optimized Cart &amp; Checkout WooCommerce blocks available in the WooCommerce Blocks extension.','{}','unactioned','woo-gutenberg-products-block','2022-07-13 17:08:31',NULL,0,'plain','',0,0,'info'),(38,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics — wherever you are.','{}','unactioned','woocommerce-admin','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(39,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(40,'wc-admin-choosing-a-theme','marketing','en_US','Choosing a theme?','Check out the themes that are compatible with WooCommerce and choose one aligned with your brand and business needs.','{}','unactioned','woocommerce-admin','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(41,'wc-admin-insight-first-product-and-payment','survey','en_US','Insight','More than 80% of new merchants add the first product and have at least one payment method set up during the first week.<br><br>Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(42,'wc-admin-adding-and-managing-products','info','en_US','Adding and Managing Products','Learn more about how to set up products in WooCommerce through our useful documentation about adding and managing products.','{}','unactioned','woocommerce-admin','2022-07-19 11:35:46',NULL,0,'plain','',0,0,'info'),(43,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooCommerce Payments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2022-07-22 14:46:25',NULL,0,'plain','',0,0,'info'),(44,'wc-admin-insight-first-sale','survey','en_US','Did you know?','A WooCommerce powered store needs on average 31 days to get the first sale. You\'re on the right track! Do you find this type of insight useful?','{}','unactioned','woocommerce-admin','2022-07-22 14:46:25',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES (19,19);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `first_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `postcode` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `city` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `state` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_customer_lookup`
--

LOCK TABLES `wp_wc_customer_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_customer_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`),
  CONSTRAINT `fk_wp_wc_download_log_permission_id` FOREIGN KEY (`permission_id`) REFERENCES `wp_woocommerce_downloadable_product_permissions` (`permission_id`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

LOCK TABLES `wp_wc_download_log` WRITE;
/*!40000 ALTER TABLE `wp_wc_download_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_download_log` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

LOCK TABLES `wp_wc_order_coupon_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_coupon_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT '0',
  `product_gross_revenue` double NOT NULL DEFAULT '0',
  `coupon_amount` double NOT NULL DEFAULT '0',
  `tax_amount` double NOT NULL DEFAULT '0',
  `shipping_amount` double NOT NULL DEFAULT '0',
  `shipping_tax_amount` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

LOCK TABLES `wp_wc_order_product_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_product_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT '0',
  `total_sales` double NOT NULL DEFAULT '0',
  `tax_total` double NOT NULL DEFAULT '0',
  `shipping_total` double NOT NULL DEFAULT '0',
  `net_total` double NOT NULL DEFAULT '0',
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

LOCK TABLES `wp_wc_order_stats` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_stats` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_stats` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT '0',
  `order_tax` double NOT NULL DEFAULT '0',
  `total_tax` double NOT NULL DEFAULT '0',
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

LOCK TABLES `wp_wc_order_tax_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_order_tax_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--

LOCK TABLES `wp_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES (1,'file:///Users/robpearce/Local Sites/sea-arch-drinks-2022/app/public/wp-content/uploads/woocommerce_uploads/',1),(2,'https://seaarchdev.wpengine.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  `virtual` tinyint(1) DEFAULT '0',
  `downloadable` tinyint(1) DEFAULT '0',
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT '0',
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT '0',
  `average_rating` decimal(3,2) DEFAULT '0.00',
  `total_sales` bigint(20) DEFAULT '0',
  `tax_status` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT 'taxable',
  `tax_class` varchar(100) COLLATE utf8mb4_unicode_520_ci DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_rate_limits`
--

LOCK TABLES `wp_wc_rate_limits` WRITE;
/*!40000 ALTER TABLE `wp_wc_rate_limits` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_rate_limits` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT '0',
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_reserved_stock`
--

LOCK TABLES `wp_wc_reserved_stock` WRITE;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_reserved_stock` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_tax_rate_classes`
--

LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES (1,'Reduced rate','reduced-rate'),(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_webhooks`
--

LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_api_keys`
--

LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

LOCK TABLES `wp_woocommerce_log` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `order_item_id` (`order_item_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_order_items`
--

LOCK TABLES `wp_woocommerce_order_items` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `payment_token_id` bigint(20) unsigned NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  PRIMARY KEY (`meta_id`),
  KEY `payment_token_id` (`payment_token_id`),
  KEY `meta_key` (`meta_key`(32))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

LOCK TABLES `wp_woocommerce_payment_tokens` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=63 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_woocommerce_sessions` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_sessions` VALUES (55,'11','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:779:\"a:27:{s:2:\"id\";s:2:\"11\";s:13:\"date_modified\";s:25:\"2022-07-25T08:46:41+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:31:\"rob@whitespaceadvertising.co.uk\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1658911601),(62,'1','a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:778:\"a:27:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2022-07-25T12:01:13+00:00\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:2:\"CA\";s:7:\"country\";s:2:\"US\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:2:\"CA\";s:16:\"shipping_country\";s:2:\"US\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:31:\"rob@whitespaceadvertising.co.uk\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";}\";}',1658923275);
/*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `location_id` (`location_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`instance_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zone_methods`
--

LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

LOCK TABLES `wp_woocommerce_tax_rates` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpgb_cards`
--

DROP TABLE IF EXISTS `wp_wpgb_cards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgb_cards` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `favorite` tinyint(1) DEFAULT '0',
  `type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `layout` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `css` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `modified_date` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpgb_cards`
--

LOCK TABLES `wp_wpgb_cards` WRITE;
/*!40000 ALTER TABLE `wp_wpgb_cards` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgb_cards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpgb_facets`
--

DROP TABLE IF EXISTS `wp_wpgb_facets`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgb_facets` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `favorite` tinyint(1) DEFAULT '0',
  `type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `slug` (`slug`),
  KEY `slug_id` (`slug`,`id`),
  KEY `modified_date` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpgb_facets`
--

LOCK TABLES `wp_wpgb_facets` WRITE;
/*!40000 ALTER TABLE `wp_wpgb_facets` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgb_facets` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpgb_grids`
--

DROP TABLE IF EXISTS `wp_wpgb_grids`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgb_grids` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `favorite` tinyint(1) DEFAULT '0',
  `type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `modified_date` (`modified_date`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpgb_grids`
--

LOCK TABLES `wp_wpgb_grids` WRITE;
/*!40000 ALTER TABLE `wp_wpgb_grids` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgb_grids` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpgb_index`
--

DROP TABLE IF EXISTS `wp_wpgb_index`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_wpgb_index` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `object_id` int(10) unsigned DEFAULT NULL,
  `slug` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `facet_value` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `facet_name` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `facet_id` int(10) unsigned DEFAULT '0',
  `facet_parent` int(10) unsigned DEFAULT '0',
  `facet_order` int(10) unsigned DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `object_id_idx` (`object_id`),
  KEY `slug_idx` (`slug`),
  KEY `slug_value_idx` (`slug`,`facet_value`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpgb_index`
--

LOCK TABLES `wp_wpgb_index` WRITE;
/*!40000 ALTER TABLE `wp_wpgb_index` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpgb_index` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2022-07-25 17:38:03
